diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-09-07 07:44:20 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-09-07 07:44:20 +0000 |
commit | d6c7397c3d867ebbeccc09880935107f6016583b (patch) | |
tree | ed9a04fbcf899b974819ede0228af480406cac8b /config/standard | |
parent | 94581d8ee20dd68798433d942b526da249404a8a (diff) | |
download | enlightenment-d6c7397c3d867ebbeccc09880935107f6016583b.tar.gz |
fix all e17 .desktop files to not break spec, rename profile icons to be unique, make wizard and profile config load new icons, also clean up some small leaks in wizard
SVN revision: 76284
Diffstat (limited to 'config/standard')
-rw-r--r-- | config/standard/Makefile.am | 4 | ||||
-rw-r--r-- | config/standard/enlightenment-standard.png (renamed from config/standard/icon.png) | bin | 1887 -> 1887 bytes | |||
-rw-r--r-- | config/standard/profile.desktop | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/standard/Makefile.am b/config/standard/Makefile.am index 7873e3e4a0..0ff93801a6 100644 --- a/config/standard/Makefile.am +++ b/config/standard/Makefile.am @@ -4,7 +4,7 @@ EET_EET = @eet_eet@ EXTRA_DIST = \ profile.desktop \ - icon.png \ + enlightenment-standard.png \ e.src \ module.battery.src \ module.cpufreq.src \ @@ -19,7 +19,7 @@ EXTRA_DIST = \ filesdir = $(datadir)/enlightenment/data/config/standard files_DATA = \ profile.desktop \ - icon.png \ + enlightenment-standard.png \ e.cfg \ module.battery.cfg \ module.cpufreq.cfg \ diff --git a/config/standard/icon.png b/config/standard/enlightenment-standard.png Binary files differindex eec2a1e09d..eec2a1e09d 100644 --- a/config/standard/icon.png +++ b/config/standard/enlightenment-standard.png diff --git a/config/standard/profile.desktop b/config/standard/profile.desktop index f2012fdbc8..9889520bc2 100644 --- a/config/standard/profile.desktop +++ b/config/standard/profile.desktop @@ -5,7 +5,7 @@ Name[fr]=Ordinateur (Enlightenment standard) Name[it]=Computer (Enlightenment standard) Name[pt]=Computador (Enlightenment padrão) Name[ko]=컴퓨터 (표준 Enlightenment) -Icon=icon.png +Icon=enlightenment-standard Comment=Configuration for devices with keyboards and mice<br>like your average PC Desktop, Laptop or Netbook<br>with Enlightenment's traditional keyboard bindings<br>and mouse controls. Comment[fr]=Configuration pour les machines avec clavier et<br>souris comme les PC de bureau et les portables,<br>offrant raccourcis et contrôles traditionnels. Comment[it]=Configurazione per macchine con tastiera e mouse,<br>come i normali computer fissi e portatili,<br>con le tradizionali associazioni di tasti e controlli<br>del mouse. |