summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:13 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:13 -0500
commitfbd8b6b237206f09b3c62d54abf4b8bf4cd54648 (patch)
tree91f948c722b893d147f2ed0eac2c66474c509963
parent50251d8e4a1780f86851d6eef29adb4cedb5734f (diff)
downloadtde-guidance-fbd8b6b237206f09b3c62d54abf4b8bf4cd54648.tar.gz
tde-guidance-fbd8b6b237206f09b3c62d54abf4b8bf4cd54648.zip
Fix exec icon location and bring it into XDG compliancer14.0.0
-rw-r--r--mountconfig/fuser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mountconfig/fuser.py b/mountconfig/fuser.py
index 74eaafc..3071885 100644
--- a/mountconfig/fuser.py
+++ b/mountconfig/fuser.py
@@ -163,7 +163,7 @@ class FUser(FUserUI):
def readPixmaps(self):
self.pix = {
- "exec": UserIcon("exec"),
+ "exec": UserIcon("application-x-executable"),
"owner": UserIcon("user"),
"pid": UserIcon("tux"),
"file": UserIcon("file")}