LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 01-23-2007, 08:18 AM   #16
Optiker
Member
 
Registered: Nov 2005
Distribution: Mint 14 Nadia
Posts: 189

Original Poster
Rep: Reputation: 21

Ian...

OK - replying from work, buyt will do that this evening when I get home.

Thanks!
Optiker
 
Old 01-23-2007, 09:11 AM   #17
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by binary_y2k2
Let me 1st say it's not the 1st time I have heard horror stories about EasyUbuntu/Atomatix and I never recommend any one use them.
Ok, now back to FireFox
You shouldn't have to do anything special to get version 2, just update. If it's not working something isn't right.
Can you post your /etc/apt/sources.list so I can see if there is anything wrong in there?
I've used Automatix for the better part of 6mo, never had 1 single problem with it.

I always "hear" about problems with Automatix, but people always just say it "broke their system", well, what did it do specifically?

IGF
 
Old 01-23-2007, 01:47 PM   #18
Optiker
Member
 
Registered: Nov 2005
Distribution: Mint 14 Nadia
Posts: 189

Original Poster
Rep: Reputation: 21
Well...I was going to just provide a link to the thread on the Automatix forum for Dapper support where I went for help with the problem, but having searched the Automatix forum for the thread, I find it has apparently been deleted. Arnieboy did not seem too happy with me - he's convinced that there's a great K/Ubuntu conspiracy where they cause these things to break and blame it all on Automatix, and I'm just another whiner that's buying the K/Ubuntu line.

So, you can go to the following link for the thread that I posted here looking for help...

http://www.linuxquestions.org/questi...d.php?t=504515

If you follow the thread to the end, you'll find I eventually gave up. I eventually reinstalled Dapper, and vowed to never again use Automatix...not entirely sure about EasyUbuntu yet.

Automatix is a great idea that would go a long way towards making K/Ubuntu friendlier for the average non-geek potential convert to Linux. Unfortunately, regardless of whose fault it is, the potential for driving users away is too great. After all, when the hype sends the message "use **** to set up K/Ubuntu - it's such a no-brainer that any dummy can set up a Linux machine" then find that it breaks the setup, why would a potential convert want to keep beating his head against that wall?

The "horror stories" regarding Automatix are not limited to these forums. I've read similar in a number of other K/Ubuntu newsgroups and forums - as apparetnly binary_y2k2 has..

End of mini-rant! Probably get flamed by Automatix activists, but, that's where my experience left me in that regard.

My 2-cents worth! As always, YMMV - and in your case, apparently does.
Optiker
 
Old 01-24-2007, 09:51 AM   #19
Optiker
Member
 
Registered: Nov 2005
Distribution: Mint 14 Nadia
Posts: 189

Original Poster
Rep: Reputation: 21
Quote:
Originally Posted by IBall
Don't worry about version 1.5 - just leave it where it is.

To install Firefox 2, simply untar the tarball in /usr/local/firefox:
Code:
sudo mkdir /usr/local/firefox
sudo tar -xzvf -C /usr/local/firefox firefox-2.tar.gz
Note that the -C is a capital C, and firefox-2.tar.gz is the name of the file you downloaded.

Then change the symbolic link in /usr/bin to point to the newly installed firefox 2.
Code:
sudo mv /usr/bin/firefox /usr/bin/firefox1.5
sudo ln -s /usr/local/firefox/firefox /usr/bin/firefox
I hope this helps
--Ian
Ian...I went back to your original reply. I also used ayisu's uninstall script to uninstall the ver 2 that his install script had installed. Hopefully this got me back to where I started. I had fiddled with the pointer in the KMenu Firefox settings, so restored it to the only thing I could find which was a firefox script in the /usr/bin folder, the entry on the KMenu editor being '/usr/bin/firefox1.5'

Now, it runs Firefox 1.5. When I run it from the console I get the following very long output...my reply continues below the console output...
----------------------

X Error: BadDevice, invalid or uninitialized input device 166
Major opcode: 144
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 166
Major opcode: 144
Minor opcode: 3
Resource id: 0x0
Failed to open device

