LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CentOS
User Name
Password
CentOS This forum is for the discussion of CentOS Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 07-27-2014, 04:35 PM   #16
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

Quote:
Originally Posted by John VV View Post
"/home/firefox"
????

if you are going to put it in YOUR home folder then do so

/home/bluecat/firefox

you need the location to that folder in the system path
so the system can find the "firefox" binary executable file
"/home/bluecat/firefox/firefox"
I edited the /etc/profile with:
Code:
PATH=$PATH:/home/bluecat/firefox:$1
Upon rebooting I get-
Code:
[bluecat@localhost ~]$ echo PATH
PATH
[bluecat@localhost ~]$
Is the location still wrong?
 
Old 07-27-2014, 05:13 PM   #17
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you forgot the "$"
Code:
echo $PATH
 
1 members found this post helpful.
Old 07-27-2014, 05:24 PM   #18
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by John VV View Post
you forgot the "$"
Code:
echo $PATH
Code:
[bluecat@localhost ~]$ echo $PATH
/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/bluecat/firefox::/home/bluecat/.local/bin:/home/bluecat/bin
[bluecat@localhost ~]$
Now ./configure?
 
Old 07-27-2014, 06:37 PM   #19
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
there is no "configure"
it is a self contained binary download

it is already built
cd into the folder ( or open a terminal IN that folder) and type
Code:
./firefox
or
double click on the program "firefox"
 
Old 07-27-2014, 09:34 PM   #20
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I still have FF 24-

I used Google translate. Valmis means completed or finished.

http://s1052.photobucket.com/user/Ul...slate.png.html
http://s1052.photobucket.com/user/Ul.../ff24.png.html
 
Old 07-27-2014, 09:36 PM   #21
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I downloaded from the link you provided in post #4 so I don't know what's going on--?
 
Old 07-27-2014, 09:46 PM   #22
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
are you using the version of firefox in the firefox folder
from inside the firefox folder run
"/home/bluecat/firefox"
to make 100% sure that you are in that folder

Code:
cd /home/bluecat/firefox
./firefox
and post the error if any
 
Old 07-27-2014, 10:20 PM   #23
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Code:
[bluecat@localhost firefox]$ /home/bluecat/firefox
bash: /home/bluecat/firefox: Is a directory
[bluecat@localhost firefox]$ 

[bluecat@localhost ~]$ cd /home/bluecat/firefox
[bluecat@localhost firefox]$ ./firefox
bash: ./firefox: Is a directory
[bluecat@localhost firefox]$
Looking at my Home directory I see the FF file upon double clicking on it; it takes me to another file marked firefox. When I open that second file in the terminal and type ./firefox
I get the same thing as in the screenshot.

When I close the terminal FF closes.
When I start FF again the window with the changes flashes for a moment but opens the same version of FF after I choose yes I want it to be my default browser.

Last edited by Ztcoracat; 07-27-2014 at 10:27 PM.
 
Old 07-27-2014, 10:37 PM   #24
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
from the firefox directory you should have about 40 files
a list like this
Code:
 ls -l
