November1
I am using Ubuntu 9.10 Karmic Koala on my Desktop with Firefox 3.5 as my primary browser. Recently I was facing problems playing online media (streaming mp3s, non-flash) including FM from my own page on Firefox. Read the rest of this entry »
September13
I use Firefox 3.5.3 for my day to day browsing on my Ubuntu Karmic Koala Alpha (with KDE 4.3) and recently I experienced tremendous slowdowns making it less fit for use. I use a lot of addons including Firebug and Greasemonkey and it is no surprise that Firefox is slower than one without any extensions. I cannot move to Google Chrome or Epiphany because of the dependency on various add-ons such as Adblock Plus, Lastpass, Greasemonkey, Firebug and others and so I had to look what I can do.
Read the rest of this entry »
August18
UPDATE Nov 2: If you want to make flash work normal in 64-bit Ubuntu 9.10 Karmic Koala, the following commands shall help. So start your terminal and get going:
1
2
3
4
5
| sudo apt-get remove flashplugin-installer flashplugin-nonfree swdec-mozilla mozilla-plugin-gnash
cd /tmp
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
tar xf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
sudo mv libflashplayer.so /usr/lib/mozilla/plugins/ |
and restart firefox. If this does not work or you want to keep track of what has happened here, read on.
UPDATE Nov 2, 2009: The problem persisted for me even after I upgraded to the latest version. Using 64-bit flash plugin from Adobe Labs helps for me now. For this you will need to download the latest plugin from http://labs.adobe.com/downloads/flashplayer10.html and extract it to /home/YOUR_USER_NAME/.mozilla/plugins or /usr/lib/mozilla/plugins. If you intend to extract it to /usr/lib/mozilla/plugins then you will need root privileges. One way of getting root privileges is launching nautilus as “gksu nautilus /usr/lib/mozilla/plugins” in the Run Application dialog (Alt+F2). Then copy the extracted libflashplayer.so in that directory and restart Firefox.
UPDATE: I had problems with swfdec-gnome also. When I used to close any tabs with active flash content, firefox would simply crash. I removed it and installed flashplugin via flashplug-installer (in synaptic) and now it is working fine. I disabled some plugins and maybe thats what worked. Not sure. Anyone came up with whats actually happening?
ORIGINAL POST 10 Aug, 2009: I recently installed Karmic Koala (Ubuntu 9.10) alpha 4 amd64 version and have been facing problem with flashplugin for Firefox 3.5. The flashplugin is a large download (as it depends on 32 bit libraries.. they have 32 bit version of the plugin now in amd64 too) and does not work well with YouTube videos, the flash applications do not respond user clicks. I have removed flashplugin via Synaptic Package Manager and installed swfdec-mozilla instead (firefox restart required after you do). This one has worked fine for me till now.
Hope this was helpful. Hope this is solved in the stable release.
Thanks to “Fatal Toenail Infection”.
August1
I have Ubuntu 9.04 Jaunty Jackalope 64bit and wanted to give Google Chrome Browser a try to see what it feels like to be running
Google Chrome OS (which will be based on Linux and run Google Chrome Browser).
UPDATE Nov 21: Just adding the repository:
deb http://dl.google.com/linux/deb/ stable main
will let you install Google Chrome right from Synaptic.
UPDATE: Now I have Ubuntu Karmic Koala (9.10) alpha 4 and same works for Karmic too. Read the rest of this entry »
July29
Firefox 3.5 is out for other OSes however the final version is not available for Linux. This is how you install it on your Jaunty Jackalope installation. We will use the terminal for this. It is just a copy and paste from here to your terminal so it should be fine.
Read the rest of this entry »