mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #549] xephyr and keyboard layout #387
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#387
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @deb75 on GitHub (May 31, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/549
Hello,
I use Xephyr with firejail, it works well except that the keyboard layout appears to be qwerty whereas I need azerty.
This issue is not just firejail related, if I use Xephyr alone, (e.g. Xephyr :3 && DISPLAY=:3 firefox), I get the same problem.
However, if Xephyr seems to have command line options to configure the keyboard, I did not find a way
to pass it through its call from firejail. To my knowledge, firejail only allows to modify the xephyr resolution in /etc/firejail/firejail.config.
Up to now, the workaround I tried is to grab the Xephyr display (say :3) and run "xkbcomp $DISPLAY :3".
It works, but it is a bit annoying as the Xephyr display seems to be randomly chosen from firejail.
So I would suggest :
Regards
@netblue30 commented on GitHub (May 31, 2016):
I'll add support to pass more command line options to Xephyr.
@joedicastro commented on GitHub (Jun 3, 2016):
Oh! that would be nice!
Also it would be nice too to add the
-resizeableoption of Xephyr to be able to resize the window easily and not to be limited to a specific resolution.@netblue30 commented on GitHub (Jun 3, 2016):
Out of curiosity, what options do you need to pass on the command line to Xephyr? Would you use them for all programs, or change them from program to program?
@netblue30 commented on GitHub (Jun 9, 2016):
Fixed. Install the version from git and edit /etc/firejail/firejail.config file. Add "xephyr-extra-params your command line options" at the end of the file.