.desktop files for app-in-snap

2016-08-06 Thread Vasilisc
Please help me. If I launch the program in the Terminal - well done, but I can't start program from Unity Launcher. I tried to change parameter Exec in ~/.local/share/applications/app.desktop Exec=app-name Exec=snap-name.app-name Exec=$SNAP/usr/bin/start-script.sh Exec=$snap.$app (http://snapcra

.desktop files for app-in-snap

2016-08-06 Thread Vasilisc
Please help me. If I launch the program in the Terminal - well done, but I can't start program from Unity Launcher. I tried to change parameter Exec in ~/.local/share/applications/app.desktop Exec=app-name Exec=snap-name.app-name Exec=$SNAP/usr/bin/start-script.sh Exec=$snap.$app (http://snapcraf

Using sudo from within a snap

2016-08-06 Thread Chris Wayne
Hi guys, I seem to be having some issues while running anything as sudo from within a snap (namely bug https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1610292). Is this something that's expected to work, or is this out of scope (it does work if you run the snap itself with sudo, although the

Re: Using sudo from within a snap

2016-08-06 Thread Fabio Colella
I think using sudo should require proper plug an permission, because I assume your action to be something out of the ordinary app bounds On 6 August 2016 at 15:54, Chris Wayne wrote: > Hi guys, > > I seem to be having some issues while running anything as sudo from within > a snap (namely bug ht