Skip to content
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

OSD capability #657

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

OSD capability #657

wants to merge 5 commits into from

Conversation

fossfreedom
Copy link
Contributor

Description

This PR reworks the previous mutter invoked OSD capability to be wayland friendly.

Now we specifically look for volume & brightness changes are display the OSD.
The volume changes are tracked in the same manner as the volume applet - i.e. GVC.
For brightness we grab the values straight out of the gsd component.

New here is OSD display when the caps-lock / num-lock keys are displayed. Very useful for small keyboards when you can easily press the caps-lock key accidentally. Note the comment in the keymap section of osdkeys where there appears to be a bug under wayland on first initialisation of the keymap - tests on X11 show the this code works just fine. i.e. if you press caps lock immediately on first login the OSD is not displayed. Quick test under Gtk4 and the equivalent standalone code for keymap initialisation works just fine. ho hum.

The old menus code has been nuked.

The daemon X11 stuff has also been removed - budgie-daemon is now running wayland not xwayland.

Submitter Checklist

  • Squashed commits with git rebase -i (if needed)
  • Built budgie-desktop and verified that the patch worked (if needed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant