SNAP for cool-retro-term #372

Closed
kz6fittycent wants to merge 1 commits from patch-1 into master
kz6fittycent commented 2017-10-25 01:50:23 +02:00 (Migrated from github.com)

This yaml will allow the project to create a snap for c-r-t and allow distribution to any Linux distro running snapd.

The snap NEEDS "classic" confinement to run properly.

This yaml will allow the project to create a snap for c-r-t and allow distribution to any Linux distro running snapd. The snap NEEDS "classic" confinement to run properly.
LeonB commented 2017-10-30 14:26:57 +01:00 (Migrated from github.com)

I get this error when building the snap and then running it:

$ cool-retro-term
/snap/cool-retro-term/x1/command-cool-retro-term.wrapper: 2: exec: desktop-launch: not found

I fixed it by using adding this to the snapcraft.yaml:

    command: bin/desktop-launch $SNAP/usr/bin/cool-retro-term
I get this error when building the snap and then running it: ``` $ cool-retro-term /snap/cool-retro-term/x1/command-cool-retro-term.wrapper: 2: exec: desktop-launch: not found ``` I fixed it by using adding this to the snapcraft.yaml: ``` yml command: bin/desktop-launch $SNAP/usr/bin/cool-retro-term ```
kz6fittycent commented 2017-10-30 15:30:40 +01:00 (Migrated from github.com)

I would not suggest building it locally as you can introduce a number of issues, unless you're using containers.

That said, there's already a snap available for download and it works on multiple distros.

sudo snap install --devmode --edge cool-retro-term

The .yaml was intended for upstream to build and release snaps on the "global marketplace".

I would not suggest building it locally as you can introduce a number of issues, unless you're using containers. That said, there's already a snap available for download and it works on multiple distros. `sudo snap install --devmode --edge cool-retro-term` The .yaml was intended for upstream to build and release snaps on the "global marketplace".
kz6fittycent commented 2018-03-24 05:32:36 +01:00 (Migrated from github.com)

Touching base with you again regarding --classic confinement. Snapcrafters are awaiting your approval before it happens.

The snap "would" make things easier for the project to distribute the application across all* the distros.

Touching base with you again regarding --classic confinement. Snapcrafters are awaiting your approval before it happens. The snap "would" make things easier for the project to distribute the application across all* the distros.
Swordfish90 commented 2018-11-26 22:43:41 +01:00 (Migrated from github.com)

Sorry for the very very long wait... I guess we can close this one...

Sorry for the very very long wait... I guess we can close this one...

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#372