Ubuntu Forums Archive Viewer

Installed fluxbox, but it doesn't show up under session options!

Archived thread 100083 from Absolute Beginner Talk. Markdown source: Absolute_Beginner_Talk/thread_100083_Installed_fluxbox,_but_it_doesn't_show_up_under_se.md

Original URL About this archive
#1

I finally got fluxbox installed from source (v. .9.14) but it doesn't show up under the session options at the login screen as an option for a windowmanager. How can I make fluxbox an option at the login screen?

#2

type ``` sudo gedit /usr/share/xsessions/fluxbox.desktop

and enter

[Desktop Entry] Encoding=UTF-8 Name=Fluxbox Comment=Highly configurable and low resource X11 Window manager Exec=startfluxbox Terminal=False TryExec=fluxbox Type=Application

[Window Manager] SessionManaged=true


save and exit.

fluxbox should appear on the login list. 

This assumes you installed the command startfluxbox somewhere on the path


see [https://wiki.ubuntu.com/Fluxbox](https://wiki.ubuntu.com/Fluxbox) for more information