mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5100] gedit: keyboard no longer works (ibus) #2880
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#2880
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 @jose1711 on GitHub (Apr 10, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5100
Description
Keyboard input is no longer working in
gedit.Steps to Reproduce
Steps to reproduce the behavior
LC_ALL=C firejail geditExpected behavior
Letters appear on the screen.
Actual behavior
What actually happened
Nothing changes
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin a terminal?Same behaviour as above.
Additional context
It used to work in the past. Seems related to system update.
Environment
firejail --version): 0.9.69Checklist
/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)@rusty-snake commented on GitHub (Apr 10, 2022):
Do you use IBus?
@jose1711 commented on GitHub (Apr 10, 2022):
Hmm.. the
ibus-daemonprocess is present so my guess is that I am using it..@rusty-snake commented on GitHub (Apr 10, 2022):
But is gedit (gtk/gdk) configured to use it?
Does
GTK_IM_MODULE=ximorGTK_IM_MODULE=ibusmake a difference?Do you have any special input module like typing-booster?
Does it work with noprofile.profile?
@jose1711 commented on GitHub (Apr 11, 2022):
With
GTK_IM_MODULE=ximthe input works, if set toibusit does not.@rusty-snake commented on GitHub (Apr 11, 2022):
Duplicate of #116
@rusty-snake commented on GitHub (Apr 11, 2022):
but we should really improve the documentation or add a
allow-ibus.incor anibus yesnoin firejail.config or just hardcoded the fix if possible.@wellcomez commented on GitHub (Nov 15, 2022):
@rusty-snake
gedit will use ibus_address if ibus_address is set in env.
And ibus_address will be set by sandbox which implemented in env_ibus_load.
I has same error message and issue than keyboard doesn't response.
I found the ibus address listed by
ssis different with address set by firejail. Then I found several files under .config/ibus/bus.I guest maybe firejail doesn't choose right address_file.
I don't know which is right for me,
Bingo keyboard works.