diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-21 16:04:55 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-21 16:04:55 -0500 |
commit | f8035fe97c9edb5a1103344d2ef09cce126371cb (patch) | |
tree | 17911a4fa58928f1be4221d946d9c67aea69693c /kcontrol | |
parent | b5cb2797d65f2541a4c48ea00e6c325bb375ea46 (diff) | |
download | tdebase-f8035fe97c9edb5a1103344d2ef09cce126371cb.tar.gz tdebase-f8035fe97c9edb5a1103344d2ef09cce126371cb.zip |
Add desktop files and autostart file for hwdevicetray
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/hwmanager/hwdevicetray-autostart.desktop | 11 | ||||
-rw-r--r-- | kcontrol/hwmanager/hwdevicetray.desktop | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/hwdevicetray-autostart.desktop b/kcontrol/hwmanager/hwdevicetray-autostart.desktop new file mode 100644 index 000000000..57bd9b893 --- /dev/null +++ b/kcontrol/hwmanager/hwdevicetray-autostart.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=tdehwdevicetray +GenericName=Hardware Device Monitor +Comment=Monitor hardware devices from the system tray +Exec=tdehwdevicetray +Icon=kcmdevices +X-TDE-autostart-after=panel +X-TDE-StartupNotify=false +X-TDE-UniqueApplet=true +X-TDE-autostart-condition=tdehwdevicetrayrc:General:Autostart:true +Categories=System;Applet; diff --git a/kcontrol/hwmanager/hwdevicetray.desktop b/kcontrol/hwmanager/hwdevicetray.desktop new file mode 100644 index 000000000..20a0297ce --- /dev/null +++ b/kcontrol/hwmanager/hwdevicetray.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=tdehwdevicetray +GenericName=Hardware Device Monitor +Comment=Monitor hardware devices from the system tray +Exec=tdehwdevicetray +Icon=kcmdevices +Type=Application +OnlyShowIn=TDE; +Categories=Qt;TDE;System; +X-DocPath=tdehwdevicetray/index.html |