*** rzr is now known as rZr | 00:00 | |
*** taixzo has quit IRC | 00:01 | |
*** jaywink has quit IRC | 00:02 | |
ZogG_laptop | X-Fade: /usr/bin/make INSTALL_ROOT="/usr/src/packages/BUILD"/debian/imgrup install | 00:02 |
---|---|---|
ZogG_laptop | make[1]: Entering directory `/usr/src/packages/BUILD' | 00:02 |
ZogG_laptop | make[1]: *** No rule to make target `install'. Stop. | 00:02 |
*** auser has joined #harmattan | 00:05 | |
*** lizardo has quit IRC | 00:05 | |
*** NIN101 has quit IRC | 00:06 | |
*** jluisn has quit IRC | 00:19 | |
*** DrGrov has joined #harmattan | 00:21 | |
*** rm_work has quit IRC | 00:26 | |
*** piggz has joined #harmattan | 00:32 | |
*** tom____ has quit IRC | 00:44 | |
*** piggz has quit IRC | 00:45 | |
*** decibyte has quit IRC | 00:50 | |
*** tom____ has joined #harmattan | 00:51 | |
*** koe has left #harmattan | 00:52 | |
Sazpaimon_ | i could really use a call blocker that comes pre-programmed with "this number has been disconnected" messages | 00:58 |
Sazpaimon_ | that'd be pretty gool | 00:59 |
*** messerting has quit IRC | 01:01 | |
*** niqt has quit IRC | 01:12 | |
ZogG_laptop | gool == cool and good =) | 01:33 |
*** rcg has quit IRC | 01:36 | |
*** Kleggas has joined #harmattan | 01:40 | |
*** elldekaa has quit IRC | 01:54 | |
*** elldekaa has joined #harmattan | 01:55 | |
*** beford has joined #harmattan | 02:03 | |
ZogG_laptop | itsnotabigtruck: pr1.3 yet? =P | 02:03 |
*** natunen has quit IRC | 02:03 | |
*** tom____ has quit IRC | 02:18 | |
*** gabriel9 has quit IRC | 02:19 | |
*** elldekaa has quit IRC | 02:21 | |
*** snowpong has joined #harmattan | 02:30 | |
ZogG_laptop | http://www.youtube.com/watch?v=wiJZZKSxNOY - nice game upcoming (via n9-apps) | 02:33 |
*** snowpong_ has quit IRC | 02:33 | |
ZogG_laptop | beford: sup | 02:33 |
*** koe_ has joined #harmattan | 02:35 | |
*** koe_ has quit IRC | 02:37 | |
*** arcean has quit IRC | 02:46 | |
*** liar has quit IRC | 02:48 | |
*** M4rtinK has quit IRC | 02:49 | |
beford | hey ZogG_laptop | 02:50 |
Kleggas | hmm, Im working on a component in a page that I would like to use anchors.centerIn when screen is in normal mode, and anchors.top when turned to landscape mode. Would that be possible? | 03:03 |
Kleggas | this as in landscape it gets pushed up to the top of screen, but I would like to use background.y-50 for it to not overlap text at top... | 03:03 |
*** M4rtinK has joined #harmattan | 03:06 | |
*** M4rtinK has quit IRC | 03:11 | |
*** imunsie has joined #harmattan | 03:16 | |
*** imunsie has quit IRC | 03:17 | |
*** decibyte has joined #harmattan | 03:19 | |
ZogG_laptop | Kleggas: you can try states | 03:22 |
Kleggas | ZogG_laptop: thanks. Think I solved it in a different way (re-thinking what I wanna do) but will make sure to check out states | 03:23 |
*** auser has quit IRC | 03:25 | |
Elleo | ZogG_laptop: pong? | 03:42 |
*** imunsie has joined #harmattan | 03:55 | |
*** bef0rd has joined #harmattan | 04:03 | |
*** bef0rd has joined #harmattan | 04:03 | |
*** Kleggas has left #harmattan | 04:03 | |
*** DrGrov has left #harmattan | 04:27 | |
ZogG_laptop | Elleo: שלום | 04:30 |
ZogG_laptop | lemme move myself to bed with laptop =) | 04:30 |
Elleo | heh | 04:31 |
ZogG_laptop | Elleo: https://build.pub.meego.com/package/live_build_log?arch=armv7el&package=imgrup&project=home%3AZogG&repository=MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard | 04:32 |
Elleo | #qmake PREFIX=/usr <-- qmake is commented out, so it's not generating your Makefile | 04:33 |
ZogG_laptop | Elleo: if i uncomment it qtcraetor fails | 04:35 |
Elleo | I don't really know much about qtcreator, but it sounds like there's something wrong with your .pro file then | 04:36 |
Elleo | qmake generates Makefiles from the .pro file and normally you'd want that being run by qtcreator as well as by OBS/scratchbox/whatever | 04:36 |
Elleo | otherwise qtcreator is just always using out-of-date Makefiles | 04:36 |
ZogG_laptop | make: *** [configure-stamp] Error 1 | 04:37 |
ZogG_laptop | dpkg-buildpackage: failure: debian/rules build gave error exit status 2 | 04:37 |
ZogG_laptop | Packaging Error: Command '/home/zogg/QtSDK/Madde/bin/mad dpkg-buildpackage -nc -uc -us' failed.Exit code: 2 | 04:37 |
Elleo | ZogG_laptop: is there a large log you can upload to a pastebin or something? | 04:37 |
Elleo | larger* | 04:37 |
*** adlan has joined #harmattan | 04:40 | |
ZogG_laptop | Elleo: http://pastebin.com/fB4Kp9SC | 04:41 |
Elleo | ZogG_laptop: it looks like appending "PREFIX=/usr" to qmake isn't valid | 04:44 |
Elleo | it's just giving you its usage instructions instead of actually doing anything | 04:44 |
ZogG_laptop | but you said you have it | 04:45 |
Elleo | no, | 04:45 |
Elleo | I have CURDIR as part of my make command | 04:45 |
Elleo | not PREFIX=/usr as part of my qmake command | 04:45 |
ZogG_laptop | i had CURDIR and it didnt help | 04:46 |
Elleo | that's not the issue though | 04:47 |
Elleo | it's never getting to the part where it really uses the CURDIR setting, because you don't have a Makefile due to qmake failing | 04:47 |
Elleo | actually, I've just tested with PREFIX=/blah and qmake accepts it | 04:47 |
ZogG_laptop | you mixing two options | 04:47 |
Elleo | are you sure you're running qmake in the same directory as your .pro? | 04:48 |
Elleo | CURDIR doesn't matter at all at this stage | 04:48 |
Elleo | all that matter is getting qmake running | 04:48 |
Elleo | matters* | 04:48 |
ZogG_laptop | its in qtcreator | 04:48 |
ZogG_laptop | it doesn't actually use qmake | 04:48 |
Elleo | is your source somewhere I can see? | 04:48 |
ZogG_laptop | and other case is obs where i comment qmake and it doesn't work according to you | 04:48 |
ZogG_laptop | Elleo: on github harmattan =) | 04:49 |
ZogG_laptop | Elleo: not the latest rule though | 04:49 |
ZogG_laptop | Elleo: pushing it now | 04:50 |
Elleo | okay, I'm just going to have a bite to eat and then I'll take a look at it | 04:50 |
Elleo | well qmake seems to run fine for me, my guess is that mad is doing things in the wrong directory or something | 04:55 |
Elleo | an alternative would be to make sure there's a Makefile in the source package you upload | 04:56 |
Elleo | also you appear to be missing a build-dep on libshare-ui-dev | 04:57 |
ZogG_laptop | it wokred fine on qtcreator before i uncommented stuff in rules and added build step according to wiki | 04:59 |
itsnotabigtruck | ZogG_laptop: so did you get your stuff working? | 05:05 |
ZogG_laptop | itsnotabigtruck: nope | 05:06 |
ZogG_laptop | itsnotabigtruck: i solved most problems, now the problem that it fails to compile | 05:06 |
ZogG_laptop | lemme check something again | 05:06 |
itsnotabigtruck | ZogG_laptop: a lot of stuff that works otherwise fails on OBS | 05:07 |
itsnotabigtruck | just keep on tweaking and uploading 'til it works | 05:07 |
Elleo | I have no idea why mad has problems using qmake for you | 05:07 |
itsnotabigtruck | usually it's because you didn't include a build-dependency that you eneded | 05:07 |
Elleo | since qmake gets executed fine in scratchbox :/ | 05:07 |
ZogG_laptop | itsnotabigtruck: not the error is not that, it's much more stupid | 05:08 |
Elleo | although in scratchbox I do end up with some undefined references to AccountsSyncWidget::AccountsSyncWidget | 05:08 |
itsnotabigtruck | ZogG_laptop: yeah, i just started reading up more after saying that :p | 05:08 |
Elleo | ZogG_laptop: try uploading a version that allows it to use qmake and see what happens | 05:08 |
Elleo | (and don't forget to add libshare-ui-dev to the build-deps first too) | 05:08 |
ZogG_laptop | Elleo: add where exactly? | 05:09 |
itsnotabigtruck | where's the actual error? i was going to check OBS but it started rebuilding already | 05:09 |
itsnotabigtruck | so the old log isn't there anymore | 05:09 |
Elleo | ZogG_laptop: debian/control in the Build-Depends section | 05:09 |
ZogG_laptop | Elleo: i have shareuiinterface-maemo-meegotouch \ | 05:09 |
ZogG_laptop | share-ui-plugin \ | 05:09 |
ZogG_laptop | share-ui-common \ | 05:09 |
itsnotabigtruck | ZogG_laptop: what? that's not debian/control | 05:10 |
ZogG_laptop | itsnotabigtruck: let's wait for a second for a new error | 05:10 |
itsnotabigtruck | oh, also | 05:10 |
itsnotabigtruck | consider re-writing debian/rules to streamline it | 05:10 |
ZogG_laptop | itsnotabigtruck: it's from .pro | 05:10 |
ZogG_laptop | itsnotabigtruck: i'm trying to keep it at least to work in qtcreator | 05:10 |
itsnotabigtruck | e.g. often most of the stuff can be replaced with this | 05:11 |
itsnotabigtruck | %: | 05:11 |
itsnotabigtruck | dh $@ | 05:11 |
itsnotabigtruck | and no, debian/rules isn't from the .pro file | 05:11 |
itsnotabigtruck | though, actually | 05:11 |
ZogG_laptop | no idea what ya talking about - my level here is below noob level =( | 05:11 |
itsnotabigtruck | there's complexities related to qt creator | 05:11 |
itsnotabigtruck | if you make a deb from qt creator, it'll trash debian and replace it with qtc_packaging/harmattan | 05:12 |
itsnotabigtruck | or whatever it is | 05:12 |
itsnotabigtruck | but you need the debian directory for obs to work | 05:12 |
ZogG_laptop | itsnotabigtruck: yeah as i have no debian/rules i have qtc_blahbla/hramattanblabalh_debian/rule and qtcreator makes the tar with debian/rule | 05:12 |
itsnotabigtruck | qt creator can make the tar? since when? | 05:13 |
ZogG_laptop | itsnotabigtruck: since i added custom step as said in wiki it makes tar.gz and dsc | 05:15 |
ZogG_laptop | i don't get it, if we have automatic tool why it doesn't just take source from tar and make in scratchbox all the requied commands and take deps from qtcreator files and generate it in files needed for scratchbox? | 05:17 |
ZogG_laptop | two tools are made by nokia and they completly not supported by each other? | 05:18 |
itsnotabigtruck | ridiculous, isn't it | 05:19 |
ZogG_laptop | Elleo: i'll add deps when at least build would start =) | 05:19 |
ZogG_laptop | itsnotabigtruck: yes | 05:19 |
ZogG_laptop | and now i look at apps4meego and i don't wonder why people do not submit apps =P | 05:19 |
itsnotabigtruck | it's because what they have is "good enough" for ovi apps, and nokia (well, much of it) seems to have no interest in anything unless it leads to apps for ovi | 05:20 |
ZogG_laptop | as well as why i bothered and asked devs to and tried to promote it | 05:20 |
itsnotabigtruck | and, it's pretty troublesome | 05:20 |
itsnotabigtruck | well, it's not troublesome at all UNLESS you use qt creator | 05:20 |
ZogG_laptop | itsnotabigtruck: for ovi is enuf to send just deb? | 05:20 |
itsnotabigtruck | yeah, ovi just takes the deb | 05:20 |
ZogG_laptop | and they do not check source? | 05:20 |
itsnotabigtruck | of course that means ovi has no real idea what's in your app | 05:20 |
itsnotabigtruck | nope :p | 05:20 |
ZogG_laptop | lol | 05:21 |
ZogG_laptop | maybe i should upload to ovi my app? | 05:21 |
itsnotabigtruck | you could load up your app with whatever evil crap you want, and as long as it doesn't show up when nokia installs your app it'll slip right by | 05:21 |
Elleo | uh oh, next version of imgrup is going to secretly upload all your naked pictures to ZogG_laptop's private server ;) | 05:21 |
itsnotabigtruck | well, you shouldn't upload it to ovi INSTEAD of appsformeego | 05:21 |
itsnotabigtruck | esp since you're almost there | 05:21 |
itsnotabigtruck | and this is a good way to learn about this stuff | 05:21 |
ZogG_laptop | itsnotabigtruck: i finally got my sleeping hours right in track and could sleep at nights till yesterday and today coz of appsformeego | 05:22 |
itsnotabigtruck | and personally i really dislike the ovi store, though it's undeniably the best way to get mainstream downloads | 05:22 |
itsnotabigtruck | if you haven't posted your deb in your tmo thread, i'd suggest doing that 1st | 05:23 |
ZogG_laptop | lol | 05:31 |
ZogG_laptop | ovi is a fail | 05:32 |
ZogG_laptop | they do not let me use icon | 05:32 |
ZogG_laptop | they need logo | 05:32 |
ZogG_laptop | but squeare one to make icon of it | 05:32 |
ZogG_laptop | how the fuck do i make logo now? | 05:32 |
Elleo | ZogG_laptop: you can just make a 256x256 version of your icon if you have it as an svg | 05:32 |
Elleo | that's what I (and lots of other people) do | 05:32 |
Elleo | since that's what gets displayed in the store app | 05:33 |
Elleo | they also ask you for pointless square screenshots too in addition to proper sized ones for harmattan | 05:33 |
ZogG_laptop | Elleo: i do not have svg =( | 05:34 |
ZogG_laptop | all i have is 80x80 png | 05:34 |
*** trx has quit IRC | 05:35 | |
Elleo | well I guess you could still scale it up in the gimp, it'll probably look a bit pants at that size on the store website, but it's just going to get scaled back down to 80x80 to be displayed in the actual store app | 05:35 |
Elleo | oh actually on the store website they only show it at 96x96 | 05:36 |
Elleo | so even then it'd probably look okay | 05:36 |
*** adlan has quit IRC | 05:36 | |
*** adlan has joined #harmattan | 05:37 | |
itsnotabigtruck | ugh, don't scale up | 05:37 |
itsnotabigtruck | never scale up | 05:37 |
Elleo | ZogG_laptop: couldn't you just grab the stylised "i" from the imgur logo and use that as your logo or something | 05:38 |
*** natunen has joined #harmattan | 05:41 | |
ZogG_laptop | lol | 05:42 |
ZogG_laptop | i painted around the line | 05:43 |
ZogG_laptop | i have no gimp here | 05:43 |
ZogG_laptop | only mypaint | 05:43 |
ZogG_laptop | and still too small for them | 05:43 |
ZogG_laptop | ovi still is more failure | 05:43 |
Elleo | ZogG_laptop: it has to be 256x256 for the ovi logo iirc | 05:50 |
ZogG_laptop | Elleo: lol it also says that screenshot taken from n9 is not full size =) | 05:54 |
Elleo | ZogG_laptop: for the main screenshot thing they insist on a square screenshot | 05:54 |
Elleo | then there's a separate screenshot field for harmattan screenshots at 854x480 | 05:55 |
ZogG_laptop | i'm talking about 854x480 | 05:55 |
Elleo | :/ | 05:55 |
Elleo | are you sure the screenshot app you used took the image at a full 854x480? | 05:55 |
Elleo | it didn't chop off the top bar or something? | 05:56 |
Elleo | or resize it for some random reason | 05:56 |
ZogG_laptop | taking new screenshot | 05:57 |
itsnotabigtruck | any image app should be able to tell you the res of the image | 05:59 |
itsnotabigtruck | don't take a new screenshot unless you know there's a problem | 06:00 |
itsnotabigtruck | and what do you mean "i have no gimp"...you could easily install it | 06:00 |
itsnotabigtruck | that said, i don't really recommend the gimp, but it would probably do the job | 06:00 |
ZogG_laptop | itsnotabigtruck: don't want to compile it right now | 06:00 |
ZogG_laptop | i have light laptop set with no gnome here and console apps mostly | 06:00 |
itsnotabigtruck | if you find yourself saying "don't want to compile ___________" you should probably stop using gentoo | 06:01 |
ZogG_laptop | itsnotabigtruck: it's matter of why should i do it | 06:01 |
ZogG_laptop | i don't care to compile | 06:01 |
ZogG_laptop | but not to compile gimp just coz nokia store is stuidest thing | 06:01 |
ZogG_laptop | would you agree on that? | 06:01 |
*** M4rtinK has joined #harmattan | 06:03 | |
*** Riussi_ has joined #harmattan | 06:05 | |
*** Tronic_ has joined #harmattan | 06:05 | |
*** Termana has quit IRC | 06:05 | |
*** Riussi has quit IRC | 06:05 | |
*** Tronic has quit IRC | 06:05 | |
*** beford has quit IRC | 06:05 | |
*** Tronic_ is now known as Tronic | 06:05 | |
*** Guest7403 has joined #harmattan | 06:06 | |
itsnotabigtruck | ZogG_laptop: sort of...the nokia requirements are pretty strange, but it's only natural that for this thing you'll need to tweak images | 06:07 |
itsnotabigtruck | you'd probably have to do stuff like this no matter what nokia was requiring | 06:07 |
*** bef0rd has quit IRC | 06:08 | |
ZogG_laptop | itsnotabigtruck: it took me 2 mins to open app take screenshot and scp it to laptop | 06:08 |
*** Facefox has quit IRC | 06:09 | |
ZogG_laptop | itsnotabigtruck: i'm thinking to set scratchbox but what is frightning me is that with qtcreator i could test app in one click on device while with scratchbox it would be more difficult | 06:09 |
*** Facefox has joined #harmattan | 06:14 | |
ZogG_laptop | itsnotabigtruck: https://build.pub.meego.com/package/live_build_log?arch=armv7el&package=imgrup&project=home%3AZogG&repository=MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard | 06:16 |
itsnotabigtruck | #qmake PREFIX=/usr | 06:17 |
*** M4rtinK has quit IRC | 06:17 | |
itsnotabigtruck | ZogG_laptop: it's not qmake'ing | 06:17 |
*** beford has joined #harmattan | 06:17 | |
*** M4rtinK has joined #harmattan | 06:18 | |
ZogG_laptop | itsnotabigtruck: if i unmask qmake it fails as well | 06:19 |
ZogG_laptop | itsnotabigtruck: http://pastebin.com/DNYLjHq0 | 06:20 |
itsnotabigtruck | ZogG_laptop: well, it's not going to work if you don't qmake | 06:20 |
itsnotabigtruck | figure out a way to make it work and fix it | 06:20 |
itsnotabigtruck | that's why i strongly suggest the | 06:20 |
itsnotabigtruck | %: | 06:20 |
itsnotabigtruck | dh $@ | 06:21 |
itsnotabigtruck | approach | 06:21 |
itsnotabigtruck | that should handle most of the things, including qmake, for you | 06:21 |
ZogG_laptop | itsnotabigtruck: you can't tell me the basic of quantum physics while i only learn dynamics =) | 06:23 |
ZogG_laptop | i on't know where to put it and most important why | 06:24 |
itsnotabigtruck | ZogG_laptop: basically you take everything else out of debian/rules and put that in | 06:25 |
itsnotabigtruck | but i'm not sure if there's anything important that would have to be moved over from the old rules | 06:25 |
ZogG_laptop | itsnotabigtruck: only one line? | 06:25 |
itsnotabigtruck | two lines | 06:25 |
itsnotabigtruck | and it has to be a tab before the dh | 06:25 |
itsnotabigtruck | it's a makefile, if you've used those before, that's the syntax | 06:25 |
itsnotabigtruck | also you'll need another target named | 06:26 |
itsnotabigtruck | override_dh_builddeb: | 06:26 |
itsnotabigtruck | with some stuff to make aegis work | 06:26 |
ZogG_laptop | wiht some stuff | 06:27 |
ZogG_laptop | lol | 06:27 |
ZogG_laptop | can you show me an example at least? | 06:28 |
ZogG_laptop | debian/rules: line 1: fg: no job control | 06:29 |
ZogG_laptop | debian/rules: line 2: dh: command not found | 06:29 |
ZogG_laptop | dpkg-buildpackage: failure: debian/rules build gave error exit status 127 | 06:29 |
ZogG_laptop | with only those two lines | 06:30 |
itsnotabigtruck | ZogG_laptop: lol | 06:30 |
itsnotabigtruck | https://endno.de/~itsnotabigtruck/inception/ | 06:30 |
itsnotabigtruck | grab the inception source code | 06:30 |
ZogG_laptop | itsnotabigtruck: yeah did the same without aegis part but still error not aegis related ^ | 06:32 |
itsnotabigtruck | it sounds like you left out the shebang line (#!/usr/bin/make -f, i think) | 06:35 |
itsnotabigtruck | that's not a comment | 06:35 |
itsnotabigtruck | that's significant | 06:35 |
itsnotabigtruck | when i said to gut it out, i didn't mean that | 06:35 |
ZogG_laptop | i do have it | 06:36 |
ZogG_laptop | itsnotabigtruck: any other ideas? | 06:39 |
ZogG_laptop | except rm -rf | 06:39 |
itsnotabigtruck | lol | 06:40 |
itsnotabigtruck | are you really sure about the shebang line...that doesn't sound right at all | 06:40 |
ZogG_laptop | itsnotabigtruck: wanna screenshot? | 06:48 |
itsnotabigtruck | no. :p | 06:49 |
itsnotabigtruck | besides, my N9 is discharged right now | 06:49 |
itsnotabigtruck | need to dig up my charger | 06:49 |
ZogG_laptop | are you from n9? | 06:49 |
ZogG_laptop | $ imgr fail.png | 06:49 |
ZogG_laptop | http://i.imgur.com/zglyd.png | 06:49 |
ZogG_laptop | here screenie anyway | 06:49 |
*** Shaan7 has joined #harmattan | 06:50 | |
itsnotabigtruck | ZogG_laptop: weird | 06:51 |
itsnotabigtruck | well, better change it back :( | 06:51 |
ZogG_laptop | itsnotabigtruck: maybe i'll change it to . | 06:51 |
ZogG_laptop | or better «sudo compile matafucka» | 06:52 |
ZogG_laptop | itsnotabigtruck: think, think | 06:53 |
itsnotabigtruck | lol | 06:54 |
ZogG_laptop | itsnotabigtruck: i passed all 7 steps and now it's acceptence =) | 06:54 |
ZogG_laptop | i'm smiling here already as it's so stupid and not necessary (how you spell it) | 06:54 |
ZogG_laptop | while i was at rage 5 hours ago | 06:55 |
ZogG_laptop | itsnotabigtruck: ok i'll go to sleep than | 07:02 |
itsnotabigtruck | ZogG_laptop: alright, night! | 07:04 |
itsnotabigtruck | too bad we couldn't get it up and running :( | 07:04 |
ZogG_laptop | itsnotabigtruck: i'm just stubborn | 07:06 |
ZogG_laptop | all the logic says give up | 07:06 |
*** snowpong has quit IRC | 07:12 | |
*** Shaan7 has quit IRC | 07:16 | |
*** Shaan7 has joined #harmattan | 07:16 | |
*** trench has quit IRC | 07:30 | |
*** trench has joined #harmattan | 07:30 | |
*** trench has joined #harmattan | 07:30 | |
*** Shaan7 has quit IRC | 07:33 | |
*** bef0rd has joined #harmattan | 07:35 | |
*** beford has quit IRC | 07:37 | |
*** Shaan7 has joined #harmattan | 07:39 | |
*** rcg has joined #harmattan | 07:42 | |
*** xarcass has joined #harmattan | 07:55 | |
*** rcg has quit IRC | 08:28 | |
*** denism has joined #harmattan | 08:35 | |
*** snowpong has joined #harmattan | 08:49 | |
*** M4rtinK has quit IRC | 08:57 | |
*** hardaker has quit IRC | 09:02 | |
*** rnovacek has joined #harmattan | 09:03 | |
*** messerting has joined #harmattan | 09:08 | |
*** hhartz_ has joined #harmattan | 09:18 | |
*** hhartz has quit IRC | 09:18 | |
*** hhartz_ is now known as hhartz | 09:18 | |
*** trx has joined #harmattan | 09:50 | |
*** M4rtinK has joined #harmattan | 10:00 | |
*** rZr is now known as rzr | 10:00 | |
*** jreznik has joined #harmattan | 10:01 | |
*** gabriel9|work has joined #harmattan | 10:06 | |
*** imunsie has quit IRC | 10:09 | |
*** tbf has joined #harmattan | 10:12 | |
*** elldekaa has joined #harmattan | 10:18 | |
*** lamikr has quit IRC | 10:23 | |
*** lamikr has joined #harmattan | 10:34 | |
*** rzr is now known as rZr | 10:38 | |
*** messerting has quit IRC | 10:44 | |
*** M4rtinK has quit IRC | 10:47 | |
*** tom____ has joined #harmattan | 10:51 | |
thp | ZogG_laptop: what was the question? :) | 10:59 |
*** Guest7403 is now known as Termana | 11:25 | |
*** felipexil has joined #harmattan | 11:29 | |
*** felipexil_ has quit IRC | 11:29 | |
*** arcean has joined #harmattan | 11:52 | |
*** tom____ has quit IRC | 11:53 | |
*** snowpong has quit IRC | 11:53 | |
*** snowpong has joined #harmattan | 11:58 | |
*** snowpong has quit IRC | 11:59 | |
*** snowpong has joined #harmattan | 12:00 | |
*** elldekaa has quit IRC | 12:01 | |
*** lamikr has quit IRC | 12:02 | |
*** lamikr_ has joined #harmattan | 12:02 | |
*** lamikr has joined #harmattan | 12:03 | |
*** tom_ has joined #harmattan | 12:07 | |
*** ieatlint has quit IRC | 12:08 | |
*** ieatlint has joined #harmattan | 12:08 | |
*** trx has quit IRC | 12:12 | |
*** bkre has joined #harmattan | 12:18 | |
*** elldekaa has joined #harmattan | 12:26 | |
*** decibyte has quit IRC | 12:31 | |
*** decibyte has joined #harmattan | 12:32 | |
*** tom_ has quit IRC | 12:38 | |
*** svuorela has joined #harmattan | 12:40 | |
*** tom_ has joined #harmattan | 12:46 | |
*** snowpong has quit IRC | 12:49 | |
*** xmlich02 has joined #harmattan | 13:03 | |
*** felipexil has quit IRC | 13:03 | |
*** Shaan7 has quit IRC | 13:06 | |
*** Summeli has quit IRC | 13:10 | |
*** tom_ has quit IRC | 13:11 | |
*** tom_ has joined #harmattan | 13:16 | |
*** Summeli has joined #harmattan | 13:16 | |
*** xnt14 has quit IRC | 13:17 | |
*** MohammadAG has quit IRC | 13:19 | |
*** xnt14 has joined #harmattan | 13:20 | |
*** MohammadAG has joined #harmattan | 13:20 | |
*** Shaan7 has joined #harmattan | 13:21 | |
*** lbt has quit IRC | 13:22 | |
*** adlan has quit IRC | 13:27 | |
*** lbt has joined #harmattan | 13:28 | |
*** lbt has quit IRC | 13:28 | |
*** lbt has joined #harmattan | 13:28 | |
*** lizardo has joined #harmattan | 13:30 | |
*** MohammadAG has quit IRC | 13:32 | |
*** MohammadAG has joined #harmattan | 13:32 | |
gabriel9|work | is there a model for JSON stream of data? | 13:35 |
gabriel9|work | i see there is for XML | 13:35 |
alterego | gabriel9|work: no, but it's pretty easy just to through json into a model using .append() | 13:36 |
gabriel9|work | nice | 13:36 |
gabriel9|work | also i see i can use XMLHTTPREQUEST in JS and then parse it and add List items :) | 13:37 |
*** Shaan7 has quit IRC | 13:40 | |
*** tom_ has quit IRC | 14:01 | |
*** trx has joined #harmattan | 14:04 | |
*** jluisn has joined #harmattan | 14:19 | |
*** mschlens has quit IRC | 14:24 | |
*** zhxt has joined #harmattan | 14:25 | |
*** mschlens has joined #harmattan | 14:25 | |
*** snowpong has joined #harmattan | 14:28 | |
ZogG_laptop | itsnotabigtruck: did you thought of it? | 14:35 |
ZogG_laptop | =) | 14:35 |
*** etrunko has joined #harmattan | 14:37 | |
*** tom_ has joined #harmattan | 14:38 | |
ZogG_laptop | thp: i had problem to upload to apps4meego but after getting help from everyone here ... i still have a problwm =) | 14:49 |
*** bef0rd has quit IRC | 14:53 | |
aquarius | how can I edit files belonging to "user" over ssh? I can't ssh in as "user" because I don't know the password; I can't set the password for "user" in the terminal; devel-su can't see the file I want (tracker-miner-fs.cfg); devel-su can't "su user". | 15:02 |
Elleo | aquarius: you can become user by doing "devel-su user" after doing devel-su | 15:03 |
aquarius | aha! | 15:03 |
aquarius | yay! | 15:03 |
aquarius | that works :) | 15:03 |
Elleo | great :) | 15:03 |
aquarius | once I've edited tracker-miner-fs.cfg, does it automatically take effect, or do I have to tell tracker to re-read it somehow? | 15:04 |
*** arcean has quit IRC | 15:05 | |
Elleo | no idea about that I'm afraid, I haven't done anything with tracker | 15:06 |
*** DocScrutinizer06 has joined #harmattan | 15:06 | |
*** DocScrutinizer has quit IRC | 15:06 | |
*** DocScrutinizer has joined #harmattan | 15:06 | |
aquarius | ah, it seems to have taken effect automatically, I think | 15:07 |
aquarius | brilliant. | 15:07 |
Elleo | neat | 15:07 |
*** Shaan7 has joined #harmattan | 15:09 | |
*** DocScrutinizer05 has quit IRC | 15:10 | |
ZogG_laptop | Elleo: i need a log like a captain of my tries to build the package =) | 15:16 |
Elleo | ZogG_laptop: I read back over some of your conversation with itsnotabigtruck earlier, I didn't realise you were using the debian files in qtc_packaging, I was just looking at the ones in debian/ (which mostly worked for me) | 15:18 |
Elleo | I'll have more of a poke around later and see if I can get it to build in some way myself | 15:18 |
Elleo | I have to go to a meeting now though | 15:18 |
ZogG_laptop | Elleo: in qtcreator it uses the ones in qtc_packaging and than put in source as debian | 15:18 |
ZogG_laptop | in debian those are from rzr | 15:19 |
*** tomyri has quit IRC | 15:19 | |
ZogG_laptop | Elleo: i think the problem iis that i use subdirs | 15:19 |
Elleo | ZogG_laptop: that shouldn't be a problem as long as those subdirs are included in the .pro file and include .pro files of their own | 15:19 |
ZogG_laptop | OH, i think i build it!!! | 15:19 |
Elleo | which they seem to | 15:19 |
Elleo | oh cool | 15:19 |
ZogG_laptop | Elleo: i used qmake -project =) | 15:19 |
*** tomyri has joined #harmattan | 15:19 | |
ZogG_laptop | is it logical? | 15:20 |
Elleo | never used qmake in project mode before myself | 15:20 |
Elleo | I always just use it to generate makefiles | 15:20 |
Elleo | but that doesn't mean doing it in project mode is a bad thing | 15:20 |
Elleo | just something I know nothing about ;) | 15:21 |
Elleo | anyway, I have to go for now; back later | 15:21 |
ZogG_laptop | gonna try it on obs now | 15:21 |
*** tomyri_ has joined #harmattan | 15:22 | |
ZogG_laptop | talk to you later | 15:22 |
ZogG_laptop | good day | 15:22 |
Elleo | good luck | 15:22 |
*** lizardo_ has joined #harmattan | 15:22 | |
*** Shaan7 has quit IRC | 15:24 | |
*** arcean has joined #harmattan | 15:24 | |
*** zhxt has quit IRC | 15:26 | |
*** trx has quit IRC | 15:30 | |
*** hardaker has joined #harmattan | 15:45 | |
ZogG_laptop | itsnotabigtruck: lol | 15:49 |
ZogG_laptop | nokia passed my app =) | 15:49 |
ZogG_laptop | jonni: ping | 15:50 |
Tronic | ZogG_laptop: What app is that? | 15:53 |
ZogG_laptop | it's still not published | 15:54 |
ZogG_laptop | Tronic: imgrup. it's working and usable, i just wasn't sure if it would pass | 15:54 |
*** lizardo_ has quit IRC | 15:55 | |
*** trx has joined #harmattan | 15:58 | |
Tronic | Can't find that on Store. | 16:00 |
ZogG_laptop | Tronic: there are main page and second page for item. on one it says passed qa and not published on second it says qa in progress | 16:02 |
ZogG_laptop | Tronic: not published yet, if you want you can get it from TMO | 16:03 |
Tronic | Not really, considering I don't know what it does. | 16:04 |
ZogG_laptop | it makes you coee | 16:05 |
*** tgalal has joined #harmattan | 16:09 | |
ZogG_laptop | s/coee/coffee/ | 16:13 |
infobot | ZogG_laptop meant: it makes you coffee | 16:13 |
*** rm_work has joined #harmattan | 16:13 | |
*** rm_work has joined #harmattan | 16:13 | |
*** beford has joined #harmattan | 16:20 | |
ZogG_laptop | X-Fade: ping | 16:23 |
ZogG_laptop | Elleo: it was built, don't ask how | 16:24 |
ZogG_laptop | itsnotabigtruck: i built it | 16:24 |
ZogG_laptop | lbt: ping | 16:25 |
X-Fade | ZogG_laptop: pong | 16:26 |
ZogG_laptop | X-Fade: ok i found the problems i had with building it and partly understood them. it's on QtCreator side mostly =) | 16:27 |
X-Fade | ZogG_laptop: Not surpised :) | 16:27 |
X-Fade | But good that you managed to find the issues. | 16:28 |
ZogG_laptop | X-Fade: i just kept triggering things on and off and it worked ( it's like built without that and than rebuilt when you turn this off and change that and than disble that and reanable that and than it would built if you didn't clean build dir all the time so all data from all those builds are combined =P ) | 16:29 |
ZogG_laptop | X-Fade: i didn't find the issue i build the package it worked i clicked rebuild without changes and it didn't built it anymore =P | 16:29 |
ZogG_laptop | i found the problem i think though | 16:30 |
ZogG_laptop | X-Fade: now i submitted app - and it's new state and i see few guys are waiting there for several days as well... no action. no rejection or approval on pushhing to tessting | 16:30 |
ZogG_laptop | X-Fade: https://build.pub.meego.com/project/requests?project=MeeGo%3A1.2%3AHarmattan%3AApps%3ATesting | 16:31 |
X-Fade | ZogG_laptop: It does trial builds first. | 16:31 |
ZogG_laptop | X-Fade: for 4 days? =) | 16:31 |
X-Fade | ZogG_laptop: Takes a while for the build to be completed. | 16:31 |
X-Fade | You can see it building in MeeGo:1.2:Harmattan:Apps:Testing:Trial atm. | 16:31 |
ZogG_laptop | on OBS? | 16:32 |
*** beford has quit IRC | 16:32 | |
ZogG_laptop | X-Fade: there are 3 requests one of them 4 days another 2 weeks =) | 16:32 |
X-Fade | ZogG_laptop: There are no pending requests. | 16:34 |
X-Fade | Which apps? | 16:34 |
ZogG_laptop | https://build.pub.meego.com/project/requests?project=MeeGo%3A1.2%3AHarmattan%3AApps%3ATesting | 16:35 |
ZogG_laptop | i see 2 | 16:35 |
ZogG_laptop | X-Fade: as mine is building =P | 16:36 |
ZogG_laptop | got email - its accepted | 16:36 |
ZogG_laptop | it's accepted but it's still building it =) | 16:38 |
X-Fade | Yeah, it gets accepted after trail build, but then it gets built in Testing. | 16:38 |
ZogG_laptop | X-Fade: did you find those apps? or you want link to app itself or name and username? | 16:38 |
Elleo | ZogG_laptop: ah, good | 16:39 |
X-Fade | Yeah, I found them. Caching prevented me from seeing those. Great.. | 16:39 |
ZogG_laptop | X-Fade: i need to check if it's instable and runningable from testing, as i'm not sure how obs handles aegis if it's same way as QtCreator =) | 16:39 |
X-Fade | ZogG_laptop: Well, it will be available in the client soon. So test it out :) | 16:41 |
ZogG_laptop | i can see it on apps4meego | 16:41 |
ZogG_laptop | X-Fade: though i'm not sure i can update it or do anything coz building was a nightmare | 16:42 |
X-Fade | Just change your code and generate the package again? | 16:43 |
X-Fade | Last setting worked, so it should work the next time too? | 16:43 |
ZogG_laptop | X-Fade: easy to say - as i told ya when i succesfully built it for obs - and tried rebuild to check it failed, though i didn't change anything =) | 16:43 |
ZogG_laptop | X-Fade: is it possible it doesn't install desktop file? | 16:46 |
ZogG_laptop | as QtCreator does install though this one doesn't | 16:47 |
X-Fade | ZogG_laptop: Depends on your package :) | 16:47 |
ZogG_laptop | X-Fade: it doesn't =( | 16:47 |
ZogG_laptop | X-Fade: i think i read about it on forum | 16:49 |
*** xarcass has quit IRC | 16:50 | |
*** tomyri_ has quit IRC | 16:52 | |
*** tom_ has quit IRC | 16:57 | |
ZogG_laptop | X-Fade: if i submit same version it would be replaced or i need to bump version? | 16:58 |
*** rnovacek has quit IRC | 16:58 | |
X-Fade | You always need to bump versions. | 16:58 |
ZogG_laptop | X-Fade: damn =) | 16:59 |
*** tomyri_ has joined #harmattan | 17:00 | |
*** lamikr has quit IRC | 17:00 | |
*** tomyri has quit IRC | 17:00 | |
*** tomyri_ is now known as tomyri | 17:00 | |
*** tom_ has joined #harmattan | 17:03 | |
ArkanoiD_ | what does steady led light on n950 mean? | 17:03 |
ZogG_laptop | ArkanoiD_: full battery? | 17:04 |
* ArkanoiD_ wonders why it does not power on then | 17:04 | |
ZogG_laptop | X-Fade: and do i need to delete previous version dsc and tar.gz? | 17:05 |
MohammadAG | ffs how does one get the currently playing playlist | 17:05 |
*** icota has joined #harmattan | 17:07 | |
icota | hello! is there an api to add an item to N9's settings -> applications menu? | 17:08 |
ZogG_laptop | icota: i think as well as there are opensource apps that do that | 17:08 |
icota | ZogG_laptop: could you point me to some? | 17:09 |
ZogG_laptop | calendar app of Denis Kormalev | 17:10 |
ZogG_laptop | ~google test | 17:10 |
ZogG_laptop | nope =) | 17:10 |
icota | looking at his code it looks like 'gconfitem' is the answer to my question :) | 17:16 |
icota | ZogG_laptop: thank you dear sir | 17:16 |
X-Fade | ZogG_laptop: Yes, you remove the old versions. | 17:16 |
X-Fade | ZogG_laptop: Also another thing to remember is that everytime you commit, it rebuilds. | 17:17 |
*** beford has joined #harmattan | 17:17 | |
ZogG_laptop | X-Fade: trying to rebuild it fails again - trying to find how do i make it from first run =) | 17:17 |
X-Fade | So if you commit 4 changes separately, you have to wait for 4 builds to see the result of your last commit. | 17:17 |
ZogG_laptop | X-Fade: yeah i know so i add file stop building add another file and triger rebuild =) | 17:18 |
X-Fade | ZogG_laptop: If you use the osc commandline tool, it is a lot easier :) | 17:18 |
ZogG_laptop | X-Fade: got confused with it | 17:18 |
ZogG_laptop | X-Fade: i think there is better way than OBS just for harmattan but than again what about meego and other platforms | 17:19 |
ZogG_laptop | but i heard that harmattan repos might migrate to maemo garage, is it right/ | 17:19 |
X-Fade | Well, hosting yes. | 17:20 |
X-Fade | But we're looking at moving everything to maemo OBS. | 17:20 |
ZogG_laptop | so it would be same OBS or maemo system? | 17:20 |
X-Fade | It would be OBS, but hosted at maemo.org instead of meego. | 17:21 |
ZogG_laptop | meh | 17:23 |
ZogG_laptop | for all meego or just harmattan? | 17:24 |
X-Fade | What other meego is there? :) | 17:24 |
ZogG_laptop | meego tablets and other stuff we have on apps4meego | 17:25 |
X-Fade | Well, you can link OBS instances. And also push to multiple OBS servers, there are a lot of ways to work with that. | 17:25 |
ZogG_laptop | X-Fade: i submited a minute ago and it still doesn't build, is it bugs like other apps i mentioned? btw i saw u deleted requests | 17:25 |
ZogG_laptop | X-Fade: i think it can me made easier without whole OBS just for harmattan | 17:26 |
X-Fade | ZogG_laptop: Takes time, patience. | 17:26 |
ZogG_laptop | X-Fade: just uploaded app with desktop file and it makes me sad of first impression | 17:27 |
ZogG_laptop | i even still didn't try if it works =) | 17:27 |
X-Fade | ZogG_laptop: Just add your home project to your device and see if it updates/installs does whatever. | 17:28 |
ZogG_laptop | ok it's building it | 17:28 |
ZogG_laptop | X-Fade: it works on my phone and other phones when i build in QtCreator, but again in QtCreator i had desktop file while in OBS it's not there | 17:28 |
X-Fade | ZogG_laptop: Check your source. | 17:29 |
X-Fade | Which is still severely messed up | 17:30 |
X-Fade | Your tarball should be 20k or so. Not 1.2MB :) | 17:30 |
ZogG_laptop | X-Fade: i'm not sure what can be wrong, as i made it in QtCreator for QtCreator, and i have no scratchbox to check if it builds properly and works properly - all is left to upload new versions till it wokrs =( | 17:31 |
X-Fade | Well, there is no desktop file in your tarball. | 17:31 |
X-Fade | So it can't make it up out of thin air. | 17:31 |
ZogG_laptop | X-Fade: it's coz i comment $(MAKE) clean coz if i don't there are no src at tar.gz | 17:31 |
ZogG_laptop | X-Fade: damn it =) didn't thought of checking that | 17:32 |
phako | ZogG: I'm using this script | 17:32 |
phako | https://github.com/phako/Helium/blob/master/tools/generate-obs-source | 17:32 |
*** Shaan7 has joined #harmattan | 17:33 | |
phako | ZogG_laptop: to convert from QtCreator to OBS-able source | 17:33 |
ZogG_laptop | phako: and you are on ubuntu? | 17:33 |
phako | ZogG_laptop: yes | 17:33 |
phako | slightly modified rules file | 17:33 |
phako | https://github.com/phako/Helium/commit/70d008fdac1b40d3fe262805366c9bb8cf59f686 | 17:33 |
*** tom_ has quit IRC | 17:34 | |
phako | the script is meant to be run from a clean source dir | 17:35 |
ZogG_laptop | phako: thanks | 17:36 |
ZogG_laptop | #OBS qmake -recursive PREFIX=/opt/Helium Helium.pro why is it opt? | 17:36 |
*** M4rtinK has joined #harmattan | 17:37 | |
phako | ZogG: I'm using the same stuff for OVI package creation | 17:39 |
phako | ZogG_laptop: | 17:39 |
ZogG_laptop | phako: it deletes .pro file =) | 17:40 |
phako | !? | 17:40 |
phako | er | 17:40 |
ZogG_laptop | source=`realpath ${dir}/..` what this for? | 17:41 |
phako | ZogG_laptop: I've the script in a tools subdir ; with that I can call it from wherever I like and it will still operate on the correct source dir | 17:42 |
ZogG_laptop | oh, nice | 17:42 |
*** icota_ has joined #harmattan | 17:43 | |
*** icota has quit IRC | 17:44 | |
ZogG_laptop | phako: it works nice | 17:45 |
*** icota_ has quit IRC | 17:47 | |
ZogG_laptop | phako: i think you should add to wiki and to the thread of apps4meego on TMO | 17:58 |
*** jluisn has quit IRC | 18:01 | |
*** rcg has joined #harmattan | 18:02 | |
*** gabriel9|work has quit IRC | 18:02 | |
*** beford has quit IRC | 18:03 | |
*** trx has quit IRC | 18:04 | |
*** Termana has quit IRC | 18:05 | |
ZogG_laptop | phako: where have you been, love ya =) | 18:13 |
*** Guest39941 has joined #harmattan | 18:19 | |
*** jreznik has quit IRC | 18:22 | |
*** lbt has quit IRC | 18:23 | |
*** lbt has joined #harmattan | 18:23 | |
*** lbt has quit IRC | 18:23 | |
*** lbt has joined #harmattan | 18:23 | |
*** trx has joined #harmattan | 18:31 | |
*** Morpog has joined #harmattan | 18:39 | |
*** Shaan7 has quit IRC | 18:44 | |
*** Morpog has quit IRC | 18:48 | |
*** tbf has quit IRC | 18:48 | |
ZogG_laptop | hmm http://n9-apps.com/rocket is just like official app but with some modifications and fixes | 18:53 |
*** beford has joined #harmattan | 18:53 | |
*** M4rtinK has quit IRC | 18:53 | |
*** natunen has quit IRC | 18:55 | |
*** Natunen has joined #harmattan | 19:02 | |
*** messerting has joined #harmattan | 19:18 | |
*** NIN101 has joined #harmattan | 19:18 | |
*** heymaste_ has quit IRC | 19:42 | |
*** blueslee has joined #harmattan | 19:43 | |
*** tgalal has quit IRC | 19:43 | |
*** heymaster has joined #harmattan | 19:47 | |
*** elldekaa has quit IRC | 19:56 | |
*** blueslee has quit IRC | 19:56 | |
*** frals has quit IRC | 19:56 | |
*** tom___ has joined #harmattan | 20:02 | |
*** rZr is now known as rzr | 20:02 | |
*** hardaker has quit IRC | 20:03 | |
*** frals has joined #harmattan | 20:03 | |
*** frals has quit IRC | 20:03 | |
*** frals has joined #harmattan | 20:03 | |
*** jluisn has joined #harmattan | 20:07 | |
*** hardaker has joined #harmattan | 20:09 | |
*** antman8969 has joined #harmattan | 20:14 | |
*** antman8969 has left #harmattan | 20:15 | |
ZogG_laptop | Elleo: itsnotabigtruck X-Fade phako rzr I DID IT =) | 20:24 |
Elleo | ZogG_laptop: awesome :) | 20:24 |
ZogG_laptop | Elleo: i found what was the problem and as well phako's script is awesome | 20:27 |
*** arcean_ has joined #harmattan | 20:27 | |
Elleo | cool | 20:27 |
Elleo | I'm off to bed now, but I'll give it a try tomorrow and do QA on it :) | 20:27 |
ZogG_laptop | Elleo: ok night, i still has no desktop icon, gonna check why | 20:29 |
*** arcean has quit IRC | 20:30 | |
*** elldekaa has joined #harmattan | 20:31 | |
*** elldekaa has quit IRC | 20:40 | |
*** heymaster has quit IRC | 20:42 | |
*** elldekaa has joined #harmattan | 20:53 | |
rzr | ZogG_laptop, hi , what did u acheive ? | 20:55 |
ZogG_laptop | rzr: i think i uploaded the good version to apps4meego | 20:58 |
ZogG_laptop | can you install and check if it installs ok? | 20:59 |
rzr | sure | 20:59 |
rzr | remind me the app ? | 20:59 |
ZogG_laptop | imgrup | 21:02 |
ZogG_laptop | it's wierd on site it shows ok with screenshots and everything in client it's a mess | 21:02 |
ZogG_laptop | http://apps.formeego.org/staging/applications/n9/pr1.0/harmattan/Other/imgrup/ | 21:03 |
rzr | the icon is al black | 21:03 |
ZogG_laptop | in client? | 21:04 |
rzr | yes | 21:04 |
rzr | now it refreshed | 21:04 |
rzr | installing | 21:05 |
ZogG_laptop | in client i have no icon or screenshot | 21:05 |
rzr | cant install over mine | 21:05 |
rzr | i ll test it later | 21:05 |
rzr | bbl | 21:05 |
*** tom___ has quit IRC | 21:07 | |
*** tom___ has joined #harmattan | 21:08 | |
*** etrunko has quit IRC | 21:19 | |
*** gabriel9 has joined #harmattan | 21:26 | |
ZogG_laptop | rzr: fall alarms it didn't build well | 21:37 |
*** beford has quit IRC | 21:38 | |
*** xnt14 has quit IRC | 21:46 | |
*** MohammadAG has quit IRC | 21:46 | |
*** MohammadAG has joined #harmattan | 21:48 | |
*** xnt14 has joined #harmattan | 21:48 | |
*** tom___ has quit IRC | 21:55 | |
*** harbaum_ has joined #harmattan | 21:57 | |
*** lfrb has quit IRC | 21:58 | |
*** jaywink has joined #harmattan | 21:58 | |
*** jpwhiting has quit IRC | 22:00 | |
*** tom___ has joined #harmattan | 22:02 | |
*** MohammadAG has quit IRC | 22:05 | |
*** MohammadAG has joined #harmattan | 22:05 | |
*** denism has quit IRC | 22:06 | |
*** lfrb has joined #harmattan | 22:07 | |
*** Hei_Ku has quit IRC | 22:07 | |
*** tom___ has quit IRC | 22:08 | |
*** tom___ has joined #harmattan | 22:09 | |
*** Hei_Ku has joined #harmattan | 22:10 | |
jaywink | hi.. anyone have any idea how I can use gconf to store settings to that they are immediately there refreshed correctly? if I set a value from an app and then immediately after query it from the db, it doesn't always give the changed value | 22:12 |
jaywink | I tried the server/client examples but it just gives segfault every time whatever way I try it, using various examples (non-harmattan) | 22:12 |
jaywink | really would of liked to use gconf but it's becoming such a pain that soon I'll just dump things in a json file or something :| | 22:13 |
*** Hei_Ku has quit IRC | 22:19 | |
*** lfrb has quit IRC | 22:19 | |
*** jpwhiting has joined #harmattan | 22:21 | |
*** Hei_Ku has joined #harmattan | 22:22 | |
*** piggz has joined #harmattan | 22:30 | |
*** Hei_Ku has quit IRC | 22:31 | |
*** Hei_Ku has joined #harmattan | 22:31 | |
*** lfrb has joined #harmattan | 22:33 | |
*** gabriel9 has quit IRC | 22:36 | |
*** elldekaa has quit IRC | 22:38 | |
MohammadAG | jaywink, it should | 22:39 |
MohammadAG | using gqconf? | 22:39 |
*** elldekaa has joined #harmattan | 22:41 | |
*** magog has quit IRC | 22:49 | |
*** snowpong_ has joined #harmattan | 22:52 | |
*** snowpong has quit IRC | 22:55 | |
*** hhartz_ has joined #harmattan | 23:05 | |
*** hhartz has quit IRC | 23:08 | |
*** hhartz_ is now known as hhartz | 23:08 | |
*** tom___ has quit IRC | 23:16 | |
*** tom___ has joined #harmattan | 23:18 | |
*** harbaum_ has quit IRC | 23:20 | |
*** DrGrov has joined #harmattan | 23:21 | |
jaywink | MohammadAG, python-gconf .. sorry, forgot to mention | 23:29 |
*** jaywink has quit IRC | 23:35 | |
*** tom___ has quit IRC | 23:38 | |
*** gabriel9 has joined #harmattan | 23:39 | |
*** tom___ has joined #harmattan | 23:39 | |
*** jluisn has quit IRC | 23:41 | |
*** niqt has joined #harmattan | 23:49 | |
*** etrunko has joined #harmattan | 23:51 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!