Re: [SailfishDevel] Lipstick not launching app

2020-04-14 Thread Julien Blanc
I finally tracked it to a race condition inside the startup phase of my application. For some reasons it never triggered when not launching using invoker, but my code was clearly broken, nothing wrong with invoker. So, i can fix it at this point. Thanks everybody for your help. Regards, Julien

Re: [SailfishDevel] Lipstick not launching app

2020-04-14 Thread Slava Monich
Just so you know, boosters may have to go because of this change in glibc:    https://sourceware.org/bugzilla/show_bug.cgi?id=24323 It has been reverted in Sailfish OS: https://git.sailfishos.org/mer-core/glibc/commit/df05690 but at some point boosters may get replaced with simple fork() wrapp

Re: [SailfishDevel] Lipstick not launching app

2020-04-14 Thread Adam Pigg
I think the qt5 booster is a no-op, but im sure someone with more knowledge can correct me. The regular booster will try and load the app as a shared library so it will need to be compiled a certain way. Depends how your app is written. Anything based on the sdk templates should be fine. On Tue,

Re: [SailfishDevel] Lipstick not launching app

2020-04-14 Thread Julien Blanc
Le mardi 14 avril 2020 à 11:27 +0100, Adam Pigg a écrit : > Have you tried using invoker to launch it? [nemo@Sailfish ~]$ invoker --type silica-qt5 harbour-kontroller invoker: Invoking execution: '/usr/bin/harbour-kontroller' invoker: error: Can't send signal 11 to application [24388]: No such pro

Re: [SailfishDevel] Lipstick not launching app

2020-04-14 Thread Adam Pigg
Have you tried using invoker to launch it? On Tue, 14 Apr 2020 at 11:18, Julien Blanc wrote: > > Finally found something relevant in the logs : > > Apr 14 12:15:42 Sailfish mapplauncherd[5363]: Boosted process > (pid=16324) was terminated due to signal 11 > > So apparently, my app segfaults, but

Re: [SailfishDevel] Lipstick not launching app

2020-04-14 Thread Julien Blanc
Finally found something relevant in the logs : Apr 14 12:15:42 Sailfish mapplauncherd[5363]: Boosted process (pid=16324) was terminated due to signal 11 So apparently, my app segfaults, but only when launched from applauncherd. This is somewhat good news. I can start to track the issue adding som

Re: [SailfishDevel] Lipstick not launching app

2020-04-13 Thread Julien Blanc
There it is : [Desktop Entry] Type=Application X-Nemo-Application-Type=silica-qt5 Icon=harbour-kontroller Exec=harbour-kontroller Name=Kontroller # translation example: # your app name in German locale (de) # # Remember to comment out the following line, if you do not want to use # a different app

Re: [SailfishDevel] Lipstick not launching app

2020-04-13 Thread Андрей Кожевников
Hello. You're right. Show us your .desktop file to judge пн, 13 апр. 2020 г. в 19:12, Julien Blanc : > Hi, > > I’m running into a pretty annoying issue with lipstick not launching > the application i develop anymore (occurs with 3.3, but occurs after i > made some changes which should not be rele

[SailfishDevel] Lipstick not launching app

2020-04-13 Thread Julien Blanc
Hi, I’m running into a pretty annoying issue with lipstick not launching the application i develop anymore (occurs with 3.3, but occurs after i made some changes which should not be relevant). The application launch fine from a terminal, launch fine from the sdk, but launching it from lipstick, i