Scripting

Flux Box

=bash The fedora distribution uses a different setup again. Instead of the dm-specific locations, it requires session files to be in /etc/X11/dm/Sessions. So, to get Fluxbox into its session menu, create the file: /etc/X11/dm/Sessions/fluxbox.desktop with contents: [Desktop Entry] Encoding=UTF-8 Name=Fluxbox Type=Application Icon= Exec=fluxbox You may need to create the folder too : mkdir -p /etc/X11/dm/Sessions/ You may need to put the full path to fluxbox in the Exec line if it is in a non-standard location. It is also reported that the file needs execution right: chmod +x /etc/X11/dm/Sessions/fluxbox.desktop