-
Notifications
You must be signed in to change notification settings - Fork 843
New issue
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
%LOCALAPPDATA%\lxss directory not made #2528
Comments
Right now, the guidance is that anything you need access to from Windows should be kept out of the LxFs (i.e. ~ et. al.). See this blog post for details. It's not ideal, but something we are aware of. Is the Windows access to ~ a hard requirement for you? If so, can you explain a bit. |
I remember reading that a while ago, my assumption was that as some point in the future that the files will be fully (read, write, permissions, attributes) accessible from Windows. One of the reasons I need it is for synchronization of my dotfiles. I have a git repo with them, and want to keep it platform agnositc. I use wsltty for my terminal and it needs acsess to the .minttyrc file which is in my home directory. Right now I symlinked it to my %Userprofile% as a temporary fix. I had previously changed the home directory to the windows home on the mount and that would be preferred for that, but SSH permissions don't work there. The other reason is I am using and compiling c programs and want access the the source files used. For example besides the base libraries, I also have CERN ROOT, AVR and ARM installs that I want vscode intellisense to parse. Some of these come in packages so installing them in a different location would complicate things. Home directory would be good, but includes, or local would be a good start as well. I'm guessing it was just moved, possibly the windows apps directory but windows won't let me take permissions there. |
Yeah, I hit this with cpptools too, sorta. At the time I just duped the whole include path. It isn't like it changes often. Seems like a more reasonable work process, given the present situation. But if you insist.... #2348 (message). Cutting to the chase, it looks like:
|
That'll do. It does make config files across machines a pain, but at least it works. Thanks. |
The hash is based on the publisher of the app so it will be the same across machines. |
Thanks; I swear I need to look at this stuff more than 30 seconds at a time. In my head I convinced myself that the hash was different staring straight at it. It would have been better if I didn't even look. Sigh. Corrected. |
Windows Build No. Microsoft Windows [Version 10.0.16299.0]
I am running the insider build fast track.
Navigating to %LOCALAPPDATA%\lxss yields no directory, Switching to the windows store install of Ubuntu does not create the folder in that location. I had used this previously but this is the first time I am install through the windows store interface, and I haven't been able to find any docs on where the root folder is located now.
I want to have windows access to these files for access to platform independent config files as well as the includes for vscode intellisense.
The text was updated successfully, but these errors were encountered: