Mint 13 Xfce: After First Boot Configuration
Install Notes Context
This page contains Summary Notes that I would use when going over how I load Mint 13 Xfce with someone else. If a system is 7 to 10 years old, then these notes cover how I would probably go about loading Linux onto that equipment.
These notes are rather extensive, because the more I worked with Mint 13 Xfce, the more I found that I needed to configure– to make this version of Linux something I would hand over to a novice user. To be blunt, I consider Mint 13 Xfce to be a “best compromise” … where it was the best 12.04 LTS Linux based distribution that I could find to refurbish really old hardware– and turn that into a system that was actually usable for home, school or home-office type uses.
That using this, even a 3.0GHz P4D computer with 2GB of RAM and an 80GB Hard Drive becomes a system I would use for my own daily needs. And if a really old (P4 era) laptop has “sound issues”– or some other old hardware related difficulties– this is the version of Linux that I can usually use to get that system to reliably “just work”.
As the page title makes known, these instructions are everything I go through after the Linux Mint 13 Xfce installer has run, and the system has rebooted at the end of that– to run this OS for the first time.
Network Services Configuration
Linux Mint uses .deb files to install packages and updates. So for any location that uses multiple Linux computers, downloading these .deb files once, then storing them locally on the network, can make a tremendous difference to how fast installing programs or doing updates happens. (Only the 1st computer has to waaait for the needed .deb files to download from the Internet.)
enable using a
squid-deb-proxy server –
if there is one on the local network
sudo apt-get install squid-deb-proxy-client
A
DNS “issue” in any 12.04LTS Linux can sometimes cause an Internet connection that is connected, but not working properly– because it cannot translate the site name into the numeric address used on the Internet. This problem often occurs when going about and using different WiFi networks.
Install the
DNS / WiFi Internet fix
sudo dpkg-reconfigure resolvconf
answer “Yes” to the 1st question … “Prepare /etc/resolv.conf for dynamic updates?”
answer “No” to the 2nd question … “Append original file to dynamic file?”
press Enter for “Ok” to the “need to reboot” message
RESTART SYSTEM
Software Sources & Updates
GIMP 2.8 was the first version to offer “Single Window Mode” … which places all the parts of GIMP into a single window – in the manner that many other Paint Programs are setup – instead of having many windows open for the different parts of the GIMP program.
LibreOffice 4.2 provides drastically better compatibility with things like Microsoft Office … so I also consider it a “must have” program for using Linux.
do all Updates → The “Shield” icon in the bottom right corner (that will have a blue symbol in the centre)
“Standard Answers” to use with the Mint Updater : (what I recommend using)
When the updates finish, the shield icon should have a Green Check, and Updates must be re-opened to run the below.
Now set the Update Manager to check for updates only once per day!
Linux does NOT have the same “Rollback Drivers” capability of other Operating Systems such as Windows. So if a Proprietary Video Driver “fails spectacularly” – that can leave Linux Mint with no video at all on the display.
If that happens, it can actually be simpler to “start over & reload Linux”. Or an experienced user can use a Live Boot DVD/USB – to then use text commands to set the video driver back to something that worked.
Proprietary Video Drivers (drivers provided by the manufacture) are often needed to get acceptable performance on older ATI® or NVIDIA® Video Cards. (Hopefully an older card has a Proprietary Driver available.) For the above reason, any drivers should be tried as early in the load process as possible.
Also, if something like a phoneline Fax Modem will not be used, then I would suggest not loading any Proprietary Driver for that “unused” hardware.
RESTART SYSTEM
Language / Graphical / Display Configurations
Programs like LibreOffice use the Linux (operating system) language support for things like the dictionary. So when “Canadian English” is not installed by default, spell checking in LibreOffice does not work, etc..
XScreenSaver is an older Linux package, that is now causing problems. For example, I have seen Skype present a pop-up – to answer or decline a call – and when the mouse is move, the screensaver going away also takes away the pop-up … so the Skype call now cannot be answered. XScreenSaver apparently also prevents having multiple user accounts logged into the computer at the same time.
My answer to all of this is to “uninstall the pretty pictures” (XScreenSaver), and going back to letting the power management just blank the screen when desired.
To get the graphical Power Management utility to do that in the expected manner, it is also necessary to edit a configuration file after XScreenSaver has been uninstalled. (Otherwise
OS defaults of 10 to 15 min. are used.)
One unintended consequence of uninstalling XScreenSaver is that the Screen Lock no longer works. I don't know anyone who actually needs a Screen Lock– and apperantly if needed, something simple (slock?) could be installed. So with the problems XScreenSaver was causing, I consider “reverting” to just the Power Management a “best compromise”.
RESTART SYSTEM
Xfce Desktop Configuration
Apperantly it requires a serious effort to configure the Xfce Desktop to “just play” an audio CD or video DVD. For Audio CDs, Banshee is the default player … so I leave it that the program loads – ready to play the CD – when a CD is put into the drive.
However, for Video DVDs, VLC can reliably auto-play those in a manner that is like putting a DVD into a dedicated DVD player. So that is what I configure below.
I configure the Power Manager to accommodate “1st time computer users”.
Anyone who is “old school” knows to press the power button to turn something off. Since I don't want anyone to “press and hold” the power button (which would power off the PC without doing a proper shut-down), I configure the PC to shut down immediately when the power button is pressed.
I also don't want a new user to think the PC “turned off” when the screen blanks. So I set the Screen Blanking for 60 min.. (The longest time period I can set for the screen blanking.)
Workspaces (multiple desktops) is a feature of Linux … but that is also something that can confuse new computer users. So clearly, 4 workspaces is too much. That said, I find it extremely useful to have one workspace for what I'm doing on the Internet, and a 2nd workspace for what I'm doing locally on the PC. So that is the manner in which I set this up.
The Audio Configuration is something that can differ drastically between different makes & models of PCs. So I will need to start putting together a separate “audio settings” page, for the equipment I have worked with.
RESTART SYSTEM
Internet Client Program Configuration
If any program is open, that will ensure a program icon added to the “Applications Menus” area does actually get into that leftmost part of the bottom panel.
Google Chrome is the one Linux web-browser that provides/supports the current version of Flash. Also, the “Google Talk” plugin must be preinstalled, for things like Google Voice or Google Hangouts to work (in any web-browser).