mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6974] kate: links open in KMenuEditor instead of firefox #3441
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#3441
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 @mYnDstrEAm on GitHub (Nov 27, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6974
Description
With the OpenLinks plugin in Kate it's possible to open hyperlinks by ctrl+clicking on them. I'm using Firefox ESR in firejail and I configured
firejail /usr/lib/firefox-esr/firefox-esrto be the default Web browser in the Default Applications settings of KDE (Debian 13 with KDE). When I try to click them, it opens the KMenuEditor instead of the firejailed Web browser. Does the firejail profile for Firefox need to be changed to enable this?Steps to Reproduce
Steps to reproduce the behavior
LC_ALL=C firejail /usr/lib/firefox-esr/firefox-esr -pfirejail /usr/lib/firefox-esr/firefox-esrto be the default Web browser in the Default Applications settings of KDE (Debian 13 with KDE)Expected behavior
It should open the page in the Web browser
Actual behavior
It open KMenuEditor
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin aterminal?
Additional context
Any other detail that may help to understand/debug the problem
Environment
uname -srm):mesa 1:24.3.3-2"):
firejail --version):was compiled (
git rev-parse HEAD):Checklist
firejail /usr/bin/vlcinstead offirejail vlc; seehttps://github.com/netblue30/firejail/issues/2877)/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)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/program@kmk3 commented on GitHub (Nov 27, 2025):
Mostly the same issues as in:
Also, what is the output of the following?
@mYnDstrEAm commented on GitHub (Nov 27, 2025):
The outputs are (without the two same clock times):
and
@mYnDstrEAm commented on GitHub (Nov 27, 2025):
It works now: I had to change the Default Application for Web browser in the KDE default apps settings to Konqueror, try opening a link, and then change it back to
firejail /usr/lib/firefox-esr/firefox-esr. Absolutely no idea why this fixed this. I had already tried changing the default browser earlier so I don't know why this fixed this. Will mention this in the issue about the click to open hyperlink issue in KDE Kate.