[Github-comments] [geany/geany] Execute button has no effect with Windows 10 (#1018)

Enrico Tröger notifications at xxxxx
Sun Oct 15 14:17:31 UTC 2017


It's rather `g_path_skip_root` in https://github.com/geany/geany/blob/master/src/build.c#L1243 which removes `c:` (or `d:`) from the URI passed to the browser.
I justed on Windows with Firefox that passing the path root will work and it does. So we could just remove `g_path_skip_root` on Windows (on non-Windows systems it should be OK) to resolve this issue.
Maybe this introduces other issues as side effects of this change, so it needs some testing. Hence, here are some binaries with this change (built from GIT master, be careful):
Geany: https://download.geany.org/snapshots/geany-1.32nightly20171015_setup.exe
Plugins: https://download.geany.org/snapshots/geany-plugins-1.32nightly20171015_setup.exe

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1018#issuecomment-336714531
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171015/6617545d/attachment.html>


More information about the Github-comments mailing list