[Linux-bruxelles] <logiciel Kompozer - NVU

Lucien Demeuse luc765 at gmail.com
Mer 6 Déc 18:34:18 CET 2006


A tous d'avance merci pour votre aide,

J'ai installé Kompozer - NVU pour la création et la gestion de site sur
ubuntu-Edgy. Ce logiciel est OK mais présente un problème génant mais pas
bloquant. En effet, je n'ai pas accès à Firefox via le bouton "Navigateur"
ce qui m'oblige à une petite gymnastique pour rester les pages au fur et à
mesure de leurs créations.
Une idée ou une solution serait la bienvenue car je pense avoir tout essayé
sans succès et par contre il devrait avoir une solution..



Script complémentaire conseillé par VNU-Kompozer:

#!/bin/sh

export MOZILLA_FIVE_HOME=/usr/lib/firefox
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME

# get URL to load
url=$1; [ -z $url ] && url=about:blank

# try xremote first
$MOZILLA_FIVE_HOME/firefox-xremote-client openURL\($url\) && exit 0

# if xremote failed, then launch the browser
exec $MOZILLA_FIVE_HOME/firefox $url

Dans préf.js de /.kompozer, j'ai ajouté :

user_pref("network.protocol-handler.app.http", "/path/to/the_shell_script");
user_pref("network.protocol-handler.app.https",
"/path/to/the_shell_script");
user_pref("network.protocol-handler.app.ftp", "/path/to/the_shell_script");
user_pref("network.protocol-handler.app.file", "/path/to/the_shell_script");
-------------- section suivante --------------
Une pièce jointe HTML a été nettoyée...
URL: <http://listes.domainepublic.net/pipermail/linux-bruxelles/attachments/20061206/625fbadc/attachment-0001.html>


Plus d'informations sur la liste de diffusion Linux-bruxelles