We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problem is in the value format for ratio field:
ratio
{ "child": { "child1": { "directory": "\/home\/theuncanny", "height": 494, "profile": "2b7c4080-0ddd-46c5-8f23-563fd3ba789d", "readOnly": false, "synchronizedInput": true, "type": "Terminal", "width": 1914 }, "child2": { "directory": "\/home\/theuncanny", "height": 490, "profile": "2b7c4080-0ddd-46c5-8f23-563fd3ba789d", "readOnly": false, "synchronizedInput": true, "type": "Terminal", "width": 1914 }, "orientation": 1, "position": 50, "ratio": 0,5, "type": "Paned" }, "height": 988, "name": "Default", "synchronizedInput": false, "type": "Session", "version": "1.0", "width": 1914 }
"ratio" field value format:
"ratio"
0,5
0.5
Versions Terminix version: 1.4.2 VTE version: 0.42 GTK Version: 3.18.9
Note: Installed from ppa:webupd8team/terminix
ppa:webupd8team/terminix
Distributor ID: Ubuntu Description: Ubuntu 16.04.1 LTS Release: 16.04 Codename: xenial
es_ES.UTF-8
Update: Added locale information. Thanks to @f2404 and @gnunn1.
The text was updated successfully, but these errors were encountered:
Is my guess correct: your locale is not en_US?
Sorry, something went wrong.
Are you in a country that uses the comma character as a decimal separator? I think this is a bug in D's JASON library that I worked around elsewhere.
I've also had this problem with yajl :)
@f2404 @gnunn1 You both are right, my locale is es_ES.UTF-8.
No branches or pull requests
Terminix fails on load (parse) a previous saved session file (malformed JSON)
Example (real) of an automatic saved session file
The problem is in the value format for
ratio
field:"ratio"
field value format:0,5
0.5
Additional information
es_ES.UTF-8
The text was updated successfully, but these errors were encountered: