LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   error starting kate. (https://www.linuxquestions.org/questions/suse-opensuse-60/error-starting-kate-317630/)

greythorne 04-27-2005 04:54 AM

error starting kate.
 
Hi,

im getting this error whenever i start kate.

cm91:/etc/init.d # kate
kate: ERROR: KUniqueApplication: Can't determine DISPLAY. Aborting.
cm91:/etc/init.d #

any idea what is causing this to happen and how can i avoid this?

thnx.

abisko00 04-27-2005 08:52 AM

Running X applicaltions on another users X server is not allowed (security issues). Not even root is allowed to, that is why you get the error. Try starting kate from a users command line with 'kdesu kate' or run 'xhost +' as user and then try again as root. A third option is to use ssh: 'ssh -X -l root localhost'

greythorne 04-27-2005 10:23 AM

great the first option worked: kdesu kate.

thnx


All times are GMT -5. The time now is 01:12 PM.