diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:20 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:20 -0500 |
commit | 31b3dcd90a09645c6d951a3bcbe6bab76d6718af (patch) | |
tree | 902403b02e3faccac959230af333b3d676b89c6e /src | |
parent | 52d86df374e0c01683bf9780e978307d22127823 (diff) | |
download | tdesvn-31b3dcd90a09645c6d951a3bcbe6bab76d6718af.tar.gz tdesvn-31b3dcd90a09645c6d951a3bcbe6bab76d6718af.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'src')
-rw-r--r-- | src/tdesvn.desktop | 4 | ||||
-rw-r--r-- | src/tdesvnd/tdesvnd.desktop | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/tdesvn.desktop b/src/tdesvn.desktop index 2d7fda9..fd0edae 100644 --- a/src/tdesvn.desktop +++ b/src/tdesvn.desktop @@ -8,7 +8,7 @@ GenericName[lt]=SVN klientas Exec=tdesvn %i %m -caption "%c" Icon=tdesvn Type=Application -DocPath=tdesvn/index.html +X-DocPath=tdesvn/index.html Comment=A Subversion client for TDE Comment[de]=Ein Subversionclient für TDE Comment[nl]=Een Subversion-client voor TDE @@ -16,7 +16,7 @@ Comment[es]=Un cliente de Subversion para TDE Comment[lt]=Subversion klientas skirtas TDE Terminal=false MimeType=inode/directory; -ServiceTypes=KParts/ReadOnlyPart,Browser/View +X-TDE-ServiceTypes=KParts/ReadOnlyPart,Browser/View X-TDE-BrowserView-Args=DetailedList X-TDE-Library=tdesvnpart Categories=Qt;TDE;Development; diff --git a/src/tdesvnd/tdesvnd.desktop b/src/tdesvnd/tdesvnd.desktop index 1481a02..7fc5d9c 100644 --- a/src/tdesvnd/tdesvnd.desktop +++ b/src/tdesvnd/tdesvnd.desktop @@ -4,7 +4,7 @@ Type=Service Name=TDESVND Subversion Module Name[es]=módulo para subversion tdesvnd Comment=Provides subversion client services -ServiceTypes=KDEDModule +X-TDE-ServiceTypes=KDEDModule X-TDE-ModuleType=Library X-TDE-Library=tdesvnd X-TDE-FactoryName=tdesvnd |