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

Backport "FIX(client): Disable broken shortcuts on Wayland" #5315

Merged
merged 4 commits into from
Nov 14, 2021

Commits on Nov 11, 2021

  1. REFAC(client): Don't use class as namespace

    The EnvUtils class only served as a namespace (containing static
    functions). Thus, it makes more sense to convert EnvUtils into an actual
    namespace.
    Krzmbrzl committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    dfa259f View commit details
    Browse the repository at this point in the history
  2. FEAT(client): Add possibility to check for Wayland

    This new function allows to check whether Wayland is being used as the
    display manager.
    Krzmbrzl committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    91ae85b View commit details
    Browse the repository at this point in the history
  3. FIX(client): Disable broken shortcuts on Wayland

    Our global shortcut system currently doesn't work when using Wayland
    (mumble-voip#5257). Therefore, this
    commit makes sure that the global shortcut system is not even started
    on such systems. Furthermore, it informs the user about the shortcuts
    being disabled.
    
    Fixes mumble-voip#5303
    Krzmbrzl committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2b38553 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee5c764 View commit details
    Browse the repository at this point in the history