-
-
Notifications
You must be signed in to change notification settings - Fork 305
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
Applications plugin not working after update #1412
Comments
I always need |
I have this issue too, the plugin is not working until I do change checkboxes in settings. |
What do you mean by that exactly? Has it been disabled and you had to enable it? I merged the |
I added some porting code that moves the settings from the old sections to the new sections. let me know if this works out for you |
I think I have the same problem. It seems like indexing apps after albert starts is not working properly. Only after changing a setting, apps get re-indexed and can be found through albert. Debug log of
Log(Some environment parts are redacted)
|
This log is weird. Does it display Firefox? Because the item count of the applications query is 1. Also 00:26:31 [debg:albert.apps] Desktop file '/run/current-system/sw/share/applications/firefox.desktop' will be skipped: Shadowed by '/etc/profiles/per-user/sebi/share/applications/firefox.desktop' Is weird because there's no line for '/etc/profiles/per-user/sebi/share/applications/firefox.desktop' |
After toggling an option off and on, firefox is displayed:
Before toggling, just after starting albert, firefox is not found:
I assume this is because applications are not indexed when starting albert, but they are (re-)indexed when changing options. |
I had the same issue. In my case, it seems to have been resolved by removing the albert config file (which in my case is $HOME/.config/albert/config) |
Same problem here. |
Okay guys I am confused. We first have to define "the problem". What exactly means "not working"? |
In my case:
|
I can confirm @xsak diagnostic |
This worked for me. Thanks @lcrippa. |
I did try to clean both |
@CaseOf Can you post the output of |
Here is my QT_LOGGING... log |
my albert log as requested (click to expand)
|
Thank you both. I was trying to reproduce this with a minimal set of plugins when I discovered that the Perhaps clearing the cache will also solve this issue? (moving it is better than deleting it so we can revert)
If that doesn't work, can you confirm that this behavior persists with only the |
I did try, not better |
Issue: applications not displayed Unchecking and checking again "Use *" settings for the Applications plugin fixed the issue. Did not want to delete the config (yet). In my case, the options used were: use_generic_name=true
use_keywords=true
use_non_localized_name=true Tried but did not fix: removing |
I've successfully determined the source of the issue (hopefully) 🥳 With the Steps to reproduce
Potential solution/workaround
|
@eljamm indeed I can reproduce it having fuzzy enabled! it affects all indexqueryhandlers. |
Edit: workaround disable fuzzy
Package source
AUR
App logs
Current Behavior
Applications plugin is enabled in config but does not work. Yet, if I disable and enable it again in settings it starts working properly.
Expected Behavior
App plugin should work on albert start if enabled in settings.
Anything else?
No response
The text was updated successfully, but these errors were encountered: