avizo icon indicating copy to clipboard operation
avizo copied to clipboard

How to specify a custom image?

Open juriSacchetta opened this issue 1 year ago • 3 comments

Hi,

I'm trying to define a custom notification for the play-pause button, I didn't undestand how to pass an image to display.

Reading the help command output, I saw that there are two parameters --image-base-dir=PATH and --image-path=PATH. I tried to pass both, the absolute path without the base-dir, and the relavite one.

I also tried to understand where the already given images are stored, but I suspect that are deployed inside the elf.

Can you give me some advice about it? Thank you

juriSacchetta avatar Sep 14 '23 14:09 juriSacchetta

So you made a custom script calling avizo-client with said parameters, correct?

Looking at the code, my suspicion is that --image-resource has a default value and overwrites the image you want to set. If you pass --image-resource "" i think it should work. But for sure that's a bug and it appears #59 once merged will solve this.

heyjuvi avatar Nov 05 '23 12:11 heyjuvi