Do not resolve paths in get_pixbuf_from_file#1314
Conversation
|
Am I right in thinking that string_to_path is called in the option parser for the icon paths? |
Yes, both |
91565b4 to
50259f8
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1314 +/- ##
==========================================
- Coverage 65.71% 65.71% -0.01%
==========================================
Files 50 50
Lines 8041 8038 -3
Branches 925 925
==========================================
- Hits 5284 5282 -2
+ Misses 2757 2756 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
👍🏻 |
50259f8 to
de44135
Compare
de44135 to
caf39aa
Compare
The arguments should be already resolved: * if it's either `new_icon` or `default_icon` it should be done while parsing the configuration * if it's coming from DBus whoever sent the message should give a fully resolved path This fixes dunst-project#1307.
caf39aa to
26ea2de
Compare
The arguments should be already resolved:
new_iconordefault_iconit should be done while parsing the configurationThis fixes #1307.