diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2009-03-03 20:17:17 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2009-03-03 20:17:17 +0000 |
commit | 43a27176bebf97045fd8557e4988d08e523ce96c (patch) | |
tree | 7d1123bb4e40aa9419dc1e2a343015281cb38857 /config/illume | |
parent | c368c849e1eac326ea5fda500eccf68216b366be (diff) | |
download | enlightenment-43a27176bebf97045fd8557e4988d08e523ce96c.tar.gz enlightenment-43a27176bebf97045fd8557e4988d08e523ce96c.tar.xz enlightenment-43a27176bebf97045fd8557e4988d08e523ce96c.zip |
Fix edje thumbnails.
Please add the following to your /etc/mime.types:
application/x-edje edj
And the following to your ~/.e/e/config/$PROFILE/e.cfg (see hint below):
group "mime_icons" list {
group "E_Config_Mime_Icon" struct {
value "mime" string: "application/x-edje";
value "icon" string: "THUMB";
}
}
or just remove your settings and choose a newly installed profile.
How to edit your ~/.e/e/config/$PROFILE/e.cfg:
PROFILE=`eet -x ~/.e/e/config/profile.cfg config /dev/stdout`
eet -d ~/.e/e/config/$PROFILE/e.cfg config ~/.e/e/config/$PROFILE/e.src
$EDITOR ~/.e/e/config/$PROFILE/e.src
eet -e ~/.e/e/config/$PROFILE/e.cfg config ~/.e/e/config/$PROFILE/e.src 1
SVN revision: 39348
Diffstat (limited to 'config/illume')
-rw-r--r-- | config/illume/e.src | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/illume/e.src b/config/illume/e.src index 8875774ef..7b5c80f2d 100644 --- a/config/illume/e.src +++ b/config/illume/e.src @@ -749,6 +749,12 @@ group "E_Config" struct { } group "mime_icons" list { group "E_Config_Mime_Icon" struct { + value "mime" string: "application/x-edje"; + value "icon" string: "THUMB"; + } + } + group "mime_icons" list { + group "E_Config_Mime_Icon" struct { value "mime" string: "application/x-desktop"; value "icon" string: "DESKTOP"; } |