lettier / gifcurry

😎 The open-source, Haskell-built video editor for GIF makers.
https://lettier.github.io/gifcurry
BSD 3-Clause "New" or "Revised" License
1.35k stars 57 forks source link

snap-confine #20

Closed votafak closed 5 years ago

votafak commented 6 years ago

don't run gifcurry Ubuntu 16.04.4 - terminal command: $ gifcurry snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks

lettier commented 6 years ago

Hello @votafak,

I'm not familiar with the snap-confine tool but the repository says it is no longer used.

Try the following:

sudo apt-get update
sudo apt-get install snap
snap install gifcurry
sudo snap connect gifcurry:removable-media
gifcurry

I recently tried it on a fresh copy of Ubuntu 16.04 and it installed.

:+1: