Bug #1420
gnome missing Seed - GObject JavaScriptCore bridge
0%
Description
Not that I'm a games nut, but sometimes mahjongg and same help me blow some time.
After installing oi_151 (first install 148 text then image-updating), and pkg install gnome-games
I can run mahjongg just fine (although there is an error that the default tile is missing and I'm forced to
go into preferences to select one of the two possibilities...
However, when I try to run Swell-Foop (new name for 'same') nothing happens.
When I try from the command line:
richard@amilo:~$ swell-foop /usr/bin/env: No such file or directory richard@amilo:~$ cat `which swell-foop` #!/usr/bin/env sh export LD_LIBRARY_PATH="/usr/lib/gnome-games${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}" /usr/bin/env seed /usr/share/gnome-games/swell-foop/main.js richard@amilo:~$
From the Gnome website:
Seed - GObject JavaScriptCore bridge Seed is a library and interpreter, dynamically bridging (through GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME platform. Seed serves as something which enables you to write standalone applications in JavaScript, or easily enable your application to be extensible in JavaScript.
What's the pkg incantation to complete the gnome install?
Updated by Chris Jordan over 9 years ago
- Category set to 35
- Assignee set to OI Userland
- Tags changed from needs-triage to seed
There isn't a package for gnome's Seed. Both the "lightsoff" and "swell-foop" games in gnome-games depend on that. Assigning to "OI Userland" as a request to have Seed packaged.
Updated by Ken Mays over 9 years ago
- Status changed from New to Closed
Richard - OI-JDS mainly supports the JDS upstream components from Oracle which does not always include every feature of gnome-games (been this way for years, things like the Aisleriot game used to be missing from Solaris 10 GNOME/OSOL JDS distro). If this is resolved in JDS upstream, we will pull it in that way.