Skip to content
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

BUG: Program plugin loads only UWP apps #2626

Open
2 tasks done
vasekbrychta opened this issue Mar 31, 2024 · 8 comments
Open
2 tasks done

BUG: Program plugin loads only UWP apps #2626

vasekbrychta opened this issue Mar 31, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@vasekbrychta
Copy link

Checks

  • I have checked that this issue has not already been reported.

  • I am using the latest version of Flow Launcher.

Problem Description

In Program plugin I have all index sources and all default file types enabled, I've added two custom directories, but the plugin indexes only UWP apps. It's not possible for me to get other apps there - I've tried reindexing multiple times and running Flow under Administrator. There is no error in logs.

To Reproduce

  1. Install Program plugin
  2. Enable "UWP Apps", "Start Menu", "Registry", "PATH"
  3. Enable "appref-ms", "exe", "lnk" in File Type dialog
  4. Reindex
  5. Try searching for any standard application (non-UWP App) -> no result

Screenshots

2024-04-01_00-36-10 2024-04-01_00-54-54

Flow Launcher Version

1.17.2

Windows Build Number

10.0.19045.4170

Error Log

2024-04-01.txt

@vasekbrychta vasekbrychta added the bug Something isn't working label Mar 31, 2024
@deefrawley
Copy link
Member

What is the "mount" and "bin" at the top of the screensht list? Those don't look like UWP apps?? If you remove UWP apps does anything get indexed?

@vasekbrychta
Copy link
Author

Those are directories I added manually (hoping the plugin will index their content).
When I remove UWP apps nothing shows up.

@vasekbrychta
Copy link
Author

Oh, when I remove the "mount" manual entry, it indexes regular apps again!

I was fiddling with the directory and I might have found the problematic case:
There is a mounted disk to "C:/mount/disk" path and the disk is BitLocker protected. When I reindex with the disk unlocked everything works correctly. But when the disk is locked when reindexing, no app is actually indexed as though the whole process was interrupted.

@taooceros
Copy link
Member

I guess the error thrown stopped the indexing, which makes it return an empty result.

@taooceros
Copy link
Member

Probably we should have better error handling.

@VictoriousRaptor
Copy link
Contributor

Should have been fixed by #2625.

@taooceros
Copy link
Member

Should have been fixed by #2625.

I believe it is a different issue as he has tried reindex.

@VictoriousRaptor
Copy link
Contributor

Should have been fixed by #2625.

I believe it is a different issue as he has tried reindex.

Sorry, I didn't see that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants