mhaberler / canopennode

CANopenNode - CANopen based stack for communication in embeded control systems.
https://sourceforge.net/p/canopennode/code_complete/ci/master/tree/
4 stars 2 forks source link

wheezy: installing a firefox version which can be used with the ODS editor #1

Open mhaberler opened 9 years ago

mhaberler commented 9 years ago

currently the ODS editor requires an old firefox version. Proceed like so:

see http://superuser.com/questions/322376/how-to-install-the-real-firefox-on-debian

get rid of useless iceweasel

apt-get remove iceweasel

get latest ff which works with the ODS editor

wget https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/16.0b6/linux-i686/en-US/firefox-16.0b6.tar.bz2 tar jxvf firefox-16.0b6.tar.bz2 sudo chown -R root:users firefox sudo addgroup mah users sudo ln -s pwd/firefox/firefox /usr/local/bin

new window, or logout/login again:

firefox

using Tools/Extensions, install Remote XUL Manager (1.1.3 for me)

open the _project.html file, for instance in canopennode/Example_IO/_project.html

disable automatic updates of firefox: goto Preferences->Advanced and deselect 'Automatically install updates'