total 71568
-rw-r--r-- 1 UserName users       57 Jul 23 00:21 active-update.xml
-rw-rw-r-- 1 UserName users      663 Jul 23 00:21 application.ini
drwxr-xr-x 8 UserName users     4096 Jul 23 00:21 browser
-rw-rw-r-- 1 UserName users       40 Jul 23 00:21 chrome.manifest
drwxr-xr-x 2 UserName users     4096 Jul 23 00:21 components
-rwxrwxr-x 1 UserName users   127824 Jul 23 00:21 crashreporter
-rw-rw-r-- 1 UserName users     4003 Jul 23 00:21 crashreporter.ini
drwxr-xr-x 3 UserName users     4096 Jul 23 00:21 defaults
-rw-rw-r-- 1 UserName users      127 Jul 23 00:21 dependentlibs.list
drwxr-xr-x 2 UserName users     4096 Jul 23 00:21 dictionaries
-rwxrwxr-x 1 UserName users   131264 Jul 23 00:21 firefox
-rwxrwxr-x 1 UserName users   131272 Jul 23 00:21 firefox-bin
drwxr-xr-x 2 UserName users     4096 Jul 23 00:21 icons
-rw-r--r-- 1 UserName users      899 Jul 23 00:21 libfreebl3.chk
-rwxrwxr-x 1 UserName users   471112 Jul 23 00:21 libfreebl3.so
-rwxrwxr-x 1 UserName users     9880 Jul 23 00:21 libmozalloc.so
-rwxrwxr-x 1 UserName users   725584 Jul 23 00:21 libmozsqlite3.so
-rwxrwxr-x 1 UserName users   219096 Jul 23 00:21 libnspr4.so
-rwxrwxr-x 1 UserName users   965736 Jul 23 00:21 libnss3.so
-rwxrwxr-x 1 UserName users   526056 Jul 23 00:21 libnssckbi.so
-rw-r--r-- 1 UserName users      899 Jul 23 00:21 libnssdbm3.chk
-rwxrwxr-x 1 UserName users   119520 Jul 23 00:21 libnssdbm3.so
-rwxrwxr-x 1 UserName users   141864 Jul 23 00:21 libnssutil3.so
-rwxrwxr-x 1 UserName users    17424 Jul 23 00:21 libplc4.so
-rwxrwxr-x 1 UserName users    15184 Jul 23 00:21 libplds4.so
-rwxrwxr-x 1 UserName users   140184 Jul 23 00:21 libsmime3.so
-rw-r--r-- 1 UserName users      899 Jul 23 00:21 libsoftokn3.chk
-rwxrwxr-x 1 UserName users   218488 Jul 23 00:21 libsoftokn3.so
-rwxrwxr-x 1 UserName users   203592 Jul 23 00:21 libssl3.so
-rwxrwxr-x 1 UserName users 58187560 Jul 23 00:21 libxul.so
-rwxrwxr-x 1 UserName users   124112 Jul 23 00:21 mozilla-xremote-client
-rw-rw-r-- 1 UserName users 10153658 Jul 23 00:21 omni.ja
-rw-rw-r-- 1 UserName users      136 Jul 23 00:21 platform.ini
-rwxrwxr-x 1 UserName users   114592 Jul 23 00:21 plugin-container
-rw-r--r-- 1 UserName users     2321 Jul 23 00:21 precomplete
-rw-rw-r-- 1 UserName users    36326 Jul 23 00:21 removed-files
-rwxrwxr-x 1 UserName users     8915 Jul 23 00:21 run-mozilla.sh
-rw-rw-r-- 1 UserName users      825 Jul 23 00:21 Throbber-small.gif
-rwxrwxr-x 1 UserName users   179904 Jul 23 00:21 updater
-rw-rw-r-- 1 UserName users      681 Jul 23 00:21 updater.ini
drwxr-xr-x 3 UserName users     4096 Jul 23 00:21 updates
-rw-rw-r-- 1 UserName users      132 Jul 23 00:21 update-settings.ini
-rw-r--r-- 1 UserName users    15562 Jul 23 00:21 updates.xml
drwxr-xr-x 2 UserName users     4096 Jul 23 00:21 webapprt
-rwxrwxr-x 1 UserName users   164328 Jul 23 00:21 webapprt-stub
the above program the RED line is the program

with the 24 Long term support version installed
the new 31 version when launched from the terminal SHOULD open a window telling you that it is checking the addons for compatibility
then a window asking what ones to turn off

then 31 and the NEW interface ( tabs on top ) will launch


well just go and uninstall the esr long term support

somehow you are lunching THAT one and not the NEW one in the firefox folder

Code:
su -
yum uninstall firefox

Last edited by John VV; 07-27-2014 at 10:44 PM.
 
