i92guboj wrote:Mmm, I think it might be intentional. Looking a bit into it, I noticed that now there's a battery applet that wasn't there before. If I add it to the panel then I can reach the power management dialog by using it (preferences).
The dialog is much like before, but with several more options.
It seems that the regular app migrated to a daemon + an xfce4 panel applet.
You are correct. Upstream removed the system tray completely in favour of using the "Action Buttons" panel plug-in from xfce-base/xfce4-panel which uses xfce-base/xfce4-session.
And like you pointed out, new battery plug-in was created too.
Code: Select all
$ qfile -b -v libactions.so
xfce-base/xfce4-panel-4.11.0 (/usr/lib64/xfce4/panel/plugins/libactions.so)
$ qfile -b -v libxfce4battery.so
xfce-extra/xfce4-power-manager-1.3.0 (/usr/lib64/xfce4/panel/plugins/libxfce4battery.so)
$ qfile -b -v libxfce4brightness.so
xfce-extra/xfce4-power-manager-1.3.0 (/usr/lib64/xfce4/panel/plugins/libxfce4brightness.so)
All of this means of course that xfce4-power-manager is less usable outside of Xfce (but more usable inside of Xfce)