install: autostart .desktop file has --window=hide
This commit is contained in:
parent
ac6fa9643f
commit
f733390bd1
2
setup.py
2
setup.py
|
@ -42,7 +42,7 @@ def _data_files():
|
||||||
yield _dirname(mo), [mo]
|
yield _dirname(mo), [mo]
|
||||||
|
|
||||||
yield 'share/applications', ['share/applications/solaar.desktop']
|
yield 'share/applications', ['share/applications/solaar.desktop']
|
||||||
yield autostart_path, ['share/applications/solaar.desktop']
|
yield autostart_path, ['share/autostart/solaar.desktop']
|
||||||
|
|
||||||
del _dirname
|
del _dirname
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Solaar
|
||||||
|
Comment=Logitech Unifying Receiver peripherals manager
|
||||||
|
Comment[fr]=Gestionnaire de périphériques pour les récepteurs Logitech Unifying
|
||||||
|
Comment[hr]=Upravitelj Logitechovih uređaja povezanih putem Unifying i Nano prijemnika
|
||||||
|
Comment[ru]=Управление приёмником Logitech Unifying Receiver
|
||||||
|
Exec=solaar --window=hide
|
||||||
|
Icon=solaar
|
||||||
|
StartupNotify=true
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Keywords=logitech;unifying;receiver;mouse;keyboard;
|
||||||
|
Categories=Utility;GTK;
|
||||||
|
#Categories=Utility;GTK;Settings;HardwareSettings;
|
Loading…
Reference in New Issue