Re: [SailfishDevel] App won't start

2015-03-15 Thread peter . pykalainen
Ok, got it. Thanks. Kimmo Lindholm kirjoitti su maaliskuuta 15 18:49:42 2015 GMT+0200: > this works as nemo > systemctl --user restart lipstick > > and this as root > systemctl-user restart lipstick > > -kimmo > > Thanks. > I had to run that as root to make it work. > > > > -- // Peter Pyk

Re: [SailfishDevel] Debugging external libraries

2015-03-15 Thread Andrey Kozhevnikov
Yes i was thinking about no contacts case. As seaside is cached database it can not produce any calls if no contacts. Talking about debugging imho you need to build a static library to see what happening inside it. But i may be wrong. 15.03.2015 18:08, Dmitriy Purgin пишет: Hi, thanks for an

Re: [SailfishDevel] App won't start

2015-03-15 Thread Kimmo Lindholm
this works as nemo systemctl --user restart lipstick and this as root systemctl-user restart lipstick -kimmo Thanks. I had to run that as root to make it work. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubsc

Re: [SailfishDevel] Debugging external libraries

2015-03-15 Thread Dmitriy Purgin
Hi, thanks for answering. What difference does debugging on device or emulator make to debugging the contacts lib itself if the environment is set properly for both? The worst case you get is that it tells you that there are no contacts whatsoever. The question is not about debugging the contacts

Re: [SailfishDevel] App won't start

2015-03-15 Thread Peter Pykäläinen
Thanks. I had to run that as root to make it work. // Peter Pykäläinen On 15 March 2015 at 13:34, Andrey Kozhevnikov wrote: > it's systemctl --user restart lipstick > > 15.03.2015 16:31, Chris Walker пишет: > > On Sat, 14 Mar 2015 23:33:06 +0200 >> Peter Pykäläinen wrote: >> >> Well that d

Re: [SailfishDevel] Debugging external libraries

2015-03-15 Thread Andrey Kozhevnikov
imho you need to install it to phone and debug contacts on device, not emulator? 15.03.2015 16:47, Dmitriy Purgin пишет: Hi, I'm struggling the whole day with this problem. Is there a way to debug a shared library not included to a project? In particular I'd like to see what's happening in n

[SailfishDevel] Debugging external libraries

2015-03-15 Thread Dmitriy Purgin
Hi, I'm struggling the whole day with this problem. Is there a way to debug a shared library not included to a project? In particular I'd like to see what's happening in nemomobile-qml-plugin-contacts-qt5. I have the following sample code being executed in Sailfish Emulator: import org.nemomobil

Re: [SailfishDevel] App won't start

2015-03-15 Thread Andrey Kozhevnikov
it's systemctl --user restart lipstick 15.03.2015 16:31, Chris Walker пишет: On Sat, 14 Mar 2015 23:33:06 +0200 Peter Pykäläinen wrote: Well that did it, thank you. // Peter Pykäläinen On 14 March 2015 at 22:55, Peter Pykäläinen wrote: How do I do that? Could you please send me the comm

Re: [SailfishDevel] App won't start

2015-03-15 Thread Chris Walker
On Sat, 14 Mar 2015 23:33:06 +0200 Peter Pykäläinen wrote: > Well that did it, thank you. > > > // Peter Pykäläinen > > On 14 March 2015 at 22:55, Peter Pykäläinen > wrote: > > > How do I do that? > > Could you please send me the command? If somebody in the future searches this thread becau