pharo-spec / mars-gtk

The Gtk3 bindings for Pharo and Spec
14 stars 6 forks source link

How to start the UI? #44

Closed bergel closed 4 years ago

bergel commented 4 years ago

Hi!

I am not sure how to launch the UI. I did the following:

brew install gtk+3
curl https://get.pharo.org/64/80+vmHeadlessLatest | bash
./pharo-ui Pharo.image    

Then I executed:

Metacello new
        repository: 'github://pharo-spec/mars-gtk';
        baseline: 'Mars';
        onConflict: [ :e | e useIncoming ];
        onUpgrade: [ :e | e useIncoming ];
        ignoreImage;
        load

I then saved the image.

But I am not sure what I should do next?

estebanlm commented 4 years ago

just restart, it should work.

bergel commented 4 years ago

No, it does not work :-( Should I run pharo-ui? or simply pharo? In any case, running pharo Pharo.image does not seems to run the image at all.

How can I have a gtk-based playground and code browser ? 👍

estebanlm commented 4 years ago

what does not works? pharo-ui after installed mars-gtk and the gtk backend, should start automatically in gtk backend. if this does not, please ping me at discord, we will figure out what is happening.

estebanlm commented 4 years ago

this was solved (Alex was starting the UI, just he didn't realise it because he was expecting something different and mind-blowing... which is not yet there ;)