diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 16:46:26 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 16:46:26 -0500 |
commit | 5e8526e2220823231373a72287a1567d596abf43 (patch) | |
tree | 7771626749f216efa23ef37bfc3661eea81516f9 | |
parent | de15efaa91714f8e9f25510798b89c28e981170e (diff) | |
download | kima-5e8526e2220823231373a72287a1567d596abf43.tar.gz kima-5e8526e2220823231373a72287a1567d596abf43.zip |
Update XDG information in support of bug report 892.
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | src/kima.desktop | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 77205dc..b63cf9e 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' diff --git a/src/kima.desktop b/src/kima.desktop index 9334bc5..7dfdf5d 100644 --- a/src/kima.desktop +++ b/src/kima.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Encoding=UTF-8 Type=Plugin -X-KDE-Library = libkima -X-KDE-UniqueApplet = true +X-TDE-Library = libkima +X-TDE-UniqueApplet = true #Exec=kima %i %m -caption "%c" #DocPath=kima/index.html #Icon=kima |