Answer the question
In order to leave comments, you need to log in
Packing a Gnome applet into a .deb package?
Dear community, there is a self-written applet for gnome. To simplify its installation, the task arose to pack it into a .deb package. What is the easiest way to do this?
At the moment, it is installed with the help of such a shell script:
#!/bin/sh<br/>
<br/>
ln -sv `pwd`/GNOME_MicControl.server /usr/lib/bonobo/servers<br/>
ln -sv `pwd`/img/* /usr/share/pixmaps<br/>
ln -sv `pwd`/mic.py /usr/lib/gnome-applets<br/>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question