Posts: 12
gibbo
Joined: 20 Apr 2015
#1
Hi Me again!
AntiX 13.2
I am trying to get Iceweasel to play You tube videos but the Flashplayer symbol is showing on all videos so i guess something is out of date
I have installed Chromium but like Iceweasel also and just to learn and figure out how to do this anyway
I have tried to install the latest nonfree Plugin by using the terminalusing the apt-get nonfree plugin command But it says it is the latest version
Also i noticed Iceweasel is out of date anyway as some of the extensions are older versions
Is there a simple way to update Flash on Iceweasel and also update Iceweasel Itself or indeed install Firefox and keep it up to date
I have looked around for solutions but threads on things like this just get longer and longer with people just adding different ways of doing things and it becomes more confusing than it should be

ALSO
i keep reading that you can add items to your etc apt sources list but have no idea how to do this where i find it or where to start !

Thanks alot
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#2
A couple of notes:

1. Iceweasel has a flashblock app installed. Sometimes it has problems. You can disable the app in the iceweasel preferences. That will probably be enough to get flash running after you restart iceweasel.

2. you may also want to update flash player. This command entered at the terminal as root user will let you update flashplayer: as root:

Code: Select all

update-flashplugin-nonfree --install
3. Let's kill two birds with one stone with you question about adding sources and get iceweasel updated at the same time.

If you use your filemanager to navigate to /etc/apt/sources.list.d you will find several files with .list extenstions on them (antix.list, debian.list, and various.list if I remember correctly). These are the files to which you can add source definitions. debian-type sources usually start with the"deb" indicator in front. You can look in these files and see how they are laid out. These files are accessible either directly with a text editor or through a handy link in the control center: Edit Config Files on the System Tab.

I like to enable the mozilla-backports repo to get the latest iceweasel (equivalent to the latest firefox). So let's do that:

1. Open control center and click on the system tab and then"edit config files". It it will ask for your ROOT password. Enter that and you should get a screen like this:



2. Notice the tabs across the top of the text editor. Several are sources files with .list extension. One will be for various.list. Click on that. It should look like this:



3. Notice the line with the following:

Code: Select all

# latest (beta) iceweasel
#deb http://mozilla.debian.net/ experimental iceweasel-beta
The # marks indicate the source definition is commented out and disabled so its not polled by any of the package managers.

we can remove the # mark and save the file. That activates the source, but we have to refresh what the package managers know about. So we can either"reload" in synaptic or as root at the terminal

Code: Select all

apt-get update
to bring the list of available apps up to date. You can then in synaptic mark iceweasel to be updated with a right click and apply to update to the latest.

4. The definition by default in various.list is for the beta track of iceweasel. If you want the latest stable version (which is what I run) you can change the definition to the following:

Code: Select all

deb http://mozilla.debian.net/ wheezy-backports iceweasel-release
keep in mind there is a space between the / and wheezy-backports in the above examples. It would look like this when complete:



Then using synaptic, hit the"reload" button and then find iceweasel in the list, right click on it, and select upgrade. Hit"apply" and away you go.
Posts: 12
gibbo
Joined: 20 Apr 2015
#3
dolphin_oracle wrote:A couple of notes:

1. Iceweasel has a flashblock app installed. Sometimes it has problems. You can disable the app in the iceweasel preferences. That will probably be enough to get flash running after you restart iceweasel.

2. you may also want to update flash player. This command entered at the terminal as root user will let you update flashplayer: as root:

Code: Select all

update-flashplugin-nonfree --install
3. Let's kill two birds with one stone with you question about adding sources and get iceweasel updated at the same time.

If you use your filemanager to navigate to /etc/apt/sources.list.d you will find several files with .list extenstions on them (antix.list, debian.list, and various.list if I remember correctly). These are the files to which you can add source definitions. debian-type sources usually start with the"deb" indicator in front. You can look in these files and see how they are laid out. These files are accessible either directly with a text editor or through a handy link in the control center: Edit Config Files on the System Tab.

I like to enable the mozilla-backports repo to get the latest iceweasel (equivalent to the latest firefox). So let's do that:

1. Open control center and click on the system tab and then"edit config files". It it will ask for your ROOT password. Enter that and you should get a screen like this:

Capture2.JPG

2. Notice the tabs across the top of the text editor. Several are sources files with .list extension. One will be for various.list. Click on that. It should look like this:

Capture3.JPG

3. Notice the line with the following:

Code: Select all

# latest (beta) iceweasel
#deb http://mozilla.debian.net/ experimental iceweasel-beta
The # marks indicate the source definition is commented out and disabled so its not polled by any of the package managers.

we can remove the # mark and save the file. That activates the source, but we have to refresh what the package managers know about. So we can either"reload" in synaptic or as root at the terminal

Code: Select all

apt-get update
to bring the list of available apps up to date. You can then in synaptic mark iceweasel to be updated with a right click and apply to update to the latest.

4. The definition by default in various.list is for the beta track of iceweasel. If you want the latest stable version (which is what I run) you can change the definition to the following:

Code: Select all

deb http://mozilla.debian.net/ wheezy-backports iceweasel-release
keep in mind there is a space between the / and wheezy-backports in the above examples. It would look like this when complete:

capture4.JPG

Then using synaptic, hit the"reload" button and then find iceweasel in the list, right click on it, and select upgrade. Hit"apply" and away you go.
Dolphin Thankyou again for your quick help and patience i did try the update-flashplugin-nonfree --install command but it tells me its the up to date version i didnt even think of checking Iceweasel for a flash Blocker as i hadnt got round to installing my usual add ons becasue i downloaded Chromium and thought i would have to use that ..Disabling the flashblocker worked and youtube videos now play... i shall play around with the adding sources in the morning
Thanks again its much appreciated