Re: classic 32 bit application

2017-03-30 Thread Alistair Grant
On 30 March 2017 at 23:38, Seth Arnold wrote: > On Thu, Mar 30, 2017 at 08:10:26AM +0200, Alistair Grant wrote: >> I'm trying to package a 32 bit software development environment: Pharo >> Smalltalk (http://pharo.org). >> >> I've got it working OK as a devmode package, but as soon as I switch it >

Re: desktop-gtk3

2017-03-30 Thread Spencer Parkin
That just adds a deprecation warning (if I add the '/', I mean.) It says, "DEPRECATED: Found a "/" in the name of the 'desktiop/gtk3' part" Here's the major error I'm getting... "Issue while loading plugin: properties failed to load for desktop-gtk3: Additional properties are not allowed ('prime

Re: ANN: snapcraft 2.28 has been released

2017-03-30 Thread Joseph Rushton Wakeling
On 30/03/17 21:54, Sergio Schvezov wrote: Prettier version of the release notes can be found on https://github.com/snapcore/snapcraft/releases/tag/2.28 Big thanks for this one! More specifically ... ### classic confinement With this release it should be now possible to use launchpad builde

Re: classic 32 bit application

2017-03-30 Thread Seth Arnold
On Thu, Mar 30, 2017 at 08:10:26AM +0200, Alistair Grant wrote: > I'm trying to package a 32 bit software development environment: Pharo > Smalltalk (http://pharo.org). > > I've got it working OK as a devmode package, but as soon as I switch it > to classic confinement it fails to run. I was unde

ANN: snapcraft 2.28 has been released

2017-03-30 Thread Sergio Schvezov
Prettier version of the release notes can be found on https://github.com/snapcore/snapcraft/releases/tag/2.28 -- Hello snapcrafters! We are pleased to announce the release snapcraft `2.28`: https://launchpad.net/snapcraft/+milestone/2.28 # Contributions This release has seen some contribution

Re: desktop-gtk3

2017-03-30 Thread José Pekkarinen
Did you tried [desktop/gtk3]? $ snapcraft search ... desktop-gtk3 Helpers for gtk2, gtk3, qt4 and qt5 or glib minimal launchers. desktop/gtk3 Helpers for gtk2, gtk3, qt4 and qt5 or glib minimal launchers. Best regards. José.

Re: desktop-gtk3

2017-03-30 Thread Spencer Parkin
Take a look at the following .yaml file. https://github.com/ubuntu/snapcraft-desktop-helpers/blob/master/demos/gtk3/snapcraft.yaml Notice the following line in it... after: [desktop-gtk3] That's the line I need, and the line I've used most often in my git history, but it doesn't work anymore.

desktop-gtk3

2017-03-30 Thread Spencer Parkin
Here is my current .yaml file... name: twistypuzzle version: "1.0" summary: A 3D simulator for a variety of twisty puzzles. description: Blah... confinement: strict apps: twistypuzzle: command: env UBUNTU_MENUPROXY=0 desktop-launch $SNAP/bin/TwistyPuzzle plugs: [home, x11, unity7, openg

Re: classic 32 bit application

2017-03-30 Thread Alistair Grant
Hi Sergio, Thanks for your reply. On 30 March 2017 at 15:36, Sergio Schvezov wrote: > On Thu, 30 Mar 2017 08:10:26 +0200, Alistair Grant wrote: >> Hi All, >> >> I'm trying to package a 32 bit software development environment: Pharo >> Smalltalk (http://pharo.org). >> >> I've got it working OK as

Re: classic 32 bit application

2017-03-30 Thread Sergio Schvezov
On Thu, 30 Mar 2017 08:10:26 +0200, Alistair Grant wrote: > Hi All, > > I'm trying to package a 32 bit software development environment: Pharo > Smalltalk (http://pharo.org). > > I've got it working OK as a devmode package, but as soon as I switch it > to classic confinement it fails to run. > > Th

Re: Desktop snaps are not working in KDE

2017-03-30 Thread Simon Fels
On 29.03.2017 18:40, Simon Fels wrote: > Hey everyone, > > we currently see bug reports (e.g. > https://bugzilla.opensuse.org/show_bug.cgi?id=1031501) that certain > snaps are not working in KDE on openSUSE (42.2 / Tumbleweed). On the > same distribution, when I run the snaps within Gnome, everyth

Re: Configuration Hook get/set

2017-03-30 Thread christian . isler
Thanks a lot for your answers. Good to know that the bug is already fixed christian >The fix for this bug landed today and should be available in the next >release. > >Pawel > >On 29.03.2017 15:04, Pat McGowan wrote: >> On Wed, Mar 29, 2017 at 6:24 AM, >> wrote: >> >>> >>> hi all, >>> i have a