Hey BSD'ers -
I'm an old BSD hack from way back, but normally used it as a server. I decided to try it out as a desktop environment, so I'm trying my best to follow the handbook.
I've gotten as far as:
When I boot up, LightDM starts and presents a login box. I give my password, but then I just get a "Failed to start session" message.
If I reach up to the wrench icon in the upper-right corner, I feel like I should be able to see a menu of different Session Types that I could start, but instead the menu is simply empty. Are there some session definitions that are missing? If so, what package should be used to install them?
I also tried the handbook's advice on how to start a Cinnamon session manually:
When I run
I feel like I am pretty close to having this working, so I am wondering what I am missing. Is there any advice?
Thanks for listening.
I'm an old BSD hack from way back, but normally used it as a server. I decided to try it out as a desktop environment, so I'm trying my best to follow the handbook.
I've gotten as far as:
- Installed FreeBSD 14.3, amd64
- Installing using pkgs. I'm avoiding ports for now. Shouldn't be needed, right?
- Installed and configured Xorg.
- I can start an X server and run an xterm on it, with a twm window manager. It's a start.
- I thought I would try the Cinnamon desktop, so I'm following Chapter 8.2.5 in the handbook.
- I've installed packages:
- cinnamon-desktop
- cinnamon-menus
- cinnamon-session
- I've got
/procfilesystem mounted. - I've got
dbusenabled and running. - I've installed packages:
- lightdm
- lightdm-gtk-greeter
- I've installed packages:
When I boot up, LightDM starts and presents a login box. I give my password, but then I just get a "Failed to start session" message.
If I reach up to the wrench icon in the upper-right corner, I feel like I should be able to see a menu of different Session Types that I could start, but instead the menu is simply empty. Are there some session definitions that are missing? If so, what package should be used to install them?
I also tried the handbook's advice on how to start a Cinnamon session manually:
Code:
echo "exec dbus-launch --exit-with-x11 ck-launch-session startlxqt" > ~/.xinitrc
startx, the X server starts up but then quickly shuts down, and there are a few GLib-GObject-CRITICAL messages that I will have to find a way to transcribe over to this post.I feel like I am pretty close to having this working, so I am wondering what I am missing. Is there any advice?
Thanks for listening.