mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5162] transmission-gtk: very slow start due to private-lib #2900
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#2900
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 @sinner- on GitHub (May 23, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5162
Description
The presence of
private-libdirective intransmission-common.profilecauses jailedtransmission-gtkto take a long time to start, seems to add an extra 10 seconds or so to the startup time.Steps to Reproduce
Steps to reproduce the behavior
Expected behavior
Actual behavior
transmission-gtktaking way too long to start.Behavior without a profile
transmission-gtkstarts at ~about the same speed as un-jailedtransmission-gtkAdditional context
Looks like
ignore private-libis already set fortransmission-qt.profile.Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)@rusty-snake commented on GitHub (May 23, 2022):
Do you have a slow driver (i.e. HDD)?
This slowdown in also the case for other
private-options likeprivate-optbecause the copy the files (instead of bind mounting them).@sinner- commented on GitHub (May 23, 2022):
Nope, SSD
@rusty-snake commented on GitHub (Jun 8, 2022):
Duplicated of #4742