2 messages in org.openoffice.fr.prog[prog] Shell sous Linux Mandove et U...
FromSent OnAttachments
JovialApr 20, 2005 12:52 am 
Alex ThurgoodApr 20, 2005 1:42 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[prog] Shell sous Linux Mandove et UnbuntuActions...
From:Jovial (o.jo@free.fr)
Date:Apr 20, 2005 12:52:10 am
List:org.openoffice.fr.prog

Bonjour :-)

J'ai une macro qui me lance des appli externes, j'ai aucun problème sous Win par exemple pour lancer la calculatrice j'utilise:

Chemin=convertToURL(c:\windows\calc.exe) CreateUnoService("com.sun.star.system.SystemShellExecute").execute(Chemin, "", 0)

Sous Ubuntu Warty Gnome en ligne de commande /usr/bin/gnome-calculator m'ouvre la calculatrice

Mais le code suivant me produit une erreur Chemin=convertToURL("/usr/bin/gnome-calculator") CreateUnoService("com.sun.star.system.SystemShellExecute").execute(Chemin, "", 0) Idem si j'utilse un hyperlien:

Quel est aussi le chemin sous Madrove(ex Mandrake) pour la calculatrice?

Jean-Luc