Skip to content

Commit

Permalink
Merge pull request #6 from bhush9/use-correct-shell-integration
Browse files Browse the repository at this point in the history
keyboard: use correct shell integration for maliit-keyboard
  • Loading branch information
jpetersen authored Aug 13, 2020
2 parents 99cd3f4 + ce267e1 commit b7249d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/keyboard/keyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

int main(int argc, char **argv) {
setenv("QT_IM_MODULE", "none", true);
setenv("QT_WAYLAND_SHELL_INTEGRATION", "inputpanel-shell", true);

QGuiApplication app(argc, argv);

Expand Down

0 comments on commit b7249d5

Please sign in to comment.