mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2214] LibreOffice won't start on Parrot 4.3 #1483
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#1483
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 @maxpostal on GitHub (Oct 24, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2214
Hi,
I have faced with issue on Parrot 4.3:
@smitsohu commented on GitHub (Oct 28, 2018):
Can you please try if
firejail --noprofile libreofficeworks?Somethings else to try would be
firejail --tracelog libreoffice, and then checkjournalctl | grep blacklistif there is something related to libreoffice.Thanks.
@SkewedZeppelin commented on GitHub (Oct 28, 2018):
@smitsohu iirc Parrot ships many modified profiles.
@Max1mCom can you also paste in
/etc/firejail/libreoffice.profiletoo?@maxpostal commented on GitHub (Oct 29, 2018):
Hello guys, thank you for your help.
These commands are 'freezing' my system:
https://prnt.sc/lbn7r6
And command
sudo journalctl | grep blacklistgives me the blank output. I mean, it doesn't output anything.@maxpostal commented on GitHub (Oct 29, 2018):
And LibreOffice doesn't work on Parrot right after installation.
I use ru-RU locale.
@maxpostal commented on GitHub (Oct 29, 2018):
@smitsohu commented on GitHub (Oct 29, 2018):
Maybe some problem with the DKMS.
Can you then please try another one?
If you have not done so yet, please run libreoffice once without firejail. To do this, give the absolute path on the commandline, e.g. /usr/bin/loffice. Afterwards try if you can start it with firejail as normal.
Should this not help, another command would be
firejail --noprofile --allow-debuggers --writable-var --noblacklist=/sys/* libreoffice. If that one works, it would be awesome if you could juggle a bit with the options to find the minimal required set.Thanks.
@maxpostal commented on GitHub (Oct 30, 2018):
Hello,
Thanks a lot.
$firejail --noprofile --allow-debuggers --writable-var --noblacklist=/sys/* libreofficestill freezes interface.But
$/usr/bin/lofficeis working.And after that
$lofficeis working too.Libreoffice now is launching as usual.
@Abdibasidissack commented on GitHub (Jan 8, 2019):
can you explain the steps you've taken to solve it
@maxpostal commented on GitHub (Jan 8, 2019):
Hi,
I don't remember exactly.
Just try to run the following command from my previus message:
/usr/bin/lofficeAnd also try to update your system packages:
sudo apt update && sudo apt upgradeIt's quite the old issue, I think it should be fixed.
@bgagan911 commented on GitHub (Jan 20, 2019):
/usr/bin/lofficeWorks!!!!
@Abdibasidissack commented on GitHub (Jan 20, 2019):
Thank you.
It works.
On Sun, Jan 20, 2019, 12:12 PM bgagan911 <notifications@github.com wrote:
@ghost commented on GitHub (May 12, 2019):
I can confirm the problem is still there in Parrot Security 4.6.
/usr/bin/lofficedid the trick. Thanks! 😙@ContactLeft commented on GitHub (May 22, 2019):
Has this been fixed?
Neither one of these workarounds work for me.
@mjell027 commented on GitHub (May 25, 2019):
As @smitsohu already said this worked for me:
If you have not done so yet, please run libreoffice once without firejail.
To do this, give the absolute path on the commandline, e.g. /usr/bin/loffice.