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 | |
parent | 2636bb2fc8f89e42947ff96975785a4b0edd77c5 (diff) | |
download | smartcardauth-44e1fc75f2f5cf7c0911f6be83a87f8ff11347d1.tar.gz smartcardauth-44e1fc75f2f5cf7c0911f6be83a87f8ff11347d1.zip |
Update XDG information in support of bug report 892.
m--------- | admin | 0 | ||||
m--------- | cmake | 0 | ||||
-rw-r--r-- | usr/share/applications/smartcardauth.desktop | 4 | ||||
-rw-r--r-- | usr/share/applications/smartcardrestrict.desktop | 4 |
4 files changed, 4 insertions, 4 deletions
diff --git a/admin b/admin -Subproject 06098efaf31973c11d7dd89ae291e6844b132e1 +Subproject 4af57bf22967e6ad80ab898980ed505df6eae5b diff --git a/cmake b/cmake -Subproject e47cc63e66a12ca6b740500b76f385336ee40db +Subproject d2f658ca47faefe569bcd1885b9238691fa1328 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; |