diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:29:24 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:29:24 -0500 |
commit | 79ee9064302215923b4177ec0af529206af558d1 (patch) | |
tree | b286ba5f0317873a1f2caf0bc2ab8031639db8cb | |
parent | 77fc7f66839a04d34b24c6f6d6c63a9bbad342f6 (diff) | |
download | bibletime-79ee9064302215923b4177ec0af529206af558d1.tar.gz bibletime-79ee9064302215923b4177ec0af529206af558d1.zip |
Update XDG information in support of bug report 892.
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | bibletime.desktop | 6 | ||||
-rw-r--r-- | bibletime.desktop.in | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 7887119..193b811 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/bibletime.desktop b/bibletime.desktop index 8ba325a..2f149cc 100644 --- a/bibletime.desktop +++ b/bibletime.desktop @@ -20,7 +20,7 @@ SwallowTitle= Terminal=false TerminalOptions= Type=Application -X-KDE-SubstituteUID=false -X-KDE-Username= -Categories=X-Bible;X-Religion;Literature;Art;Education;Utility;KDE;QT +X-TDE-SubstituteUID=false +X-TDE-Username= +Categories=X-Bible;X-Religion;Literature;Art;Education;Utility;TDE;QT DocPath=bibletime/handbook/index.html diff --git a/bibletime.desktop.in b/bibletime.desktop.in index ab6b200..c617dc9 100644 --- a/bibletime.desktop.in +++ b/bibletime.desktop.in @@ -20,7 +20,7 @@ SwallowTitle= Terminal=false TerminalOptions= Type=Application -X-KDE-SubstituteUID=false -X-KDE-Username= -Categories=X-Bible;X-Religion;Literature;Art;Education;Utility;KDE;QT +X-TDE-SubstituteUID=false +X-TDE-Username= +Categories=X-Bible;X-Religion;Literature;Art;Education;Utility;TDE;QT DocPath=bibletime/handbook/index.html |