-
Notifications
You must be signed in to change notification settings - Fork 342
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
Some icons can't be found #1116
Comments
Try setting a specific |
Yeah, that works. For some reason, the recursive lookup algorithm is skipping the |
The problem is the use of Line 340 in dfab9f0
which, assuming recursive icon lookup is enabled, looks for icons with the given size: Lines 217 to 221 in dfab9f0
which then calls, in turn Lines 250 to 263 in dfab9f0
I think the problem is that this part of the XDG spec isn't implemented:
Dunst only looks for icons of exactly matching sizes, and doesn't fall back to other sizes. So basically there are two problems:
The fix for 2 is obvious, just find the "best" sized icon when the exact match is not available as in the XDG spec. Not sure what the proper fix to 1 would be: we could add an [1] Although Dunst doesn't seem to find scalable icons either, unless [2] Not relevant here, but thresholds are actually supposed to be checked by offset, not by a factor:
[3] Apparently using |
...icon search Ref: dunst-project/dunst#1116
Issue description
Run
notify-send --icon=nm-no-connection hgfhgfhgf
. This icon wont be foundInstallation info
1.9.0
Arch official package
BSPWM
Minimal dunstrc
The text was updated successfully, but these errors were encountered: