Archive

Posts Tagged ‘debian’

Make Chrome your default browser on Debian testing

June 8, 2012 1 comment

I was having a few problems setting chrome to be the default browser, don’t know why but the browser can’t set itself as the default browser. There’s no error this function simply has no effect.

So how do you do it?! It’s very easy and simple…

First you need to set chrome as your default alternative.

sudo update-alternatives –config x-www-browser (Select chrome as default)

If you are using gnome…

At first I thought that this was enough… Well it wasn’t and after one or two reboots I wasn’t able to open links from pidgin, for example.

Here comes the second part…

sudo cp /opt/google/chrome/google-chrome.desktop /usr/share/applications/.

sudo update-menus

And you should be ready to go… 🙂

install wine on debian squeeze

September 13, 2011 Leave a comment

Just a quick tip that got me to spend more time than I anticipated…

Installing wine on Debian squeeze (source: http://www.lamaresh.net/).

Run these commands:

  1. sudo gedit /etc/apt/sources.list (Add this line: deb http://www.lamaresh.net/apt squeeze main). Save and exit.
  2. sudo wget http://www.lamaresh.net/apt/key.gpg && sudo apt-key add key.gpg
  3. sudo apt-get update
  4. sudo apt-get install wine