Skip to content

duntstify -i icon doesnt show with /tmp/image.png #1445

@gh0stzk

Description

@gh0stzk

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions