diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:13:27 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:13:27 -0500 |
commit | ce6ab4e01b242ba3f0243be563ff6e839beb0b22 (patch) | |
tree | b4b8256c5bfb36d0b4a5fcb3a18105376e83b1cb | |
parent | b4904b5bed2cfbd851265721f9907fdc2962b797 (diff) | |
download | tellico-ce6ab4e01b242ba3f0243be563ff6e839beb0b22.tar.gz tellico-ce6ab4e01b242ba3f0243be563ff6e839beb0b22.zip |
Update XDG information in support of bug report 892.
-rw-r--r-- | acinclude.m4 | 2 | ||||
m--------- | admin | 0 | ||||
m--------- | cmake | 0 | ||||
-rw-r--r-- | tellico.desktop | 4 | ||||
-rw-r--r-- | x-tellico.desktop | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index bfc51e9..815aa55 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -496,7 +496,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/admin b/admin -Subproject 06098efaf31973c11d7dd89ae291e6844b132e1 +Subproject 4af57bf22967e6ad80ab898980ed505df6eae5b diff --git a/cmake b/cmake -Subproject e47cc63e66a12ca6b740500b76f385336ee40db +Subproject d2f658ca47faefe569bcd1885b9238691fa1328 diff --git a/tellico.desktop b/tellico.desktop index 7594f28..fe16303 100644 --- a/tellico.desktop +++ b/tellico.desktop @@ -3,7 +3,7 @@ Version=1.0 Type=Application Exec=tellico -caption "%c" %i %u Icon=tellico -X-KDE-DocPath=tellico/index.html +X-TDE-DocPath=tellico/index.html Comment=A collection manager Comment[ru]=Менеджер коллекций Comment[cs]=Správce sbírek @@ -23,4 +23,4 @@ GenericName[tr]=Koleksiyon yöneticisi GenericName[sv]=Samlingsorganisatör GenericName[pt]=Gestor de Colecção MimeType=application/x-tellico; -Categories=KDE;Office;Database; +Categories=TDE;Office;Database; diff --git a/x-tellico.desktop b/x-tellico.desktop index 1476197..e06f391 100644 --- a/x-tellico.desktop +++ b/x-tellico.desktop @@ -8,4 +8,4 @@ Icon=application-x-tellico MimeType=application/x-tellico Patterns=*.bc;*.tc; Type=MimeType; -X-KDE-AutoEmbed=false +X-TDE-AutoEmbed=false |