Siduction Forum

Siduction Forum => Software - Support => Topic started by: seasons on 2016/01/28, 22:23:52

Title: Long Live The Iceweasel
Post by: seasons on 2016/01/28, 22:23:52
This may seem trivial, but lately, the versions of iceweasel uploaded to unstable have Firefox branding and icons. I greatly prefer the cool blue iceweasel logo as that's what me eye has trained to see "internet" in the taskbar. experimental versions do not suffer from this mixed branding problem. Any thoughts or am I too neurotic?
Title: Re: Long Live The Iceweasel
Post by: devil on 2016/01/28, 22:54:28
I have 43.0.4 here, and it looks as Icewasel always looked. Can we have a picture?



greetz
devil
Title: Re: Long Live The Iceweasel
Post by: jure on 2016/01/28, 22:59:56
I have iceweasel 44.0 (siduction/sid) and  the cool blue iceweasel logo ;-)
Title: Re: Long Live The Iceweasel
Post by: seasons on 2016/01/29, 10:22:20
As requested..

EDIT: I have always used Debian packages. I have not tried to install other versions of Firefox.
Title: Re: Long Live The Iceweasel
Post by: devil on 2016/01/29, 13:35:48
Lets see, if anyone else has this. To clarify this issue, could you post the complete output ofapt policy iceweasel


greetz
devil
Title: Re: Long Live The Iceweasel
Post by: vilde on 2016/01/29, 14:54:26
Looks like always (iceweasel look) here.

Installerad: 44.0-1
  Kandidat:    44.0-1
  Versionstabell:
*** 44.0-1 500
        500 http://ftp.se.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
Title: Re: Long Live The Iceweasel
Post by: ghstryder on 2016/01/29, 15:10:35
Have the iceweasel, and the same output vilde listed.
Title: Re: Long Live The Iceweasel
Post by: dibl on 2016/01/29, 16:55:55
Same ice-blue weasel on my browser here.


don@Hibiscus:/$ apt policy iceweasel
iceweasel:
  Installed: 44.0-1
  Candidate: 44.0-1
  Version table:
*** 44.0-1 500
        500 http://httpredir.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
Title: Re: Long Live The Iceweasel
Post by: seasons on 2016/01/29, 18:03:05
iceweasel:
  Installed: 44.0-1
  Candidate: 44.0-1
  Version table:
*** 44.0-1 500
        500 http://ftp.us.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
Title: Re: Long Live The Iceweasel
Post by: seasons on 2016/01/29, 18:22:51
Just tried to purge and reinstall iceweasel... Same result.
It must be something in my mozilla profile.
Title: Re: Long Live The Iceweasel
Post by: piper on 2016/01/29, 23:59:40
You would have to go to the iceweasel install folder, not the .mozilla folder, I don't use iceweasel so no clue where it is. I use firefox or build it myself and use /opt

For branding you would probably check out (change the /opt)

/opt/firefox/browser/chrome/icons/default
/opt/firefox/browser/icons

Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0 ID:20160129030206 CSet: 8a3c5c9b1486c3328bc4684d5ac5b3b849b09474
Title: Re: Long Live The Iceweasel
Post by: seasons on 2016/02/18, 18:31:36
Sorry for late reply, but I cannot find anything out of the ordinary in the folders you mentioned, piper. Furthermore, those files/folders shouldn't be altered without root access, and I don't run iceweasel as root. I also purged and reinstalled as I mentioned previously, so if the problem was there, I would have expected to clear it up.

I'm currently running 45.0b5 from experimental, so I'm back to the good old blue logo and the 'About' dialog says 'iceweasel' too. The next time it happens, I'll try making a new user and see if it affects them.

Thanks
Title: Re: Long Live The Iceweasel
Post by: devil on 2016/02/19, 16:15:50
Iceweasel will soon again be Firefox.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815006


greetz
devil
Title: Re: Long Live The Iceweasel
Post by: melmarker on 2016/02/20, 12:43:05
s/will/might be

if we are lucky little pigs that might be happend before the stable release of the hurd
Title: Re: Long Live The Iceweasel
Post by: 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.
Title: Re: Long Live The Iceweasel
Post by: unklarer on 2016/02/22, 20:12:09
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.
Title: Re: Long Live The Iceweasel
Post by: 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!)
Title: Re: Long Live The Iceweasel
Post by: sunrat 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.
Title: Re: Long Live The Iceweasel
Post by: michaaa62 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).
Title: Re: Long Live The Iceweasel
Post by: pit on 2016/02/23, 10:50:42
@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!)
Title: Re: Long Live The Iceweasel
Post by: Lanzi on 2016/02/24, 20:47:57
@dal: thanks! I will wait some days, and if its not fixed try your commands.
Title: Re: Long Live The Iceweasel
Post by: samoht on 2016/02/25, 14:09:10
@dal,

thanks, works fine.
Greetings
Tom