[Bug] Apps Pinned to Windows Taskbar Does not Open Updated App #5282
Replies: 4 comments 3 replies
-
check the TARGET propertie of the shortcut. implementing #5234 helps solve this problem. |
Beta Was this translation helpful? Give feedback.
-
How are you pinning the app on taskbar? If you pin them using the shortcuts in Start menu, the target should already contain "current". |
Beta Was this translation helpful? Give feedback.
-
I'm seeing this issue too. The problem is that even when you run an app from the "current" directory (either by shortcut or directly clicking the .exe) the app actually runs from the versioned directory. You can see this if you open task manager and select properties from the running app, it will show it's location as the versioned directory instead of "current". This breaks the pinned taskbar icons and probably other functionality as well that expects the running app to be in the "current" directory. Is there some way to change the way the links are creaated so the app runs from the "current" directory as expected? Not sure if they're currently symlinks, hard links, or junctions. |
Beta Was this translation helpful? Give feedback.
-
Bug Report
Current Behavior
Example:
This happens on all apps pinned.
Expected Behavior
Pinned apps should always open the newest app version. That already happens if I were to install an exe program directly
Additional context/output
None
Possible Solution
Not sure. Maybe it is a symlink issue?
System details
Windows version: 11 - 22H2
OS architecture: 64 bit
PowerShell version: [output of
"$($PSVersionTable.PSVersion)"
]Additional software: N/A
Scoop Configuration
Beta Was this translation helpful? Give feedback.
All reactions