Hello!
scoop is great!
But app I install with scoop do not appear in "Open With" dialogue.
Is there a way to put them there?
You can add at least some of them manually by selecting (translated from another language) "Open with" -> "Choose another application" -> "More applications" -> "Find another application in this PC". I was able to register scoop installed OpenShot to handle PNGs that way. But it only helps if you need at most a couple of apps there.
It seems we could add applications automatically from PowerShell: https://superuser.com/a/1462320
As @devdanzin stated above, you can simply add any program by path to the "open with" menu. However, there are some complications.
It is IMPERATIVE that you add the proper program path ($HOME/scoop/apps/mpv/current/mpv.exe), and not the shim path.
current shortcut and go through the actual version directory, the link association will expire whenever you update the program.)bin/gimp-2.10.exe).)If you add the shim path ($HOME/scoop/shims/mpv.exe) instead, it will spell disaster.
What's more, if you add the shim for a program ONCE, Windows will not even let you let you add the proper path for it as an option anymore, presumably because it thinks that a program with the same basename (the shim) is already registered and so there's no need to add the new path.
I added a few of those by mistake yesterday and almost pulled my hair out trying to undo it. I succeeded in the end, however only after what can be described best as a life-and-death tussle with manual registry editing.
(Perhaps I should add this to the wiki?)
(Perhaps I should add this to the wiki?)
Please do :slightly_smiling_face:
@Calinou @ephemerr
https://github.com/lukesampson/scoop/wiki/Open-With-Icons
(As a sidenote, Github's browser wiki editor sucks. Why can't they just give non-forced push access to everybody?)