install: autostart desktop file starts with tray only
This commit is contained in:
parent
1bc189e2fe
commit
e53781ec6e
2
setup.py
2
setup.py
|
@ -42,7 +42,7 @@ def _data_files():
|
|||
yield _dirname(mo), [mo]
|
||||
|
||||
yield 'share/applications', ['share/applications/solaar.desktop']
|
||||
yield autostart_path, ['share/applications/solaar.desktop']
|
||||
yield autostart_path, ['share/applications/autostart/solaar.desktop']
|
||||
|
||||
del _dirname
|
||||
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Name=Solaar (window starts invisible)
|
||||
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 --tray
|
||||
Icon=solaar
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Keywords=logitech;unifying;receiver;mouse;keyboard;
|
||||
Categories=Utility;GTK;
|
Loading…
Reference in New Issue