Re: Remove revision from store

2017-02-15 Thread Aaron Hampton
> On Wed, Feb 15, 2017 at 3:56 PM, Aaron Hampton > wrote: > > Hi, > > > > What information do you need? Is the snap ID enough? It is: > > AW8uZ7ZTD6dC6iD1eboxmPyzGxB0pion > > Hi Aaron, > > I marked your revision 2 as rejected, so the store processed and

Re: Remove revision from store

2017-02-15 Thread Aaron Hampton
r application, I can reject the held > upload, which will simply cause the next one in the queue to undergo > automated review; Since you fixed the automated review issues on > subsequent uploads, that should take care of things. > > Awaiting your info, > - Daniel > > > &

Remove revision from store

2017-02-15 Thread Aaron Hampton
Hi, Is it possible to remove a revision of an application I uploaded? It currently has Manual review pending for its status because I failed to included a .desktop file when one was required. I've since fixed that issue in subsequent revisions, but their reviews are pending a previous review. I'd

Re: Is there a way to prompt users to connect a non-auto-connect interface during installation?

2017-02-13 Thread Aaron Hampton
1:50 AM, "Alberto Mardegan" wrote: > On 12/02/2017 12:30, Aaron Hampton wrote: > > Hi, > > > > I am working on snapping a desktop application that needs access to > > hardware-observe. Is there a way to prompt the user to connect the > > interface dur

Is there a way to prompt users to connect a non-auto-connect interface during installation?

2017-02-12 Thread Aaron Hampton
Hi, I am working on snapping a desktop application that needs access to hardware-observe. Is there a way to prompt the user to connect the interface during the installation of the snap? Or is the only way to have the user run snap connect? I found this comment: " Just to state the plan of record

Re: SDL2 / Kivy keyboard event not firing in Snap

2017-01-24 Thread Aaron Hampton
That solved it. Thank you so much! On Tue, Jan 24, 2017 at 5:22 AM, Olivier Tilloy < olivier.til...@canonical.com> wrote: > On Tue, Jan 24, 2017 at 4:15 AM, Aaron Hampton > wrote: > > Hi, > > > > I'm trying to use Kivy ( https://kivy.org/#home ) inside a sn

SDL2 / Kivy keyboard event not firing in Snap

2017-01-23 Thread Aaron Hampton
Hi, I'm trying to use Kivy ( https://kivy.org/#home ) inside a snap. It mostly works, but some SDL2 events don't occur. If I run the application from outside of a snap the events do happen. Specifically, the textinput event works outside of a snap, not inside of a snap. This is the code I'm using