Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 19:44:38 +0200
From:      Polytropon <freebsd@edvax.de>
To:        "William A. Mahaffey III" <wam@hiwaay.net>
Cc:        FreeBSD Questions !!!! <freebsd-questions@freebsd.org>
Subject:   Re: Putting my new FreeBSD 9.3 desktop online ....
Message-ID:  <20140815194438.2a468e5f.freebsd@edvax.de>
In-Reply-To: <53EE4480.1080803@hiwaay.net>
References:  <53EBE6D6.8090501@hiwaay.net> <20140814072430.5e39c3bc.freebsd@edvax.de> <53ED2189.6020408@hiwaay.net> <53EE14FA.8060601@hiwaay.net> <20140815192413.78634baa.freebsd@edvax.de> <53EE4480.1080803@hiwaay.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 15 Aug 2014 12:33:52 -0500, William A. Mahaffey III wrote:
> 
> On 08/15/14 12:24, Polytropon wrote:
> > On Fri, 15 Aug 2014 09:11:06 -0500, William A. Mahaffey III wrote:
> >> open display: .
> > Huh?
> >
> >
> >
> >> Type 'xfce4-session --help' for usage.
> > Do you have "exec xfce4-session" in your user's ~/.xinitrc or
> > ~/.xsession file (last line)?
> >
> >
> 
> [wam@kabini1, ~, 12:26:31pm] 364 % cat .xinitrc
> exec /usr/local/bin/startxfce4
> [wam@kabini1, ~, 12:32:39pm] 365 % cat .xsession
> #!
> exec /usr/local/bin/startxfce4
> [wam@kabini1, ~, 12:32:45pm] 366 %

Oh, and note that the first line "#!" is nonsense. Use "#!/bin/sh".
Can probably be omitted.

And you could try this:

exec ck-launch-session dbus-launch --exit-with-session startxfce4

This looks familiar to me. I prefer something simpler though. :-)

-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140815194438.2a468e5f.freebsd>