=== _salem is now known as salem_ === salem_ is now known as _salem === JanC_ is now known as JanC === chihchun_afk is now known as chihchun [06:54] good morning === chihchun is now known as chihchun_afk [09:57] Hi there === Richard is now known as Guest22329 === chihchun_afk is now known as chihchun === _salem is now known as salem_ [11:55] hey all [11:55] any news on the third phone yet? [11:57] you mean the MX4 ? [11:57] there's already 3 phones :p [13:10] no, I mean the one that mark mentioned which would be able to dock [13:10] ogra_, tathhu [13:10] well, thats announced for end of the year [13:11] ogra_, any details at all? [13:11] (and at that date you will most likely only find early developer editions) [13:11] ogra_, specifically if it is North America Compatible? [13:11] no idea, sorry [13:11] all i know is it will come from bq and it is specifically developed for this use case (unlike the former devices that were existing andorid devices) [13:12] and that it will be fully done by 16.04 === pat_ is now known as Guest41182 [13:50] cool === davidcalle_ is now known as davidcalle [14:35] hello ogra_ [14:43] there is a binary file 'abc' which i can run from terminal as ./abc without sudo , couldn't make it execute via QProcess in Qt, any clues? [14:47] how does it fail? check error messages, logs... [14:47] 'unknown error' is all im getting In qt [14:48] QProcess::start("/home/abc") [14:48] is this on a phone? [14:48] yes XD [14:49] if so, it will be confined and may not be able to access that directory [14:49] see "sudo dmesg | grep DEN" [14:49] also, what is a binary doing in /home [14:49] see what apparmor denials [14:49] running as unconfined [14:49] it should probably be located in your app directory [14:49] but dmesg may show something anyway [14:49] ok actual path is /home/phablet/Documents [14:50] even if its in app directory , gives same error [14:50] is the file marked executable? [14:50] yep [14:50] it runs fine in terminal [14:52] dmesg output is like this , I think it gives enough hints [14:53] apparmor="DENIED" operation="exec" profile="tynew.ty_ty_0.1" name="/home/phablet/Documents/termx" pid=17130 comm="ty" requested_mask="x" denied_mask="x" fsuid=32011 ouid=32011 [14:53] well, that clearly says the confinement kicked in [14:54] 'x' maps to exec() [14:54] it denies exec() [14:54] I see , and that is with unconfined mode [14:55] iirc unconfined still leaves some blocks in place ... jdstrand may correct me here [14:55] at least on the phone [14:56] :( that means this app is impossible [15:05] lesamourai, probably just the way you try to implement it is [15:06] well then back to init way to start the service [15:06] if its permitted... [15:10] what do you actually want to do [15:11] try to define your use-case rather than sticking to a specific implementation ... then try to adapt your use-case to the possible implementation [15:13] there is this service which I want to run in background , its ready , only thing left is how to implement it now [15:14] earlier plan was giving this option on client side of app , but its impossible [15:26] lesamourai, what is your service supposed to do === chihchun is now known as chihchun_afk [16:07] sorry was away for a while , service is implemented as a dbus service , its working if i run it from terminal , so only issue remaining is how to start it === bfiller_ is now known as bfiller === salem_ is now known as _salem