summaryrefslogtreecommitdiffstats
path: root/vnc.py
Commit message (Expand)AuthorAgeFilesLines
* Use gettext.ldngettext when necessary (#467603)David Cantrell2009-06-031-1/+4
* Offer VNC by default, not text mode.Chris Lumens2009-02-091-2/+2
* Do not import unused modules.David Cantrell2008-12-231-1/+0
* Make sure we look up the IP address for the correct device (#469439)David Cantrell2008-11-031-40/+25
* Correctly display the IP address a vnc viewer should connect to (#465353).Chris Lumens2008-10-031-3/+3
* If there's an error running Xvnc, also print it to the console.Chris Lumens2008-10-011-1/+2
* Get rid of firstnetdevice in NetworkDavid Cantrell2008-09-241-1/+4
* Correct the message telling you to use a VNC password.Chris Lumens2008-09-101-1/+1
* Remove references to /tmp/netinfoDavid Cantrell2008-08-271-1/+1
* Ask the user if he wants to use VNC instead of text mode (#453551)Martin Sivak2008-07-151-9/+13
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-5/+5
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-6/+12
* Fix traceback when starting up vnc mode due to undefined attribute.Chris Lumens2007-11-281-1/+1
* Fix the vncconnectport var in vnc.py.jgranado2007-10-301-4/+4
* Fix various typos that were causing exceptions.Chris Lumens2007-10-301-2/+1
* Use classes with the vnc stuff. Fix vnc behavior (#264841).jgranado2007-10-301-230/+303
* Lots of minor pychecker error fixes. Some of these are even real problems.Chris Lumens2007-09-191-2/+1
* If the vnc server fails to start, log it and quit instead of silentlyChris Lumens2007-09-071-2/+19
* Pass -br to the X server so there's no more hatch (#195919).Chris Lumens2007-06-051-1/+1
* * vnc.py (askVncWindow): Check for an executable Xvnc.David Cantrell2007-05-171-1/+1
* Fix vncconnect mode (#238827).Chris Lumens2007-05-031-8/+10
* Invert logic (#237194).Chris Lumens2007-04-201-1/+1
* Must import socket.David Cantrell2007-04-181-0/+1
* * vnc.py (startVNCServer): Better fix (#234747)David Cantrell2007-04-021-23/+22
* * vnc.py (startVNCServer): Display the IP address of the VNC serverDavid Cantrell2007-04-021-2/+14
* If we've got an IP address, display it (#231934).Chris Lumens2007-03-231-33/+35
* * 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