-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
startOnUserLogin
isn't working anymore (on 1.12, Windows 10)
#12384
Comments
My mRemoteNG startup with a blank screen after Windows Update to 21H2. I tried to open confCons.xml but it won't load the configuration. Does anyone experience this issue and have solved this problem? |
This comment was marked as off-topic.
This comment was marked as off-topic.
I suspect this has to do with the name change, but I have yet to understand why... |
startOnUserLogin
isn't working anymore (on 1.12, Windows 10)
|
Well, my theory is definitely right. Definitely regressed in #12264. Just changing the DisplayName to If it is a platform bug, we're in a pretty bad spot. We won't be able to localize that string in all the rest of the languages the Terminal is localized in. We could maybe move the context menu strings into the appx's resources... maybe? I'm not even sure that would work. Hopefully it isn't. |
We chose to use the "ContextMenu" resource compartment when we changed the package name to Terminal in #12264 because it was more broadly localized than the rest of the application. It appears as though some platform features have trouble with the "more qualified" resource paths that #12264 required. To fix this, we will: 1. Copy all of the ContextMenu localizations into CascadiaPackage's resource root 2. Switch all manifest resource paths to use resources from the package root. Regressed in #12264 Closes #12384 Closes #12406 (tracked in microsoft/PowerToys#16118)
Is this & #12480 resolved? Apologies in advance if I've completely missed it but; TY. |
We just recently had to move them from being in the packages root resources file to another one elsewhere in the tree. When we made that move (from The fix in #12491 was to copy our localized resources in |
We chose to use the "ContextMenu" resource compartment when we changed the package name to Terminal in #12264 because it was more broadly localized than the rest of the application. It appears as though some platform features have trouble with the "more qualified" resource paths that #12264 required. To fix this, we will: 1. Copy all of the ContextMenu localizations into CascadiaPackage's resource root 2. Switch all manifest resource paths to use resources from the package root. Regressed in #12264 Closes #12384 Closes #12406 (tracked in microsoft/PowerToys#16118) (cherry picked from commit 9501b23)
We chose to use the "ContextMenu" resource compartment when we changed the package name to Terminal in #12264 because it was more broadly localized than the rest of the application. It appears as though some platform features have trouble with the "more qualified" resource paths that #12264 required. To fix this, we will: 1. Copy all of the ContextMenu localizations into CascadiaPackage's resource root 2. Switch all manifest resource paths to use resources from the package root. Regressed in #12264 Closes #12384 Closes #12406 (tracked in microsoft/PowerToys#16118) (cherry picked from commit 9501b23)
Hi, could you let us know Is this issue is fixed?, I updated to v1.12.10393.0 but still I couldn't find Terminal under startup apps on windows 10. |
This is fixed in #12491 but that hasn't shipped yet unfortunately. The team's been dealing with some unexpected absence over the last few weeks. We appreciate your patience while we work on pushing that out. |
🎉This issue was addressed in #12491, which has now been successfully released as Handy links: |
🎉This issue was addressed in #12491, which has now been successfully released as Handy links: |
Windows Terminal version
1.12.10334.0
Windows build number
10.0.19044 .0
Other Software
No
Steps to reproduce
I have recently upgraded windows terminal Version: 1.12.10334.0
Expected Behavior
If startOnUserLogin key was set to true in settings.json file and Launch on machine startup was toggled on in windows terminal/terminal settings, it should launch on startup.
Actual Behavior
After updating to windows terminal latest Version: 1.12.10334.0, it doesn't launches on startup, windows terminal wasn't found on taskmanager startup programs and windows settings startup apps, even though startOnUserLogin set to true, in the settings.json file.
The text was updated successfully, but these errors were encountered: