mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3228] chromium: "Just Read" extension does not work anymore #2028
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#2028
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 (Feb 16, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3228
Hi altogether,
yesterday I received a chromium-browser update. Now my current version is 80.0.3987.87.
Yet I´ve got problems when running it in firejail (version 0.9.62) which I hadn´t encountered before.
I noticed that my extension "Just Read" doesn´t work any more. It should put the displayed page in read-mode.
(Description: A feature-packed, customizable reader extension.)
But when clicking on it now it hasn´t any effect at all.
By the way: I start chromium-browser with this command:
firejail --private=/home/rosika/Dokumente/work chromium-browser.So I decided to give the default.profile-option a try, but the result was even worse:
firejail --profile=/etc/firejail/default.profile --private=/home/rosika/Dokumente/work chromium-browserSo the browser didn´t start at all.
After that I looked up journalctl and encountered the following:
As I said this problem is a new one and seems to be connected to the recent chromium update.
Can anybody help?
Thanks a lot in advance.
Greetings.
Rosika
@Vincent43 commented on GitHub (Feb 16, 2020):
The
default.profileis incompatible with chromium.@Rosika2 commented on GitHub (Feb 16, 2020):
@Vincent43 :
Hi and thanks a lot for the clarification.
I see. I´d say that´s okay but it leaves me with the original issue of the add-on "just read" not working anymore.
Do you have any ideas about that as well?
Greetings.
Rosika
@Rosika2 commented on GitHub (Feb 16, 2020):
It seems the problem isn´t related with firejail as I thought in the beginning.
On https://github.com/ZachSaucier/Just-Read/issues/297 ("Recently, it appears, the extension has stopped functioning .....")
It seems they are currently working on a fix.
Thanks for your help.
Geetings.
Rosika
@curiosityseeker commented on GitHub (Feb 18, 2020):
Did you modify the chromium.profile or chromium-common.profile? Neither contains
seccompbut it seems that syscall 161 (=chroot) is blocked for you.@Vincent43 commented on GitHub (Feb 18, 2020):
@curiosityseeker the seccomp error comes from
default.profilewhich OP tried to test.@rusty-snake commented on GitHub (Mar 14, 2020):
@Rosika2 still an issue?
@Rosika2 commented on GitHub (Mar 15, 2020):
@rusty-snake :
Sorry, it seems I forgot to close the thread. My apologies.
As it turned out the problem with the "Just Read" extension was in the source code itself which has been fixed by the author in the meantime.
For further information see https://github.com/ZachSaucier/Just-Read/issues/297 .
Thanks for your help and many greetings.
Rosika