mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3104] firejail gedit doesn´t work anymore #1946
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#1946
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 @Rosika2 on GitHub (Jan 1, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3104
Hi altogether and a Happy New Year,
today I got a firejail-update to version 0.9.62.
And suddenly gedit doesn´t work anymore:
As a workaround I copied the default.profile to ~/.config/firejail and renamed it gedit.profile so that this profile is used.
That way gedit works again.
Yet it would be nice if the gedit.profile could be fixed somehow.
Greetings.
Rosika
P.S.:
my system: Lubuntu 18.04.3 LTS, 64 bit
@rusty-snake commented on GitHub (Jan 1, 2020):
Can you try adding
libgtksourceview-3.0.so.*to theprivate-libline.@Rosika2 commented on GitHub (Jan 1, 2020):
@rusty-snake:
Hi and thank you.
I did what you suggested and now I get a new error:
Should I do the same with this one?
@Fred-Barclay commented on GitHub (Jan 1, 2020):
Hi @Rosika2
Yes, please add that to private-lib as well.
@Rosika2 commented on GitHub (Jan 1, 2020):
@rusty-snake :
@Fred-Barclay :
Hooray it works. Thanks a lot for your help especially on a holiday.
The last line in the gedit.profile now looks like this:
private-lib aspell,gconv,gedit,libgspell-1.so.*,libreadline.so.*,libtinfo.so.*,libgtksourceview-3.0.so.*,libpeas-gtk-1.0.so.*which turns out to be the correct setting, at least in my system.
Many greetings.
Rosika
@rusty-snake commented on GitHub (Jan 1, 2020):
@glitsj16 If I do
ls -l /usr/lib64/libgtksourceview*I getshould we already add
libgtksourceview-4to be future-proof?@ghost commented on GitHub (Jan 1, 2020):
@rusty-snake I guess for future-proofing we just might get away with adding
libgtksourceview-*. Let's ask @Rosika2 if that is a workable solution too.@Rosika2 commented on GitHub (Jan 2, 2020):
@glitsj16:
I´ve just tried it out.
When adding only
libgtksourceview-*to the private-lib-line it still doesn´t work.:[...] private-lib aspell,gconv,gedit,libgspell-1.so.*,libreadline.so.*,libtinfo.so.*,libgtksourceview-*yields
@rusty-snake commented on GitHub (Jan 2, 2020):
@Rosika2 I was not about dropping
libpeas-gtk-1.0.so.*, the idea was to include also the upcoming version 4 of libgtksourceview.@Rosika2 commented on GitHub (Jan 2, 2020):
@rusty-snake:
Hi, sorry, I misunderstood.
I now replaced the private-lib line with the entries you provided.
I can confirm that it works just fine. So adding
libgtksourceview-*, as glitsj16 suggested, seemsto work flawlessly.
Thanks for all the help of yours.
Greetings.
Rosika
@ghost commented on GitHub (Jan 2, 2020):
@Rosika2 @rusty-snake Thanks for confirming libgtksourceview-* works. Fixed.