X is running as myself (rj2)
Actually I was using my own user when problem occured, but I had changed to root and back again previously with su. Looks like problem only occurs when I does that. No problem when root, only after changing back to myself again.
"xhost +" fixed it.
Are there security issues with running "xhost +" ?
Main Topics
Browse All Topics





by: nasaPosted on 2003-10-09 at 10:23:01ID: 9522236
Hi rj2,
two questions for you
1. what user is x running under?
2. what user are you using (when trying to start an application from a terminal)
Given generic setups -- it is most likely you are trying to run an app from a terminal as something like "root" -- in which case as your user you need to use "xhost +" command. You can read more about it by using "man xhost"
Nasa