You are not logged in.
Pages: 1
Hi,
I'm using gentoo on a Raspi 4 and I installed some plugins which I downloaded from https://docs.xfce.org/xfce/xfce4-panel/start. The plugins were compiled correctly and placed in /usr/lib/xfce4/panel/plugins.
these are the libs of the plugins: libpulseaudio-plugin.la libpulseaudio-plugin.so libweather.la libweather.so
The .desktop-files were placed in this folder: /usr/share/xfce4/panel/plugins
The file weather.desktop looks like this:
[Xfce Panel]
Type=X-XFCE-PanelPlugin
Name=Weather Update
[...]
Icon=xfce4-weather
X-XFCE-Internal=FALSE
X-XFCE-Module=weather
X-XFCE-API=2.0
X-XFCE-Exec=/usr/lib/xfce4/panel/plugins/
The file pulseaudio.desktop looks like this:
[Xfce Panel]
Type=X-XFCE-PanelPlugin
Encoding=UTF-8
Name=PulseAudio Plugin
[...]
Icon=xfce4-pulseaudio-plugin
X-XFCE-Module=pulseaudio-plugin
X-XFCE-Internal=FALSE
X-XFCE-API=2.0
X-XFCE-Exec=/usr/lib/xfce4/panel/plugins/
When I rightclick on panel > Panel > Add new items neither the weather plugin nor the pulseaudio plugin appear there. How do I tell xfce4 that I have installed some plugins so that I can add them on the panel?
Offline
Have you tried to restart the panel to reread the plugin directory?
xfce4-panel -r
Logging out and back in would likely do it as well.
Siduction
Debian Sid
Xfce 4.18
Offline
Thanks for your reply. The plugins still don't appear in the list.
Offline
Remove this line in the desktop file
[...]
That will do.
If not this line is for new API for the Gtk3 plugins:
X-XFCE-API=2.0
1.0 is for gtk2
Is it 64bit gentoo?
If so maybe the libdir is different but I don't know where is it in Gentoo.
Fedora
x32 - /usr/lib/xfce4/panel/plugins
x64 - /usr/lib64/xfce4/panel/plugins
Debian
x32 - /usr/lib/i386-linux-gnu/xfce4/panel/plugins
x64 - /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins
Do you want to exit the Circus?
https://www.youtube.com/watch?v=ZJwQicZHp_c
Offline
Thanks four your help . It works now. I moved the plugin libraries into the folder for the 64Bit-libraries and did a refresh of the panel:
--> /usr/lib64/xfce4/panel/plugins
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 533.24 KiB (Peak: 534.09 KiB) ]