Old 07-27-2014, 11:17 PM   #25
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by John VV View Post
from the firefox directory you should have about 40 files
a list like this
Code:
 ls -l
total 71568
-rw-r--r-- 1 UserName users       57 Jul 23 00:21 active-update.xml
-rw-rw-r-- 1 UserName users      663 Jul 23 00:21 application.ini
drwxr-xr-x 8 UserName users     4096 Jul 23 00:21 browser
-rw-rw-r-- 1 UserName users       40 Jul 23 00:21 chrome.manifest
drwxr-xr-x 2 UserName users     4096 Jul 23 00:21 components
-rwxrwxr-x 1 UserName users   127824 Jul 23 00:21 crashreporter
-rw-rw-r-- 1 UserName users     4003 Jul 23 00:21 crashreporter.ini
drwxr-xr-x 3 UserName users     4096 Jul 23 00:21 defaults
-rw-rw-r-- 1 UserName users      127 Jul 23 00:21 dependentlibs.list
drwxr-xr-x 2 UserName users     4096 Jul 23 00:21 dictionaries
-rwxrwxr-x 1 UserName users   131264 Jul 23 00:21 firefox
-rwxrwxr-x 1 UserName users   131272 Jul 23 00:21 firefox-bin
drwxr-xr-x 2 UserName users     4096 Jul 23 00:21 icons
-rw-r--r-- 1 UserName users      899 Jul 23 00:21 libfreebl3.chk
-rwxrwxr-x 1 UserName users   471112 Jul 23 00:21 libfreebl3.so
-rwxrwxr-x 1 UserName users     9880 Jul 23 00:21 libmozalloc.so
-rwxrwxr-x 1 UserName users   725584 Jul 23 00:21 libmozsqlite3.so
-rwxrwxr-x 1 UserName users   219096 Jul 23 00:21 libnspr4.so
-rwxrwxr-x 1 UserName users   965736 Jul 23 00:21 libnss3.so
-rwxrwxr-x 1 UserName users   526056 Jul 23 00:21 libnssckbi.so
-rw-r--r-- 1 UserName users      899 Jul 23 00:21 libnssdbm3.chk
-rwxrwxr-x 1 UserName users   119520 Jul 23 00:21 libnssdbm3.so
-rwxrwxr-x 1 UserName users   141864 Jul 23 00:21 libnssutil3.so
-rwxrwxr-x 1 UserName users    17424 Jul 23 00:21 libplc4.so
-rwxrwxr-x 1 UserName users    15184 Jul 23 00:21 libplds4.so
-rwxrwxr-x 1 UserName users   140184 Jul 23 00:21 libsmime3.so
-rw-r--r-- 1 UserName users      899 Jul 23 00:21 libsoftokn3.chk
-rwxrwxr-x 1 UserName users   218488 Jul 23 00:21 libsoftokn3.so
-rwxrwxr-x 1 UserName users   203592 Jul 23 00:21 libssl3.so
-rwxrwxr-x 1 UserName users 58187560 Jul 23 00:21 libxul.so
-rwxrwxr-x 1 UserName users   124112 Jul 23 00:21 mozilla-xremote-client
-rw-rw-r-- 1 UserName users 10153658 Jul 23 00:21 omni.ja
-rw-rw-r-- 1 UserName users      136 Jul 23 00:21 platform.ini
-rwxrwxr-x 1 UserName users   114592 Jul 23 00:21 plugin-container
-rw-r--r-- 1 UserName users     2321 Jul 23 00:21 precomplete
-rw-rw-r-- 1 UserName users    36326 Jul 23 00:21 removed-files
-rwxrwxr-x 1 UserName users     8915 Jul 23 00:21 run-mozilla.sh
-rw-rw-r-- 1 UserName users      825 Jul 23 00:21 Throbber-small.gif
-rwxrwxr-x 1 UserName users   179904 Jul 23 00:21 updater
-rw-rw-r-- 1 UserName users      681 Jul 23 00:21 updater.ini
drwxr-xr-x 3 UserName users     4096 Jul 23 00:21 updates
-rw-rw-r-- 1 UserName users      132 Jul 23 00:21 update-settings.ini
-rw-r--r-- 1 UserName users    15562 Jul 23 00:21 updates.xml
drwxr-xr-x 2 UserName users     4096 Jul 23 00:21 webapprt
-rwxrwxr-x 1 UserName users   164328 Jul 23 00:21 webapprt-stub
the above program the RED line is the program

