-
Notifications
You must be signed in to change notification settings - Fork 104
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
No start menu icons installed in win10 #166
Comments
fine, I run "configure WSL shortcuts" in powershell and then it creat everything I need. Congratulations. But I believe it should run when installer installing or give me a feedback that something error instead of just installed. |
User preferences differ. Some users do not want shortcuts for all WSL distributions on their desktops. Many users particularly object against Explorer context menu entries installed automatically. So these are optional. |
thanks |
Reading again, apart from context menu entries, there should have been at least one desktop shortcut for the default WSL distribution, plus Start menu shorcuts for all distributions that you had deployed at the time of installing wsltty. Was that not the case? |
Thanks for your attentaion. But actually, the installer didn't create even one shortcut in my desktop. So at that moment I was confused. |
Im sure I already have an default WSL because after I install wsltty, I can open a wsltty window through right click on desktop and choose "start wsltty". Although, there is no any short on my desktop or start menu. |
It could be that your %USERPROFILE% is configured so that its Desktop is not a subfolder but a Windows shortcut (e.g. pointing to another disk). That might be raising problems, at least that's what I see on one system. |
OK, this may help the latecomer, thx :> |
The environment variables (e.g. %APPDATA%) should always point to the proper place, even if relocated. |
My AppData is not relocated, but my Desktop is on a different disk, so there is no way to reach it via the %APPDATA% variable. |
I had recently replaced "%USERPROFILE%\Desktop" (which turned out not to work in some situations) by "%APPDATA%\..\Desktop\", now this doesn't seem to work in other situations. Quite bothersome... |
%Desktop% is not a system variable unfortunately. The SO answer I linked above loads it from the registry. |
I think I saw %Desktop% on every Windows system so far, without extra configuration. Is it set properly on your system? |
Also, I see FOLDERID_Desktop in the same include file where FOLDERID_LocalAppData etc are defined. |
I have access to three different Windows systems at the moment and none of them have %Desktop%. The FOLDERID_* variables are only defined in KnownFolders.h for use in code and are unrelated to environment variables. Only %AppData% and %LocalAppData% exist as environment variables to my knowledge. |
I don't have %DESKTOP% set on my system either (running Windows 10 1809 if that matters). I know you can query the registry for it. It's the
|
Changed config script. |
Released 3.0.1. |
I'm new user for wsltty, And this the first time I install wsltty 3.0.0. When installer say installed, but there only 4 files named "add to context menu", "add default to context menu", "configure WSL shortcuts" and "remove from context". And I find the only way I can start wsltty is open "add to context menu", and go to desktop and right click then finally choose start wsltty. But this is too complex and waste of time. How can I add a shortcut to my start menu or tast menu or anyway desktop? I think this should be created automaticly by the installer but it did not.
The text was updated successfully, but these errors were encountered: