danirod / cartero

Make HTTP requests and test APIs
https://cartero.danirod.es
GNU General Public License v3.0
399 stars 30 forks source link

Broken links in "About Cartero" section #43

Closed richardogcc closed 3 months ago

richardogcc commented 3 months ago

I've noticed that the links in the "About Cartero" section are not functioning properly. When I click on them, I'm not taken to the expected webpage or resource.

image

Steps to reproduce:

Expected behavior:

The links in the "About Cartero" section should be functional and take the user to the intended webpage or resource.

System information:

Operating System: Windows 11 PRO (23H2)

Let me know if you'd like me to add or modify anything!

danirod commented 3 months ago

After some research, it seems that GTK uses a separate executable called gspawn-win64-helper.exe to handle things like clicking links.

It is not being packed in the Windows version, therefore nothing is going to happen because it seems that it doesn't show an error in that case. (Something that appears to be fixed in the next GTK version).

I did not catch this earlier because of course if I run the application in MSYS2, gspawn-win64-helper.exe will be in the shell PATH and thus it will always work.