added desktop icon support (thanks to Michael Aschauer)
This commit is contained in:
parent
49af6fd727
commit
6fb2474242
4 changed files with 24 additions and 1 deletions
14
livesupport/etc/debian/livesupport-studio.desktop
Normal file
14
livesupport/etc/debian/livesupport-studio.desktop
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
|
||||||
|
Name=LiveSupport-Studio
|
||||||
|
GenericName=LiveSupport Studio GUI Client
|
||||||
|
Comment=
|
||||||
|
Icon=/opt/livesupport/var/livesupport.png
|
||||||
|
|
||||||
|
Type=Application
|
||||||
|
Categories=Application;AudioVideo;Audio;
|
||||||
|
|
||||||
|
Exec=/opt/livesupport/bin/gLiveSupport.sh
|
||||||
|
Terminal=false
|
||||||
|
|
4
livesupport/etc/debian/livesupport-studio.menu
Normal file
4
livesupport/etc/debian/livesupport-studio.menu
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
?package(livesupport-studio):needs="X11" section="Apps/Sound" \
|
||||||
|
title="LiveSupport-Studio" command="/opt/livesupport/bin/gLiveSupport.sh" \
|
||||||
|
icon="/opt/livesupport/var/livesupport.png" \
|
||||||
|
|
BIN
livesupport/etc/debian/livesupport.png
Normal file
BIN
livesupport/etc/debian/livesupport.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -111,8 +111,13 @@ install-arch:
|
||||||
$(CURDIR)/debian/livesupport-studio/opt/livesupport/etc
|
$(CURDIR)/debian/livesupport-studio/opt/livesupport/etc
|
||||||
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/var/widgets \
|
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/var/widgets \
|
||||||
$(CURDIR)/debian/livesupport/opt/livesupport/var/gLiveSupport*.res \
|
$(CURDIR)/debian/livesupport/opt/livesupport/var/gLiveSupport*.res \
|
||||||
|
$(CURDIR)/debian/livesupport.png \
|
||||||
$(CURDIR)/debian/livesupport-studio/opt/livesupport/var
|
$(CURDIR)/debian/livesupport-studio/opt/livesupport/var
|
||||||
|
mkdir -p $(CURDIR)/debian/livesupport-studio/usr/share/applications
|
||||||
|
cp -a $(CURDIR)debian/livesupport-studio.desktop \
|
||||||
|
$(CURDIR)/debian/livesupport-studio/usr/share/applications/
|
||||||
|
dh_desktop -plivesupport-studio
|
||||||
|
dh_installmenu
|
||||||
|
|
||||||
dh_install -s
|
dh_install -s
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue