diff options
-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 |