red-data-tools/GR.rb

MacOS homebrew libgr v0.55.0 does not work with workstations other than gksqt

kojix2 opened this issue · 2 comments

GKSTerm does not work with libgr (v0.55.0), available via homebrew package manager.

You have to set environmental varialbe GKS_WSTYPE.
https://gr-framework.org/workstations.html#workstation-types

export GKS_WSTYPE=411 # gksqt

This issue will be closed as a new version of GR is available.

This problem is still present today.
Set ENV['GKSwstype']='gksqt' to make gksqt the default on macOS.