Summary: | All Links Open in Firefox even though it is not my default Browser | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Ryan <rcavitt74> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | cwo.kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ryan
2024-07-05 20:01:01 UTC
Thank you for the bug report! Can you try the command xdg-open "http://kde.org" and report in which browser it opens? ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! I apologize for the delay I did not see the original email. This bug seems to have been resolved in one of the various Plasma updates that were published since reporting this bug. xdg-open will open the link in my existing browser session, which is Vivaldi, and upon closing Vivaldi and running the command again it will still open in Vivaldi. Scratch that, I forgot I kinda bodged a fix to the issue by creating a symlink. The output with that symlink removed is: /usr/local/bin/xdg-open: line 59: /usr/bin/firefox: No such file or directory ..And that led to me finding the issue, actually, I had installed firejail-handler-http at some point which hardcodes to Firefox. After removing that package my default browser choices are respected without having to create a symlink to Vivaldi. |