Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
clientleger_teachertool [Le 18/05/2009, 13:34] Manu_Ubu |
clientleger_teachertool [Le 01/09/2022, 00:08] (Version actuelle) moths-art Passage de http à https sur les liens externes (détecté et corrigé via le bot wiki-corrector (https://forum.ubuntu-fr.org/viewtopic.php?id=2067892) |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | {{tag>edubuntu ltsp teachertool}} | + | {{tag>ltsp BROUILLON}} |
====== Installer la version beta de fl_Teachertool ====== | ====== Installer la version beta de fl_Teachertool ====== | ||
- | NB : Cette page est la traduction ***EN COURS*** d'un "post" de Robert Arkiletian sur la [[https://lists.ubuntu.com/archives/edubuntu-users/2007-September/001912.html|liste Edubuntu internationale]]. | + | <note important>Cette page est la traduction ***EN COURS*** d'un "post" de Robert Arkiletian sur la [[https://lists.ubuntu.com/archives/edubuntu-users/2007-September/001912.html|liste Edubuntu internationale]].</note> |
- | En attendant de disposer d'un paquet Debian pour cette application, vous pouvez suivre les instructions suivantes (attention, nous parlons bien d'une version beta, à manipuler avec précaution) : | + | En attendant de disposer d'un paquet Debian pour cette application, vous pouvez suivre les instructions suivantes (attention, nous parlons bien d'une version beta, à manipuler avec précaution). |
+ | =====Pré-requis===== | ||
+ | * Disposer d'une connexion internet, | ||
+ | * Installer les outils de [[compilation]], | ||
+ | * * [[:tutoriel:comment_installer_un_paquet|installer les paquets]] **[[apt>build-essential,libfltk1.1,libfltk1.1-dev,libxpm-dev,vnc4server,xtightvncviewer,zlib1g-dev,libjpeg-dev,xscreensaver]]**. | ||
+ | |||
+ | =====Installation===== | ||
to setup x11vnc on clients: | to setup x11vnc on clients: | ||
- | http://doc.edubuntu-fr.org/clientleger_x11vnc | + | [[clientleger_x11vnc]] |
include -shared option in x11vnc command | include -shared option in x11vnc command | ||
Ligne 17: | Ligne 23: | ||
but it did not have the cp sources.list line | but it did not have the cp sources.list line | ||
Don't forget to exit the chroot | Don't forget to exit the chroot | ||
- | + | | |
- | <code> | + | * Téléchargez les sources depuis cette [[http://www3.telus.net/public/robark/Fl_TeacherTool/fl_teachertool-0.70-src.tar.gz|adresse]]. |
- | sudo su | + | * [[archivage|Décompressez les sources]] et déplacez-vous dans le dossier et exécutez y les commandes qui suivent : <code bash> |
- | + | ||
- | apt-get install build-essential | + | |
- | apt-get install libfltk1.1 libfltk1.1-dev | + | |
- | apt-get install libxpm-dev | + | |
- | apt-get install vnc4server | + | |
- | apt-get install xtightvncviewer | + | |
- | apt-get install zlib1g-dev | + | |
- | apt-get install libjpeg-dev | + | |
- | apt-get install xscreensaver | + | |
- | </code> | + | |
- | + | ||
- | download fl-tt source from here | + | |
- | + | ||
- | http://www3.telus.net/public/robark/Fl_TeacherTool/fl_teachertool-041-ltsp5.tar.gz | + | |
- | + | ||
- | untar my tarball then | + | |
- | + | ||
- | <code> | + | |
cd "le-dossier-fl_teachertool" | cd "le-dossier-fl_teachertool" | ||
- | |||
make && make install | make && make install | ||
- | |||
chmod +x /etc/X11/xinit/xinitrc | chmod +x /etc/X11/xinit/xinitrc | ||
- | |||
- | gedit /etc/X11/app-defaults/XScreenSaver | ||
</code> | </code> | ||
- | + | * [[:tutoriel:comment_modifier_un_fichier|modifiez le fichier]] **/etc/X11/app-defaults/XScreenSaver**, à cette ligne | |
- | near the beginning of the file there should be this line | + | ''*mode: random'' remplacez ''random'' par ''blank''. |
- | + | ||
- | *mode: random | + | |
- | + | ||
- | replace the word "random" with "blank" (no quotes) | + | |
download vncreflector source code | download vncreflector source code | ||
from here | from here | ||
- | http://sourceforge.net/projects/vnc-reflector/ | + | https://sourceforge.net/projects/vnc-reflector/ |
<code> | <code> |