aboutsummaryrefslogtreecommitdiffstats
path: root/unix/vncserver
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged r4361 from 1_1 branch.Adam Tkac2011-04-271-4/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4384 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Merged r4342 - r4359 from 1_1 branch.Adam Tkac2011-04-271-14/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4383 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Always exit Xvnc whenever the user exits the window manager, and provide a ↵DRC2011-03-031-2/+11
| | | | | | -fg switch to allow Xvnc to run in the foreground (necessary for some grid computing environments) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4315 3789f03b-4d11-0410-bbf8-ca57d06f2519
* TurboVNC=TigerVNCDRC2011-02-101-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4281 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Port -list feature and -kill robustifications from TurboVNC 1.0DRC2011-02-091-3/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4271 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] vncserver: accept <+optname> option when specified as the first one.Adam Tkac2010-07-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4111 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove xfs support, because it doesn't work and isn't neededDRC2010-01-111-45/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3942 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Use /dev/urandom when available for xauth cookie generation (alan ↵Adam Tkac2009-11-121-8/+17
| | | | | | dot coopersmith at sun dot com) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3921 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Start per session D-Bus daemon correctly.Adam Tkac2009-05-201-0/+1
| | | | | | | Reference: https://bugzilla.redhat.com/show_bug.cgi?id=497592 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3814 3789f03b-4d11-0410-bbf8-ca57d06f2519
* If font catalogue exists (Fedora 11), use it as the initial font pathDRC2009-04-221-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3785 3789f03b-4d11-0410-bbf8-ca57d06f2519
* It shouldn't be necessary to actually open the XFS unix socket. If the ↵DRC2009-04-161-13/+6
| | | | | | socket file exists, then XFS is running. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3782 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Change font path logic such that XFS is used if it is available and running, ↵DRC2009-04-151-10/+54
| | | | | | otherwise Xvnc is started with no -fp argument. If this fails, then Xvnc is restarted using the automatically-generated font path. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3779 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Execute vncconfig in xstartup file early to make clipboard working.Adam Tkac2009-04-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3749 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add -fp argument to allow user to override font path selectionDRC2009-03-261-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3729 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Don't complain if $depth not setDRC2009-03-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3727 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Comment out $depth line so that the server will use the default (24-bit)DRC2009-03-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3726 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Attempt to build a reasonable font path for the system and start Xvnc with ↵DRC2009-03-261-2/+46
| | | | | | this font path. Failing that, attempt to use the X Font Server (xfs.) Note that XFS is not generally available on SuSE and Ubuntu, so it cannot be used as the default font path. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3725 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Better default xstartup file which attempts to launch the user's chosen ↵DRC2009-03-261-0/+18
| | | | | | window manager before falling back to twm. This is borrowed from TurboVNC 0.5.1. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3724 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Allow Xvnc, vncpasswd, etc. to be run from an arbitrary directory, even if ↵DRC2009-03-261-5/+57
| | | | | | the directory is not part of the PATH. Look for xauth in /usr/X11R6/bin to support older Linux systems. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3723 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+570
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@590 3789f03b-4d11-0410-bbf8-ca57d06f2519