Results 1 to 8 of 8
what I must do to be able to start KDE from user?
now I can run startx only as root....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-05-2005 #1
startx command not found
what I must do to be able to start KDE from user?
now I can run startx only as root.
- 01-05-2005 #2Just Joined!
- Join Date
- Nov 2004
- Location
- philippines
- Posts
- 18
goto /sbin or /bin and change the file attributes using chmod as a root and hope that works ...
- 01-05-2005 #3
usr/X11R6/bin/startx has - rwxr-xr-x
if I dont lie myself the last "x" means that users can execute this link, so this cant help.
- 01-05-2005 #4
What exactly happens when you try and run it as a user?
When you made your user did your user get a home directory?
if you used
useradd then no home directory was written I bet.
if so delete the user and readd the user using
adduser
or
add a test user with the adduser and see if they can startx
useradd just adds users
adduser runs you through a series of questions just use the defaults and it will right a home directory
another way to check is in a term go to /home and see if your user has a home directory.
MikeSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 01-05-2005 #5
it is possible, that you do not have /usr/X11R6/bin/ in users $PATH
- 01-06-2005 #6
Mike, nothing happes, just command not found :D ...
I try to add another user using "adduser" but same - nothing happens.Code:fok@coke:~$ startx bash: startx: command not found fok@coke:~$
both users has a home directory.
eugrus, can u explain how to check for this path?
edit:
maybe I must change permissions for users, or smth ?Code:fok@coke:/usr/X11R6/bin$ startx bash: startx: command not found
any ideas?
- 01-07-2005 #7
try
Code:whereis startx
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 01-09-2005 #8


Reply With Quote
