External Browser

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

External Browser

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: External Browser

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: External Browser

laza
I will have a look at it

2011/2/12 Hilaire Fernandes <[hidden email]>
Waht I meant is External Web Browser does not seem to work with
Pharo1.2/Ubuntu 10.4. Or could it be related to the VM ?

Hilaire


Le 11/02/2011 16:41, Hilaire Fernandes a écrit :
> I am just testing this package (installed with the metacello
> configuration) under Ubuntu 10.04, so far this method returns false:
>
> ExternalWebBrowserUnix suitsPlatform
>
> and particularly
>
> ExternalWebBrowserUnix isCLibAvailable returns false
>


--
Education 0.2 -- http://blog.ofset.org/hilaire



Reply | Threaded
Open this post in threaded view
|

Re: External Browser

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: External Browser

laza
It works on my setup (upcoming ubuntu 11.04).
What image, VM are you using?

Alex

Image
-----
/home/laza/Desktop/Squeak 4.2 All-in-One.app/Contents/Resources/Squeak4.2-10966.image
Squeak4.2
latest update: #11018
Current Change Set: Unnamed1

Virtual Machine
---------------
/home/laza/Desktop/Squeak 4.2 All-in-One.app/Contents/Linux-i686/lib/squeak/4.4.7-2357/squeakvm
Squeak4.1 of 17 April 2010 [latest update: #9957]
Unix built on Jan 23 2011 18:17:32 Compiler: 4.3.2
platform sources revision 2357
VMMaker versionString 4.4.7

Operating System/Hardware
-------------------------
unix linux i686
Reply | Threaded
Open this post in threaded view
|

Re: External Browser

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: External Browser

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: External Browser

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: External Browser

Yanni Chiu
On 14/02/11 3:29 PM, Hilaire Fernandes wrote:
> The executed command is  xdg-open  "http://www.ofset.org/drgeo"
> Strangely, this command works fine from a shell terminal, but not when
> interpreted from the Smalltalk system command.

Here's a suggestion.

1. In your shell terminal, do "env | sort > /tmp/env.shell"
2. Tweak your Smalltalk code to do "env | sort > /tmp/env.smalltalk"

See if the differences, if any, gives you any ideas about what's wrong.

You could also try to run a shell, and set up the environment to be
exactly the same as you found in env.smalltalk, then run your command,
and see if it still works in that environment.

HTH


Reply | Threaded
Open this post in threaded view
|

Re: External Browser

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: External Browser

hilaire
CONTENTS DELETED
The author has deleted this message.