Open omega3 opened 7 months ago
include whitelist-runuser-common.inc
firejail --profile=/home/user/jail/.config/firejail/firefox.local /usr/lib/firefox/firefox
Reading profile /home/user/jail/.config/firejail/firefox.local
Reading profile /etc/firejail/whitelist-runuser-common.inc
Ignoring "dbus-user.talk org.freedesktop.portal.Desktop" and 1 other dbus-user filter rule.
Parent pid 9145, child pid 9146
8 programs installed in 11.16 ms
Child process initialized in 24.17 ms
xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
ExceptionHandler::GenerateDump cloned child 23
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...
xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
malloc_consolidate(): unaligned fastbin chunk detected
Parent is shutting down, bye...
I added /home/user/.config/portals.conf
[preferred]
default=kde
org.freedesktop.impl.portal.Settings=kde;gtk;
and /home/user/.local/share/xdg-desktop-portal/ with the same content but it doesn't help.
Description
I want to run local profile to be able to use Plasma file picker on Wayland. I do have xdg-destop-portal and xdg-destop-portal-kde and xdg-destop-portal-gtk installed.
It works well when I have just:
but when I start adding other entries like:
whitelist ${RUNUSER}/pipewire-0
orwhitelist ${RUNUSER}/kpxc_server
it produces error:
So such profile deosn't work:
When I set profile like this:
it shows:
and it doesn't save files.
My about:config portals https://i.imgur.com/mQXlUP0.png
Environment
Operating System: Manjaro Linux KDE Plasma Version: 5.27.11 KDE Frameworks Version: 5.115.0 Qt Version: 5.15.12 Kernel Version: 6.6.26-1-MANJARO (64-bit) Graphics Platform: Wayland
firejail version 0.9.72 from official repo I wanted install from git but I get errors.
Checklist
/usr/bin/vlc
) "fixes" it).https://github.com/netblue30/firejail/issues/1139
)browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.--profile=PROFILENAME
to set the right profile. (Only relevant for AppImages)