A clean install was placed on a laptop and desktop........ and then on one desktop that had a dual boot.....I completed the following: (taken from desktop notes)
How to upgrade from Celena?
Change your APT sources
Edit the sources.list as root (sudo gedit /etc/apt/sources.list) to make it look like this:
## -----------------------
## LINUX MINT REPOSITORIES
## -----------------------
## +++ Daryna (Linux Mint 4.0) +++
deb
http://www.linuxmint.com/repository daryna main upstream import
## deb
http://www.linuxmint.com/repository daryna community
## deb
http://www.linuxmint.com/repository daryna backport
## +++ Romeo (Linux Mint Unstable) +++
## deb
http://www.linuxmint.com/repository romeo daryna
## +++ Source Repositories +++
## deb-src
http://www.linuxmint.com/repository daryna main upstream import
## deb-src
http://www.linuxmint.com/repository daryna community
## deb-src
http://www.linuxmint.com/repository daryna backport
## deb-src
http://www.linuxmint.com/repository romeo daryna
## -------------------
## UBUNTU REPOSITORIES
## -------------------
## +++ Gutsy (Ubuntu 7.10) +++
deb
http://archive.ubuntu.com/ubuntu gutsy main restricted universe multiverse
deb
http://archive.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse
deb
http://security.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse
## +++ Backports & Proposed (Ubuntu Unstable) +++
#deb
http://archive.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse
#deb
http://archive.ubuntu.com/ubuntu gutsy-proposed main restricted universe multiverse
## +++ Source Repositories +++
#deb-src
http://archive.ubuntu.com/ubuntu gutsy main restricted universe multiverse
#deb-src
http://archive.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse
#deb-src
http://security.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse
#deb-src
http://archive.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse
## ------------------
## OTHER REPOSITORIES
## ------------------
## +++ Canonical +++
deb
http://archive.canonical.com/ubuntu gutsy partner
## +++ Medibuntu +++
deb
http://packages.medibuntu.org/ gutsy free non-free
Change your APT preferences
Edit/Create the APT preferences file as root (sudo gedit /etc/apt/preferences) to make it look like this:
Package: *
Pin: release o=linuxmint
Pin-Priority: 700
Package: *
Pin: release o=Ubuntu
Pin-Priority: 500
Remove obsolete software
Open a terminal and type the following command:
* apt remove beryl beryl-core beryl-manager beryl-plugins beryl-plugins-data beryl-settings beryl-settings-bindings libberyldecoration0 libberylsettings0 linux-image-2.6.20-15-generic linux-restricted-modules-2.6.20-15-generic mintconfig mintdisk usplash-theme-cassandra usplash-theme-ubuntu usplash-theme-bea usplash-theme-bianca desktop-effects emerald-themes emerald ntfs-config xorg-edit tomboy-mint libemeraldengine0 sunbird-mint
Upgrade your packages
Open a terminal and type the following commands:
* apt update
* apt upgrade
* apt dist-upgrade
Repeat the three commands above until the output says for both upgrade and dist-upgrade that there is nothing to upgrade to.
Install additional software
Open a terminal and type the following command:
* apt install fast-user-switch-applet tracker tracker-search-tool libdeskbar-tracker mintupdate ttf-liberation tomboy displayconfig-gtk lightning-extension libpam-gnome-keyring
Clean up
Edit all .desktop files in /usr/share/desktop/kde (sudo gedit filename) and add the following line at the end of each file:
* OnlyShowIn=KDE;
Edit /usr/share/desktop/gnome-about-me.desktop and /usr/share/applications/gnome-cups-icon.desktop (sudo gedit filename) and add the following line at the end of each file:
* NoDisplay=true
Run the following command: sudo rm -rf /etc/default/cdrecord
Run the following command: sudo rm -rf /etc/default/rscsi
Edit /etc/modprobe.d/blacklist (sudo gedit /etc/modprobe.d/blacklist) and add a line "blacklist ipv6" in the end of the file
Run the following command: sudo mv /etc/gdm/PostLogin/Default.sample /etc/gdm/PostLogin/Default
Open the GDM configuration tool from the control center and reapply your theme
Edit /etc/gdm/PreSession/Default and go to the end of the file where the variable BACKGROUNDCOLOR is assigned, replace the value with #000000
Edit /etc/cups/cups-pdf.conf and make sure "Out" (at the beginning of the file) is set to ${HOME}/Documents
Run the following commands:
* gconftool-2 --type int --set /apps/metacity/general/num_workspaces 4
* gconftool-2 --type int --set /apps/compiz/general/screen0/options/hsize 4
* gconftool-2 --type string --set /apps/compiz/plugins/cube/screen0/options/color 000000ff
worked great!
Thanks for the help!