diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:35:01 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:35:01 -0500 |
commit | 97152ab70a0a573a6752fcf8c7d5d06dabea9d07 (patch) | |
tree | a89a4397838e34acb9a17213f862174affa3d56b | |
parent | bfc29fad28501ad7cbe4d91a10358c9fdbe60802 (diff) | |
download | ksplash-engine-moodin-97152ab70a0a573a6752fcf8c7d5d06dabea9d07.tar.gz ksplash-engine-moodin-97152ab70a0a573a6752fcf8c7d5d06dabea9d07.zip |
Update XDG information in support of bug report 892.
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | aclocal.m4 | 2 | ||||
m--------- | admin | 0 | ||||
m--------- | cmake | 0 | ||||
-rw-r--r-- | src/ksplashmoodin.desktop | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 8740efc..4f5d6c7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -489,7 +489,7 @@ if test "$1" = "default"; then kde_widgetdir='\${libdir}/trinity/plugins/designer' fi if test -z "$xdg_appsdir"; then - xdg_appsdir='\${datadir}/applications/kde' + xdg_appsdir='\${datadir}/applications/tde' fi if test -z "$xdg_menudir"; then xdg_menudir='\${sysconfdir}/xdg/menus' @@ -501,7 +501,7 @@ if test "$1" = "default"; then kde_widgetdir='\${libdir}/trinity/plugins/designer' fi if test -z "$xdg_appsdir"; then - xdg_appsdir='\${datadir}/applications/kde' + xdg_appsdir='\${datadir}/applications/tde' fi if test -z "$xdg_menudir"; then xdg_menudir='\${sysconfdir}/xdg/menus' diff --git a/admin b/admin -Subproject 06098efaf31973c11d7dd89ae291e6844b132e1 +Subproject 4af57bf22967e6ad80ab898980ed505df6eae5b diff --git a/cmake b/cmake -Subproject e47cc63e66a12ca6b740500b76f385336ee40db +Subproject d2f658ca47faefe569bcd1885b9238691fa1328 diff --git a/src/ksplashmoodin.desktop b/src/ksplashmoodin.desktop index f856da4..44cc8ab 100644 --- a/src/ksplashmoodin.desktop +++ b/src/ksplashmoodin.desktop @@ -5,7 +5,7 @@ Icon= Name=KSplashMoodin ServiceTypes=KSplash/Plugin Type=Service -X-KDE-Library=ksplashmoodin +X-TDE-Library=ksplashmoodin X-KSplash-Default=true X-KSplash-ObjectName=ThemeMoodin X-KSplash-PluginName=Moodin |