-
Notifications
You must be signed in to change notification settings - Fork 23
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] broken symlink for .desktop #44
Comments
I think it's more of a GTK issue as Findex uses utilities provided by that. I'll still check this anyways. |
This is actually to be expected, given that the FreeDesktop standard specifies what should happen when two Here's the relevant part of the FreeDesktop spec that goes over the precedence rules:
|
Description
findex skips a valid .desktop file if found a broken symlink with similar name
Do you already have Findex Installed? (If yes, how did you install?)
building from findex-0.8.0.tar.gz
To Reproduce
There is a valid
/usr/share/applications/chromium.desktop
and a broken symlink at~/.local/share/applications/chromium.desktop
.findex doesn't find anything "chromium" until I remove the broken symlink.
Expected behavior
Just ignore the broken symlink and use the valid chromium.desktop.
Screenshots
no need for them
System information
Output of
rustc --version --verbose
(if you compiled findex on your machine):Log/Output (if applicable)
nothing relevant
Additional context
I have to restart findex-daemon after deleting the broken symlink.
The text was updated successfully, but these errors were encountered: