4pm-nomnom / OCR

Optical Character Recognition project in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

help page opening

Pierrick-MADE opened this issue · comments

change sensible browser by something else as chromium/firefox

Using system("xdg-open http://url"); in your C code.
Is this the solution you wanted?

Edit:
I have just noticed that xdg-open may not be installed on every computer. Then, what about g_app_info_launch_default_for_uri()? See documentation.