added desktop entry
This commit is contained in:
parent
157c95b5ca
commit
41a2399034
|
@ -23,6 +23,9 @@ setup(
|
||||||
exclude_package_data = {'': ['.gitignore']},
|
exclude_package_data = {'': ['.gitignore']},
|
||||||
|
|
||||||
#install_requires=[],
|
#install_requires=[],
|
||||||
|
data_files=[
|
||||||
|
('/usr/share/applications', ['texter/texter.desktop']),
|
||||||
|
('/usr/share/icons/hicolor/32x32/apps/texter_icon.png', ['texter/icon.png'])],
|
||||||
|
|
||||||
# installing unzipped
|
# installing unzipped
|
||||||
zip_safe = False,
|
zip_safe = False,
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Comment[de]=
|
||||||
|
Comment=
|
||||||
|
Exec=texter
|
||||||
|
GenericName[de]=Live Text Streaming
|
||||||
|
GenericName=Live Text Streaming
|
||||||
|
Icon=texter_icon
|
||||||
|
MimeType=
|
||||||
|
Name[de]=texter
|
||||||
|
Name=texter
|
||||||
|
Path=
|
||||||
|
StartupNotify=true
|
||||||
|
Terminal=false
|
||||||
|
TerminalOptions=
|
||||||
|
Type=Application
|
||||||
|
X-DBUS-ServiceName=
|
||||||
|
X-DBUS-StartupType=none
|
||||||
|
X-KDE-SubstituteUID=false
|
||||||
|
X-KDE-Username=
|
Loading…
Reference in New Issue