-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure with PKGBUILD for lxqt-panel with taskbar #11
Comments
It's exactly this error here: lxqt/lxqt-panel#2046 (comment) You could try this patch in the meantime, because we are about to change the plugin logic and it won't be fixed in this PR probably. |
I managed to apply the patch, but then ended up with the same |
Oh, I see. |
I just tried out that previous commit you mentioned. Basically, in the PKGBUILD file, I replaced
with
While it compiles, the resulting lxqt-panel's taskbar doesn't work on Labwc, Hyprland, or Sway. I don't know if that's a bug in the taskbar, or if that particular commit just doesn't have to do with the ETA: The taskbar does work on kwin_wayland, just as you said it would. |
Got the same result here (didn't check kwin though), and my branch has the same issue as in the PR. Looks there is no way to compile it atm until the refactoring is started. I'll attach my working package. |
Is that a working package with the panel for a wlroots-taskbar? |
Yes, at least it works here on arch. It was compiled before the rebase. Atm only the taskbar for kwin can be compiled (what you did indirectly). |
A working branch is used now for the PKBBUILD: https://github.com/stefonarch/lxqt-panel/tree/wayland_panel. Version is The desktop switch plugin is not working atm, not even under kwin_wayland as supposed. |
The error messages I get when running
makepkg -sic
are as follows:Not sure whether the problem is with the git branch, an errant dependency in the PKGBUILD, or what.
The text was updated successfully, but these errors were encountered: