gtoolkit: Shortcuts do not work on Linux
I can bring up the GT Playground
screen via the menu but I am unable to inspect expressions. I tried 1 + 1.
and Object new.
just like in the regular Playground
followed by Ctrl-i
but that didn’t work. I also tried Ctrl-o
, Ctrl-P
, Alt-o
, Super-o
and Ctrl-Return
.
OTOH the URL evaluator works great, when I click the Down Arrow I can see the Content Inspector, so maybe there is some issue with keyboard vs. mouse entry?
I notice some of the GtPlayground docs mention Cmd-o
and I’m running Linux so maybe that’s the issue?
Another issue is that GtPlayground
swallows keyboard shortcuts, so for instance I can’t bring up the Spotter
with Shift-Return
when GtPlayground
is in focus.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 33 (26 by maintainers)
Commits related to this issue
- Release version v0.8.80 Metacello new baseline: 'GToolkit'; repository: 'github://feenkcom/gtoolkit:v0.8.80/src'; load All commits (inlcuding upstream repositories) since last build: http... — committed to feenkcom/gtoolkit by deleted user 4 years ago
- Release version v0.8.151 Metacello new baseline: 'GToolkit'; repository: 'github://feenkcom/gtoolkit:v0.8.151/src'; load All commits (inlcuding upstream repositories) since last build: ht... — committed to feenkcom/gtoolkit by deleted user 4 years ago
- Release version v0.8.488 Metacello new baseline: 'GToolkit'; repository: 'github://feenkcom/gtoolkit:v0.8.488/src'; load All commits (including upstream repositories) since last build: ht... — committed to feenkcom/gtoolkit by deleted user 3 years ago
- Release version v0.8.2905 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v0.8.2905/src'; load All commits (including upstream repositories) since la... — committed to feenkcom/gtoolkit by deleted user a year ago
- Release version v1.0.230 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.230/src'; load All commits (including upstream repositories) since last... — committed to feenkcom/gtoolkit by deleted user 8 months ago
- Release version v1.0.520 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.520/src'; load All commits (including upstream repositories) since last... — committed to feenkcom/gtoolkit by deleted user 5 months ago
- Release version v1.0.563 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.563/src'; load All commits (including upstream repositories) since last... — committed to feenkcom/gtoolkit by deleted user 4 months ago
Hi @j-brant ,
Thanks for finding this!
I can confirm that it solves the problem on Ubuntu 16.04.
Thanks again, Alistair
The VM fix was integrated: https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1b837f94e96b93cb4d117ccdd010825d76dcde57
Hi @syrel ,
I downloaded vmLatest and still see the same behaviour.
I’m on Ubuntu 16.04:
Linux Mint, if I remember correctly, is typically based on a fairly old version of Ubuntu (not that mine is recent 😃). Maybe there’s a change in the kernel or graphics stack?
HTH, Alistair
@akgrant43 Interesting 🤣🤣
To be honest I have no idea why it works for you but doesn’t work for multiple other people. We are debugging this for the latest Pharo7 64bit with latest VM on Linux Mint 64bit.
wget -O- https://get.pharo.org/64/alpha+vmLatest | bash
In any case I have a video proof that it doesn’t work in that particular configuration 🤷♂️ I also see that it works in your case, which scares me even more…
Funny stuff 😬