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] 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] 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] 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

Re: [SailfishDevel] App won't start

2015-03-14 Thread Peter Pykäläinen
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? > > > // Peter Pykäläinen > > On 14 March 2015 at 22:30, Andrey Kozhevnikov > wrote: > >> you can try to restart lipstick only >> >>

Re: [SailfishDevel] App won't start

2015-03-14 Thread Peter Pykäläinen
How do I do that? Could you please send me the command? // Peter Pykäläinen On 14 March 2015 at 22:30, Andrey Kozhevnikov wrote: > you can try to restart lipstick only > > 15.03.2015 01:28, Peter Pykäläinen пишет: > > Yeah, that's what I thought too :) > Just too keen on my uptime! > > > //

Re: [SailfishDevel] App won't start

2015-03-14 Thread Andrey Kozhevnikov
you can try to restart lipstick only 15.03.2015 01:28, Peter Pykäläinen пишет: Yeah, that's what I thought too :) Just too keen on my uptime! // Peter Pykäläinen On 14 March 2015 at 22:23, Andrey Kozhevnikov > wrote: Looks okay, ... if pro file did not tou

Re: [SailfishDevel] App won't start

2015-03-14 Thread Peter Pykäläinen
Yeah, that's what I thought too :) Just too keen on my uptime! // Peter Pykäläinen On 14 March 2015 at 22:23, Andrey Kozhevnikov wrote: > Looks okay, ... if pro file did not touched also, your phone probably > needs a reboot :) > > 15.03.2015 01:18, Peter Pykäläinen пишет: > > This is the des

Re: [SailfishDevel] App won't start

2015-03-14 Thread Andrey Kozhevnikov
Looks okay, ... if pro file did not touched also, your phone probably needs a reboot :) 15.03.2015 01:18, Peter Pykäläinen пишет: This is the desktop file: [DesktopEntry] Type=Application X-Nemo-Application-Type=silica-qt5 Icon=harbour-hextrap Exec=harbour-hextrap Name=Hex Trap # translation

Re: [SailfishDevel] App won't start

2015-03-14 Thread Peter Pykäläinen
This is the desktop file: [Desktop Entry] Type=Application X-Nemo-Application-Type=silica-qt5 Icon=harbour-hextrap Exec=harbour-hextrap Name=Hex Trap # translation example: # your app name in German locale (de) Name[de]=harbour-hextrap This is the main.cpp: #include int main(int argc, c

Re: [SailfishDevel] App won't start

2015-03-14 Thread Andrey Kozhevnikov
show content of desktop file, main.cpp and spec/yaml also, but it will better to see at whole project tree on github or so, if your application is opensource. 15.03.2015 00:58, Peter Pykäläinen пишет: Hi, the app is pure QML app, nothing to it. Main QML is like this: importQtQuick2.0 import

Re: [SailfishDevel] App won't start

2015-03-14 Thread Peter Pykäläinen
Hi, the app is pure QML app, nothing to it. Main QML is like this: import QtQuick 2.0 import Sailfish.Silica 1.0 import "pages" ApplicationWindow { property bool isScramble: false; property bool isGameOn: false; property bool isMuted: false property int score: 0; pro

Re: [SailfishDevel] App won't start

2015-03-14 Thread Andrey Kozhevnikov
Hello, You know, if you want to get help you need to show at least something and give more details about your application :) 15.03.2015 00:11, Peter Pykäläinen пишет: Hi, I have a strange problem. I am developing an app and it works fine when launched from QtCreator or terminal. But when tr