mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1268] After using firecfg there are lot's of GIMP errors when launching it #862
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#862
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 @ghost on GitHub (May 7, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1268
Here are some:
Failed to open file “/home/biohazard/.gimp-2.8/devicerc”: open() failed: Permissão negada
Failed to open file “/home/biohazard/.gimp-2.8/controllerrc”: open() failed: Permissão negada
Impossível abrir um ficheiro swap de teste.
Para evitar a perda de dados, verifique a localização e permissões da pasta de swap definida nas suas Preferências (atualmente "/home/ekari/.gimp-2.8").
As mensagens são redirecionadas para stderr.
@SYN-cook commented on GitHub (May 7, 2017):
Can you please run
and then in ~/.config/firejail/gimp.profile you comment out
ipc-namespace, in case there is something like this in the profile?EDIT: Sorry, I see a bug in GIMP related to this line, but it probably has nothing to do with your issue. What you could quickly check however is folder and file ownerships inside ~/.gimp-2.8. I ask because one way to get to this error is by running
sudo gimpin an unfortunate moment.@ghost commented on GitHub (May 7, 2017):
Ownership is good
@netblue30 commented on GitHub (May 7, 2017):
You might be running into this problem: https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1246908
I would delete ~/.gimp-2.8 directory and start all over again - unless you have some plugins you installed in that directory.
@SYN-cook commented on GitHub (May 7, 2017):
Alternatively, to figure out how is the link with Firejail, you could try to run from the command line simply
/usr/bin/gimp, and if that works ok tryfirejail --noprofile gimpand thenfirejail gimp@ghost commented on GitHub (May 8, 2017):
@SYN-cook I followed your commands by order after deleting .gimp and no errors where shown.
@netblue30 Maybe that is the bug, I'm using ubuntu 17.04 but I saw the directory and it was not owned by root
@SYN-cook commented on GitHub (May 8, 2017):
Thanks. But you are still running into this issue when launching from a menu? One reason could be that Firejail picks the wrong profile. What you could try
@netblue30 commented on GitHub (May 9, 2017):
@SYN-cook is right, it will pick up /etc/firejail/default.profile - this one disables ~/.config/gimp* directories. I put a fix in mainline. Thanks for the bug.