diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 16:35:26 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 16:35:26 -0500 |
commit | b9e36ba3034f97d5d77fbd37fd0b992b054192c2 (patch) | |
tree | f31ea1dfcb662e36b8c37b8db0a65c89e81bb1a5 | |
parent | a2afca2eb0bae421e59a2d18d49395f7dae9b539 (diff) | |
download | k9copy-b9e36ba3034f97d5d77fbd37fd0b992b054192c2.tar.gz k9copy-b9e36ba3034f97d5d77fbd37fd0b992b054192c2.zip |
Update XDG information in support of bug report 892.
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | src/k9copy.desktop | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index c4115be..0cf97f5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -478,7 +478,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/k9copy.desktop b/src/k9copy.desktop index d772235..a5e60d9 100644 --- a/src/k9copy.desktop +++ b/src/k9copy.desktop @@ -13,5 +13,5 @@ MimeTypes= Terminal=false Icon=k9copy X-DocPath=k9copy/index.html -Categories=Qt;KDE;AudioVideo;DiscBurning; -X-KDE-StartupNotify=true
\ No newline at end of file +Categories=Qt;TDE;AudioVideo;DiscBurning; +X-TDE-StartupNotify=true
\ No newline at end of file |