Hello,
New to FreeBSD and just installed 11.1 as per Trihexagonal's Beginners Guide - How To Set Up A FreeBSD Desktop From Scratch. Fluxbox, XFE and Eterm appears to work correctly when using starx command.
I decided to install Cinnamon according to the Cinnamon portion of this guide https://www.linuxsecrets.com/entry/51-freebsd/2017/09/04/2942-configure-5-freebsd-x-environments.
I now have a nice login screen but instead of loading Cinnamon it loads Eterm and Xfe in fluxbox.
I put # in front of Eterm, Xfe and fluxbox leaving only exec cinnamon in ~.xinitrc but got stuck in a continuous loop on login screen. Got that fixed back to
New to FreeBSD and just installed 11.1 as per Trihexagonal's Beginners Guide - How To Set Up A FreeBSD Desktop From Scratch. Fluxbox, XFE and Eterm appears to work correctly when using starx command.
I decided to install Cinnamon according to the Cinnamon portion of this guide https://www.linuxsecrets.com/entry/51-freebsd/2017/09/04/2942-configure-5-freebsd-x-environments.
I now have a nice login screen but instead of loading Cinnamon it loads Eterm and Xfe in fluxbox.
I put # in front of Eterm, Xfe and fluxbox leaving only exec cinnamon in ~.xinitrc but got stuck in a continuous loop on login screen. Got that fixed back to
Code:
Eterm &
xfe &
exec fluxbox
exec cinnamon
[/CMD]
Any help would be most appreciated getting this desktop to load correctly.
Last edited by a moderator: