2917 shaares
131 private links
131 private links
Install meld
sudo git clone https://git.gnome.org/browse/meld /opt/meld2
ln -s /opt/meld/bin/meld
sudo mv meld /usr/bin
Ajouter la conf meld
git config --global diff.external ~/.git/difftool.py
Correction arguments
echo "#!/usr/bin/python
import sys
import os
os.system('meld "%s" "%s"' % (sys.argv[2], sys.argv[5]))" > ~/.git/difftool.py
chmod +x ~/.git/difftool.py
Install cinnamon
Ajouter les nouveaux repository
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightly # Cinnamon
sudo add-apt-repository ppa:noobslab/icons # Mint icons
Mettre à jour et installer
sudo apt-get update
sudo apt-get install cinnamon
Avant de changer le thème, ajouter les icones mintx
sudo apt-get update
sudo apt-get install mintx-colors-icon
Modifier le thème :
- Ambiance
- Mint-X Green
- DMZ-White
- Ambiance
Software render issue
VirtualBox
Uninstall Guest Additions that are packaged with the guest
sudo apt-get remove virtualbox-guest-utils
Reboot, then install the Guest Additions provided with VirtualBox by clicking Devices > Insert Guest Additions CD Image...
Navigate to the mounted image in a terminal and run VBoxLinuxAdditions.run
sudo ./VBoxLinuxAdditions.run