Quote:
Originally Posted by dreame289
Assuming you're logged on to the console from the same user as is logged in the X session this should do the trick:
Code:
DISPLAY=:0 yourcommand
Hmm, re-read your post, the above may not be what you were asking for, closest method I can think of to achieve what you want is to redirect the output of a command run in a GUI terminal to /dev/tty1.
Code:
/bin/ls > /dev/tty1
.
Failing that, you can read into the use of the "screen" program.
|
That isn't quite what I want.
Read my other post and you'll see what I'm basically trying to do.
http://www.nvnews.net/vbulletin/showthread.php?t=132039