elgw / deconwolf-gui

A GTK3 GUI for deconwolf
MIT License
7 stars 0 forks source link

Can't launch dw on OSX #16

Closed elgw closed 3 years ago

elgw commented 3 years ago

It is possible to create script to run in the GUI but they won't launch.

Details: For some reason

g_app_info_create_from_commandline

always returns NULL on OSX.

Possibly some other mechanism should be used.

elgw commented 3 years ago

Probably something like

system("open -a terminal.app /path/to/script");

will do.

elgw commented 3 years ago

Yes, that did it. Works on both Linux and OSX now.