[GH-ISSUE #4292] Problems with Cinelerra - AppImage #2608

Closed
opened 2026-05-05 09:16:41 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @Area51Kacz on GitHub (May 21, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4292

The new Cinelerra - GG (after 'moving' to be an AppImage) aint working anymore

It aint gives console errors - but cinelerra appimage NEVER opens

firejail --profile=/etc/firejail/cin.profile --appimage  cin_for_newer_distros.AppImage
Reading profile /etc/firejail/cin.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-exec.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Mounting appimage type 2
Parent pid 14336, child pid 14339

**     Warning: dropping all Linux capabilities     **

Warning: /sbin directory link was not blacklisted
Warning: /usr/sbin directory link was not blacklisted
Warning: not remounting /run/user/1000/gvfs
Warning: not remounting /run/user/1000/doc
Child process initialized in 2004.50 ms
Cinelerra Infinity - built: May  7 2021 15:54:20
git://git.cinelerra-gg.org/goodguy/cinelerra.git
(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams
2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy
Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.

^C

While running it as noprofile .... it works well

firejail --noprofile --net=none --appimage  cin_for_newer_distros.AppImage
Mounting appimage type 2
Parent pid 14925, child pid 14928

**     Warning: dropping all Linux capabilities     **

Child process initialized in 47.03 ms
Cinelerra Infinity - built: May  7 2021 15:54:20
git://git.cinelerra-gg.org/goodguy/cinelerra.git
(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams
2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy
Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.

init plugin index: /run/firejail/appimage/.appimage-14925/usr/bin/plugins
init lv2 index:
init ladspa index: /run/firejail/appimage/.appimage-14925/usr/bin/ladspa
Total excess of backups: -50 
Session time: 0:00:09
Cpu time: user: 0:00:03.690 sys: 0:00:00.929

Parent is shutting down, bye...
AppImage unmounted

AppImage used https://www.cinelerra-gg.org/download/images/cin_for_newer_distros.AppImage
firejail version 0.9.64.4
profile https://github.com/netblue30/firejail/blob/master/etc/profile-a-l/cin.profile

Originally created by @Area51Kacz on GitHub (May 21, 2021). Original GitHub issue: https://github.com/netblue30/firejail/issues/4292 The new Cinelerra - GG _(after 'moving' to be an AppImage)_ aint working anymore It aint gives console errors - **but cinelerra appimage NEVER opens** ``` firejail --profile=/etc/firejail/cin.profile --appimage cin_for_newer_distros.AppImage Reading profile /etc/firejail/cin.profile Reading profile /etc/firejail/disable-common.inc Reading profile /etc/firejail/disable-devel.inc Reading profile /etc/firejail/disable-exec.inc Reading profile /etc/firejail/disable-interpreters.inc Reading profile /etc/firejail/disable-passwdmgr.inc Reading profile /etc/firejail/disable-programs.inc Mounting appimage type 2 Parent pid 14336, child pid 14339 ** Warning: dropping all Linux capabilities ** Warning: /sbin directory link was not blacklisted Warning: /usr/sbin directory link was not blacklisted Warning: not remounting /run/user/1000/gvfs Warning: not remounting /run/user/1000/doc Child process initialized in 2004.50 ms Cinelerra Infinity - built: May 7 2021 15:54:20 git://git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams 2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy Cinelerra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for Cinelerra. ^C ``` While running it as noprofile .... it works well ``` firejail --noprofile --net=none --appimage cin_for_newer_distros.AppImage Mounting appimage type 2 Parent pid 14925, child pid 14928 ** Warning: dropping all Linux capabilities ** Child process initialized in 47.03 ms Cinelerra Infinity - built: May 7 2021 15:54:20 git://git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams 2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy Cinelerra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for Cinelerra. init plugin index: /run/firejail/appimage/.appimage-14925/usr/bin/plugins init lv2 index: init ladspa index: /run/firejail/appimage/.appimage-14925/usr/bin/ladspa Total excess of backups: -50 Session time: 0:00:09 Cpu time: user: 0:00:03.690 sys: 0:00:00.929 Parent is shutting down, bye... AppImage unmounted ``` AppImage used https://www.cinelerra-gg.org/download/images/cin_for_newer_distros.AppImage firejail version 0.9.64.4 profile https://github.com/netblue30/firejail/blob/master/etc/profile-a-l/cin.profile
gitea-mirror 2026-05-05 09:16:41 -06:00
  • closed this issue
  • added the
    stale
    label
Author
Owner

@rusty-snake commented on GitHub (May 22, 2021):

WFM

  • ipc-namespace could be the cause if you still use X11.
  • If you have an AMD GPU it's #3219. Use seccomp !kcmp in that case.
<!-- gh-comment-id:846354597 --> @rusty-snake commented on GitHub (May 22, 2021): WFM - `ipc-namespace` could be the cause if you still use X11. - If you have an AMD GPU it's #3219. Use `seccomp !kcmp` in that case.
Author
Owner

@Area51Kacz commented on GitHub (May 23, 2021):

Thanks it works

<!-- gh-comment-id:846483149 --> @Area51Kacz commented on GitHub (May 23, 2021): Thanks it works
Author
Owner

@rusty-snake commented on GitHub (May 24, 2021):

Which one was it? If it was ipc-namespace, we should remove it from the profile.

<!-- gh-comment-id:846837819 --> @rusty-snake commented on GitHub (May 24, 2021): Which one was it? If it was `ipc-namespace`, we should remove it from the profile.
Author
Owner

@rusty-snake commented on GitHub (Aug 4, 2021):

I'm closing here due to inactivity, please fell free to request to reopen if you still have this issue.

<!-- gh-comment-id:892561070 --> @rusty-snake commented on GitHub (Aug 4, 2021): I'm closing here due to inactivity, please fell free to request to reopen if you still have this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2608
No description provided.