Page: Previous  1, 2

techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4124
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
that looks good, I'm not seeing many problems re adding that installer to smxi, a packaged firefox solves a lot of issues.

I may add both, I'm not sure. As you can see above, there's a few tweaks required to make firefox the true system default, some of those I can't script though.
Back to top
secipolla
Status: Contributor
Joined: 21 Nov 2009
Posts: 72
Reply Quote
Hey,h2. What if you maintained it?
In case you don't think it would be troublesome for you then you could offer that to Clem.
Back to top
secipolla
Status: Contributor
Joined: 21 Nov 2009
Posts: 72
Reply Quote
Thinking again, there are all the localization packages too.
Anyway, if you're interested his email is root at linuxmint dot com
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4124
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
no, I'm not going to maintain a package, it's too much work, you have to get changes out too often.

Plus I'd have to deal with learning all that stuff, not for me. I have enough to do with my other script stuff.
Back to top
Re: Switching from Debian Iceweasel to Firefox, permanently
Rustom
Status: Interested
Joined: 05 Feb 2010
Posts: 12
Reply Quote
I was trying to automate my firefox/iceweasel upgrades

So wrote a script: firefox-afterupgrade
:: Code ::

# replace iceweasel by forefox
# should be run after an iceweasel upgrade
# from http://techpatterns.com/forums/about1435.html
# Assuming downloaded into /opt

# Only needs to be done once -- the first time
# chown <username> -R /opt/firefox
mv /usr/bin/firefox /usr/bin/firefox-iw
ln -s /opt/firefox/firefox /usr/bin/firefox



However I dont like to get the diversion message.
So I wrote
:: Code ::

rm /usr/bin/firefox
ln -s /usr/bin/iceweasel /usr/bin/firefox


But I still get the diversion
Back to top
shmerl
Status: Interested
Joined: 18 Apr 2012
Posts: 30
Reply Quote
You can update these instructions, since 64 bit builds of Firefox and Thunderbird are available from Mozilla for quite some time already.
Back to top
Display posts from previous:   
Page: Previous  1, 2
All times are GMT - 8 Hours