Closed xor-gate closed 5 years ago
There is a --configdir
option in the shortcut and the command line .bat files deployed with wsltty which implies a -c
option. How did you invoke wsltty?
I did use the configure WSL shortcuts
and it generates an ink file with the following contents:
%LOCALAPPDATA%\wsltty\bin\mintty.exe --WSL="Ubuntu-18.04" --configdir="%APPDATA%\wsltty"
Does the actual WSL invocation fail somehow?
Otherwise I can hardly reproduce how this could happen, because --WSL
enables WSL support, and with that, loading (and later saving) the config file from the quoted location is skipped...
No WSL invocation works as expected, I have "solved" this by creating my own invocation of mintty.exe with the -c
option directly in the WSL home directory of my user. I think it is not very relevant for wsltty as this is related to mintty.
Released 3.0.5. Assuming this has been fixed.
The folder doesn't exists, and for some reason this is related to a few very old issyes #4 and #42. I'm running wsltty version 3.0.2. This is a clean installation and I expect it works out of the box or at least tell me where the dotfile is saved or configurable where it is located.
In the README the following is depicted which feels a bit weird:
For my fix I will try to use the
-c
commandline option to place it where I like it.Thanks for the application!