- Package:
- rootskel-gtk
- Source:
- rootskel-gtk
- Submitter:
- Cyril Brulebois
- Date:
- 2024-06-05 06:51:03 UTC
- Severity:
- normal
Package: rootskel-gtk Version: 12.0.1 Severity: normal Hi, When building the package on bullseye, I'm getting transparency on both left and right borders. When building it on sid, I'm get that at the bottom. It would be great if we had some better or at least reproducible export. Since this was ringing a bell, I've just checked the debian-installer repository and I already tweaked the file a little there, for similar reasons: https://salsa.debian.org/installer-team/debian-installer/-/commit/698311cb81e26512a86a7b94682367cd047f491c Cheers,
Hello maintainers of rootskel-gtk, additional options. If the option `--background-color black` is used, all transparency will be pre-rendered and the image will have no transparency left. The colour black would be suitable, since that would match the 'nothingness' at the border of the screen. The slight stretching of the svg image in [1] could then be reverted. Old: rsvg-convert $(SPLASH_SVG) > $(SPLASH_PNG); New: rsvg-convert --background-color black $(SPLASH_SVG) > $(SPLASH_PNG); With kind regards, Roland Clobus [1] https://salsa.debian.org/installer-team/debian-installer/-/commit/698311cb81e26512a86a7b94682367cd047f491c