From fbd8b6b237206f09b3c62d54abf4b8bf4cd54648 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 14:24:13 -0500 Subject: Fix exec icon location and bring it into XDG compliance --- mountconfig/fuser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")} -- cgit v1.2.3