summaryrefslogtreecommitdiffstats
path: root/vnc.py
Commit message (Expand)AuthorAgeFilesLines
* * vnc.py (askVncWindow): Only ask the user to run VNC if Xvnc isDavid Cantrell2007-01-091-0/+3
* Look for the right string to indicate failure.Chris Lumens2006-08-111-1/+2
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-2/+2
* On behalf of all of us here at anaconda, we wish Chris the best of luckDavid Cantrell2006-07-061-18/+16
* If we don't have a valid hostname, tell the user to connect to the IP addressChris Lumens2006-06-021-8/+18
* Import iutil (#191548).Chris Lumens2006-05-151-0/+1
* Refactor into functions. Hmm, I wonder what the next step is.Chris Lumens2006-05-011-0/+23
* Move startVNCServer to vnc.py.Chris Lumens2006-05-011-0/+167
* Move hasActiveNetDev frmo vnc to network.Chris Lumens2006-02-141-17/+1
* Use new logging system.Chris Lumens2005-08-121-2/+5
* only ask about doing vnc if we have an active network device (#132833)Jeremy Katz2004-09-211-2/+20
* * move vnc initialization a little bit laterJeremy Katz2004-05-281-0/+118