Ctrl+clicking on any link (http[s]://... or the ones produced by ls --hyperlink) opens the corresponding program twice.
Same as the above environment on Archlinux.
The problem disappear if downgrade Guake to 3.3.2.
I confirm that 3.3.2-2 does not have the issue.
Same issue 18.04 buntu, XFCE, 3.4.0
Additionally, links that are wrapped in single quotes appear to always include the quote char on the rhs of the link.
For example, if I ctrl+click the following link from Guake:
'https://github.com/Guake/guake/issues/1502'
It will open two new tabs, both https://github.com/Guake/guake/issues/1502'. However, links wrapped in double-quotes do not appear to have the same issue.
To replicate the behavior, simply copy-paste the single-quoted url into Guake (or echo it if that does not work) and ctrl+click the link, eg:
$ 'https://github.com/Guake/guake/issues/1502'
# Or
$ echo "'https://github.com/Guake/guake/issues/1502'"
'https://github.com/Guake/guake/issues/1502'
@evdcush I could replicate your issue, but it is probably unrelated to the one filed here. Care to open a new issue?
We used to have this on wayland, i think. Maybe the temp does not work on your system.
What do you mean by temp not working?
there is a temporisation that uses x11 clock to avoid duplicate event
Could you provide some more info? google://temporisation x11 clock doesn't seem to yield good results. How can I check whether I have this issue?
Fixed in bce60dc by removing registering twice of on_button_press event, please take test in v3.5.0 or master HEAD
Most helpful comment
Fixed in bce60dc by removing registering twice of on_button_press event, please take test in v3.5.0 or master
HEAD