Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-23 Thread Jamie Strandboge
On 08/23/2013 12:59 AM, Alberto Mardegan wrote: > On 08/22/2013 07:33 PM, Jamie Strandboge wrote: >> @{APP_PKGNAME} is set to the "name" field in the manifest file. I'm >> not sure if there is a Qt API to give you the XDG_ paths, but >> upstart-app-launch will make sure that the XDG environment >>

Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Alberto Mardegan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/22/2013 07:33 PM, Jamie Strandboge wrote: > @{APP_PKGNAME} is set to the "name" field in the manifest file. I'm > not sure if there is a Qt API to give you the XDG_ paths, but > upstart-app-launch will make sure that the XDG environment > variabl

Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Sergio Schvezov
On Thu, Aug 22, 2013 at 11:28 AM, Jamie Strandboge wrote: > On 08/22/2013 05:37 AM, Sam Segers wrote: > > Hi > > > > I'm developing an app for the Ubuntu App Showdown. > > I tried to use click package to see how it works but I run into a > problem when I > > do 'click install ... .click': > > > >

Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Jamie Strandboge
On 08/22/2013 09:48 AM, Sam Segers wrote: > Thanks > > It's working now. > It doesn't show up in the dash. Maybe after a reboot. > I did have a problem that when making a click package, it includes the .git > directory which it ofc souldn't. This has write protected files that click > complains ab

Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Sam Segers
Thanks It's working now. It doesn't show up in the dash. Maybe after a reboot. I did have a problem that when making a click package, it includes the .git directory which it ofc souldn't. This has write protected files that click complains about when installing. So about the database, does anyone

Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Jamie Strandboge
On 08/22/2013 05:37 AM, Sam Segers wrote: > Hi > > I'm developing an app for the Ubuntu App Showdown. > I tried to use click package to see how it works but I run into a problem > when I > do 'click install ... .click': > > Traceback (most recent call last): > File "/usr/bin/click", line 65, i

Re: [Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Florian Will
For the click install, I use this: (from the top of my head) click install --force-missing-framework --user=phablet file.click Maybe that's not the officially recommended way, but it works. Can't help you with your other problem. Cheers Florian Sorry for the full quote below, I'm writing from

[Ubuntu-phone] Click packages and U1db.Database

2013-08-22 Thread Sam Segers
Hi I'm developing an app for the Ubuntu App Showdown. I tried to use click package to see how it works but I run into a problem when I do 'click install ... .click': Traceback (most recent call last): File "/usr/bin/click", line 65, in sys.exit(main()) File "/usr/bin/click", line 60, in