Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| 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. |
|
 |
01-22-2004, 01:18 PM
|
#1
|
|
Member
Registered: Jan 2004
Location: /lost+found
Distribution: Slack`er-current
Posts: 845
Rep:
|
Slackware 9.1 Gnome GUI...
I can use startx under root to get the GUI up and running, but when i log onto another user the GUI will not load up. How can i correct this?
|
|
|
|
01-22-2004, 02:14 PM
|
#2
|
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
well whats the problem when you try as a non-root user ? errors, etc.. ?
|
|
|
|
01-22-2004, 03:49 PM
|
#3
|
|
Senior Member
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032
Rep:
|
Are you trying to have two instances running at the same time? If you are, you need to issue a different command, I forget what it is, though....
|
|
|
|
01-23-2004, 08:36 AM
|
#4
|
|
Member
Registered: Jan 2004
Location: /lost+found
Distribution: Slack`er-current
Posts: 845
Original Poster
Rep:
|
Ok, i had to adduser to group users to get it up and running, but i have some more questions to ask. When I am on my new user account and try to start Mozilla it won't load up (nothing happens). Also, every time i log out and log back on again i have to reset my background image (in root and user), it defauts itself to that ugly white screen. I don't know how to keep it the same all the time.
|
|
|
|
01-23-2004, 08:40 AM
|
#5
|
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
ok well with what you said, your going to have to elaborate ....
did you actually install mozilla ?
whereis mozilla
to double check ... if it is there, type mozilla in a terminal and see what the errors say ...
as of background, what desktop environment / window manager do you use ?
|
|
|
|
01-23-2004, 08:46 AM
|
#6
|
|
Member
Registered: Jan 2004
Location: /lost+found
Distribution: Slack`er-current
Posts: 845
Original Poster
Rep:
|
I am logged under root and useing mozilla as i type, so it is installed and working. I just can't get it up and running under the user "matrix" that i had just created.
|
|
|
|
01-23-2004, 08:49 AM
|
#7
|
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
ok well lets back track cause you didn't answer any of my questions, and you didn't state if you get an error when you type the word mozilla in a terminal as a normal user, so just go back to my previous post, and answer the questions ... by what you just said gets us no farther ahead, other than the fact that we know mozilla is installed ...
|
|
|
|
01-23-2004, 09:05 AM
|
#8
|
|
Member
Registered: Jan 2004
Location: /lost+found
Distribution: Slack`er-current
Posts: 845
Original Poster
Rep:
|
When i am logged onto root and type "Mozilla" the web browser mozilla starts. When i "whereis mozilla" under root i get this output...
bash-2.05b# whereis mozilla
mozilla: /usr/bin/mozilla /usr/man/man1/mozilla.1.gz /usr/share/man/man1/mozilla.1.gz
bash-2.05b#
When i am logged onto user "matrix" and type "Mozilla" in the terminal i get noting; no errors... nothing. When i type "whereis mozilla" in the terminal i get the same output as above.
I am using Gnome 2.4
|
|
|
|
01-23-2004, 11:16 AM
|
#9
|
|
Senior Member
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032
Rep:
|
try typing "mozilla", all lower-case.
|
|
|
|
01-23-2004, 12:57 PM
|
#10
|
|
Member
Registered: Sep 2003
Location: Manchester UK
Distribution: Frustrated Ubuntu 6.10 Edgy User
Posts: 257
Rep:
|
This mozilla problem is a known issue under Slackware 9.1 - during the install it installs mozilla as root.
The best way to fix this without having the mess with file permissions (all my attempts were futile), is to download the Mozilla 1.6 installer from , http://www.mozilla.org, and follow the installation instructions on the site.
These consist of:
delete the old version ( /usr/lib/mozilla-1.4 i think is default for Slack 9.1), and when you install Mozilla 1.6, do:
su - , do not "su root"
and install as normal. If my understanding is correct, this gives global access to all users once installed. I don't know quite qhat su - does, but it worked for me!
|
|
|
|
01-24-2004, 03:41 AM
|
#11
|
|
Member
Registered: Jan 2004
Location: /lost+found
Distribution: Slack`er-current
Posts: 845
Original Poster
Rep:
|
Cool! Thanks Morrolan your reply helped. I had to uninstall 1.4 and install the 1.6 and now it works under all users.
|
|
|
|
01-24-2004, 03:44 AM
|
#12
|
|
Member
Registered: Jan 2004
Location: /lost+found
Distribution: Slack`er-current
Posts: 845
Original Poster
Rep:
|
Now why is my font alittle bit thinner and smaller. Is that just the new version? I kind of liked the older one better.
|
|
|
|
01-24-2004, 05:28 AM
|
#13
|
|
Member
Registered: Sep 2003
Location: Manchester UK
Distribution: Frustrated Ubuntu 6.10 Edgy User
Posts: 257
Rep:
|
I found that too, I think it is because 1.6 will not use my default system fonts, it wants to use it's own. I downloaded a theme called "smoke" from www.mozdev.org, looks quite similar to my old style!
|
|
|
|
01-24-2004, 02:34 PM
|
#14
|
|
Senior Member
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032
Rep:
|
Can't you just magnify the text size in the view menu?
|
|
|
|
01-24-2004, 03:09 PM
|
#15
|
|
Member
Registered: Jan 2004
Location: /lost+found
Distribution: Slack`er-current
Posts: 845
Original Poster
Rep:
|
I could do that but it's already at 100%; 120% is too big. The font used to be darker, alittle bit thicker and smother. It's jagged now. The font isn't smooth like it used to be with 1.4.
|
|
|
|
| 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 04:05 PM.
|
|
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
|
|