itsnotabigtruck | best way is to run opensh and do accli -I | 00:00 |
---|---|---|
mankeli | btw, what is the mechanism that determines if package is possible to remove from launcher? | 00:03 |
itsnotabigtruck | and Stecchino: so yeah, if you use signon-oauth2 | 00:03 |
itsnotabigtruck | what you can do is call process with mechanism HMAC-SHA1 | 00:03 |
itsnotabigtruck | and it'll give you a OAuth1PluginTokenData | 00:03 |
mankeli | there doesn't seem to be clear answer to that in the harmattan docs | 00:03 |
itsnotabigtruck | which contains an access token and token secret | 00:03 |
itsnotabigtruck | and it looks like the HMAC key is produced from the token secret and consumer secret | 00:05 |
Stecchino | itsnotabigtruck: yup, but then every message still needs to be signed with a nonce and timestamp. I could re-implement the functions in qoauth, but that is just a waist of valuable time and might not work either | 00:05 |
itsnotabigtruck | so it would go call into signon -> retrieve token secret -> do oauth1 signature logic | 00:05 |
itsnotabigtruck | well, you could continue using qoauth as well as signon-oauth2 | 00:05 |
Stecchino | anyway, I think resources might have nothing to do with it. Could it be a kernel dev node is not readable by user? | 00:05 |
itsnotabigtruck | mind you, the aegis problem you have now still needs to be solved then | 00:05 |
itsnotabigtruck | but having accounts integration would make your app a lot more slick | 00:05 |
Stecchino | it would, it on my todo | 00:05 |
itsnotabigtruck | most apps don't have that right now because the devs cba to do it | 00:05 |
itsnotabigtruck | those apps aren't slick :p | 00:06 |
Stecchino | itsnotabigtruck: I found a way to run from QtCreator as user now. So I can trace the error better | 00:07 |
*** elldekaa_ has quit IRC | 00:08 | |
itsnotabigtruck | btw you should put your app in appsformeego, also | 00:09 |
itsnotabigtruck | it's kind of tricky to do with qt creator, which is a piece of crap that should not be used :p | 00:09 |
itsnotabigtruck | but since you're using it already, there is a way to adapt the output into something for afm | 00:09 |
itsnotabigtruck | and why don't you strace your app and watch for EPERM and EACCES errors | 00:10 |
itsnotabigtruck | what is the server that's being authenticated to | 00:11 |
Stecchino | itsnotabigtruck: a local snowy install | 00:12 |
itsnotabigtruck | so is the user expected to type in all the oauth parameters for every server they're going to use? | 00:12 |
Stecchino | no, just the url of the server | 00:13 |
*** b0unc3 has quit IRC | 00:13 | |
itsnotabigtruck | ie. the 3 endpoints, consumer id and consumer secret | 00:13 |
itsnotabigtruck | or is it 4 endpoints | 00:13 |
Stecchino | https://live.gnome.org/Tomboy/Synchronization/REST/1.0 | 00:13 |
*** b0unc3 has joined #harmattan | 00:14 | |
*** shanttu has quit IRC | 00:14 | |
Stecchino | itsnotabigtruck: it will be compatible with Ubuntu 1 sync as well, for which I'll probably create a pre-configured setup | 00:15 |
Stecchino | and using accounts and SSO obviously | 00:15 |
itsnotabigtruck | those docs are pretty spartan, esp about the authentication stuff | 00:15 |
itsnotabigtruck | looks like most of the oauth parameters come from the server | 00:16 |
Stecchino | itsnotabigtruck: they actually all do | 00:16 |
itsnotabigtruck | what's used for the consumer secret | 00:16 |
Stecchino | except for the host there is nothing the user needs to enter | 00:16 |
Stecchino | itsnotabigtruck: snowy is by convention configured to not need a customer secret | 00:16 |
*** jluisn has quit IRC | 00:16 | |
Stecchino | it might be different for U1 | 00:17 |
itsnotabigtruck | well, the oauth protocol requires a consumer secret | 00:17 |
itsnotabigtruck | it could be a fixed string though | 00:17 |
Stecchino | m_qoauth->setConsumerKey("anyone"); | 00:17 |
Stecchino | m_qoauth->setConsumerSecret("anyone"); | 00:17 |
itsnotabigtruck | so it's anyone | 00:17 |
itsnotabigtruck | heh | 00:17 |
Stecchino | well, snowy does not care in any case | 00:17 |
*** piggz has quit IRC | 00:18 | |
Stecchino | happily hands out request tokens | 00:18 |
itsnotabigtruck | well, anyway, i'd suggest trying out signon-oauth2 + QOAuth or something like that sooner rather than later | 00:18 |
Stecchino | it's up to the user to trust their apps, as it should be | 00:18 |
itsnotabigtruck | you could use it without the accounts system, and then adapt that in later more easily | 00:18 |
*** tom___ has joined #harmattan | 00:18 | |
itsnotabigtruck | writing the account plugin itself could be a bit tricky since the stock one definitely isn't going to work | 00:18 |
Stecchino | It's been a while but i might still remember what they look like from >1 year ago | 00:19 |
itsnotabigtruck | yeah, i'm not advocating the consumer secret system, i was just worried it would be a problem | 00:19 |
Stecchino | fixed a few bugs around accounts-ui | 00:19 |
itsnotabigtruck | it's a good thing it's not because that would sort of torpedo the whole key-in-any-server thing | 00:19 |
itsnotabigtruck | i think for the account plugin, it would basically come down to a) displaying a server box, b) contacting the server and grabbing the info, c) passing the info on to signon-oauth2, which pops up a web box and acquires the token, d) determining the user's username and storing that with the signon/accounts data | 00:22 |
itsnotabigtruck | but for phase 1, that functionality could be put into the app to save the bother of writing the plugin | 00:23 |
itsnotabigtruck | stecchino: but anyway, did you make any headway with the aegis-exec/devel-su/develsh testing | 00:26 |
Stecchino | no, but strace is proving to be useful | 00:26 |
*** rzr is now known as rZr | 00:29 | |
*** antman8969 has joined #harmattan | 00:32 | |
*** etrunko has quit IRC | 00:35 | |
*** Morpog has joined #harmattan | 00:38 | |
*** b0unc3 has quit IRC | 00:42 | |
*** e-yes has joined #harmattan | 00:44 | |
*** b0unc3 has joined #harmattan | 00:46 | |
*** antman8969 has quit IRC | 00:50 | |
*** gabriel9 has joined #harmattan | 00:54 | |
*** Morpog has quit IRC | 00:58 | |
*** niqt has quit IRC | 00:59 | |
*** e-yes has quit IRC | 01:02 | |
*** Sniper_swe has joined #harmattan | 01:04 | |
*** gabriel9 has quit IRC | 01:13 | |
*** rm_work has quit IRC | 01:18 | |
beford | hi, shouldn't Mail client use google talk's mail from my contacts as a mail address? | 01:18 |
ZogG_laptop | beford: depends | 01:25 |
beford | hey ZogG_laptop, not sure, I mean, trying to compose a mail from the built in client, and a click on the + sign, it says no contacts | 01:26 |
beford | shouldn't it at *least* show the ones from Talk on the same account? | 01:27 |
ZogG_laptop | beford: try entering name, doesn't it complete it? | 01:28 |
beford | nop | 01:28 |
ZogG_laptop | i'm not lemme check | 01:28 |
beford | I've justa added facebook and two contacts appear, I suppose they share their email address from FB | 01:30 |
beford | I guess the problem is that Gtalk contacts do not have a "mail" field | 01:31 |
ZogG_laptop | beford: i have few contact i dunno how they were added, but i think as it has types mail and jabber it adds foobar@gmail.com as jabber info and that's why do not add as email | 01:31 |
ZogG_laptop | beford: go to that contact and check info | 01:31 |
beford | yes, that seems to be the problem | 01:31 |
beford | but I do not want to add it manually to each of my contacts :P | 01:31 |
ZogG_laptop | beford: than app/script should be used, as well as bug report | 01:33 |
beford | yea :/ | 01:35 |
beford | well maybe I am "holding" it wrong, going to ask on TMO just in case | 01:36 |
ZogG_laptop | beford: i checked it doesn't work | 01:40 |
ZogG_laptop | checked on someone i have in google talks but do not have on mail as well | 01:40 |
*** tom___ has quit IRC | 01:48 | |
*** lmoura has quit IRC | 02:00 | |
*** antman8969 has joined #harmattan | 02:00 | |
*** lmoura has joined #harmattan | 02:02 | |
*** sp3000 has quit IRC | 02:03 | |
*** natunen has quit IRC | 02:04 | |
*** e-yes has joined #harmattan | 02:12 | |
*** M4rtinK has quit IRC | 02:14 | |
*** liar has quit IRC | 02:15 | |
*** hardaker has joined #harmattan | 02:15 | |
*** sp3000 has joined #harmattan | 02:17 | |
*** antman8969 has quit IRC | 02:17 | |
*** leio has quit IRC | 02:20 | |
*** leio has joined #harmattan | 02:23 | |
*** dymaxion has quit IRC | 02:26 | |
*** leio has quit IRC | 02:31 | |
*** leio has joined #harmattan | 02:31 | |
*** b0unc3 has quit IRC | 02:33 | |
*** b0unc3 has joined #harmattan | 02:34 | |
*** leio has quit IRC | 02:35 | |
*** leio has joined #harmattan | 02:40 | |
*** sp3000 has quit IRC | 02:42 | |
*** tonyoy has quit IRC | 02:48 | |
*** rcg1 has quit IRC | 02:54 | |
*** sp3000 has joined #harmattan | 02:55 | |
*** hahlo has quit IRC | 03:03 | |
*** hahlo has joined #harmattan | 03:03 | |
*** juergbi has quit IRC | 03:07 | |
*** juergbi has joined #harmattan | 03:08 | |
*** sp3000 has quit IRC | 03:09 | |
*** sp3000 has joined #harmattan | 03:15 | |
*** sp3000 has quit IRC | 03:29 | |
*** sp3000 has joined #harmattan | 03:30 | |
*** hhartz has quit IRC | 03:40 | |
*** juergbi has quit IRC | 03:42 | |
*** juergbi has joined #harmattan | 03:42 | |
*** b0unc3 has quit IRC | 03:45 | |
*** b0unc3 has joined #harmattan | 03:46 | |
*** e-yes has quit IRC | 03:52 | |
*** sp3000 has quit IRC | 03:59 | |
*** hardaker has quit IRC | 04:01 | |
*** sp3000 has joined #harmattan | 04:01 | |
*** Sazpaimon has quit IRC | 04:07 | |
*** Sazpaimon has joined #harmattan | 04:08 | |
*** arcean has quit IRC | 04:09 | |
*** gri has quit IRC | 04:12 | |
*** gri has joined #harmattan | 04:13 | |
*** beford has quit IRC | 04:16 | |
*** beford has joined #harmattan | 04:18 | |
*** sp3000 has quit IRC | 04:22 | |
*** adlan has joined #harmattan | 04:32 | |
*** sp3000 has joined #harmattan | 04:35 | |
*** Sazpaimon_ has joined #harmattan | 04:43 | |
*** Sazpaimon has quit IRC | 04:44 | |
*** Iktwo has joined #harmattan | 04:50 | |
*** bef0rd has joined #harmattan | 04:54 | |
*** imunsie has joined #harmattan | 05:04 | |
*** _MeeGoBot_ has quit IRC | 05:11 | |
*** _MeeGoBot_ has joined #harmattan | 05:11 | |
*** ChanServ sets mode: +v _MeeGoBot_ | 05:11 | |
*** b0unc3 has quit IRC | 05:12 | |
*** DrGrov has joined #harmattan | 05:12 | |
*** swerige has quit IRC | 05:13 | |
*** tbf__ has joined #harmattan | 05:13 | |
*** swerige has joined #harmattan | 05:16 | |
*** tbf_ has quit IRC | 05:16 | |
*** sp3000 has quit IRC | 05:19 | |
*** sp3000 has joined #harmattan | 05:20 | |
*** oberling_ has joined #harmattan | 05:21 | |
*** oberling has quit IRC | 05:24 | |
*** DrGrov has left #harmattan | 05:39 | |
*** natunen has joined #harmattan | 05:42 | |
*** GeorgeH has joined #harmattan | 05:45 | |
*** Iktwo has quit IRC | 06:07 | |
*** bef0rd has quit IRC | 06:11 | |
*** Tronic has quit IRC | 07:04 | |
*** leio_ has joined #harmattan | 07:04 | |
*** leio has quit IRC | 07:05 | |
*** GeorgeH has quit IRC | 07:17 | |
*** Termana has quit IRC | 07:18 | |
*** Termana has joined #harmattan | 07:28 | |
*** Tronic has joined #harmattan | 07:50 | |
*** gexc has joined #harmattan | 07:59 | |
*** gexc has quit IRC | 08:00 | |
*** e-yes has joined #harmattan | 08:04 | |
*** mschlens has quit IRC | 08:13 | |
*** mschlens has joined #harmattan | 08:15 | |
*** Corsac has quit IRC | 08:24 | |
*** piggz has joined #harmattan | 08:31 | |
*** drf__ has quit IRC | 08:31 | |
*** drf__ has joined #harmattan | 08:31 | |
*** drf__ has joined #harmattan | 08:31 | |
*** sahib_ has quit IRC | 08:35 | |
*** sahib_ has joined #harmattan | 08:35 | |
*** beford has quit IRC | 08:36 | |
*** piggz has quit IRC | 08:37 | |
*** aheinecke_ has joined #harmattan | 08:41 | |
*** Siva has quit IRC | 08:45 | |
*** Siva has joined #harmattan | 08:45 | |
*** aheinecke has quit IRC | 08:45 | |
*** Corsac has joined #harmattan | 08:47 | |
*** e-yes has quit IRC | 08:48 | |
*** gabriel9 has joined #harmattan | 08:52 | |
*** rnovacek has joined #harmattan | 09:05 | |
*** tgalal has joined #harmattan | 09:11 | |
*** Tronic has quit IRC | 09:28 | |
*** gabriel9 has quit IRC | 09:30 | |
*** tonyoy has joined #harmattan | 09:31 | |
*** Tronic has joined #harmattan | 09:36 | |
*** Shaan7 has quit IRC | 09:36 | |
*** cvaldemar has quit IRC | 09:41 | |
*** rcg1 has joined #harmattan | 09:50 | |
*** gabriel9|work has joined #harmattan | 09:57 | |
*** tonyoy has quit IRC | 09:58 | |
*** rZr is now known as rzr | 10:02 | |
*** harbaum has joined #harmattan | 10:08 | |
*** harbaum has left #harmattan | 10:09 | |
*** elldekaa has joined #harmattan | 10:10 | |
*** snowpong has joined #harmattan | 10:12 | |
*** tgalal has quit IRC | 10:24 | |
*** Saviq_ has joined #harmattan | 10:32 | |
*** Saviq_ has quit IRC | 10:33 | |
*** rzr is now known as rZr | 10:41 | |
*** aquarius has joined #harmattan | 10:46 | |
*** aquarius has quit IRC | 10:51 | |
*** aquarius has joined #harmattan | 10:52 | |
*** Nirkus has joined #harmattan | 10:52 | |
*** Nirkus has joined #harmattan | 10:52 | |
*** artemma has joined #harmattan | 11:06 | |
*** cvaldemar has joined #harmattan | 11:09 | |
*** M4rtinK has joined #harmattan | 11:11 | |
*** danielcbit has quit IRC | 11:14 | |
*** cvaldemar has quit IRC | 11:16 | |
*** imunsie has quit IRC | 11:17 | |
*** cvaldemar has joined #harmattan | 11:31 | |
*** rcg1 has quit IRC | 11:40 | |
*** rcg1 has joined #harmattan | 11:42 | |
*** cvaldemar has quit IRC | 11:45 | |
*** hahlo has quit IRC | 11:49 | |
*** hahlo has joined #harmattan | 11:49 | |
*** cvaldemar has joined #harmattan | 11:59 | |
*** cvaldemar has quit IRC | 12:13 | |
*** djszapi has joined #harmattan | 12:19 | |
*** tbf__ has quit IRC | 12:21 | |
*** tbf has joined #harmattan | 12:22 | |
*** Saviq_ has joined #harmattan | 12:24 | |
*** aquarius_ has joined #harmattan | 12:30 | |
*** aquarius has quit IRC | 12:30 | |
*** Arkenoi has quit IRC | 12:32 | |
*** aquarius has joined #harmattan | 12:33 | |
*** aquarius_ has quit IRC | 12:34 | |
*** aquarius has quit IRC | 12:34 | |
*** aquarius has joined #harmattan | 12:40 | |
*** hhartz has joined #harmattan | 13:01 | |
*** liar has joined #harmattan | 13:07 | |
*** adlan has quit IRC | 13:13 | |
*** arcean has joined #harmattan | 13:21 | |
*** elldekaa has quit IRC | 13:21 | |
*** leio_ is now known as leio | 13:21 | |
*** b0unc3 has joined #harmattan | 13:41 | |
*** Tronic has quit IRC | 13:48 | |
*** mzanetti has quit IRC | 13:49 | |
*** elldekaa has joined #harmattan | 13:50 | |
*** b0unc3 has quit IRC | 13:53 | |
ZogG_laptop | thp: ping | 13:53 |
*** elldekaa has quit IRC | 13:54 | |
*** djszapi has left #harmattan | 13:55 | |
*** elldekaa has joined #harmattan | 13:56 | |
*** b0unc3 has joined #harmattan | 14:00 | |
*** Aranel has quit IRC | 14:05 | |
*** zhxt has joined #harmattan | 14:10 | |
*** pawky|2 has quit IRC | 14:11 | |
*** GeneralAntilles has quit IRC | 14:11 | |
*** jluisn has joined #harmattan | 14:17 | |
*** lmoura has quit IRC | 14:29 | |
*** lmoura has joined #harmattan | 14:31 | |
*** etrunko has joined #harmattan | 14:34 | |
thp | ZogG_laptop: pong | 14:39 |
*** DocScrutinizer has quit IRC | 14:42 | |
*** DocScrutinizer has joined #harmattan | 14:42 | |
*** oberling_ is now known as oberling | 14:42 | |
*** djszapi has joined #harmattan | 14:43 | |
*** djszapi has left #harmattan | 14:43 | |
*** divan has quit IRC | 14:43 | |
*** mzanetti has joined #harmattan | 14:50 | |
*** mzanetti has quit IRC | 14:50 | |
ZogG_laptop | thp: i just have few questions about harmattan on github | 14:52 |
ZogG_laptop | may i? | 14:52 |
*** GeneralAntilles has joined #harmattan | 14:53 | |
*** ZogG_laptop has quit IRC | 15:01 | |
*** ZogG_laptop has joined #harmattan | 15:01 | |
ZogG_laptop | ooops | 15:02 |
ZogG_laptop | X freezed | 15:02 |
ZogG_laptop | didn't find out reason yet =( | 15:02 |
*** aquarius_ has joined #harmattan | 15:04 | |
thp | ZogG_laptop: don't ask to ask, just ask ;) | 15:05 |
*** aquarius has quit IRC | 15:06 | |
ZogG_laptop | thp: how do i create repo there? | 15:08 |
ZogG_laptop | do i need to create it under my account and somehow pull it there ? | 15:08 |
*** aquarius_ has quit IRC | 15:08 | |
ZogG_laptop | or i can do it from there (but than i don't have any button or anything for that) | 15:09 |
*** aquarius has joined #harmattan | 15:09 | |
ZogG_laptop | thp: my bad, i think i found how to do it | 15:10 |
*** TMavica has joined #harmattan | 15:25 | |
*** TMavica has quit IRC | 15:26 | |
*** liar has quit IRC | 15:29 | |
*** tbf has quit IRC | 15:30 | |
*** liar has joined #harmattan | 15:41 | |
artemma | anybody needs N950? #finland | 15:47 |
mankeli | how much? | 15:47 |
kevin_b | I'd like to own one | 15:48 |
kevin_b | :D | 15:48 |
artemma | well, technically I don't think I have a right to sell it | 15:48 |
artemma | but I can let you borrow it forever | 15:48 |
artemma | that is in theory Nokia may like to call it back at some point | 15:49 |
mankeli | that would be nice | 15:49 |
*** franz` has quit IRC | 15:49 | |
artemma | I am thinking of 500eur or best offer | 15:49 |
*** zhxt has quit IRC | 15:49 | |
artemma | was thinking about ebay, but decided to ask here first | 15:49 |
*** franz` has joined #harmattan | 15:51 | |
SpeedEvil | If you want to donate it, you might consider the summer program | 15:55 |
SpeedEvil | Look and find a worthy proposal that doesn't get the debate. | 15:55 |
artemma | it's definitely better than having it lying on the shelf, indeed.. | 15:56 |
mankeli | what summer program? | 15:57 |
SpeedEvil | http://wiki.maemo.org/Summer%2712_Device_Program | 15:58 |
SpeedEvil | I'm so tempted to add '25 for mortal men, doomed to die' to the bottom of that list. | 15:59 |
SpeedEvil | 'And one for Elop alone, on his dark throne' | 16:00 |
*** djszapi has joined #harmattan | 16:00 | |
djszapi | hmm, ovi is not proceeding recently with submitted updates ? | 16:00 |
*** babydragon has joined #harmattan | 16:01 | |
*** Sazpaimon_ has quit IRC | 16:03 | |
*** babydragon has left #harmattan | 16:06 | |
mankeli | SpeedEvil: ooh. i thought n9 is officially dead :D | 16:08 |
mankeli | but nokia sponsoring devs like that.. wtf is up with them | 16:08 |
djszapi | mankeli: why would it ? | 16:08 |
mankeli | didnt they already delete n9 even from their site? | 16:09 |
djszapi | they did not. | 16:09 |
ninnnu | Random guess: N9-apps will be also more or less compatible with upcoming Meltemi? | 16:09 |
djszapi | only from the Finnish | 16:09 |
djszapi | ninnnu: why would they | 16:10 |
SpeedEvil | ninnnu: Seems unlikely from what's been revealed. | 16:10 |
djszapi | qt4 != qt5 | 16:10 |
ninnnu | Okay, so not. | 16:10 |
djszapi | you can use qtquick1 tough | 16:10 |
djszapi | but this is all speculation what the platform will be anyway | 16:11 |
djszapi | so makes no sense to discuss | 16:11 |
flux | probably it will change once or twice before it sees the market :P | 16:12 |
*** mzanetti has joined #harmattan | 16:12 | |
djszapi | that is normal nayway | 16:12 |
djszapi | anyway* | 16:12 |
ZogG_laptop | artemma: why would you get rid of n950 | 16:12 |
artemma | ZogG_laptop: never using N950 | 16:12 |
artemma | always on N9 | 16:12 |
artemma | In fact I also have one Lumia 800 and one extra N9 to sell as well :) | 16:12 |
ZogG_laptop | it's bad i'm not from finland =) | 16:12 |
artemma | but these go out for cheap. Whoever gives 200 eur first | 16:13 |
artemma | ZogG_laptop: Finland is only for simplicity of transactions. If you happen to trust me enough for international money transfer and pay for shipment (I guess you'll want better than just mail), it's fine | 16:14 |
petteri | 200 for N950 | 16:19 |
flux | you can probably get 2000 for n950 :P | 16:20 |
petteri | artemma: ping me if you accept my offer. I am located at helsinki | 16:23 |
ZogG_laptop | artemma: i would love to get n950 and don't care to pay shipment but i understand that you would prefer to give it for someone who is in Finland =\ | 16:24 |
artemma | petteri: I'll think about it, but will try to get som emore | 16:25 |
*** Siva has quit IRC | 16:25 | |
artemma | flux: some fan would probably want to get N950 for 2000, yet I am not sure if I am able to find one. 500 is something that normal people could still spend on getting a great dev device | 16:26 |
*** Siva has joined #harmattan | 16:26 | |
petteri | ok, if you want to have auction, keep the offers public (here at this channel) :) | 16:26 |
artemma | ZogG_laptop: It can be out of Finland. It's just so that I am located in Finland, so with local folks e could arrange something even today and you could see everything yourself | 16:26 |
artemma | ZogG_laptop: DCC me your email if you want to see some photos/videos of the exact condition | 16:28 |
artemma | SW wise it's perfect, but there are a couple of scratches here and there | 16:28 |
artemma | screen is fine | 16:28 |
ZogG_laptop | artemma: so you sell it or it's for free(only shipping cost? ) | 16:28 |
artemma | ZogG_laptop: you missed the 500 eur line apparently :) | 16:29 |
*** djszapi has left #harmattan | 16:29 | |
ZogG_laptop | oh i did =) | 16:31 |
ZogG_laptop | i read only borrow forever part | 16:31 |
*** Morpog has joined #harmattan | 16:31 | |
RST38h | MEANWHILE: Samsung has asked a Californian court to dismiss seven of Apple's expert witnesses in a patent case - because their "slavish" love for the Foxconn-rebrander means they are unable to give useful testimony. | 16:40 |
ZogG_laptop | rZr: still sleeping? | 16:43 |
ZogG_laptop | rZr: https://github.com/harmattan/imgrup | 16:43 |
ZogG_laptop | itsnotabigtruck: https://github.com/harmattan/imgrup you may want to see it as well =) | 16:44 |
*** hardaker has joined #harmattan | 16:44 | |
*** Shaan7 has joined #harmattan | 16:49 | |
*** tom____ has joined #harmattan | 16:53 | |
*** ZogG_laptop has quit IRC | 17:00 | |
*** radiofree is now known as radiofree_ | 17:00 | |
*** tom____ has quit IRC | 17:06 | |
*** Shaan7 has quit IRC | 17:07 | |
*** rm_work has joined #harmattan | 17:09 | |
*** Shaan7 has joined #harmattan | 17:15 | |
*** liar has quit IRC | 17:21 | |
*** javispedro has joined #harmattan | 17:25 | |
*** rnovacek has quit IRC | 17:27 | |
*** liar has joined #harmattan | 17:28 | |
*** aquarius has quit IRC | 17:40 | |
*** TMavica has joined #harmattan | 17:40 | |
*** TMavica has quit IRC | 17:41 | |
b0unc3 | guys, anyone know if is it possible to have upstart running on a gconf event (key change)? | 17:45 |
*** jluisn has quit IRC | 17:46 | |
*** t0tom has joined #harmattan | 17:47 | |
*** t0tom has quit IRC | 17:48 | |
*** beford has joined #harmattan | 17:51 | |
*** Morpog has quit IRC | 17:51 | |
*** leio has quit IRC | 17:52 | |
*** cityLights has quit IRC | 17:56 | |
*** leio has joined #harmattan | 17:57 | |
*** liar has quit IRC | 17:58 | |
*** liar has joined #harmattan | 18:04 | |
*** tom____ has joined #harmattan | 18:04 | |
*** tom____ has quit IRC | 18:11 | |
*** aquarius has joined #harmattan | 18:32 | |
*** tbf has joined #harmattan | 18:37 | |
*** M4rtinK has quit IRC | 18:38 | |
*** artemma has quit IRC | 18:39 | |
*** danielcbit has joined #harmattan | 18:42 | |
*** Shaan7 has quit IRC | 18:46 | |
*** gabriel9|work has quit IRC | 18:50 | |
*** NIN101 has joined #harmattan | 19:09 | |
*** Shaan7 has joined #harmattan | 19:14 | |
*** hhartz has quit IRC | 19:20 | |
*** jaywink has joined #harmattan | 19:29 | |
*** ZogG_laptop has joined #harmattan | 19:30 | |
*** arcean has quit IRC | 19:31 | |
*** rZr is now known as rzr | 19:31 | |
*** ZogG has quit IRC | 19:33 | |
ZogG_laptop | rzr: i sent you source =) | 19:34 |
rzr | let me check | 19:34 |
rzr | ZogG_laptop, where ? rzr@gna.org ? | 19:35 |
ZogG_laptop | rzr: i put the code on github | 19:35 |
ZogG_laptop | rzr: but i think it's not working version as i added account plugin and i think it messed app | 19:35 |
ZogG_laptop | rzr: checking it now | 19:36 |
rzr | where did you send that message ? | 19:36 |
*** tgalal has joined #harmattan | 19:36 | |
ZogG_laptop | rzr: here and tmo | 19:36 |
ZogG_laptop | rzr: https://github.com/harmattan/imgrup | 19:37 |
tgalal | sup wazappers :P | 19:37 |
ZogG_laptop | tgalal: sup sup | 19:37 |
ZogG_laptop | tgalal: we found you the perfect place to put the source =P | 19:37 |
tgalal | ZogG_laptop: oh where where\ | 19:38 |
rzr | gh | 19:38 |
ZogG_laptop | btw i think it supports private repos there as well when you cn add people you want to see it =) | 19:38 |
rzr | let me try to build this now | 19:38 |
ZogG_laptop | but you should chck with thp for last thing i said | 19:38 |
ZogG_laptop | rzr: it's not exactly working version =P | 19:38 |
tgalal | ZogG_laptop: Yeah it supports private repos | 19:38 |
tgalal | not for free though | 19:38 |
ZogG_laptop | tgalal: https://github.com/harmattan/ | 19:39 |
ZogG_laptop | rzr: actually i just checked and i think it's working. though it need to be checked | 19:40 |
*** javispedro has quit IRC | 19:40 | |
ZogG_laptop | rzr: tgalal mind to check something? | 19:40 |
tgalal | ZogG_laptop: whatsup? | 19:40 |
ZogG_laptop | tgalal: my app | 19:41 |
beford | hey tgalal | 19:41 |
tgalal | ZogG_laptop: what app? | 19:41 |
beford | I flashed my phone and I was unable to re-register | 19:41 |
ZogG_laptop | it was working but now i added plugin into source and i'm not sure if app still working or it's left over of last version install | 19:41 |
beford | I ended using the "everything seems to be failing" and worked :P | 19:42 |
tgalal | beford: see, that's why I added it :P | 19:42 |
ZogG_laptop | beford: it'sa magic | 19:42 |
tgalal | beford: the function name is "abrakadbra" | 19:42 |
tgalal | for real | 19:42 |
tgalal | lol | 19:42 |
beford | lol | 19:42 |
rzr | i just cloned it | 19:42 |
beford | I received some "too recent" errors with the voice and sms method, weird because I had activated my account from the first beta, but that button did the trick | 19:43 |
ZogG_laptop | rzr: waaaait | 19:44 |
ZogG_laptop | rzr: i gitignored something by mistake | 19:44 |
rzr | ZogG_laptop, i will rebase it once built :) | 19:44 |
*** ZogG has joined #harmattan | 19:45 | |
ZogG_laptop | rzr: i ignored build dir | 19:45 |
ZogG_laptop | rzr: pushing now | 19:45 |
ZogG_laptop | rzr: recheck | 19:45 |
ZogG_laptop | tgalal: beford do you mind to check the deb? | 19:46 |
beford | short url link me | 19:46 |
ZogG_laptop | beford: qrcode? | 19:46 |
beford | let me install the qr code reader | 19:47 |
tgalal | ZogG_laptop: same here | 19:47 |
tgalal | let me install the reader | 19:47 |
ZogG_laptop | meescan is good one | 19:47 |
beford | btw are you still working on imgur "share" integration ZogG_laptop ? | 19:48 |
ZogG_laptop | beford: that's the app | 19:48 |
beford | nice, with share? :o | 19:48 |
ZogG_laptop | beford: i honestly didn't touch it for a long time, today went opensource | 19:48 |
rzr | Project ERROR: Package libsignon-qt not found | 19:48 |
ZogG_laptop | beford: no, for now it half working account integration | 19:48 |
ZogG_laptop | rzr: what pr you use? | 19:49 |
ZogG_laptop | rzr: try to delete that one i think i added too much of those just in case =) | 19:49 |
*** aquarius has quit IRC | 19:49 | |
tgalal | ZogG_laptop: qrcode please | 19:50 |
*** Arkenoi has joined #harmattan | 19:50 | |
ZogG_laptop | tgalal: beford http://qrcode.kaywa.com/img.php?s=8&d=https%3A%2F%2Fgithub.com%2Fharmattan%2Fimgrup%2Fraw%2Fmaster%2Fimgrup_0.0.6.8_armel.deb | 19:51 |
ZogG_laptop | beford: you can try to add account btw, but you need to chmod +x invoker script | 19:51 |
tgalal | ZogG_laptop: you are funkycode? :P | 19:51 |
ZogG_laptop | i need to add it to post install script after i figure out how i do it =) | 19:51 |
ZogG_laptop | tgalal: why? | 19:51 |
ZogG_laptop | tgalal: my nick was taken | 19:52 |
tgalal | ZogG_laptop: aha | 19:52 |
ZogG_laptop | i still don't get how funkycode was not and my nick was =) | 19:52 |
rzr | no need to keep binary inside the scm | 19:52 |
beford | i dont have an imgur account though | 19:53 |
tgalal | ZogG_laptop: choose image shows blank page | 19:53 |
beford | but I like to use it to share random shots, pictures | 19:53 |
ZogG_laptop | bttw if someone interested i made small C++ console app for imgur as well — "$imgr pic.png" would return url | 19:53 |
rzr | sure put it aside :) | 19:53 |
ZogG_laptop | tgalal: yeah was the same for me, but i checked today and it was ok | 19:53 |
ZogG_laptop | rzr: under my github account there is repo with console app, i think you shoul make install it and copy to bin if you want | 19:54 |
rzr | 1st let me try to push my changes back to you | 19:54 |
ZogG_laptop | rzr: ok | 19:55 |
ZogG_laptop | rzr: i just not sure if i sync with your change it still would work in qtcreator as i have no scratchbox and can't really install it due it taking too much space (68 gibs SSD here for whole linux drive and same for win7) | 19:58 |
rzr | well you will just tell it | 19:58 |
ZogG_laptop | tgalal: try relaunching it | 19:58 |
ZogG_laptop | rzr: tell what? | 19:59 |
ZogG_laptop | tgalal: never mind | 19:59 |
ZogG_laptop | i found the problem | 19:59 |
beford | yes chose image is empty | 20:00 |
ZogG_laptop | it doesn't work when you launch it from phone =\ | 20:01 |
ZogG_laptop | it works when you launch it from qtcreator | 20:01 |
ZogG_laptop | probably aegis thing | 20:01 |
ZogG_laptop | lemme re-check | 20:01 |
*** ZogG_laptop has quit IRC | 20:01 | |
*** ZogG_laptop has joined #harmattan | 20:01 | |
*** hardaker has quit IRC | 20:01 | |
ZogG_laptop | rzr: oops disconeccted | 20:01 |
ZogG_laptop | so what was last thing i said and last thing you said =) | 20:01 |
beford | lemme recheck | 20:02 |
ZogG_laptop | tgalal: i found the problem i think, it's probably aegis as it does work when i build on phone from qtcreator but doesn't when i launch fom phone as well | 20:02 |
tgalal | ZogG_laptop: still give blank | 20:02 |
ZogG_laptop | beford: wouldn't work | 20:02 |
ZogG_laptop | tgalal: ^ | 20:02 |
beford | thats what you said | 20:02 |
beford | <ZogG_laptop> lemme re-check | 20:02 |
ZogG_laptop | oh | 20:06 |
ZogG_laptop | thanks | 20:06 |
*** hardaker has joined #harmattan | 20:06 | |
beford | figure out the "share" integration and it will be perfect ZogG_laptop ! | 20:07 |
ZogG_laptop | beford: share in app or app in share | 20:07 |
beford | system share | 20:07 |
beford | share from gallery, external apps | 20:08 |
ZogG_laptop | beford: the idea to redesing and add setting to add sharing in plugins and ability to share from app, to add galerry and files organization from in app with login | 20:08 |
mankeli | hey, so does someone know what causes package to be uninstallable via launcher? | 20:08 |
*** tgalal has quit IRC | 20:08 | |
beford | ZogG_laptop, plugin share yea, it will be nice | 20:09 |
beford | I heard it's not that well documented but it would be nice | 20:09 |
mankeli | it shows in installed apps and can be removed from there, but in launcher there is no delete-button | 20:09 |
ZogG_laptop | beford: i added account plugin | 20:10 |
beford | mankeli, qt projects are uninstalable from the launcher | 20:10 |
beford | I suppose its something on the .desktop fie | 20:11 |
ZogG_laptop | but i didn't figured out how to get tokens from it in the app | 20:11 |
ZogG_laptop | when it would be finished i'll try share plugin | 20:11 |
ZogG_laptop | beford: i'n mot developer, so it's hard for me | 20:11 |
*** arcean has joined #harmattan | 20:13 | |
beford | yea :/ | 20:13 |
ZogG_laptop | beford: mind to redownload and check now? | 20:13 |
ZogG_laptop | i think i fixed aegis thing | 20:13 |
beford | same url? | 20:13 |
ZogG_laptop | yeah | 20:13 |
ZogG_laptop | should be the same as uploaded file | 20:14 |
ZogG_laptop | /s/uploaded/re-uploaded | 20:14 |
mankeli | beford: this is packaged in scratchbox | 20:15 |
*** b0unc3 has quit IRC | 20:15 | |
ZogG_laptop | mankeli: i have few programs like that | 20:15 |
*** hhartz has joined #harmattan | 20:15 | |
mankeli | i cannot locate anything what could possibly matter | 20:15 |
ZogG_laptop | mankeli: try to delete it and check if desktop file is still there | 20:15 |
*** b0unc3 has joined #harmattan | 20:17 | |
mankeli | do you think its .desktop perms? | 20:17 |
beford | mankeli, works now | 20:17 |
beford | mankeli, I think its a field on the desktop file, did you check a default qtcreator project | 20:17 |
beford | erm sorry, it was ZogG_laptop, its working nw | 20:17 |
beford | now* | 20:17 |
ZogG_laptop | beford: as i thought it was aegis thing | 20:18 |
mankeli | beford: damn :) | 20:18 |
ZogG_laptop | rzr: i still can't see your pull request | 20:19 |
*** rcg1 has quit IRC | 20:19 | |
beford | ZogG_laptop, it seems to show the "old" picture for a while when browsing imgur gallery right? | 20:20 |
ZogG_laptop | beford: nope | 20:22 |
ZogG_laptop | beford: there are few categories | 20:23 |
ZogG_laptop | beford: i use http://imgur.com/gallery/hot.json | 20:23 |
beford | maybe i dont explain my self | 20:23 |
ZogG_laptop | hot is not always fresh one | 20:23 |
ZogG_laptop | i think there are fresh ones as well | 20:23 |
ZogG_laptop | i wanted to add it as option as well | 20:24 |
beford | I mean this, click gallery, click pretty dog, go back, click funny face, I see pretty dog for a while (its downloading the img I suppose) and then I see the funny face | 20:24 |
ZogG_laptop | beford: oh, yes | 20:24 |
ZogG_laptop | beford: that and it jumps not to top =( | 20:24 |
ZogG_laptop | beford: it uses old data till it downloads new one | 20:25 |
beford | yea, that's a flickable thing no? I think you can scroll it to the top | 20:25 |
*** b0unc3 has quit IRC | 20:25 | |
ZogG_laptop | beford: as now i'm opensource i would like if you could make an issues on github | 20:25 |
beford | sure | 20:26 |
ZogG_laptop | beford: you can scroll but it jumps after loading or something likethat, i remember i didnt like it myself | 20:26 |
ZogG_laptop | beford: also if don't mind check camera shots | 20:26 |
beford | good point, doesn't work | 20:27 |
beford | I think you need CAP::Video or something like that | 20:27 |
beford | GRP::video | 20:27 |
*** b0unc3 has joined #harmattan | 20:27 | |
ZogG_laptop | i think i have GRP:video | 20:28 |
beford | http://stackoverflow.com/questions/7281014/meego-1-2-harmattan-and-qcamera-application | 20:31 |
*** ZogG_laptop has quit IRC | 20:35 | |
*** tonyoy has joined #harmattan | 20:35 | |
*** b0unc3 has quit IRC | 20:35 | |
*** b0unc3 has joined #harmattan | 20:38 | |
*** elldekaa has quit IRC | 20:38 | |
*** jluisn has joined #harmattan | 20:44 | |
*** gabriel9 has joined #harmattan | 20:44 | |
*** tom_ has joined #harmattan | 20:52 | |
*** rcg1 has joined #harmattan | 20:56 | |
*** ZogG_laptop has joined #harmattan | 21:02 | |
*** natunen has quit IRC | 21:03 | |
ZogG_laptop | beford: rzr got disconnected again, something wrong with my internetz, and than got about thousands phone calls | 21:03 |
rzr | ZogG_laptop, back | 21:04 |
rzr | i just built it | 21:04 |
rzr | about to install on device to check :_ | 21:04 |
rzr | arg conflicst | 21:04 |
ZogG_laptop | rzr: i fixed aegis | 21:05 |
ZogG_laptop | there were problems | 21:05 |
*** natunen has joined #harmattan | 21:06 | |
*** tgalal has joined #harmattan | 21:19 | |
*** harbaum has joined #harmattan | 21:19 | |
*** M4rtinK has joined #harmattan | 21:20 | |
ZogG_laptop | ~ping | 21:24 |
infobot | ~pong | 21:24 |
*** natunen has quit IRC | 21:25 | |
rzr | ZogG_laptop, do u plan to keep the deb file inside the sources tree ? | 21:27 |
ZogG_laptop | ~ping | 21:31 |
infobot | ~pong | 21:31 |
*** ZogG_laptop has quit IRC | 21:31 | |
*** piggz has joined #harmattan | 21:31 | |
*** ZogG_laptop has joined #harmattan | 21:31 | |
ZogG_laptop | rzr: not really, why would i keep deb inside? | 21:32 |
ZogG_laptop | i just added it for tests | 21:32 |
*** b0unc3 has quit IRC | 21:33 | |
*** b0unc3 has joined #harmattan | 21:35 | |
rzr | i dont manage to use that app :) | 21:35 |
*** Corsac has quit IRC | 21:38 | |
*** b0unc3 has quit IRC | 21:43 | |
*** Corsac has joined #harmattan | 21:45 | |
*** b0unc3 has joined #harmattan | 21:45 | |
*** tom_ has quit IRC | 21:54 | |
ZogG_laptop | beford: can you redownload and check the camera now? | 21:54 |
beford | link please | 21:55 |
*** tonyoy has quit IRC | 21:56 | |
*** tom_ has joined #harmattan | 21:56 | |
ZogG_laptop | ~ping | 22:00 |
infobot | ~pong | 22:00 |
ZogG_laptop | beford: http://qrcode.kaywa.com/img.php?s=8&d=https%3A%2F%2Fgithub.com%2Fharmattan%2Fimgrup%2Fraw%2Fmaster%2Fimgrup_0.0.6.8_armel.deb | 22:00 |
*** gabriel9 has quit IRC | 22:00 | |
*** piggz has quit IRC | 22:02 | |
*** piggz_ has joined #harmattan | 22:02 | |
*** harbaum is now known as dg5lat | 22:03 | |
*** beford has quit IRC | 22:07 | |
*** dg5lat is now known as harbaum | 22:13 | |
*** tom_ has quit IRC | 22:17 | |
*** beford has joined #harmattan | 22:20 | |
*** tgalal has quit IRC | 22:22 | |
*** e-yes has joined #harmattan | 22:22 | |
ZogG_laptop | e-yes: sup man | 22:24 |
*** tom___ has joined #harmattan | 22:31 | |
*** decibyte_ is now known as decibyte | 22:32 | |
ZogG_laptop | ~pong | 22:33 |
infobot | ~ping | 22:33 |
*** harbaum has quit IRC | 22:36 | |
*** junglize1 has joined #harmattan | 22:39 | |
*** junglizer has quit IRC | 22:42 | |
*** gabriel9 has joined #harmattan | 22:50 | |
*** aquarius has joined #harmattan | 22:50 | |
*** b0unc3 has quit IRC | 22:52 | |
*** ajalkane has joined #harmattan | 22:53 | |
*** b0unc3 has joined #harmattan | 22:53 | |
*** arcean has quit IRC | 22:55 | |
*** arcean has joined #harmattan | 22:59 | |
*** elldekaa has joined #harmattan | 22:59 | |
*** b0unc3 has quit IRC | 23:00 | |
*** b0unc3 has joined #harmattan | 23:03 | |
*** b0unc3 has quit IRC | 23:06 | |
*** elldekaa has quit IRC | 23:08 | |
*** b0unc3 has joined #harmattan | 23:10 | |
*** b0unc3 has quit IRC | 23:13 | |
*** danielcbit has quit IRC | 23:16 | |
*** b0unc3 has joined #harmattan | 23:16 | |
*** aquarius has quit IRC | 23:23 | |
*** aquarius has joined #harmattan | 23:25 | |
*** aquarius has quit IRC | 23:26 | |
*** elldekaa has joined #harmattan | 23:27 | |
*** junglize1 is now known as junglizer | 23:33 | |
*** Arie has joined #harmattan | 23:37 | |
*** niqt has joined #harmattan | 23:38 | |
*** risca has joined #harmattan | 23:41 | |
*** Arie has quit IRC | 23:41 | |
*** pinheiro_ has quit IRC | 23:42 | |
*** pinheiro has joined #harmattan | 23:49 | |
*** hhartz has quit IRC | 23:49 | |
*** jaywink has quit IRC | 23:57 | |
*** Natunen has joined #harmattan | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!