diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:38:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 17:38:19 -0500 |
commit | 44e1fc75f2f5cf7c0911f6be83a87f8ff11347d1 (patch) | |
tree | b932278cf75f70bf114419c6dad42ad8f3e03e2f /usr/share | |
parent | 2636bb2fc8f89e42947ff96975785a4b0edd77c5 (diff) | |
download | smartcardauth-44e1fc75f2f5cf7c0911f6be83a87f8ff11347d1.tar.gz smartcardauth-44e1fc75f2f5cf7c0911f6be83a87f8ff11347d1.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'usr/share')
-rw-r--r-- | usr/share/applications/smartcardauth.desktop | 4 | ||||
-rw-r--r-- | usr/share/applications/smartcardrestrict.desktop | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr/share/applications/smartcardauth.desktop b/usr/share/applications/smartcardauth.desktop index a033a89..8fd77c9 100644 --- a/usr/share/applications/smartcardauth.desktop +++ b/usr/share/applications/smartcardauth.desktop @@ -3,8 +3,8 @@ Type=Application Exec=gksudo /usr/bin/setupcard.sh Icon=smartcardauth Terminal=false -X-KDE-StartupNotify=true +X-TDE-StartupNotify=true Name=SmartCard Authentication Setup GenericName=SmartCard Authentication Setup -Categories=KDE;System; +Categories=TDE;System; diff --git a/usr/share/applications/smartcardrestrict.desktop b/usr/share/applications/smartcardrestrict.desktop index 7dfdc79..d8419e8 100644 --- a/usr/share/applications/smartcardrestrict.desktop +++ b/usr/share/applications/smartcardrestrict.desktop @@ -3,8 +3,8 @@ Type=Application Exec=gksudo /usr/bin/setupslavecard.sh Icon=smartcardauth Terminal=false -X-KDE-StartupNotify=true +X-TDE-StartupNotify=true Name=SmartCard Restriction Setup GenericName=SmartCard Restriction Setup -Categories=KDE;System; +Categories=TDE;System; |