You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code to load data files (en_US.json and main.glade) is hardwired to use /usr/share as the location. This prohibits alternate installation locations (e.g. /usr/local). The getDataDirs() function in tools.go can easily be leveraged to provide a "search path" for locating these files. I will submit a pull request that implements this change for your consideration.
The text was updated successfully, but these errors were encountered:
The code to load data files (
en_US.json
andmain.glade
) is hardwired to use/usr/share
as the location. This prohibits alternate installation locations (e.g./usr/local
). ThegetDataDirs()
function intools.go
can easily be leveraged to provide a "search path" for locating these files. I will submit a pull request that implements this change for your consideration.The text was updated successfully, but these errors were encountered: