Hi, it seems that elementary_config and elementary_test has desktop files not following registered categories (http://standards.freedesktop.org/menu-spec/latest/apa.html). Attached patch fixes this issue.
Best regards, Tomas Cech Sleep_Walker
diff -up ./data/desktop/elementary_config.desktop.orig ./data/desktop/elementary_config.desktop --- ./data/desktop/elementary_config.desktop.orig 2011-10-04 22:28:26.162402274 +0200 +++ ./data/desktop/elementary_config.desktop 2011-10-04 22:32:11.046924181 +0200 @@ -3,13 +3,16 @@ Encoding=UTF-8 Name=Elementary Configuration Name[ru]=Конфигурация Elementary Name[pt]=Configuração do Elementary +Name[cs]=Konfigurace Elementary Comment=Elementary Configuration Comment[ru]=Конфигурация для Elementary (Элементарий) Comment[fr]=Configuration pour Elementary Comment[it]=Configurazione di Elementary Comment[pt]=Configure o Elementary +Comment[cs]=Konfigurace Elementary Exec=elementary_config Icon=elementary Terminal=false Type=Application -Categories=System;Settings; +Categories=Settings;DesktopSettings; + diff -up ./data/desktop/elementary_test.desktop.orig ./data/desktop/elementary_test.desktop --- ./data/desktop/elementary_test.desktop.orig 2011-10-04 22:28:37.454579343 +0200 +++ ./data/desktop/elementary_test.desktop 2011-10-04 22:33:36.579261390 +0200 @@ -12,4 +12,4 @@ Exec=elementary_test Icon=elementary Terminal=false Type=Application -Categories=Application;Utility; +Categories=Graphics;2DGraphics;
pgpTWIEBliMl3.pgp
Description: PGP signature
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
