mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6837] firefox: xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb #3392
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#3392
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 @educanorama on GitHub (Jul 25, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6837
Description
Firefox now only will load with the
--noprofileparameter. The error message --ERROR: failed to add default include path /usr/share/X11/xkbmakes me wonder if the problem is related to a recent change in openSUSE, announced in:https://forums.opensuse.org/t/xkeyboard-config-update-will-require-manual-migration-of-custom-files-under-usr-share-x11-xkb/186539
However, I have no idea what I can do to accommodate this change and continue using firejail.
Steps to Reproduce
Steps to reproduce the behavior
Expected behavior
I have loaded Firefox with firejail for well over a year without problems.
Actual behavior
Firefox crashed.
Behavior without a profile
Additional context
The openSUSE change noted above, described at:
(https://forums.opensuse.org/t/xkeyboard-config-update-will-require-manual-migration-of-custom-files-under-usr-share-x11-xkb/186539)
Environment
uname -srm): 6.15.7-1-default x86_64mesa 1:24.3.3-2"): Firefox 140.0.2
firejail --version): 0.9.74was compiled (
git rev-parse HEAD):Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/program@kmk3 commented on GitHub (Jul 25, 2025):
Looks like a duplicate of:
Does the following work?
@educanorama commented on GitHub (Jul 25, 2025):
That fixed the problem, kmk3! Thanks very much.