1. Change the contents of /etc/apt/sources.list to:
2. Install the latest default settings package.## -----------------------
## LINUX MINT REPOSITORIES
## -----------------------
## +++ Linux Mint 5 Elyssa (stable) +++
deb http://packages.linuxmint.com elyssa main upstream import
## +++ Backports (not as stable) +++
## deb http://packages.linuxmint.com elyssa backport
## +++ Community (not as stable) +++
## deb http://packages.linuxmint.com elyssa community
## +++ Romeo (unstable) +++
## deb http://packages.linuxmint.com elyssa romeo
## +++ Source Repositories +++
## deb-src http://packages.linuxmint.com elyssa main upstream import
## deb-src http://packages.linuxmint.com elyssa community
## deb-src http://packages.linuxmint.com elyssa backport
## deb-src http://packages.linuxmint.com elyssa romeo
## -------------------
## UBUNTU REPOSITORIES
## -------------------
## +++ Ubuntu 8.04 Hardy (stable) +++
deb http://archive.ubuntu.com/ubuntu hardy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu hardy-security main restricted universe multiverse
## +++ Backports & Proposed (not as stable) +++
## deb http://archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse
## deb http://archive.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse
## +++ Source Repositories +++
## deb-src http://archive.ubuntu.com/ubuntu hardy main restricted universe multiverse
## deb-src http://archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse
## deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted universe multiverse
## deb-src http://archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse
## deb-src http://archive.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse
## ------------------
## OTHER REPOSITORIES
## ------------------
## +++ Canonical (stable) +++
deb http://archive.canonical.com/ubuntu hardy partner
## +++ Medibuntu (stable) +++
deb http://packages.medibuntu.org/ hardy free non-free
## +++ Wicd +++
## deb http://apt.wicd.net hardy extras
a) Open a terminal and run the following commands:
Code: Select all
apt update
apt install mintfb-default-settings
rm -rf ~/.fluxbox
rm -rf ~/.idesktop
rm -rf ~/.xchat2
3. If your installation uses a language other than English as the default language, do the following:
a) Run
Code: Select all
apt update
4. Change the contents of /usr/lib/cups/backend/cups-pdf as root to:
And then run this command from terminal:# Printer configuration file for CUPS v1.3.7
# Written by cupsd on 2008-05-03 23:40
<Printer Print_to_PDF>
Info Print to a PDF File
Location In your Documents folder
DeviceURI cups-pdf:/
State Idle
StateTime 1209854100
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy retry-job
</Printer>
Code: Select all
sudo aa-complain cupsd
Code: Select all
mkdir ~/.idesktop/
cp /usr/lib/linuxmint/mintfb-default-settings/idesktop-installed-desk-icons/desktop.lnk ~/.idesktop/desktop.lnk
7. XChat has been replaced with XChat-Gnome. You can keep XChat or replace it with XChat-Gnome by using Synaptic.