summaryrefslogtreecommitdiffstats
path: root/tdeioslave/system
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-26 12:26:24 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-26 12:26:24 -0500
commita8203cf740d018000b2e36cdb60e63fd08b2f692 (patch)
treeacda27b9f21707066a3731f5ea8c3a9f30b1e0b9 /tdeioslave/system
parent0157291f5ea3af6c7fae08ff20eb346bb01624f8 (diff)
downloadtdebase-a8203cf740d018000b2e36cdb60e63fd08b2f692.tar.gz
tdebase-a8203cf740d018000b2e36cdb60e63fd08b2f692.zip
Bring system icon into XDG compliance
Diffstat (limited to 'tdeioslave/system')
-rw-r--r--tdeioslave/system/entries/media.desktop2
-rw-r--r--tdeioslave/system/system.protocol2
-rw-r--r--tdeioslave/system/systemimpl.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/tdeioslave/system/entries/media.desktop b/tdeioslave/system/entries/media.desktop
index 8ad83923a..107ea9555 100644
--- a/tdeioslave/system/entries/media.desktop
+++ b/tdeioslave/system/entries/media.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Link
URL=media:/
-Icon=system
+Icon=computer
Name=Storage Media
Name[af]=Stoor Media
Name[ar]=وسائط التخزين
diff --git a/tdeioslave/system/system.protocol b/tdeioslave/system/system.protocol
index a32fd4560..62eea0631 100644
--- a/tdeioslave/system/system.protocol
+++ b/tdeioslave/system/system.protocol
@@ -10,7 +10,7 @@ makedir=true
deleting=true
linking=true
moving=true
-Icon=system
+Icon=computer
maxInstances=4
X-DocPath=tdeioslave/system/index.html
Class=:local
diff --git a/tdeioslave/system/systemimpl.cpp b/tdeioslave/system/systemimpl.cpp
index 2cd8226a5..21a9da7da 100644
--- a/tdeioslave/system/systemimpl.cpp
+++ b/tdeioslave/system/systemimpl.cpp
@@ -204,7 +204,7 @@ void SystemImpl::createTopLevelEntry(TDEIO::UDSEntry &entry) const
addAtom(entry, TDEIO::UDS_FILE_TYPE, S_IFDIR);
addAtom(entry, TDEIO::UDS_ACCESS, 0555);
addAtom(entry, TDEIO::UDS_MIME_TYPE, 0, "inode/system_directory");
- addAtom(entry, TDEIO::UDS_ICON_NAME, 0, "system");
+ addAtom(entry, TDEIO::UDS_ICON_NAME, 0, "computer");
}
TQString SystemImpl::readPathINL(TQString filename)