On Wed, 2005-06-22 at 14:12, Paul Cartwright wrote:
well, this is probably the same issue I had before, but a different application. My wife rebooted my PC and when she logs in first, I am not able to do things, without being root. Before it was burning CD's, now it is using mplayer. the screen pops up, then disappears. I can drop to a konsole, su to root, run mplayer and that works, but not as a user. I know if I reboot and log in first, the issue will disappear. Is there some master file that stops the 2nd user logging in from running things????
I had this problem and took this advice from Anders J. edit /etc/resmgr.conf ------------- # # This rule grants access to users logged in locally # #allow desktop tty=/dev/tty[1-9]* || tty=tty[1-9]* || tty=:0 allow desktop tty=/dev/tty[1-9]* || tty=tty[1-9]* || tty=:[0-9] -------------- the hashed line directly above is the original, the change is directly below it. ------------ delineates the section from th4e file.