Comment 24 for bug 129081

Revision history for this message
VS (storvann) wrote :

After reporting a couple of minor bugs in the debian/rules script, I was advised to post my findings here:

1: The murmur icon gets installed to /usr/share/pixmaps/mumble.png.1. This causes some issues because gnome can't find the icon with the .1 appended.
Fix: Change line 99 (as of SVN) in debian/rules to the following:
install ./icons/mumble.png.1 $(CURDIR)/debian/mumble/usr/share/pixmaps/mumble.png

2: The above .png and the .desktop file get executable permissions. This can be solved by passing '-m 644' to the install lines for these files (line 98 and 99 as of SVN)
This should fix a couple of those lintian warnings mentioned above.

Regarding the init script - couldn't the debian init script in the wiki (http://mumble.sourceforge.net/Murmur_Init_Script%28Debian%29) be used/modified?