Cannot open OneDrive folders from PowerToys Run #3472
Labels
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Milestone
In PowerToys Run, searching for a folder inside the OneDrive synchronized folder and the hitting enter does not open the directory.
Environment
Steps to reproduce
Open the PowerToys Run search bar, type the name of a directory inside your OneDrive, hit enter.
Expected behavior
It should open the folder.
Actual behavior
Nothing is opened and the search bar closes.
Screenshots
How to fix
I dug in the code a bit and I think this is the snippet of code that causes the bug: Microsoft.Plugin.Indexer/Main.cs, it defines the on enter action for results of a search using WindowsSearchAPI, but for some reason it does not work with OneDrive synchronized folders.
As an additional hint, as you can see from the screenshot the result does not have the folder icon, so I think that maybe the
Process.Start
command does not recognize the path as a valid folder either. As evidence for this I tried searching for a file with an unknown extension and opening it through PowerToys and nothing happens.The text was updated successfully, but these errors were encountered: