Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
11-30-2003, 11:26 AM
|
#1
|
|
LQ Newbie
Registered: Sep 2003
Posts: 17
Rep:
|
programs won't run on user (non-root) accounts....?
I have a fresh install of slackware 9.1, I just downloaded mozilla firebird and put it in /usr/local/firebird. The permisions are set as 755, but it won't run on my user account.
It runs great on root, but when I log into my user account it won't run. I don't get an error or anything, it just doesn't start up. Mozilla won't start on the user account either.
any ideas?
|
|
|
|
11-30-2003, 11:47 AM
|
#2
|
|
LQ Newbie
Registered: Nov 2003
Location: Crossville, Tennessee
Distribution: RedHat 9
Posts: 26
Rep:
|
I vaguely recall when I downloaded my last mozilla, it had some words about extra steps to make it multi-user. Do you have a profile in the users area?
|
|
|
|
11-30-2003, 11:49 AM
|
#3
|
|
LQ Newbie
Registered: Sep 2003
Posts: 17
Original Poster
Rep:
|
no profile in my user account as far as I know.
|
|
|
|
11-30-2003, 12:14 PM
|
#4
|
|
LQ Newbie
Registered: Nov 2003
Location: Crossville, Tennessee
Distribution: RedHat 9
Posts: 26
Rep:
|
I guess it would be the same as the other revisions - in the directory .mozilla. You could try moving .mozilla and .fullcircle to another name so it would have to create them from scratch. I had a problem on my last download with the existing profile messing me up. It worked much better when I blew it away.
|
|
|
|
11-30-2003, 12:20 PM
|
#5
|
|
LQ Newbie
Registered: Sep 2003
Posts: 17
Original Poster
Rep:
|
I downloaded firebird into my user account's home directory, extracted it, and tried to run it.... and it still didn't run. Nothing happened.
I'll try doing what you said
|
|
|
|
11-30-2003, 12:35 PM
|
#6
|
|
LQ Newbie
Registered: Sep 2003
Posts: 17
Original Poster
Rep:
|
I deleted .phoenix and .mozilla from my home directory in my user account's home (/home/mdb/) I ran both firebird and mozilla, both of them recreated the .phoenix / .mozilla directories with all of the files in them, but neither browsers started... nothing came up, no errors, nothing. They just made the directories and that was it.....
this is driving me insane
|
|
|
|
11-30-2003, 12:51 PM
|
#7
|
|
LQ Newbie
Registered: Nov 2003
Location: Crossville, Tennessee
Distribution: RedHat 9
Posts: 26
Rep:
|
Can you see it running if you do a you do a ps -ef? If so, kill it (them). Obviously it ran if it created the directories, but I've had mozilla hide even though it is running.
|
|
|
|
11-30-2003, 01:02 PM
|
#8
|
|
LQ Newbie
Registered: Sep 2003
Posts: 17
Original Poster
Rep:
|
did that, none of them were running... they created the directories, and died.
|
|
|
|
11-30-2003, 01:31 PM
|
#9
|
|
LQ Newbie
Registered: Nov 2003
Location: Crossville, Tennessee
Distribution: RedHat 9
Posts: 26
Rep:
|
Well, from the mozilla installation instructions - not that this necessarily applies to firebird:
Multi-User Linux Installations
To install Mozilla for multiple users on Unix, install as normal, then create the following script in your Mozilla directory, make it executable (chmod u+x <scriptname>), and run it as a user with write privileges to the mozilla directory (e.g. root). Do not run this program as su[do] root. (Bug 52653)
#!/bin/sh
dist_bin=`dirname $0`
MOZILLA_FIVE_HOME=$dist_bin
LD_LIBRARY_PATH=$dist_bin
export MOZILLA_FIVE_HOME LD_LIBRARY_PATH
$dist_bin/regxpcom
$dist_bin/regchrome
touch $dist_bin/chrome/user-skins.rdf $dist_bin/chrome/user-locales.rdf
You should then be able to run that installation of Mozilla as any user who has permissions to access it.
|
|
|
|
11-30-2003, 02:35 PM
|
#10
|
|
LQ Newbie
Registered: Sep 2003
Posts: 17
Original Poster
Rep:
|
still no go.... mozilla still does the same thing, and firebird opens a window for a few seconds, then dies. ps -ef says nothing's going on
|
|
|
|
11-30-2003, 07:43 PM
|
#11
|
|
LQ Newbie
Registered: Nov 2003
Location: Crossville, Tennessee
Distribution: RedHat 9
Posts: 26
Rep:
|
Have you tried plugging it in to 220V? I'm out of ideas.
|
|
|
|
11-30-2003, 08:08 PM
|
#12
|
|
LQ Newbie
Registered: Sep 2003
Posts: 17
Original Poster
Rep:
|
I've got no idea what it is.. I'm out of ideas too.
|
|
|
|
12-01-2003, 12:07 AM
|
#13
|
|
LQ Newbie
Registered: Sep 2003
Posts: 17
Original Poster
Rep:
|
just realized... it only exits when it begins to render a page it seems like... if I hit the stop button really quickly before it starts loading a page, the window stays open, I can use the program up until I navigate to a webpage, at which point it dies.
|
|
|
|
12-01-2003, 01:14 PM
|
#14
|
|
LQ Newbie
Registered: Dec 2003
Posts: 2
Rep:
|
Quote:
Originally posted by once here
just realized... it only exits when it begins to render a page it seems like... if I hit the stop button really quickly before it starts loading a page, the window stays open, I can use the program up until I navigate to a webpage, at which point it dies.
|
I have the same problem. Only my mozilla doesn't start at all. Haven't tried with firebird yet.
Under root everythin works just fine. Weird.
My Galeon doesn't seem to work either. Every time i go to a web page for example google, everything seems to work fine but when i enter data and hit the search button, nothing happens. All the links work fine, but submit buttons etc don't seem to work.
Any ideas ?
Kaitsu
|
|
|
|
12-01-2003, 10:43 PM
|
#15
|
|
Senior Member
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307
Rep:
|
Start a console and run FB from there...
If there are any problems/errors, you will see output on the console.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:36 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|