Date: Fri, 1 May 2020 07:06:54 +0200 From: Polytropon <freebsd@edvax.de> To: Brandon helsley <brandon.helsley@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Xdm Message-ID: <20200501070654.b20b0c65.freebsd@edvax.de> In-Reply-To: <CY4PR19MB16554435CBDF2A10E23ECB56F9AB0@CY4PR19MB1655.namprd19.prod.outlook.com> References: <CY4PR19MB1655C8835F43E4D7304D5DD5F9AA0@CY4PR19MB1655.namprd19.prod.outlook.com> <20200501050648.f5a0ab6a.freebsd@edvax.de> <CY4PR19MB16554D1EC7DBB535515277F2F9AB0@CY4PR19MB1655.namprd19.prod.outlook.com> <20200501055947.895016a6.freebsd@edvax.de> <CY4PR19MB16551A2AE7769B03B8773D8AF9AB0@CY4PR19MB1655.namprd19.prod.outlook.com> <20200501063416.1d15c54f.freebsd@edvax.de> <CY4PR19MB16554435CBDF2A10E23ECB56F9AB0@CY4PR19MB1655.namprd19.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 1 May 2020 04:39:27 +0000, Brandon helsley wrote: > I'm on FreeBSD 12.1 with xorg and flux box installed. > > In .xinitrc: > Exec /usr/local/bin/fluxbox > Exec /usr/ local/bin/xdm > In .xsession is the same. That is incorrect. It should be, in .xsession: exec /usr/local/bin/fluxbox That is the _only_ line needed in that file. I assume the capitalized "E" in "Exec" is due to your mobile MUA (which "knows better"). Case matters, and spaces matter. The 2nd line will never be reached, because "exec" transfers control ("continue execution under a different name"). Furthremore, .xinitrc does not metter when you use xdm, you can ignore it entirely. > .xsession-errors: > Exec /usr/local/bin/xsm/ not found So something has not been installed completely (xsm, the X session manager, probably a dependency of either X or Fluxbox). Again, check for the correct spelling. Solution: Install xsm and change .xsession accordingly. That should solve your xdm problem. :-) -- 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?20200501070654.b20b0c65.freebsd>