Hello maybe this related to #1408
Im using arch linux with dunst 1.12.1-1 and libnotify 0.8.4-1
this code not work
dunstify -i /tmp/cover.png "Playing..." "$(mpc --format '%title% \n%artist%' current)"
But if i chenge to -I it works.
dunstify -I /tmp/cover.png "Playing..." "$(mpc --format '%title% \n%artist%' current)"
I need to change all my scripts or is a bug? i see a commit to fix it but apparently still the bug.
But reading the manual i think i need to change my scripts:
-i, --icon=ICON
Specifies an icon to display with the notification.
-I, --raw_icon=PATH
Path to the icon to be sent as raw image data.
And i already see and issue with --replace=ID segmentation fault bug, i have this bug too.
Hello maybe this related to #1408
Im using arch linux with dunst 1.12.1-1 and libnotify 0.8.4-1
this code not work
dunstify -i /tmp/cover.png "Playing..." "$(mpc --format '%title% \n%artist%' current)"But if i chenge to -I it works.
dunstify -I /tmp/cover.png "Playing..." "$(mpc --format '%title% \n%artist%' current)"I need to change all my scripts or is a bug? i see a commit to fix it but apparently still the bug.
But reading the manual i think i need to change my scripts:
And i already see and issue with --replace=ID segmentation fault bug, i have this bug too.