[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installing Openbox



On 2015-03-11 06:20, Patrick Bartek wrote:
On Tue, 10 Mar 2015, Derek Jansen wrote:

Openbox refuses to start after its installation. I get dropped into
TTY1. Using startx works, but Debian will not automatically bring my
to TTY7 for Openbox to start.

This is normal.  (And the way I wanted it.)  I use Openbox only -- no DE
or login manager -- as part of a custom install of Wheezy.

You could try putting startx or starting openbox directly
in /etc/rc.local.

Or (better) in ~/.profile:

	#start an X session when logging in on the first virtual console
	if [ "$(tty)" = /dev/tty1 ] && [ -z "$DISPLAY" ]; then
	        exec startx > ~/.xsession-errors 2>&1
	fi


-- August


Reply to: