mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6189] mousepad: cannot edit any setting #3216
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#3216
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 @exchaex on GitHub (Feb 3, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6189
Description
Cannot edit any mousepad settings, nothing happens at all.
dconf-WARNING.
Steps to Reproduce
Steps to reproduce the behavior
Expected behavior
Color scheme changed
Actual behavior
No ui behavior. lots of dconf warnings:
Behavior without a profile
No warning or errors in logs. Everything works at expected
Additional context
Any other detail that may help to understand/debug the problem
Environment
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@rusty-snake commented on GitHub (Feb 3, 2024):
Possibly the same cause as in #5745, #6031, #5086, #3769, #5971. Check your dbus setup.
@exchaex commented on GitHub (Feb 3, 2024):
From what I start? I don't know what to check.. New to firejail
Running firejail mousepad with root does not give any warning, what should I add to mousepad.local?
@rusty-snake commented on GitHub (Feb 3, 2024):
Check
echo $DBUS_SESSION_BUS_ADDRESS. If it starts with/tmp/dbus-after theunix:path=addwhitelist /tmp/dbus-*.@exchaex commented on GitHub (Feb 3, 2024):
It works! Thanks, I will try this with other program with same warnings