summaryrefslogtreecommitdiff
path: root/startx.cpp
AgeCommit message (Expand)Author
2022-10-24startx: Source XINITRC and XSERVERRC variablesTim Egenton
2022-07-17stop unsetting DBUS_SESSION_BUS_ADDRESS variableDominik 'Rathann' Mierzejewski
2022-06-19darwin: Wait for font_cache to complete to avoid a race with `xset fb=`Jeremy Huddleston Sequoia
2022-04-07startx: don't attempt to catch SIGKILLnia
2021-06-04Remove non-portable grep usage from startxArthur Williams
2021-03-15darwin: Specify +extension GLX when the user requests IGLX supportJeremy Huddleston Sequoia
2020-08-28startx: use uname -n instead of hostnameRickie Schroeder
2020-07-23Fix spelling/wording issuesAlan Coopersmith
2016-05-28startx: Add support for enabling IGLX for XQuartzJeremy Huddleston Sequoia
2016-05-28startx: Add -listen tcp if nolisten_tcp is disabled for XQuartzJeremy Huddleston Sequoia
2015-12-29launchd: Install binaries into libexecdirJeremy Huddleston Sequoia
2015-03-26startx: don't init defaultdisplay to :0Peter Hutterer
2015-03-25startx: Fix startx picking an already used display number when -nolock is usedHans de Goede
2015-03-25startx: fix comment typoPeter Hutterer
2015-02-16Remove support for ancient A/UX 3.0 supportGaetan Nadon
2015-01-30startx: Don't use GNU expr extensionsMark Kettenis
2015-01-23startx: Pass -keeptty when telling the server to start on the current ttyHans de Goede
2014-08-26startx: Make the bugzilla reference in a comment survive cpp processingHans de Goede
2014-04-07startx: Pass vtX as long as the user did not specify oneHans de Goede
2014-04-04startx: Under Linux start X on the current VTHans de Goede
2014-03-31Remove unixware / sco supportHans de Goede
2012-07-24XQuartz: Fix an issue where -dpi was not being passed to the server despite b...Jeremy Huddleston
2012-05-19darwin: Silence a syslog message from defaultsJeremy Huddleston
2011-11-08Use default clientargs, serverargs, and display if none were setJeremy Huddleston
2011-10-17startx: Choose an unused $DISPLAY by default on all platformsJeremy Huddleston
2011-05-11Rename launchd-id-prefix to bundle-id-prefixJeremy Huddleston
2011-03-24Fix minor typos in startx's comments.Cyril Brulebois
2010-05-03darwin: Make __APPLE__ path in startx POSIX compliantJeremy Huddleston
2010-03-11darwin: Handle home directories that contain a single-quote (')Jeremy Huddleston
2009-10-27Apple: Export X11_PREFS_DOMAIN for children (quartz-wm)Jeremy Huddleston
2009-10-03Strip RCS/CVS tagsAlan Coopersmith
2009-09-02launchd: Added --with-launchd-id-prefix option to set non-standard launchd id...Jeremy Huddleston
2009-08-03app/xinit: make startx's $? a useful valueAndres Salomon
2009-03-06Cygwin can also have spaces in $HOMEJon TURNEY
2009-01-16startx: fix misparsing of initial client and server arguments which begin wit...Robert Macomber
2008-12-17Apple: Allow defaults option that maps to a -dpi server command line in startxJeremy Huddleston
2008-12-09OSX: More prefix fixesJeremy Huddleston
2008-12-02Apple: Honor X11_PREFS_DOMAIN if it's set (1.4.2-apple26 and later)Jeremy Huddleston
2008-07-02Apple: Using eval to protect people who have spaces in their home path.Jeremy Huddleston
2008-06-29startx.cpp: Made some things a little more friendly for people who have space...Jeremy Huddleston
2008-05-28Properly handle using xserverrcJeremy Huddleston
2008-05-21Unset session environment variables so startx works within a running session.Adam Jackson
2008-05-13Check for proper cookie creation on all platformsAlan Coopersmith
2008-04-19Cleaned up handling of defaultserver{,args}Jeremy Huddleston
2008-04-14Apple: Wait for privileged_startx to finish, so we don't race to create /tmp/...Jeremy Huddleston
2008-04-13Apple: We renamed font_cache.sh to font_cache for better consistency... Chang...Jeremy Huddleston
2008-04-13Apple: privileged_startx is in XINITDIRJeremy Huddleston
2008-04-04Apple: Execute /usr/X11/bin/privileged_startx if it's presentJeremy Huddleston
2008-04-04Apple: Fixed issue where display would not be passed correctly to the server ...Jeremy Huddleston
2008-03-15Use /dev/urandom for cookie it it existsJeremy C. Reed