mate-desktop / mate-panel

MATE panel
https://mate-desktop.org
GNU General Public License v2.0
184 stars 116 forks source link

Many applets don't work. #1442

Open yuckdevchan opened 4 months ago

yuckdevchan commented 4 months ago

Expected behaviour

To be able to add applets by pressing 'add' or by dragging into the panel.

Actual behaviour

Many applets just don't work. Nothing happens when I attempt to add them, such as clock.

Steps to reproduce the behaviour

Try adding an applet like clock.

MATE general version

N/A

Package version

1.28.0-2

Linux Distribution

Arch Linux with labwc

Link to bugreport of your Distribution (requirement)

N/A

lukefromdc commented 4 months ago

That sounds like an installation or packaging issue. If the executable (out of process applet ) or shared object (in-process applet) cannot be found due to say, being in a different directory than specified in the .desktop file in /usr/share/mate-panel/applets this is exactly what happens

DMJC commented 4 weeks ago

mate-sensors-applet, mate-indicator-applet, mate-applets and mate-panel all need to be built with the flag --enable-in-process or --with-in-process-applets=all for Wayland.

lukefromdc commented 4 weeks ago

Oh yeah: I didn't catch that you were running MATE on wayland! if Arch is shipping applets built out of process they won't work. This includes both the applets shipped with mate-panel and also those shipped with mate-applets, which for 1.28 gained the ability to be built in-process.