Thank you very much for Mint 13. For some, the number thirteen is unlucky, but for me, it is the best! Outstanding job!
I love the login screen. It looks beautiful!
Thank you for including all the wonderful themes for Cinnamon. I love the default one. It looks great!
The only problem I have is the wireless not automatically connecting, but I have a way around that for now (see below for fix).
Thank you again and have a great day!
Sincerely,
Dave Brown
PS: If you are interested in seeing what I do to make my Mint 13 install even better, then read below.
First, update sytem. Then in terminal ...
- Code: Select all
#Get all programs and services back in Startup Applications
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
This fixes my wireless problem ...
- Code: Select all
#Wireless fix for Asus U56e
sudo modprobe -r iwlagn
sudo modprobe iwlagn bt_coex_active=0
make permanent with
- Code: Select all
gksu gedit /etc/modprobe.d/iwl.conf
Copy/paste this line into the new file:
- Code: Select all
options iwlagn bt_coex_active=0
then, to fix slow internet
- Code: Select all
sudo rmmod -f iwlagn
sudo modprobe iwlagn 11n_disable=1
make permanent with
- Code: Select all
gksu gedit /etc/modprobe.d/iwlagn-disable11n.conf
Copy/paste this line into the new file:
- Code: Select all
options iwlagn 11n_disable=1
Wireless works now! Let's continue ...
- Code: Select all
#Ubuntu Tweak
sudo add-apt-repository ppa:tualatrix/ppa && sudo apt-get update && sudo apt-get install ubuntu-tweak
- Code: Select all
#Grub-Customizer
sudo add-apt-repository ppa:danielrichter2007/grub-customizer && sudo apt-get update && sudo apt-get install grub-customizer
- Code: Select all
#Faenza icon theme
sudo add-apt-repository ppa:tiheum/equinox && sudo apt-get update && sudo apt-get install faenza-icon-theme
- Code: Select all
#Google Earth
sudo apt-get install lsb-core
sudo apt-get install googleearth-package
sudo make-googleearth-package --force
sudo dpkg -i googleearth<HIT THE TAB KEY>
And finally ...
- Code: Select all
sudo apt-get install stellarium gthumb gimp inkscape cheese filezilla moc vlc ubuntu-restricted-extras guake elinks conky compizconfig-settings-manager build-essential figlet alarm-clock gedit-plugins htop sysinfo gimp-help-en gimp-data-extras gimp-plugin-registry ttf-droid compiz-fusion-plugins-extra gparted gelemental cowsay virtualbox-ose librsvg2-bin mplayer fswebcam scrot agave gdebi ttf-mscorefonts-installer unrar p7zip-full audacious gnome-tweak-tool dconf-tools skype dropbox soundconverter easytag xchat synaptic radiotray contacts nitrogen overlay-scrollbar
That's it. Awesome!


