Xfce Forum

Sub domains
 

You are not logged in.

#1 2007-04-16 07:00:01

abdul
Member
Registered: 2007-04-16
Posts: 2

Panel plugins in home dir?

Hello,

is there a way to install self compiled panel plugins in the user's home dir?

If you configure a plugin (e.g. "genmon" in my case) with "configure --prefix=$HOME/software", then compile and install it, it is actually installed in $HOME/software/libexec/xfce4/panel-plugins/xfce4-gemon-plugin, but the xfce panel does not recognize the new file.  :?
Any help?

Regards,
Abdul

Offline

#2 2007-04-16 11:07:19

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: Panel plugins in home dir?

Yes this is possible, xfce4-panel looks in the home directory, and IIRC it look in the $XDG_DATA_HOME directory. So when this directory is (for example) ~/.local, the plugin will be installed in ~/.local/libexec/xfce4/panel-plugins/, with the desktop file in ~/.local/share/xfce4/panel-plugins.

So echo $XDG_DATA_HOME and see if it exists, then you can compile with configure --prefix=$XDG_DATA_HOME && make && make install

Offline

#3 2007-04-16 12:53:57

abdul
Member
Registered: 2007-04-16
Posts: 2

Re: Panel plugins in home dir?

Thanks for the hint. It works now! ;D

Offline

Board footer

Powered by FluxBB