diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:31:31 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:31:31 -0500 |
commit | f248a9f1d3ac18909dad517432848d824f35dee7 (patch) | |
tree | 5cfa15a7a0b84231598d705fd675fb09c2e74990 | |
parent | 0565817bc4bac450019db3f1e7cd84e58cd03787 (diff) | |
download | filelight-f248a9f1d3ac18909dad517432848d824f35dee7.tar.gz filelight-f248a9f1d3ac18909dad517432848d824f35dee7.zip |
Update XDG information in support of bug report 892.
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | misc/filelight.desktop | 2 | ||||
-rw-r--r-- | misc/filelight_part.desktop | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 620ca51..7eb0445 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/misc/filelight.desktop b/misc/filelight.desktop index 494048d..696740b 100644 --- a/misc/filelight.desktop +++ b/misc/filelight.desktop @@ -35,4 +35,4 @@ Comment[xx]=xxView disk usage informationxx Comment[zh_CN]=查看磁盘使用信息 Terminal=false MimeType=inode/directory -Categories=Qt;KDE;Utility; +Categories=Qt;TDE;Utility; diff --git a/misc/filelight_part.desktop b/misc/filelight_part.desktop index 552fa81..7b52baa 100644 --- a/misc/filelight_part.desktop +++ b/misc/filelight_part.desktop @@ -25,6 +25,6 @@ Name[uk]=Перегляд RadialMap Name[xx]=xxRadialMap Viewxx MimeType=inode/directory ServiceTypes=KParts/ReadOnlyPart -X-KDE-Library=libfilelight +X-TDE-Library=libfilelight Type=Service Icon=view_filelight |