Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cibersheep/level9-interpreter-snap
Code to «snapify» this interpreter made to work on gtk2
https://github.com/cibersheep/level9-interpreter-snap
gtk interactive-fiction interpreter snap snappy
Last synced: 2 months ago
JSON representation
Code to «snapify» this interpreter made to work on gtk2
- Host: GitHub
- URL: https://github.com/cibersheep/level9-interpreter-snap
- Owner: cibersheep
- Created: 2017-02-21T21:44:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T17:19:58.000Z (almost 8 years ago)
- Last Synced: 2024-04-24T15:34:55.773Z (9 months ago)
- Topics: gtk, interactive-fiction, interpreter, snap, snappy
- Language: C
- Homepage: https://uappexplorer.com/snap/ubuntu/level9
- Size: 73.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - level9-interpreter-snap
README
# Level 9 Interpreter Snap
Code to «snapify» this interpreter made to work on gtk2.## Build
Install snapcraft: https://snapcraft.io/create/Clone and `cd` into the folder of the project
`snapcraft`## Installation
### Local Snap
`sudo snap install ./level9_X.X_amd64.snap --devmode`### Remote Snap
#### Distros with Snap Enabaled by Default
`sudo snap install level9` from the command line or
from the Ubuntu Software store search for "Level9"
#### Distros with Snap Support
Check https://snapcraft.io/docs/core/install### Run
Type `level9.glklevel9` or `level9` from command line## Known Errors
When running terminal shows:
```
(process:2165): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Gtk-Message: Failed to load module "unity-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"(gtklevel9:2071): dconf-WARNING **: failed to commit changes to dconf: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: An AppArmor policy prevents this sender from sending this message to this recipient; type="method_call", sender=":1.207" (uid=1001 pid=2071 comm="/snap/level9/2/gtklevel9 ") interface="ca.desrt.dconf.Writer" member="Change" error name="(unset)" requested_reply="0" destination="ca.desrt.dconf" (uid=1001 pid=3018 comm="/usr/lib/dconf/dconf-service ")
```
Is it from snappy?