Pendant l'installation, il y a eu des questions concernant l'intégration à Ubuntu et vloila ce que j'ai répondu :
Shall I install the marionnet daemon in your runlevels ([y]/n)? y
Required the [sudo] password for papounet:
Installing the marionnet daemon ... ok
Launching the marionnet daemon ... ok
---
* Warning: your X server has been launched with the option '-nolisten tcp'
=> This option should be removed from your X display manager configuration.
Shall I try to fix it ([y]/n)? y
Ok. File(s) changed: /etc/X11/xinit/xserverrc /etc/lightdm/lightdm.conf
You must restart your X display manager for the changes to take effect.
* Warning: Ubuntu (>= 11.x) systems require to launch marionnet with UBUNTU_MENUPROXY=0
=> The problem may be solved defining an alias in your shell configuration:
alias marionnet='UBUNTU_MENUPROXY=0 marionnet'
Shall I add this line to your ~/.bashrc ([y]/n)? y
---
* Warning: the path /opt/marionnet/bin seems not to be contained in your PATH.
=> Put something like the following line in your shell configuration:
export PATH=/opt/marionnet/bin:/opt/marionnet/sbin:$PATH
Shall I add this line to your ~/.bashrc ([y]/n)? y
---
* Warning: this is 64-bit architecture.
=> Make sure that the package libc6-i386 is installed.
---
* Cleaning...
---
* Notes:
- Install additional filesystem in /opt/marionnet/share/marionnet/filesystems/
- Install additional kernels in /opt/marionnet/share/marionnet/kernels/
- Customize your installation by editing /etc/marionnet/marionnet.conf
---
Success.
Au premier lancement, marionnet n'est pas reconnu comme commande parce l'export du chemin n'est pas pris en compte avant le redémarrage du PC.
Mais en lançant /usr/local/marionnet directement, j'obtiens bien le lancement de l'application malgrè ce que j'avais mis en avant plus haut.
Par contre le logiciel est inexploitable, il faut sûrement que je redémarre le PC.