Added app launcher integration
This commit is contained in:
parent
6282d58bc3
commit
5cff275bcc
|
@ -0,0 +1,20 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Comment[en_US]=
|
||||||
|
Comment=
|
||||||
|
Encoding=UTF-8
|
||||||
|
Exec=sideband
|
||||||
|
GenericName[en_US]=LXMF messaging, telemetry and remote control
|
||||||
|
GenericName=LXMF messaging, telemetry and remote control
|
||||||
|
Icon=io.unsigned.sideband.png
|
||||||
|
Categories=InstantMessaging,Network
|
||||||
|
MimeType=
|
||||||
|
Name[en_US]=Sideband
|
||||||
|
Name=Sideband
|
||||||
|
Path=
|
||||||
|
StartupNotify=true
|
||||||
|
Terminal=false
|
||||||
|
TerminalOptions=
|
||||||
|
Type=Application
|
||||||
|
Version=0.8.3
|
||||||
|
X-KDE-SubstituteUID=false
|
||||||
|
X-KDE-Username=
|
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
4
setup.py
4
setup.py
|
@ -79,6 +79,10 @@ setuptools.setup(
|
||||||
"License :: Other/Proprietary License",
|
"License :: Other/Proprietary License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
|
data_files = [
|
||||||
|
('share/applications', ['sbapp/assets/io.unsigned.sideband.desktop']),
|
||||||
|
('share/icons/hicolor/512x512/apps', ['sbapp/assets/io.unsigned.sideband.png']),
|
||||||
|
],
|
||||||
entry_points= {
|
entry_points= {
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'sideband=sbapp:main.run',
|
'sideband=sbapp:main.run',
|
||||||
|
|
Loading…
Reference in New Issue