Closed gour closed 3 years ago
Hi! This option works well on my machine, so we will need to debug the issue on your machine. :slightly_smiling_face: Could you please run the following command from the terminal and let me know if a the icon is properly shown in the notification?
notify-send --icon /path/to/Pictures/weechat.png test
What I am trying to determine first is if the issue is in the weechat-notify-send script, its configuration, or in the system.
If the command above does not result in a notification with a properly shown icon, could you please try downloading the icon below and running the command with it instead?
Here is the sample icon:
Hi! This option works well on my machine, so we will need to debug the issue on your machine. slightly_smiling_face
:wink:
Could you please run the following command from the terminal and let me know if a the icon is properly shown in the notification?
notify-send --icon /path/to/Pictures/weechat.png test
It does work!
OK, great. Now, let's check if you have a proper icon path in the configuration of the notification script: Could you please start WeeChat, run the following command to get the icon path, and check whether it is correct?
/set plugins.var.python.notify_send.icon
To set a new icon path, run
/set plugins.var.python.notify_send.icon /path/to/Pictures/weechat.png
Solved by changing the plugins.var.python.notify_send.icon
configuration option in WeeChat.
Hello,
I'm not getting weechat icon displayed in the notification, although I configured:
In the beginning I thought it is maybe due to using
*.xpm
, but even after converting to*.png
it is the same.Any hint?