maya

Skype 4.3 su linux Mint Maya

Dopo l’aggiornamento alla versione 4.3 attraverso Synaptic ho avuto questi problemi:

  1. menu_proxy_module_load ubuntu non verniva caricato correttamente;
  2. dopo il  Log in l’applicazione andava in crash.

Queste le soluzioni:

  1.  sudo apt-get install appmenu-gtk:i386;
  2. copy /home/$user$/.Skype to /home/$user$/.Skype_bak.

Una parte della cronologia è stata persa.[:en]After  updating Skype from Synaptic on linux Mint Maya I’ve have had these kind of problems:

  1. menu_proxy_module_load ubuntu don’t load properly;
  2. Crash after Log in.

This is my trouble shooting:

  1.  sudo apt-get install appmenu-gtk:i386;
  2. copy /home/$user$/.Skype to /home/$user$/.Skype_bak.

Probably you’ll lose part of your history

Creare un lanciatore sulla scrivania di Linux mintCreate a desktop launcher on Linux mint

Ecco una piccola guida per creare un lanciatore  sulla scrivania:

1. Installare il pacchetto gnome-panel usando il seguente comando da terminale:

sudo apt-get install --no-install-recommends gnome-panel

2. eseguire il seguente comando da terminale

gnome-desktop-item-edit ~/Desktop/ --create-new



(font: http://www.ubuntugeek.com/)Here a little procedure to create a desktop launcher:

1. Install gnome-panel package using the following command from your terminal

sudo apt-get install --no-install-recommends gnome-panel

Create new launcher:

2. open the terminal and run the following command

gnome-desktop-item-edit ~/Desktop/ --create-new

(font: http://www.ubuntugeek.com/)

Installing Adobe Air 2.6 on Linux Mint 13 ‘Maya’ (64 bit)

Hi all,

here you are a useful “how to” to install Adobe Air on linux mint ‘Maya’ 64 bit:

  1. Download the Adobe Air 2.6 runtime installer for Linux which can be found here.
  2. install a few things, by typing in “sudo apt-get install libhal-storage1 libgnome-keyring0 lib32nss-mdns“  <— lib32nss-mdns was the only file i didn’t have installed. It might be different for you.
  3. make sure libgnome-keyring0:i386 is installed with “sudo apt-get install libgnome-keyring0:i386
  4. link your 32bit libgnome-keyring.so.0 to your /usr/bin with this command. “sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0″
  5. make the AdobeAIRInstaller.bin executable with “sudo chmod +x AdobeAIRInstaller.bin
  6. run the installer with “sudo ./AdobeAIRInstaller.bin

This should start the installer and install it with no problems.

Thank you Chuck….

(font: http://orkultus.wordpress.com)