Comment 15 for bug 2056578

Revision history for this message
Gafford Pearce (gypearce) wrote (last edit ):

Just downloaded and installed Ubuntu 24.04 yesterday and had the issue with keyboard not operating. I am brand new to Ubuntu/Linux and loving it so this is for new folks who don't understand a lot. Step by step:
first: the torbrowser.Browser.firefox file is found in the Ubuntu/etc/apparmor.d directory.
second: edit the file with a text editor and add the line in #10.

owner @{HOME}/.cache/ibus/dbus-* rw,

I added it after a bunch of other lines starting with owner @{HOME}...
third: Save the file.
Many thanks to AsciiWolf #10 for the above solution, it works perfectly.

fourth: you must now stop and restart apparmor using the command line

sudo /etc/init.d/apparmor stop
sudo /etc/init.d/apparmor start

Many thanks to Chris Guiver #12 for this subtle tip. You DO need to restart apparmor for it to work!
All of the above solutions are from other people, I hope I have put it in a format that will be easier for new users to follow. PLEASE let me know.