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?
I have 43.0.4 here, and it looks as Icewasel always looked. Can we have a picture?
greetz
devil
I have iceweasel 44.0 (siduction/sid) and the cool blue iceweasel logo ;-)
As requested..
EDIT: I have always used Debian packages. I have not tried to install other versions of Firefox.
Lets see, if anyone else has this. To clarify this issue, could you post the complete output ofapt policy iceweasel
greetz
devil
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
Have the iceweasel, and the same output vilde listed.
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
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
Just tried to purge and reinstall iceweasel... Same result.
It must be something in my mozilla profile.
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
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
Iceweasel will soon again be Firefox.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815006
greetz
devil
s/will/might be
if we are lucky little pigs that might be happend before the stable release of the hurd
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.
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.
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; doneThis should solve the icon issue. (Log out and in again to refresh the icon cache!)
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.
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).
@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!)
@dal: thanks! I will wait some days, and if its not fixed try your commands.
@dal,
thanks, works fine.
Greetings
Tom