====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
formation_install [2015/09/17 08:18] flavio |
formation_install [2017/10/19 15:40] (current) damien icon size |
||
---|---|---|---|
Line 43: | Line 43: | ||
Exec=blender %U | Exec=blender %U | ||
Type=Application | Type=Application | ||
- | Icon=/opt/blender-2.75a-linux-glibc211-x86_64/icons/32x32/apps/blender.png" > ~/Bureau/Blender.desktop | + | Icon=/opt/blender-2.75a-linux-glibc211-x86_64/icons/256x256/apps/blender.png" > ~/Bureau/Blender.desktop |
chmod 755 ~/Bureau/Blender.desktop | chmod 755 ~/Bureau/Blender.desktop | ||
| | ||
Line 52: | Line 52: | ||
===== Krita ===== | ===== Krita ===== | ||
- | sudo add-apt-repository ppa:kubuntu-ppa/backports | + | Krita 2.9 |
- | sudo apt-get update | + | |
- | sudo apt-get install krita | + | |
- | + | ||
- | sudo apt-get install kdelibs-bin kdelibs5-data kdelibs5-plugins | + | |
- | + | ||
- | sudo apt-get install oxygen-icon-theme | + | |
- | + | ||
- | ou Krita 2.9 | + | |
sudo apt-add-repository ppa:dimula73/krita | sudo apt-add-repository ppa:dimula73/krita | ||
Line 70: | Line 62: | ||
sudo chmod 755 /home/formation/Bureau/krita.desktop | sudo chmod 755 /home/formation/Bureau/krita.desktop | ||
sudo chown formation: /home/formation/Bureau/krita.desktop | sudo chown formation: /home/formation/Bureau/krita.desktop | ||
+ | | ||
+ | Obsolete official | ||
+ | |||
+ | |||
+ | sudo add-apt-repository ppa:kubuntu-ppa/backports | ||
+ | sudo apt-get update | ||
+ | sudo apt-get install krita | ||
+ | | ||
+ | sudo apt-get install kdelibs-bin kdelibs5-data kdelibs5-plugins | ||
+ | | ||
+ | sudo apt-get install oxygen-icon-theme | ||
+ | | ||
===== Audacity ===== | ===== Audacity ===== | ||
Line 82: | Line 86: | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install ffmpeg | sudo apt-get install ffmpeg | ||
+ | | ||
+ | ===== Image Magick ===== | ||
+ | | ||
+ | sudo apt-get install imagemagick | ||
| | ||
===== Librairies python ===== | ===== Librairies python ===== | ||
Line 90: | Line 98: | ||
| | ||
sudo pip install tornado | sudo pip install tornado | ||
- | pip3 install tornado | + | sudo pip3 install tornado |
| |