From 41a23990348b175f943e49f75693d674d4a691d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sat, 12 Apr 2014 10:12:57 +0200 Subject: [PATCH] added desktop entry --- texter/setup.py | 3 +++ texter/texter/texter.desktop | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100755 texter/texter/texter.desktop diff --git a/texter/setup.py b/texter/setup.py index 9c9f8d9..72c3973 100644 --- a/texter/setup.py +++ b/texter/setup.py @@ -23,6 +23,9 @@ setup( exclude_package_data = {'': ['.gitignore']}, #install_requires=[], + data_files=[ + ('/usr/share/applications', ['texter/texter.desktop']), + ('/usr/share/icons/hicolor/32x32/apps/texter_icon.png', ['texter/icon.png'])], # installing unzipped zip_safe = False, diff --git a/texter/texter/texter.desktop b/texter/texter/texter.desktop new file mode 100755 index 0000000..65c05a9 --- /dev/null +++ b/texter/texter/texter.desktop @@ -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=