hello-world-anaconda-addon icon indicating copy to clipboard operation
hello-world-anaconda-addon copied to clipboard

Add a custom spoke icon

Open garnier-quentin opened this issue 7 years ago • 2 comments

Hi,

Thank you for your excellent howto. It's working well. I have tried to change the following option:

icon = "face-cool-symbolic"

By:

icon = "test-logo"

And i have added it here:

./usr/share/anaconda/pixmaps/test-logo.png

But it's not working. Do you have a way to do it ?

garnier-quentin avatar Oct 12 '17 13:10 garnier-quentin

I know it's late but if anyone wants to change. To change icon of anaconda spoke (Tested in Fedora 27) :-

  1. paste your icon in /usr/share/icons/Adwaita/scalable/emotes/ in .svg format.
  2. change icon = to only the icon name pasted, excluding .svg, in gui section.

sanjitchak avatar May 03 '18 10:05 sanjitchak

Hi,

Thank you for your excellent howto. It's working well. I have tried to change the following option:

icon = "face-cool-symbolic"

By:

icon = "test-logo"

And i have added it here:

./usr/share/anaconda/pixmaps/test-logo.png

But it's not working. Do you have a way to do it ?

hi,Could you tell me more tetails about how to run the sample successfully?

My test system is rhel/centos 7.4.

  1. I download this code "hello-world-anaconda-addon",

  2. then run cpio as "hello-world-anaconda-addon/Makefile" says,

  3. I get the output file updates.img,

  4. I have a USB driver, and rhel/centos 7.4 in it, I place updats.img into /images/,

  5. When this system is loaded from boot menu,I using insts.updates= option,

  6. There isn't new install option or screen in the install menu

Is anything wrong with these steps above?

bzl9 avatar Nov 06 '19 01:11 bzl9