with the 24 Long term support version installed
the new 31 version when launched from the terminal SHOULD open a window telling you that it is checking the addons for compatibility
then a window asking what ones to turn off

then 31 and the NEW interface ( tabs on top ) will launch


well just go and uninstall the esr long term support

somehow you are lunching THAT one and not the NEW one in the firefox folder

Code:
su -
yum uninstall firefox
I did get the "checking your addons for compatability with this version of FF" in a window.
The new FF launches and ask's me "Peruuta" which means Cancel (in what language I don't know) or "Sulje" which means close tabs. Not sure where to uninstall the esr LTS. !?

In this screenshot I am launching FF from within the folder where all the binary's are-
http://s1052.photobucket.com/user/Ul...01156.png.html
 
Old 07-28-2014, 12:28 AM   #26
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
Not sure where to uninstall the esr LTS. !?
I already told you how
Code:
su -
yum uninstall firefox
use the package manager
 
Old 07-28-2014, 01:06 AM   #27
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by John VV View Post
I already told you how
Code:
su -
yum uninstall firefox
use the package manager
The old FF 24 is gone I removed it with:
Code:
yum remove firefox
The FF Icon is now missing from my Application Menu.

In anger, I downloaded the FF 31 from Mozilla Firefox website--
Now I am able to launch the new FF 31 but only by going to my Downloads directory opening the FF folder and clicking on the actually ff script.

I don't even know at this point; John, how I managed that--LOL!

I'll have to link it somehow to the Applications Menu but I'll have to think on that for a while.
 
Old 07-28-2014, 01:49 AM   #28
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Now that I have pondered on this a tad I now recall what was not working.

Any attempt to move the FF file with it's binary files failed.
I tried with the tar.bz download that you provided me with and I also tried several time with the Mozilla FF download. file. No dice. Using cmd-line with root privileges and the mv cmd failed.
Cut worked but paste was grayed out in the attempt to move the file to /opt.
 
Old 07-28-2014, 06:30 PM   #29
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
After contemplating I composed a list of 6 entries for a new file.

In theory it should add the FF Icon to the Applications Menu.

In the past this practice worked for an Application that I installed so it may or may not apply to a browser Icon.

Code:
[Desktop Entry]
Name=Firefox
Exec=/home/bluecat/Downloads/firefox/firefox
Icon=/usr/share/pixmaps/Reference.xpm
Type=Browser
Categories=Internet
If it works I'll let you know. (not on that machine today)
 
Old 07-29-2014, 05:58 PM   #30
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
No dice, I tried to create that file and Nano would have any part in it.
I created a regular file using gedit as well.

Code:
Error writing "name of file" No such file or directory
http://s1052.photobucket.com/user/Ul...ampFF.png.html

Evidently, the "Desktop Entry" only works with Applications- Worked for me in the past:-

I'm going to just enjoy my fresh installation and soldier on.

Thank You John for helping me.-
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox is not working in my centos 6.4 masju Linux - Newbie 4 11-22-2013 04:53 PM
CentOS 6.2 Firefox Help anotherusr Linux - Software 13 11-28-2012 08:38 AM
firefox on centos timl Red Hat 3 04-06-2010 02:39 AM
updating firefox in centos 5 wangberg Linux - Software 5 07-25-2007 03:37 PM
CentOS 4.2 Java and Firefox winchester169 Linux - Software 1 12-01-2005 12:47 AM

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

All times are GMT -5. The time now is 10:52 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