-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can't save options (0.7.7.1) #45
Comments
The configuration location from your error message is not the intended one. |
Sure:
|
This does not confirm my suspicion. |
Well, |
So that's fine. There is no additional config folder. The config file would be |
Hmm... well. I did that and it still provides the same behavior: So now I'm seeing Issue #43 ... I tried to run the shortcut once as admin "Run as administrator...", and now if I do not select that every time, it hangs. If I run as admin, then it opens normally. In this mode, the font is still default (not Comic Sans) and the "Save" button still prompts with the exact same error as this most recent screenshot. Note: the first time I ran the shortcut as admin was after the initial discovery of the Save settings error. I wondered if running as admin would fix it, but it did not, and seems to have broken something else. I can do a full uninstall/reinstall next, or leave it like this if you'd prefer to continue to debug either issue? (Edited for clarity) |
Puzzled. I'll have to try myself later... |
I'm having the exact same issue. I just installed wsltty today. Here's what I've been trying:
It's also worth noting that this happens even if I run it from Desktop shortcuts or from the wsl*.bat files. Seems to me that it's not taking the --configdir option and going always with the default path |
Hey, I was able to correct this behavior by changing the shortcut to: I looked at the mintty docs and noticed there was no Now, after making this change, saving options works correctly; however the Administator issue still stands. I've ticked the "Run as Administator" option in my shortcut as a workaround for now |
The option --configdir exists and is described in the manual. I had initially designed --configdir to cause saving always to go there but later revised that to allow the option to use common configuration with other mintty installations, using the %APPDATA%\mintty directory, so not to override the config file in there with the new one (in %APPDATA%\wsltty) if it does not exist. Apparently there is a dependency loop in the functional design here that needs to be resolved. |
@mintty wow, I can't believe I missed that. I was looking at an old StackExchange thread when I first noticed |
Released 0.7.7.2 with workaround. Please recheck. |
Works great, thank you |
This is almost identical to issue #42, but on the latest version 0.7.7.1 with slightly different error:
I've never installed wsltty before, so I just did a fresh install. I then:
An error window pops up saying "could not save options to.." (see attached). The path it is using is %LOCALAPPDATA%\wsltty\home$user.minttyrc
Looking in this directory in Windows there are only two dirs, bin and usr:
... is there some step I missed needing to invoke/setup a user in cygwin so that this home dir is created?
The text was updated successfully, but these errors were encountered: