Hi,
I have found a workaround for the segmentation fault.
On line 1839 of gmusicbrowser.pl (gmusicbrowser-1.1.15), comment out "exit".
For example:
exec $Options{Shutdown_cmd} if $turnoff && $Options{Shutdown_cmd};
# exit; # <= This causes segmentation fault.
PS. I am using gmusicbrowser on Linux Mint 18.
I have found a workaround for the segmentation fault.
On line 1839 of gmusicbrowser.pl (gmusicbrowser-1.1.15), comment out "exit".
For example:
exec $Options{Shutdown_cmd} if $turnoff && $Options{Shutdown_cmd};
# exit; # <= This causes segmentation fault.
PS. I am using gmusicbrowser on Linux Mint 18.