mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #7002] firefox: crash when dragging a bookmark (glycin) #3450
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#3450
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 @Gerenuk on GitHub (Dec 28, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/7002
Description
Firefox crashes when dragging bookmarks
Steps to Reproduce
Open Firefox with default Firejail. Drag a bookmark in the bookmark bar or the bookmark manager.
Expected behavior
Bookmark can be dropped.
Actual behavior
Firefox crashes.
Behavior without a profile
It works.
Additional context
Wayland, KDE Plasma
My Firefox is downloaded and installed directly from Mozilla.
Environment
uname -srm): Linux 6.18.2-1-MANJARO x86_64mesa 1:24.3.3-2"): Firefox 146.0.1
firejail --version): 0.9.76gdk-pixbuf2 2.44.4-1
lib32-gdk-pixbuf2 2.44.4-1
Log
Output of
LC_ALL=C firejail .../firefoxOutput of
journalctl@netblue30 commented on GitHub (Dec 30, 2025):
Probably fixed, new firejail release coming at the end of this week.
The original gpixbuf2 bug is here https://github.com/netblue30/firejail/issues/6906. It crashes most GTK applications,
@kmk3 commented on GitHub (Dec 30, 2025):
Closing as a duplicate of:
If that is not the case, please clarify.
@Gerenuk commented on GitHub (Dec 31, 2025):
Where can I find the settings to fix it?
I've tried
in my firefox.local, but it didn't work.
Even worse, these settings make Firefox very slow, because it uses the CPU all the time.
@rusty-snake commented on GitHub (Dec 31, 2025):
https://github.com/netblue30/firejail/wiki/Using-firejail-from-git
@kmk3 commented on GitHub (Jan 2, 2026):
Can you reproduce the crash from #6906?
For example, by trying to save a page (Ctrl+S)?
What happens with firejail-git?
@Gerenuk commented on GitHub (Jan 5, 2026):
@kmk3 Yes, I did get the same crash. And a friendly AI suggested to use the Plasma dialog instead with
in my
firefox.local. I like that dialog better anyway. Is that ok security-wise?This also means I haven't really fixed the original crash issue.
However, I still observe the issue with the bookmarks and also the window minimize/maximize/close buttons have the image missing.
As I wrote, I tried some lines in my
firefox.localthat I've found in forums here, but that did not solve it. I'm a bit concerned that the next firejail update does not fix it for me yet.I have not tried firejail-git, since I don't want to mess up my current firejail and I don't know how to install firejail-git in parallel. Also, AUR firejail-git seems outdated.
But I'd be happy to try out lines in
firefox.localif you have a suggestion.