Filippo Gentile
Filippo Gentile
Did some more tests. Apparently Exec path must be absolute for it to work. Putting just: ``` Exec=lxqt-panel ``` will not work and taskbar will be empty. I also tried...
Also putting `OnlyShowIn=LXQt;` seems to break behavior. Maybe this makes KWin skip the file so behavior is identical to situation without desktop file. ``` OnlyShowIn=LXQt;KDE ``` Fixes the problem. This...
> Oooops, looks like I'm on wayland_taskbar branch.... recompiling No wait. `wayland_taskbar` is the correct branch with last commit about panel alignment. I have too many branches :)
> Yep, I see, this panel from the PR here dumps core with default config on wayland ;) and without config I didn't find it (transparent in middle of the...
> > This is interesting. How can I reproduce? > > Openbox session, make sure to be able to open konsole from right click on desktop: > > `kwin_wayland konsole`...
I need porting the `sysstat` plugin to Qt6 Done!
@stefonarch Steps I've followed: - Rebased `refactor_taskbar_qt6` branch on top of latest `wip_qt6` changes (And then rebased `wayland_taskbar` on top of `refactor_taskbar_qt6`) - I've cleared CMake config and enabled ALL...
OpenBox test: - From KDE Neon Developer: `sudo apt install openbox' (3.6.1-10) - Logout from Plasma Wayland and login in OpenBox session. - Right click on black screen, start Konsole...
> Yes, but disabled all those which won't work on wayland plus statusnotifier and sysstat too. So which plugins have you enabled now exactly? > There IS wayland code here...
I cannot reproduce. Can you put a breakpoint when settingsChanged() is emitted. Anyway you are running Xcb panel under wayland, why you don't hit the assert on X11 display?