-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Converting applets to support Wayland #474
Comments
I'll take the first item to add an option to compile applets with a wayland option. For the initial release all the applets/applications above will NOT be compiled and thus NOT available under wayland. Once support is available we can add in the applet. |
meson option "for-wayland" is to be used within meson to differentiate between wayland and X11 specific compilation options. budgie_dep is defined at the root meson.build level - so any applets should use this now in their specific meson.build rather than hardcode budgie-1.0 python apps should use this format to differentiate between v2 and v1 gir
similar code could/showed by used for vala compilation ... and/or we can consider a config type #ifdef type way of doing things |
This is a tracking issue to focus on supporting wayland for budgie-extras applets and apps. All help is welcome
libxfce4windowing may help with the transition (python support via its gir python package, or using a vala vapi as per budgie-desktop). Similarly we need to look at layer-shell for positioning things https://github.com/wmww/gtk-layer-shell
Remember at a minimum all applets including 3rd party applets need to use budgie-2.0 as the target gir
Edit this issue and amend:
popover.set_default_size no longer exists as an api function- that uses xrandr which is X11 specific - so need to consider alternatives possibly like wrandrapplet now just shows one bar under waylandAll applets need testing under wayland - there will probably be others that need to be added to the above list.
To be tested:
Additional applets outside of extras
Additional considerations:
popovers in python applets appear transparent when built-in theme is selectedappears to be resolvedThe text was updated successfully, but these errors were encountered: