diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | share/itzks-systems-smartboard/applications/smarttech-ControlPanel.desktop | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a6b9765..0f07ef4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +itzks-systems (2015.02.18.2) UNRELEASED; urgency=medium + + * itzks-systems-smartboard: + - SMART Control Center runs in userspace, not as root. Adapt + .desktop file to show up in categories: Settings; HardwareSettings; + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 18 Feb 2015 12:08:09 +0100 + itzks-systems (2015.02.18.1) unstable; urgency=medium * debian/control: diff --git a/share/itzks-systems-smartboard/applications/smarttech-ControlPanel.desktop b/share/itzks-systems-smartboard/applications/smarttech-ControlPanel.desktop index c6cde0f..fa5de75 100644 --- a/share/itzks-systems-smartboard/applications/smarttech-ControlPanel.desktop +++ b/share/itzks-systems-smartboard/applications/smarttech-ControlPanel.desktop @@ -3,7 +3,7 @@ Version=1.0 Type=Application Encoding=UTF-8 Terminal=false -Categories=System;Settings; +Categories=Settings;HardwareSettings; Name=SMART Settings Comment=Control Panel Exec=schroot -p -c precise-i386-smartboard-ITZkS "/opt/SMART Technologies/SMART Product Drivers/bin/Control Panel" |