mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1754] cannot start hexchat #1191
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#1191
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 @allorder on GitHub (Jan 29, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1754
Hello, I did :
$ firecfg --fix-sound
$ sudo firecfg
& I rebooted.
Since then I cannot start hexchat.
in the terminal :
$ hexchat
Redirecting symlink to /usr/bin/hexchat
Reading profile /etc/firejail/hexchat.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/whitelist-common.inc
Parent pid 3002, child pid 3003
Blacklist violations are logged to syslog
Child process initialized
Can't locate File/Spec.pm: /usr/share/perl5/File/Spec.pm: Permission denied at lib/HexChat.pm line 19.
BEGIN failed--compilation aborted at lib/HexChat.pm line 19.
Parent is shutting down, bye...
Distro: Debian 9.3
firejail : Version: 0.9.44.8-2
@SkewedZeppelin commented on GitHub (Jan 29, 2018):
sudo sed -i 's/private-bin/#private-bin/' /etc/firejail/hexchat.profileprivate-bin will need to be updated with necessary perl names
@allorder commented on GitHub (Jan 29, 2018):
I should run this command or I need to edit something ?
@SkewedZeppelin commented on GitHub (Jan 29, 2018):
@allorder you can either run the command or manually edit
/etc/firejail/hexchat.profilewith your favorite editor and comment outprivate-bin.@allorder commented on GitHub (Jan 29, 2018):
I did it, same error. I also tried:
private-bin hexchat,perl
private-bin hexchat,perl*
Same error.
I updated firejail from backports to Version: 0.9.50-3~bpo9+1
Didn't help..
@Fred-Barclay commented on GitHub (Jan 29, 2018):
@allorder Do you have any hexchat plugins?
@allorder commented on GitHub (Jan 29, 2018):
@Fred-Barclay Yes
@Fred-Barclay commented on GitHub (Jan 29, 2018):
Can you list which ones? (How did you install them too? - just trying to get a similar setup here so I can debug this more easily)
@allorder commented on GitHub (Jan 29, 2018):
It's one in perl and one in python.
Just put them in /home/YOURUSER/.config/hexchat/addons/
https://files.fm/u/8k4tt73h
@Fred-Barclay commented on GitHub (Jan 29, 2018):
@allorder , can you copy new profile in
f76dc38to ~/.config/firejail/hexchat.profile and see if it works now? It looks like using a perl plugin in hexchat requires access to /usr/share/perl/, which we disable with theinclude disable-devel.incbit. It should all be fixed now (hopefully) 😄 .@allorder commented on GitHub (Jan 29, 2018):
Thanks! It work ! :)