Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Long Live The Iceweasel  (Read 5436 times)

Offline unklarer

  • User
  • Posts: 817
[EN] Re: Long Live The Iceweasel
« Reply #15 on: 2016/02/22, 20:12:09 »
Quote from: Lanzi
It 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

  • Guest
Re: Long Live The Iceweasel
« Reply #16 on: 2016/02/22, 20:34:48 »
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:
Code: [Select]
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!)

Offline sunrat

  • User
  • Posts: 406
Re: Long Live The Iceweasel
« Reply #17 on: 2016/02/23, 00:22:44 »
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.

Offline michaaa62

  • User
  • Posts: 299
Re: Long Live The Iceweasel
« Reply #18 on: 2016/02/23, 10:01:52 »
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).

Offline pit

  • User
  • Posts: 238
Re: Long Live The Iceweasel
« Reply #19 on: 2016/02/23, 10:50:42 »
@dal: Thx for that. It worked for me.

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:
Code: [Select]
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!)

Offline Lanzi

  • User
  • Posts: 1.779
Re: Long Live The Iceweasel
« Reply #20 on: 2016/02/24, 20:47:57 »
@dal: thanks! I will wait some days, and if its not fixed try your commands.

Offline samoht

  • User
  • Posts: 478
Re: Long Live The Iceweasel
« Reply #21 on: 2016/02/25, 14:09:10 »
@dal,

thanks, works fine.
Greetings
Tom