How to access panel applet

Asked by cross157

I installed Panflute in Karmic using ./configure; make; sudo checkinstall. Everything appeared to go well but unlike the Music Applet, Panfute is not in the Add to Panel list. How do I access the panel applet? Do I need to install in separately? Thanks in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Panflute Edit question
Assignee:
No assignee Edit question
Solved by:
Paul Kuliniewicz
Solved:
Last query:
Last reply:
Revision history for this message
Best Paul Kuliniewicz (kuliniew) said :
#1

This is most likely because by default the applet's .server file got installed under /usr/local instead of /usr, and I don't think Bonobo checks for .server files under /usr/local.

The easiest solution would probably be to wait for me to get packages for Karmic into the PPA, which I hope to do this weekend. Alternatives would be to symlink the .server file under /usr/local to the corresponding directory under /usr, or to specify --prefix=/usr when running configure.

Revision history for this message
cross157 (cross157) said :
#2

Thanks Paul Kuliniewicz, that solved my question.