mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1579] Keyboard blocked on Ubuntu 17.10 beta #1051
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#1051
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 @derba on GitHub (Sep 26, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1579
Hi,
I have a fresh new Ubuntu 17.10 install. All default + Chromium + vlc + Firejail installed. Then I run
sudo firecfg.When I run GUI apps such as Firefox, Chromium, Rhythmbox, Libreoffice Writer then mouse works, but keyboard does not. On clicking any favourite web pages in my browsers I get error saying that I have no network connection.
If I run
sudo firecfg --cleanand runfirejail firefoxmanually, the result is the same and I cannot find too much valuable printout, but this:My system is Hungarian <-- I added translation.
In syslog I found a few messages about LibreOffice, though most of them may not be related:
IBUS warning is visible here, too.
@netblue30 commented on GitHub (Sep 28, 2017):
Probably our IBUS handling is broken!
@hlieberman commented on GitHub (Oct 14, 2017):
Yup; looks like there was a regression here. I see the same behavior in Firefox and Chrome now that I didn't see previously.
@derba commented on GitHub (Nov 5, 2017):
I inserted
return;line to the beginning ofenv_ibus_load()and it works fine. Alternatively I could comment outenv_store()call (obviously, as the rest of the function is just parsing).Unfortunately I have no idea how such change affects the security of my system.
@rquax commented on GitHub (Mar 5, 2018):
I had the exact same issue (keyboard doesn't work except in terminal and login; mouse works, upgraded to 17.10) and tried many things this morning. However your mentioning of firejail reminded me that that was one of the last things I installed. I simply removed it, along with fwupd, and now I can type again! Hope this helps anyone.
@Fred-Barclay commented on GitHub (Apr 19, 2018):
G'day @derba Are you still seeing this problem?
If so, can you try https://github.com/netblue30/firejail/issues/1810#issuecomment-382586391 ?
Thanks!
Fred
@derba commented on GitHub (May 1, 2018):
I moved to Ubuntu 18.04. This issue does not pop up, anymore. Tried firejail package by Ubuntu and the latest master, too.