Skip to content

Firefox Profile and Fcitx #4426

Answered by rusty-snake
opqriu asked this question in Q&A
Jul 26, 2021 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Fix: ignore nodbus for firejail < 0.9.64. For firejail >= 0.9.64 look at the FAQ.


Original post:

sudo gedit /etc/firejail/firefox.profile

OT: Use gedit admin:https:///path/to/file

~$ sudo gedit /etc/firejail/firefox.profile

dbus-user filter
dbus-user.talk org.freedesktop.portal.Fcitx
ignore dbus-user none

Two mistakes here:

  1. It needs to be firefox.local and not firefox.profile.
    General: Never edit /etc/firejail/*.profile files because. Either copy them to ~/.config/firejail or (the preferred way) use *.locals.
  2. These three lines are for profiles with dbus-user none, but firefox.profile uses dbus-user filter. Therefore you only need the dbus-user.talk line.

How can I enable fcitx?

Dependin…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by rusty-snake
Comment options

You must be logged in to vote
3 replies
@opqriu
Comment options

@rusty-snake
Comment options

@opqriu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4425 on July 26, 2021 19:24.