Add a profile for zed #6541
Unanswered
dmitryvakulenko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I try to make profile for Zed. Everything fine except one thing - when I try to open project through Ctrl-O I get error "ZBus Error: I/O error: failed to read from socket". But system "Open Folder" dialog should be shown. Looks like application has not access to some dbus socket but I can't find out which one. My profile attached. I tried to remove almost all limitation but there was no any effect. Other application works fine using same profiles.
Steps to Reproduce
Launch Zed using attached profile and press Ctrl-O.
Expected behavior
System dialog window "Open folder" will appear.
Actual behavior
Got error "ZBus Error: I/O error: failed to read from socket" and no dialog window.
Behavior without a profile
Everything fine - dialog are shown.
Environment
Linux Mint Cinnamon 22 Wilma.
Kernel 6.8.0-45
firejail version 0.9.72
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.zed.profile.gz
] I used
--profile=PROFILENAME
to set the right profile. (Only relevant for AppImages)Beta Was this translation helpful? Give feedback.
All reactions