[Github-comments] [geany/geany] Use gtk_show_uri_on_window() in utils_open_browser() by default (PR #3178)

Enrico Tröger notifications at github.com
Sun May 15 15:48:48 UTC 2022


According to the docs, `gtk_show_uri_on_window` is available only since GTK 3.22.

And it doesn't work on Windows (who is actually surprised?). It returns `FALSE`, emits a message in the log and set the GError.
Log message:
```
18:42:40.160156: GLib CRITICAL	: file ../glib-2.70.4/glib/gspawn-win32.c: line 552 (might_be_console_process): should not be reached
```
GError message:
```Hilfsprogramm (Invalid argument) konnte nicht ausgeführt werden```
(translation: the helper program could not be executed)

No idea what this means and why the helper program could not be executed :(.

Btw, this is loosely related to https://github.com/geany/geany/pull/2444.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3178#issuecomment-1126967675
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3178/c1126967675 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220515/2be95f08/attachment.htm>


More information about the Github-comments mailing list