I'm using a RPI4 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
Code: Select all
/usr/lib/xfce4/panel/pluginsCode: Select all
libpulseaudio-plugin.la libpulseaudio-plugin.so libweather.la libweather.soCode: Select all
/usr/share/xfce4/panel/pluginsCode: Select all
[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:
Code: Select all
[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/[Moderator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu]

