summaryrefslogtreecommitdiffstats
path: root/kpackage
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:29 -0500
commitece02166d000d796dbe4ee55c268874fbb96eae5 (patch)
treedcda15aff2d4196bf4b5084a5a65d566fe638322 /kpackage
parent56967ceccf31311d8bef92658cc0f091c609ca3d (diff)
downloadtdeadmin-ece02166d000d796dbe4ee55c268874fbb96eae5.tar.gz
tdeadmin-ece02166d000d796dbe4ee55c268874fbb96eae5.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'kpackage')
-rw-r--r--kpackage/debInterface.cpp2
-rw-r--r--kpackage/rpmInterface.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kpackage/debInterface.cpp b/kpackage/debInterface.cpp
index dddbe4f..5b0bf58 100644
--- a/kpackage/debInterface.cpp
+++ b/kpackage/debInterface.cpp
@@ -56,7 +56,7 @@ extern TDEApplication *app;
DEB::DEB():pkgInterface()
{
head = "DEB";
- icon = "deb";
+ icon = "application-x-deb";
pict = UserIcon(icon);
bad_pict = UserIcon("dbad");
diff --git a/kpackage/rpmInterface.cpp b/kpackage/rpmInterface.cpp
index c4e728e..66d4154 100644
--- a/kpackage/rpmInterface.cpp
+++ b/kpackage/rpmInterface.cpp
@@ -46,7 +46,7 @@ RPM::RPM():pkgInterface()
{
head = "RPM";
name = i18n("RPM");
- icon = "rpm";
+ icon = "application-x-rpm";
pict = UserIcon(icon);
updated_pict = UserIcon("rupdated");