URL not opening with Ctrl+Click #9561
Replies: 3 comments
-
|
Hey, just a small bump on this issue. If anyone has suggestions on what to try out or any way I can help confirm the bug, I'd appreciate that. Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
I was hitting this problem and changed two things in my setup. Now opening links with ctrl+click is working:
I don't know which of these changes fixed it, or if it was both in combination--but there you go, in case it gives you a thread to pull on. |
Beta Was this translation helpful? Give feedback.
-
|
I found that if I press |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
Continuing from #7117 after suggestion from pluiedev. This issue shares many similar features to that one. (No, I'm not using a TUI)
When attempting to ctrl+click a link normally, nothing happens.
Ghostty is installed as a snap. This happens when I open ghostty by launching it as a normal application from GNOME.
However, when I launch
ghosttyas a command (which ghostty:/snap/ghostty/current/bin/ghostty), opening the link works.Mysteriously though, I am able to replicate this bug when launching through
/snap/bin/ghostty. It is symlinked to/usr/bin/snap. This is where I'm able to capture the log line below.When I click the link in the "bugged" instance, the following log line pops up:
For comparison, log lines of running `ghostty` and managing to open the link
Expected Behavior
URL should open in configured browser.
Actual Behavior
Nothing happens.
Reproduction Steps
echo https://google.comas an example.Ghostty Logs
Ghostty Version
OS Version Information
Ubuntu 25.04 (plucky)
(Linux only) Display Server
Wayland
(Linux only) Desktop Environment/Window Manager
GNOME 48.0
Minimal Ghostty Configuration
Additional Relevant Configuration
No response
I acknowledge that:
```) on separate lines.Beta Was this translation helpful? Give feedback.
All reactions