The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: DCOPServer could not be started
by Jeff on Tuesday 04/Mar/2003, @13:16
|
Non-root users could not log in to the RedHat 7.3 console with KDE.
SOLUTION: Modify /usr/bin/startkde. Basically, /usr/bin/startkde
could not find certain applications which exist in /usr/bin/X11.
So, add it to the path in the script.
Put these lines in to /usr/bin/startkde:
# Modification
#
PATH=/usr/bin/X11:$PATH
export PATH
#
|
[
Reply To This | View ]
|
Re: DCOPServer could not be started
by Kevin Ready on Thursday 08/Jan/2004, @10:34
|
This worked for me too.
I have a RedHat 7 system that has been running for almost 2 years, and suddenly on reboot, it throws this error.
adding the PATH statement solved the problem:
Put these lines in to /usr/bin/startkde:
# Modification
#
PATH=/usr/bin/X11:$PATH
export PATH
#
Thank you for the assistance!
|
[
Reply To This | View ]
|
|
Re: DCOPServer could not be started
by Jeff on Wednesday 05/Mar/2003, @05:08
|
Non-root users could not log in to the RedHat 7.3 console with KDE.
SOLUTION: Modify /usr/bin/startkde. Basically, /usr/bin/startkde
could not find certain applications which exist in /usr/bin/X11.
So, add it to the path in the script.
Put these lines in to /usr/bin/startkde:
# Modification
#
PATH=/usr/bin/X11:$PATH
export PATH
#
|
[
Reply To This | View ]
|
Re: DCOPServer could not be started
by mavis on Wednesday 04/Jun/2003, @19:14
|
I am facing the same problem!
But all above mentions do not work for me at all!
Not can I do anything without KDE!
Please - any suggestions or pointers will be greatly appreciated.
Regards
Mavis
|
[
Reply To This | View ]
|
|
Re: DCOPServer could not be started
by Brian on Wednesday 25/Jun/2003, @08:45
|
Adding the path for Redhat 7.3 fixed my problem, too.
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|