(firefox-bin:5859): Gdk-CRITICAL **: gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(firefox-bin:5859): Gdk-CRITICAL **: gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(firefox-bin:5859): Gdk-CRITICAL **: gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(firefox-bin:5859): Gdk-CRITICAL **: gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(firefox-bin:5859): Gdk-CRITICAL **: gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(firefox-bin:5859): Gdk-CRITICAL **: gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(firefox-bin:5859): Gdk-CRITICAL **: gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(firefox-bin:5859): Gdk-CRITICAL **: gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(firefox-bin:5859): Gdk-CRITICAL **: gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

(firefox-bin:5859): Gdk-CRITICAL **: gdk_pixbuf_get_from_drawable: assertion `gdk_window_is_viewable (src)' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_bits_per_sample: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed

(firefox-bin:5859): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

-----------------------------------

So, I went back to your original reply and am trying to manually install FF 2 following your instructions. I managed the first line...creating the /usr/local/firefox folder. But, when I tried to run the next line, had problems. I had DLed the file from Mozilla to my /home/Downloads folder, and tried opening a terminal there to do this operation as well as just opening a terminal that I assume is in the root. Here's my terminal output...
-----------------------------------
optiker@dell:~$ sudo tar -xzvf -C /usr/local/firefox-2.0.0.1.tar.gz
tar: -C: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: /usr/local/firefox-2.0.0.1.tar.gz: Not found in archive
tar: Error exit delayed from previous errors
optiker@dell:~$
------------------------------------

What am I doing wrong and where do I go from here?

Thanks!
Optiker

Last edited by Optiker; 01-24-2007 at 09:54 AM.
 
Old 01-24-2007, 05:29 PM   #20
inspiron_Droid
Member
 
Registered: Dec 2006
Distribution: Debian (Wheeze)
Posts: 391

Rep: Reputation: Disabled
Here is how i went about aquireing the latest version of fire fox. I simply edited my /etc/apt/sources.list file and changed every accureance of dapper to edgy eft, Then i rebooted and opened a terminal window ans issued the followin command string update-manager -c and upgraded directly from dapper to edgy in turn updating firefox to 2.0.5 and ever othe key system component to it latest stable release.
 
Old 01-24-2007, 06:26 PM   #21
Optiker
Member
 
Registered: Nov 2005
Distribution: Mint 14 Nadia
Posts: 189

Original Poster
Rep: Reputation: 21
Quote:
Originally Posted by badboy88
Here is how i went about aquireing the latest version of fire fox. I simply edited my /etc/apt/sources.list file and changed every accureance of dapper to edgy eft, Then i rebooted and opened a terminal window ans issued the followin command string update-manager -c and upgraded directly from dapper to edgy in turn updating firefox to 2.0.5 and ever othe key system component to it latest stable release.
Yes, I am aware of that meethod. At this point, other then Firefox, I'm just trying to get a stable, working verions of Dapper. I'm having enough problems with Dapper as it is witout taking on anything new in Edgy.

Thanks anyhow!
Optiker
 
Old 01-24-2007, 06:34 PM   #22
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Code:
optiker@dell:~$ sudo tar -xzvf -C /usr/local/firefox-2.0.0.1.tar.gz
Ignore the -C switch, and then move the resultant directory called "firefox" to /usr/local.

Your problem in the above command is you need a space between /usr/local/ and firefox...

--Ian
 
Old 01-24-2007, 06:36 PM   #23
Optiker
Member
 
Registered: Nov 2005
Distribution: Mint 14 Nadia
Posts: 189

Original Poster
Rep: Reputation: 21
ATTN: Ian

Ian...maybe I'm just digging the hole deeper...

At the point of my last post to you, I had run FF from the terminal resulting in ver. 1.5 opening, and giving the terminal messages I posted back. I was surprised that when I closed the terminal, Firefox also closed - guess that must be normal? I was also surprised that it would not run at all from the KMenu launch. In the KMenu editor, the enry was '/usr/bin/firefox1.5'

Since then, I've uninstalled Firefox from Adept, then reinstalled it from Adept, trying to get back to where it was when I started this thread. However, it is where it was before I uninstalled. Ver 1.5 runs from the terminal with the messages shown in my previous post, and closes when I close the terminal.

I think that if I wasn't so frustrated with it, I'd reinstall Kubuntu and hope for the best.

Suggestions?

Thanks!
Optiker
 
Old 01-24-2007, 08:01 PM   #24
Optiker
Member
 
Registered: Nov 2005
Distribution: Mint 14 Nadia
Posts: 189

Original Poster
Rep: Reputation: 21
Quote:
Originally Posted by IBall
Code:
optiker@dell:~$ sudo tar -xzvf -C /usr/local/firefox-2.0.0.1.tar.gz
Ignore the -C switch, and then move the resultant directory called "firefox" to /usr/local.

Your problem in the above command is you need a space between /usr/local/ and firefox...

--Ian
Ian...on my old machine (wife using new one!), also Dapper, same situation. Here's what I did and result from terminal...am still doing something wrong.
----------------
optiker@optiker-micron:~$ sudo mkdir /usr/local/firefox
Password:
optiker@optiker-micron:~$ sudo tar -xzvf /usr/local/ firefox-2.0.0.1.tar.gz
tar: /usr/local/: Cannot read: Is a directory
tar: At beginning of tape, quitting now
tar: Error is not recoverable: exiting now

gzip: stdin: unexpected end of file
tar: Child returned status 2
tar: firefox-2.0.0.1.tar.gz: Not found in archive
tar: Error exit delayed from previous errors
optiker@optiker-micron:~$
-----------------

Was I supposed to run that first mkdir line before the wsecond line?

Incidenatlly, on this computer, the Fir4efox install is (was?) still untouched. The entry n the KMenu Edit window for Firefox is firefox %u. When I run from a terminal, I get...

------------------------
optiker@optiker-micron:~$ firefox
optiker@optiker-micron:~$
-------------------------

...and ver 1.5 opens ust as it does from the KMenu.

Masybe if we can get it done on the old machine, I can also get it done on the new one.

Thanks!
Optiker
 
Old 01-25-2007, 08:44 PM   #25
Optiker
Member
 
Registered: Nov 2005
Distribution: Mint 14 Nadia
Posts: 189

Original Poster
Rep: Reputation: 21
Got It!

Thanks all, especially Ian. I finally managed to get it done. Took some digging to learn how to move that firefox folder using the shell, and experimenting to learn what to point the KMenu button to, but finally got it done.

I guess this thread is closed.

Optiker
 
Old 01-25-2007, 09:15 PM   #26
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Well done!
 
Old 01-25-2007, 09:56 PM   #27
Optiker
Member
 
Registered: Nov 2005
Distribution: Mint 14 Nadia
Posts: 189

Original Poster
Rep: Reputation: 21
Quote:
Originally Posted by IBall
Well done!
Thanks! That's the frosting on the cake!

Optiker
 
Old 01-28-2007, 10:18 PM   #28
esaym
Member
 
Registered: Nov 2006
Distribution: Lots of Debian
Posts: 165

Rep: Reputation: 32
I always found swiftfox the easiest (and fastest) http://getswiftfox.com/debian.htm


Auto updating through the repository is soon to go online: http://ubuntuforums.org/showpost.php...&postcount=228
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash / Java Plugins in Firefox 2.0 under Ubuntu (Dapper) sgware Linux - Software 4 02-08-2007 10:37 AM
firefox in ubuntu dapper won't open e-mail buckjams Linux - Newbie 6 12-10-2006 02:01 AM
How to install FireFox in KUbuntu ? sco1984 Linux - Newbie 4 09-19-2006 10:03 AM
Firefox install problem on Kubuntu, possibly libgtk related andy-k Linux - Newbie 12 08-31-2006 09:41 AM
Install regular firefox instead of ubuntu firefox? sureshot324 Linux - Software 10 05-03-2006 02:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 04:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration