bladernr@galactica:~/development/snappy/pithos$ pithos
Traceback (most recent call last):
File "/snap/pithos/x2/bin/pithos", line 39, in <module>
resource = Gio.resource_load(os.path.join(pkgdatadir, 'pithos.gresource'))
GLib.Error: g-file-error-quark: Failed to open file '/share/pithos/pithos.gresource': open() failed: No such file or directory (4)
bladernr@galactica:~/development/snappy/pithos$ cat snapcraft.yaml
name: pithos
version: 0.1 # the version of the snap
summary: Pithos Linux Pandora Client
description: Pithos is a linux client for Pandora Radio.
grade: devel
confinement: devmode # use "strict" to enforce system access only via declared interfaces
apps:
pithos:
command: desktop-launch $SNAP/bin/pithos
plugs: [home,network-bind,pulseaudio,unity7,x11]
parts:
player:
#plugin: python
plugin: autotools
source: https://github.com/pithos/pithos/releases/download/1.2.1/pithos-1.2.1.tar.xz
stage-packages:
#- pithos
- intltool
- python3
- python3-gi
- python3-dbus
- libglib2.0-dev
after:
- desktop-gtk3
bladernr@galactica:~/development/snappy/pithos$ pithos
Traceback (most recent call last):
File "/snap/pithos/x2/bin/pithos", line 39, in <module>
resource = Gio.resource_load(os.path.join(pkgdatadir, 'pithos.gresource'))
GLib.Error: g-file-error-quark: Failed to open file '/share/pithos/pithos.gresource': open() failed: No such file or directory (4)
bladernr@galactica:~/development/snappy/pithos$ ls /snap/pithos/current/share/pithos/
pithos.gresource