Standreas
Standreas
> I need porting the `sysstat` plugin to Qt6 Yes, and switch to `dbusmenu-lxqt` in statusnotifier. >We are talking about refactor_taskbar_qt6 branch right? With all plugins enabled compile time? Yes,...
I'll test later this evening. What about dbusmenu-lxqt?
> If this PR also has wayland code then I've made mistakes pushing branches Rechecked, was my window rule in kwin. Too many DE configured ;)
Built with no changes to the PR, all plugins enabled and no error. But coredump when adding a taskbar under wayland is still the same. Without [taskbar] in panel.conf no...
> I cannot reproduce. Can you put a breakpoint when settingsChanged() is emitted. It happens on both machines here... another diff? How can I set a breakpoint? > Anyway you...
Ok, found out about breakpoints. But I have to recompile afaik as there are no debug symbols.
Atm rebuilding with `cmake .. -DCMAKE_PREFIX_PATH=/usr/local/bin -DCMAKE_BUILD_TYPE=Debug` no build type option before. So we should use a similar approach as used in desktopswitch? Disable taskbar if on wayland atm?
Heureka! In plasma session all 3 elements of lxqt-panel are working perfectly ;) just starting from cli. Less luck in openbox with kwin nested session (both cli and .desktop file...
> NOTE: panel auto-hide is not working yet On my slower VM (neon-unstable) this works, but empty taskbar also in plasma-session EDIT: works also on the dev edition.
I fiddled with env vars (see featherpad window) and.... all working, also showdesktop amd autohide! Not sure which one is needed and about the Qt one. Some invisible icon issues,...