diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:11:36 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:11:36 -0500 |
commit | f8e5d58279027f23196ca640bd58bcbff7fd93dc (patch) | |
tree | 9d3669192453505d782514e33803a4a63822c446 | |
parent | 40adac3b6db9bd10489fc0ea6c444558c5dee396 (diff) | |
download | libkipi-f8e5d58279027f23196ca640bd58bcbff7fd93dc.tar.gz libkipi-f8e5d58279027f23196ca640bd58bcbff7fd93dc.zip |
Update XDG information in support of bug report 892.
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | aclocal.m4 | 2 | ||||
-rw-r--r-- | libkipi/libkipi/kipiplugin.desktop | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index f91bd61..7a42818 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/libkipi/libkipi/kipiplugin.desktop b/libkipi/libkipi/kipiplugin.desktop index f7f556b..432c0d5 100644 --- a/libkipi/libkipi/kipiplugin.desktop +++ b/libkipi/libkipi/kipiplugin.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Encoding=UTF-8 Type=ServiceType -X-KDE-ServiceType=KIPI/Plugin -X-KDE-DerivedName=KIPI Plugin +X-TDE-ServiceType=KIPI/Plugin +X-TDE-DerivedName=KIPI Plugin Name=KIPIPlugin Name[br]=Lugent KIPIP Name[cs]=KIPI modul |