Standreas

Results 674 comments of Standreas

Turning back on this... We can set cursor theme and size for both Qt and GTK windows using `lxqt-config-appearance` but labwc apparently respects only the theme but _not_ the size...

Looks like only fancymenu and few other plugins build atm. Made a list [here](https://paste.debian.net/1307157/).

> All plugin are working except sysstat because library is not ported yet. That's nice to hear :)

I needed first https://github.com/lxqt/libsysstat/pull/47 and change dbusmenu-qt6 → dbusmenu-lxqt to start compilation ~but I'm stuck atm at `fatal error: lxqt-globalkeys.h: No such file or directory` for several plugins. When I...

Compiles perfectly fine now without any warning, except that I had to disable statusnotifier plugin as I didn't manage to include `dbusmenu-lxqt` anymore, not sure if I changed something as...

Found my error, forgot the second part here `#include `. So only sysstat plugin is missing.

Just found out in a nested labwc window that the qt6-panel won't work on wayland: ![screen_area_gio_13:53:45_](https://github.com/lxqt/lxqt-panel/assets/10681413/7b2d6796-d133-4ee3-994a-5a4985d4bf14)

> Well of course KX11Extras does not work on wayland and we use this library. As a workaround force it to use xwayland. Taskbar will be empty >Haven't we already...

![screen_area_gio_14:23:53_](https://github.com/lxqt/lxqt-panel/assets/10681413/4938f4be-0e05-4873-bd42-a9638061294e) all files which use it, at least `lxqtpanel.cpp` and `plugin.cpp` would be needed for now.

Looking at KX11Extras it looks (for the panel) some functions on wayland should use foreing-toplevel-protocol, like `static QList windows();` and others, if I got it right. Other functions (number of...