-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Modified keyboard layout handling #104
Conversation
@@ -30,10 +27,7 @@ set_keyboard_layout() { | |||
done | |||
} | |||
|
|||
if [ -n "$QUBES_KEYMAP" ]; then | |||
set_keyboard_layout "$QUBES_KEYMAP" | |||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to leave at least this one (and corresponding qubesdb-read), to load initial keyboard layout.
|
||
echo 'This program is deprecated; set qube property keyboard_layout instead.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Print this on stderr. And exit with non-zero status (1?).
1be2667
to
9037533
Compare
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/10655#dependencies Failed tests
New failuresCompared to: https://openqa.qubes-os.org/tests/9500#dependencies
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/9500#dependencies
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debian package build fails.
9037533
to
542d550
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It still fails. You didn't removed etc/X11/Xsession.d/90qubes-keymap
from debian/qubes-gui-agent.install
file.
Removed qubes-changed-keyboard-layout script; it is replaced by simply setting VM property keyboard-layout. references QubesOS/qubes-issues#1396 references QubesOS/qubes-issues#4294
542d550
to
59ae770
Compare
Removed qubes-changed-keyboard-layout script; it is replaced by simply setting
VM property keyboard-layout.
requires QubesOS/qubes-core-admin#350
references QubesOS/qubes-issues#1396
references QubesOS/qubes-issues#4294