Open pintassilgo opened 1 year ago
What OS and what desktop do you have ?
openSUSE Tumbleweed, KDE Plasma.
direct link to fpcUpDeluxe program qt5 version from GitHub Releases page
do you see the same problem? In the ui of this program? It has the About dialog . With clickable link.
now i tested it on my Ubuntu 22. with XFCE desktop. clicking the link - works. sorry, cannot reproduce. again - try the fpcUpDeluxe UI (it has About window with link).
I tried again with other content and it's working. Don't know why it didn't work yesterday. I'll close this for now, if I can reproduce it again I'll come back here.
Right, I think I finally got steps to reproduce.
http://example.com/
.[Open link]
. It works.You can close find bar now, it doesn't matter, clicking [Open link]
will never work again until you restart Cuda.
For some reason, opening Ctrl+F breaks [Open link]
command.
As you know, I use Qt5 version, don't know if it's Qt5-only.
New (probably) required step: you need to be under a Wayland session and launch Cuda Qt5 with QT_QPA_PLATFORM=xcb
. Like QT_QPA_PLATFORM=xcb ./cudatext
.
I will open issue reporting why I need to set this envvar.
Reproduced in Cud, qt5 version, after Find dlg was opened. Problem is: my URL panel gets OnMouseLeave instead of OnClick! Lazarus bug.
New (probably) required step:
It was not needed for me.
Lazarus bugreport: https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/40955
When I double click a link, a tooltip
[Open link]
appears, but clicking it does nothing in Qt5 build. On GTK version it works.