Re: [SailfishDevel] SDK and Harbour news

2013-11-26 Thread Kaj-Michael Lang
On Fri, 2013-11-22 at 17:21 +0200, Mohammed Hassan wrote: > GStreamer is not a supported store API for now. I am sure this will What does that mean ? I can't submit any apps that use gstreamer to the Harbour ? > change soon especially after we transition to GStreamer 1.x (Currently > all our medi

Re: [SailfishDevel] SDK and Harbour news

2013-11-22 Thread Mohammed Hassan
On Fri, 22 Nov 2013 08:38:17 +0200 Kaj-Michael Lang wrote: > On Thu, 2013-11-21 at 12:20 +, Iekku Pylkka wrote: > > Shared libraries > > > > ·You can ship your own private copies of shared libraries > > that you link against in /usr/share//, you are not > > allowed to install shared

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Martin Kampas
Ahoy, > * You can ship your own private copies of shared libraries that you > link against in /usr/share//, you are not allowed to > install shared libraries anywhere else. - Private QML imports but according to FHS such data should go to /usr/lib// instead, right? http://www.pathname.c

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Kaj-Michael Lang
On Thu, 2013-11-21 at 12:20 +, Iekku Pylkka wrote: > Shared libraries > > ·You can ship your own private copies of shared libraries that > you link against in /usr/share//, you are not > allowed to install shared libraries anywhere else. What about possible extension "apps" ? Say gstr

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Tone Kastlunger
Ahoi Sailors; I do believe this info will be available in the wiki as well, correct? Best, tortoisedoc On Thu, Nov 21, 2013 at 2:20 PM, Iekku Pylkka wrote: > Ahoy all, > > > > As you might have noticed, there has been lot of stuff happening on > application development and application releasin

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Lorn Potter
On 21/11/13 10:50 PM, Robin Burchell wrote: Hi Artem, On Thu, Nov 21, 2013 at 1:41 PM, Artem Marchenko wrote: Thanks for the update, Lekku I, not L :-) Will the apps violating these rules, but currently approved or submitted and under QA still work fine for the launch? And will users get pr

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Artem Marchenko
Thanks for the comments, Robin Still unfortunately they don't tell what to do with the apps I already submitted. Again, launch date is special, normally I could wait a week to clarify the situation. Right now I have a Flashlight app under QA that uses QtSystemInfo and qt5-qtgraphicaleffects and *

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Reto Zingg
Hi, On 21.11.2013 14:53, Putze Sven wrote: - Shared libraries · You can ship your own private copies of shared libraries that you link against in /usr/share//, you are not allowed to install shared libraries anywhere else. Hi, do I get it right that for each and every App there wil

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Benoît HERVIER
Hi ! Sorry but something isn't clear for me when you said : 'Application runtimes such as Python are not supported yet' As python look like available as separate package, currently i use it embedded as a shared libs a bit like pyOtherSide (http://github.com/thp/pyotherside). That s working f

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Robin Burchell
Hi Artem, On Thu, Nov 21, 2013 at 1:41 PM, Artem Marchenko wrote: > Thanks for the update, Lekku I, not L :-) > Will the apps violating these rules, but currently approved or submitted and > under QA still work fine for the launch? And will users get proper update > notifications when you chang

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Artem Marchenko
Thanks for the update, Lekku Questions there are :) **Submitted apps (and to be submitted ones)** First of all what do we do with the apps already approved, under QA or scheduled for submission tomorrow? You know, launch date is a very special date, I wouldn't like to change anything unless absol

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Putze Sven
On 21.11.2013, at 14:06, Reto Zingg wrote: > On 21.11.2013 14:53, Putze Sven wrote: >>> >>> - Shared libraries >>> · You can ship your own private copies of shared libraries that you >>> link against in /usr/share//, you are not allowed to >>> install shared libraries anywhere else. >

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Andrey Kozhevnikov
binary names rename same or should be renamed in domain-style too? /usr/bin/myapp or /usr/bin/org.coderus.myapp ? On 21.11.2013 18:20, Iekku Pylkka wrote: Ahoy all, As you might have noticed, there has been lot of stuff happening on application development and application releasing. Some of y

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Reto Zingg
Hi, On 21.11.2013 15:48, Andrey Kozhevnikov wrote: binary names rename same or should be renamed in domain-style too? /usr/bin/myapp or /usr/bin/org.coderus.myapp ? yes, also the binary name has to be named after that schema. But do not mix that up with the "Title" you give your application i

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Putze Sven
> > - Shared libraries > · You can ship your own private copies of shared libraries that you > link against in /usr/share//, you are not allowed to > install shared libraries anywhere else. Hi, do I get it right that for each and every App there will be a directory in the form /usr/s

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Reto Zingg
Hi, On 21.11.2013 15:24, Putze Sven wrote: On 21.11.2013, at 14:06, Reto Zingg wrote: On 21.11.2013 14:53, Putze Sven wrote: - Shared libraries · You can ship your own private copies of shared libraries that you link against in /usr/share//, you are not allowed to install shared

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Andrey Kozhevnikov
i have two binaries in application, how to? On 21.11.2013 19:52, Reto Zingg wrote: Hi, On 21.11.2013 15:48, Andrey Kozhevnikov wrote: binary names rename same or should be renamed in domain-style too? /usr/bin/myapp or /usr/bin/org.coderus.myapp ? yes, also the binary name has to be named af

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Reto Zingg
Hi, On 21.11.2013 15:58, Andrey Kozhevnikov wrote: i have two binaries in application, how to? can you elaborate more? Why would you have to apps in one rpm? br Reto On 21.11.2013 19:52, Reto Zingg wrote: Hi, On 21.11.2013 15:48, Andrey Kozhevnikov wrote: binary names rename same or sho

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Andrey Kozhevnikov
my app using dbus background daemon and qml ui my app name is org.coderus.persecute /usr/bin/org.coderus.persecute and /usr/bin/org.coderus.persecute-server is okay? On 21.11.2013 20:07, Reto Zingg wrote: Hi, On 21.11.2013 15:58, Andrey Kozhevnikov wrote: i have two binaries in application,

Re: [SailfishDevel] SDK and Harbour news

2013-11-21 Thread Andrey Kozhevnikov
I just updated my package in Harbour - Persecute. (org.coderus.persecute-0.1-3.armv7hl.rpm) Please check if it packaged correctly and update my QA status :) On 21.11.2013 20:07, Reto Zingg wrote: Hi, On 21.11.2013 15:58, Andrey Kozhevnikov wrote: i have two binaries in application, how to?

[SailfishDevel] SDK and Harbour news

2013-11-21 Thread Iekku Pylkka
Ahoy all, As you might have noticed, there has been lot of stuff happening on application development and application releasing. Some of you who have already submitted applications to Harbour (Jolla's app store intake) have faced these challenges already. Thank you very much for your submission