vlc: cannot start program (snap) #4651
-
Running
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Is vlc installed? How did you installed firejail/vlc? In which distro? In which version? Does |
Beta Was this translation helpful? Give feedback.
-
$ firejail --noprofile vlc
Parent pid 37544, child pid 37545
Child process initialized in 7.86 ms
2021/10/27 17:54:53.650274 system_key.go:154: cannot determine cgroup version: cannot determine filesystem type: cannot statfs path: permission denied
internal error, please report: running "vlc" failed: cannot create transient scope: DBus error "org.freedesktop.DBus.Error.InvalidArgs": [Process 2 is a kernel thread, refusing.]
Parent is shutting down, bye... |
Beta Was this translation helpful? Give feedback.
-
Added in noprofile.profile in git! |
Beta Was this translation helpful? Give feedback.
-
vlc is not written in Go, and "system_key.go" seems to be a snap thing. So presumably vlc was installed as a snap, which is not supported by firejail. Solution: Uninstall the snap and install the normal .deb package (or use an |
Beta Was this translation helpful? Give feedback.
@Archangelll on Oct 27, 2021:
vlc is not written in Go, and "system_key.go" seems to be a snap thing.
So presumably vlc was installed as a snap, which is not supported by firejail.
Solution: Uninstall the snap and install the normal .deb package (or use an
AppImage).