-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to save shortcut #3489
Comments
Calls Convert-Path on Filesystem object (returned `by shortcut_folder()`) so it works on start menu mounted on network drive ScoopInstaller#3489
Additionally, when this happens Scoop marks the app as @Ash258, as an idea, maybe this is something you could fix in your fork https://github.com/Ash258/Scoop-Core? |
Hey @rashil2000. Why have you closed that issue, has it been fixed recently? |
Closed by mistake, I apologize. I had too many tabs open, must have mixed up... |
No worries, thanks! |
I am having issues installing scoop apps on a windows 7 PC at a place of employment.
However my PC was set up in a weird way with respect to the networked drives.
As a result this prevented scoop from installing shortcuts to
Start Menu
becauseStart Menu
is located on a networked drive in my user domain and this operation used badly formatted path for shortcuts. As far as I can tell the programs always installs on the local drive.For an example of installing
git
My
Start Menu
is located in a networked drive that should begin with\\fpsvr2
however the error shows that\fpsvr2
was used instead. This path configuration is called UNC.I am able to navigate to the
Start Menu
You can see in the destination directory that
Microsoft.PowerShell.Core\FileSystem
precludes the UNC path as shown in the error above.Proposed solutions;
Start Menu
- I need to ask my IT dept to do this and there is no guarantee this will happen.Start Menu
. I have no idea how important isStart Menu
to operation ofscoop
. But this is a user facing feature and I have little use for this.The text was updated successfully, but these errors were encountered: