https://bugs.documentfoundation.org/show_bug.cgi?id=160222

--- Comment #4 from Julien Nabet <serval2...@yahoo.fr> ---
On pc Debian x86-64 with master sources updated today, I could open gedit by
using:
session.RunApplication("/usr/bin/gedit")
and after having changed SF_Session.xba
oShell.execute(sCommand, Parameters,
com.sun.star.system.SystemShellExecuteFlags.URIS_ONLY)
to
oShell.execute(Command, Parameters,
com.sun.star.system.SystemShellExecuteFlags.DEFAULTS)

I gave a try with this change on SF_Session.xba in Windows, it worked too.

Of course if it's ok, we could get rid of these 2 lines:
Dim sCommand As String                  &apos;  Command as an URL
sCommand = SF_FileSystem._ConvertToUrl(Command)

but I prefer having more feedback since I hardly know ScriptForge.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to