Long Live The Iceweasel

Started by seasons, 2016/01/28, 22:23:52

Previous topic - Next topic

unklarer

Quote from: LanziIt is only the upper corner. It seems The Icon is way to big and only like 10% are visible.
It is exactly like that!
Had I lxqt also. Solution was to use a smaller icon.
--------------------------
Genau so ist es!
Hatte ich unter lqxt auch. Lösung war ein kleineres Icon zu verwenden.

dal

Quote from: Lanzi on 2016/02/22, 19:59:40
after las DU, I also have a weired Icon for Iceweasel!

It is only the upper corner. It seems The Icon is way to big and only like 10% are visible.

as root:

for n in 16 32 48; do rsvg-convert -w $n -h $n -o /usr/share/iceweasel/browser/chrome/icons/default/default$n.png /usr/share/icons/hicolor/scalable/apps/iceweasel.svg; done
for n in 16 32 48 64 128; do rsvg-convert -o /usr/share/icons/hicolor/${n}x${n}/apps/iceweasel.png -w $n -h $n /usr/share/icons/hicolor/scalable/apps/iceweasel.svg; done


This should solve the icon issue. (Log out and in again to refresh the icon cache!)

sunrat

I had that icon issue for a few weeks, IIRC in Iceweasel beta from mozilla.debian.net . It seems to have resolved itself with d-u/replacement with unstable/main version (not manually, I think unstable just bumped its version number higher) or something I'm not sure of. I didn't do anything directly to resolve it.

Which reminds me I need to d-u. Had internet issues for a couple of weeks so had to wait.

michaaa62

Seems to be this bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801992
Lets wait for the next upload to get it resolved (again).

pit

@dal: Thx for that. It worked for me.

Quote from: dal on 2016/02/22, 20:34:48
Quote from: Lanzi on 2016/02/22, 19:59:40
after las DU, I also have a weired Icon for Iceweasel!

It is only the upper corner. It seems The Icon is way to big and only like 10% are visible.

as root:

for n in 16 32 48; do rsvg-convert -w $n -h $n -o /usr/share/iceweasel/browser/chrome/icons/default/default$n.png /usr/share/icons/hicolor/scalable/apps/iceweasel.svg; done
for n in 16 32 48 64 128; do rsvg-convert -o /usr/share/icons/hicolor/${n}x${n}/apps/iceweasel.png -w $n -h $n /usr/share/icons/hicolor/scalable/apps/iceweasel.svg; done


This should solve the icon issue. (Log out and in again to refresh the icon cache!)

Lanzi

@dal: thanks! I will wait some days, and if its not fixed try your commands.

samoht

@dal,

thanks, works fine.
Greetings
Tom