Some have asked about installing Linux Mint Fluxbox CE on other versions of Linux Mint. This is not officially supported. However, I have tried to keep this in mind while I was building this edition. I have not tested this and so I cannot guarantee that it will work flawlessly.
[EDIT] A separate 5GB partition is more than enough to install this edition. Plus you avoid many hassles and possible problems.
This is how I would recommend you go about it:
1. Enable the Community repositories. Uncomment this line in /etc/apt/sources.list
deb http://packages.linuxmint.com/ felicia community
2. Update the apt
- Code: Select all
sudo apt-get update
3. You can install the Fluxbox CE meta package... but for Gnome users this will be a large download and will change some things you may not want to be changed... wicd vs network manager and Slim vs GDM comes to mind. But this will setup your system well for Fluxbox. Do not do this if you want to keep your current environment largely unchanged. The command to run is:
- Code: Select all
sudo apt-get install mint-meta-fluxbox
The other way is to install only the bare minimum packages to get a working Fluxbox environment which you can tweak to your current system. This is will be a smaller download and will not change your current system as much. The command to run is:
- Code: Select all
sudo apt-get install mintdesktop-fluxbox mint-artwork-fluxbox mint-fluxbox-default-settings mint-fm2 mintconfig-fluxbox
Note The mint-fluxbox-default-settings package will change some system settings. Backups will be created in /usr/lib/linuxmint/mint-fluxbox-default-settings/backup/ in a sub folder which is named by the date when the backup was made. Files are stored with the full directory path in this subfolder.
4. If you wish to use Slim as your display manager (the log in manager) instead of GDM the run:
- Code: Select all
sudo apt-get install slim
Make sure it is installing the Mint package and not the Ubuntu package (which is older) The name of the Mint package is slim_1.3.1-0mint9
5. Reboot your machine and select startmintfluxbox from the list of sessions. Or if you are using Slim press F1 until you get startmintfluxbox. Do not select the default Fluxbox session which is called startfluxbox.
6. Log in and enjoy!
Let me know if you face any problems.










