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

Changing keyboard layout on QT apps not impacting snap #192

Open
tbille opened this issue Jul 31, 2019 · 1 comment
Open

Changing keyboard layout on QT apps not impacting snap #192

tbille opened this issue Jul 31, 2019 · 1 comment

Comments

@tbille
Copy link

tbille commented Jul 31, 2019

I seems that when changing the keyboard layout when a snap using QT is open doesn't update the snap's keyboard layout.

Actual behviour

Tested with keepassxc

  • open a terminal: setxkbmap gb
  • snap install keepassxc
  • Open keepassxc
  • Type qwerty in a text field following the layout of your keyboard.
  • the output is qwerty
  • in a terminal: setxkbmap fr
  • Go back on keepassxc
  • Type azerty in a text field following the layout of your keyboard.
  • the output is qwerty <- PROBLEM

Expected behaviour

  • open a terminal: setxkbmap gb
  • Open keepassxc
  • Type qwerty in a text field following the layout of your keyboard.
  • the output is qwerty
  • in a terminal: setxkbmap fr
  • Go back on keepassxc
  • Type azerty in a text field following the layout of your keyboard.
  • the output is azerty
@kenvandine
Copy link
Member

We confirmed this wasn't a problem with the gedit snap but is a problem with qt.

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

No branches or pull requests

2 participants