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

pavucontrol: dropdown patch for wayland support #107818

Merged
merged 1 commit into from Dec 28, 2020

Conversation

Emantor
Copy link
Member

@Emantor Emantor commented Dec 28, 2020

Motivation for this change

Pavucontrol employed a button with a popup instead of a dropdown menu
for its dropdown menus. These were rendered offset to the window and
maybe even offscreen from the window. Add the upstream patch which fixes
this issue.

Fixes #87446

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@SuperSandro2000
Copy link
Member

Result of nixpkgs-review pr 107818 run on x86_64-linux 1

2 packages built:
  • blueberry
  • pavucontrol

Pavucontrol employed a button with a popup instead of a dropdown menu
for it's dropdown menus. These were rendered offset to the window and
maybe even offscreen from the window. Add the upstream patch which fixes
this issue.

Fixes NixOS#87446
@flokli
Copy link
Contributor

flokli commented Dec 28, 2020

Confirmed this to work both on X11 and Wayland (tested inside Weston inside X, but close enough) :-)

@flokli flokli merged commit fc6d716 into NixOS:master Dec 28, 2020
@Emantor Emantor deleted the topic/pavucontrol_wayland branch December 29, 2020 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pavucontrol output menu on playback screen doesn't spawn on wayland
3 participants