IRC log for #harmattan on 20120606

00:03.01Kleggashmm, 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?
00:03.42Kleggasthis 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...
00:06.31*** join/#harmattan M4rtinK (~M4rtinK@ip-89-102-207-166.net.upcbroadband.cz)
00:16.24*** join/#harmattan imunsie (~imunsie@ibmaus65.lnk.telstra.net)
00:19.25*** join/#harmattan decibyte (~mmm@gateway/tor-sasl/decibyte)
00:22.28ZogG_laptopKleggas: you can try states
00:23.32KleggasZogG_laptop: thanks. Think I solved it in a different way (re-thinking what I wanna do) but will make sure to check out states
00:42.40ElleoZogG_laptop: pong?
00:55.46*** join/#harmattan imunsie (~imunsie@ibmaus65.lnk.telstra.net)
01:03.38*** join/#harmattan bef0rd (~beford@186.31.127.207)
01:03.45*** join/#harmattan bef0rd (~beford@unaffiliated/beford)
01:03.58*** part/#harmattan Kleggas (~Kleggas@c83-254-115-166.bredband.comhem.se)
01:27.05*** part/#harmattan DrGrov (~C.J@a91-153-77-41.elisa-laajakaista.fi)
01:30.23ZogG_laptopElleo: שלום
01:30.45ZogG_laptoplemme move myself to bed with laptop =)
01:31.36Elleoheh
01:32.24ZogG_laptopElleo: 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
01:33.38Elleo#qmake PREFIX=/usr <-- qmake is commented out, so it's not generating your Makefile
01:35.13ZogG_laptopElleo: if i uncomment it qtcraetor fails
01:36.03ElleoI don't really know much about qtcreator, but it sounds like there's something wrong with your .pro file then
01:36.27Elleoqmake generates Makefiles from the .pro file and normally you'd want that being run by qtcreator as well as by OBS/scratchbox/whatever
01:36.48Elleootherwise qtcreator is just always using out-of-date Makefiles
01:37.06ZogG_laptopmake: *** [configure-stamp] Error 1
01:37.07ZogG_laptopdpkg-buildpackage: failure: debian/rules build gave error exit status 2
01:37.07ZogG_laptopPackaging Error: Command '/home/zogg/QtSDK/Madde/bin/mad dpkg-buildpackage -nc -uc -us' failed.Exit code: 2
01:37.35ElleoZogG_laptop: is there a large log you can upload to a pastebin or something?
01:37.39Elleolarger*
01:40.54*** join/#harmattan adlan (~adlan@115.85.128.54)
01:41.05ZogG_laptopElleo: http://pastebin.com/fB4Kp9SC
01:44.34ElleoZogG_laptop: it looks like appending "PREFIX=/usr" to qmake isn't valid
01:44.46Elleoit's just giving you its usage instructions instead of actually doing anything
01:45.11ZogG_laptopbut you said you have it
01:45.19Elleono,
01:45.31ElleoI have CURDIR as part of my make command
01:45.42Elleonot PREFIX=/usr as part of my qmake command
01:46.58ZogG_laptopi had CURDIR and it didnt help
01:47.11Elleothat's not the issue though
01:47.26Elleoit's never getting to the part where it really uses the CURDIR setting, because you don't have a Makefile due to qmake failing
01:47.52Elleoactually, I've just tested with PREFIX=/blah and qmake accepts it
01:47.59ZogG_laptopyou mixing two options
01:48.06Elleoare you sure you're running qmake in the same directory as your .pro?
01:48.12ElleoCURDIR doesn't matter at all at this stage
01:48.17Elleoall that matter is getting qmake running
01:48.22Elleomatters*
01:48.27ZogG_laptopits in qtcreator
01:48.33ZogG_laptopit doesn't actually use qmake
01:48.42Elleois your source somewhere I can see?
01:48.57ZogG_laptopand other case is obs where i comment qmake and it doesn't work according to you
01:49.07ZogG_laptopElleo: on github harmattan =)
01:49.17ZogG_laptopElleo: not the latest rule though
01:50.00ZogG_laptopElleo: pushing it now
01:50.11Elleookay, I'm just going to have a bite to eat and then I'll take a look at it
01:55.55Elleowell qmake seems to run fine for me, my guess is that mad is doing things in the wrong directory or something
01:56.26Elleoan alternative would be to make sure there's a Makefile in the source package you upload
01:57.28Elleoalso you appear to be missing a build-dep on libshare-ui-dev
01:59.49ZogG_laptopit wokred fine on qtcreator before i uncommented stuff in rules and added build step according to wiki
02:05.43itsnotabigtruckZogG_laptop: so did you get your stuff working?
02:06.13ZogG_laptopitsnotabigtruck: nope
02:06.32ZogG_laptopitsnotabigtruck: i solved most problems, now the problem that it fails to compile
02:06.41ZogG_laptoplemme check something again
02:07.24itsnotabigtruckZogG_laptop: a lot of stuff that works otherwise fails on OBS
02:07.30itsnotabigtruckjust keep on tweaking and uploading 'til it works
02:07.44ElleoI have no idea why mad has problems using qmake for you
02:07.46itsnotabigtruckusually it's because you didn't include a build-dependency that you eneded
02:07.56Elleosince qmake gets executed fine in scratchbox :/
02:08.11ZogG_laptopitsnotabigtruck: not the error is not that, it's much more stupid
02:08.24Elleoalthough in scratchbox I do end up with some undefined references to AccountsSyncWidget::AccountsSyncWidget
02:08.43itsnotabigtruckZogG_laptop: yeah, i just started reading up more after saying that :p
02:08.44ElleoZogG_laptop: try uploading a version that allows it to use qmake and see what happens
02:08.55Elleo(and don't forget to add libshare-ui-dev to the build-deps first too)
02:09.10ZogG_laptopElleo: add where exactly?
02:09.18itsnotabigtruckwhere's the actual error? i was going to check OBS but it started rebuilding already
02:09.23itsnotabigtruckso the old log isn't there anymore
02:09.37ElleoZogG_laptop: debian/control in the Build-Depends section
02:09.42ZogG_laptopElleo: i have   shareuiinterface-maemo-meegotouch \
02:09.44ZogG_laptop<PROTECTED>
02:09.44ZogG_laptop<PROTECTED>
02:10.03itsnotabigtruckZogG_laptop: what? that's not debian/control
02:10.04ZogG_laptopitsnotabigtruck: let's wait for a second for a new error
02:10.12itsnotabigtruckoh, also
02:10.19itsnotabigtruckconsider re-writing debian/rules to streamline it
02:10.21ZogG_laptopitsnotabigtruck: it's from .pro
02:10.41ZogG_laptopitsnotabigtruck: i'm trying to keep it at least to work in qtcreator
02:11.12itsnotabigtrucke.g. often most of the stuff can be replaced with this
02:11.15itsnotabigtruck%:
02:11.18itsnotabigtruck<PROTECTED>
02:11.36itsnotabigtruckand no, debian/rules isn't from the .pro file
02:11.39itsnotabigtruckthough, actually
02:11.45ZogG_laptopno idea what ya talking about - my level here is below noob level =(
02:11.54itsnotabigtruckthere's complexities related to qt creator
02:12.14itsnotabigtruckif you make a deb from qt creator, it'll trash debian and replace it with qtc_packaging/harmattan
02:12.17itsnotabigtruckor whatever it is
02:12.29itsnotabigtruckbut you need the debian directory for obs to work
02:12.45ZogG_laptopitsnotabigtruck: yeah as i have no debian/rules i have qtc_blahbla/hramattanblabalh_debian/rule and qtcreator makes the tar with debian/rule
02:13.50itsnotabigtruckqt creator can make the tar? since when?
02:15.50ZogG_laptopitsnotabigtruck: since i added custom step as said in wiki it makes tar.gz and dsc
02:17.29ZogG_laptopi 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?
02:18.11ZogG_laptoptwo tools are made by nokia and they completly not supported by each other?
02:19.04itsnotabigtruckridiculous, isn't it
02:19.11ZogG_laptopElleo: i'll add deps when at least build would start =)
02:19.24ZogG_laptopitsnotabigtruck: yes
02:19.47ZogG_laptopand now i look at apps4meego and i don't wonder why people do not submit apps =P
02:20.05itsnotabigtruckit'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
02:20.06ZogG_laptopas well as why i bothered and asked devs to and tried to promote it
02:20.23itsnotabigtruckand, it's pretty troublesome
02:20.31itsnotabigtruckwell, it's not troublesome at all UNLESS you use qt creator
02:20.34ZogG_laptopitsnotabigtruck: for ovi is enuf to send just deb?
02:20.42itsnotabigtruckyeah, ovi just takes the deb
02:20.53ZogG_laptopand they do not check source?
02:20.54itsnotabigtruckof course that means ovi has no real idea what's in your app
02:20.57itsnotabigtrucknope :p
02:21.02ZogG_laptoplol
02:21.11ZogG_laptopmaybe i should upload to ovi my app?
02:21.21itsnotabigtruckyou 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
02:21.32Elleouh oh, next version of imgrup is going to secretly upload all your naked pictures to ZogG_laptop's private server ;)
02:21.38itsnotabigtruckwell, you shouldn't upload it to ovi INSTEAD of appsformeego
02:21.43itsnotabigtruckesp since you're almost there
02:21.47itsnotabigtruckand this is a good way to learn about this stuff
02:22.18ZogG_laptopitsnotabigtruck: i finally got my sleeping hours right in track and could sleep at nights till yesterday and today coz of appsformeego
02:22.20itsnotabigtruckand personally i really dislike the ovi store, though it's undeniably the best way to get mainstream downloads
02:23.09itsnotabigtruckif you haven't posted your deb in your tmo thread, i'd suggest doing that 1st
02:31.58ZogG_laptoplol
02:32.00ZogG_laptopovi is a fail
02:32.08ZogG_laptopthey do not let me use icon
02:32.15ZogG_laptopthey need logo
02:32.23ZogG_laptopbut squeare one to make icon of it
02:32.32ZogG_laptophow the fuck do i make logo now?
02:32.42ElleoZogG_laptop: you can just make a 256x256 version of your icon if you have it as an svg
02:32.54Elleothat's what I (and lots of other people) do
02:33.15Elleosince that's what gets displayed in the store app
02:33.44Elleothey also ask you for pointless square screenshots too in addition to proper sized ones for harmattan
02:34.36ZogG_laptopElleo: i do not have svg =(
02:34.56ZogG_laptopall i have is 80x80 png
02:35.21Elleowell 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
02:36.02Elleooh actually on the store website they only show it at 96x96
02:36.12Elleoso even then it'd probably look okay
02:37.04*** join/#harmattan adlan (~adlan@115.85.128.54)
02:37.15itsnotabigtruckugh, don't scale up
02:37.16itsnotabigtrucknever scale up
02:38.26ElleoZogG_laptop: couldn't you just grab the stylised "i" from the imgur logo and use that as your logo or something
02:41.57*** join/#harmattan natunen (~nalle@213-186-240-19.bb.dnainternet.fi)
02:42.55ZogG_laptoplol
02:43.04ZogG_laptopi painted around the line
02:43.12ZogG_laptopi have no gimp here
02:43.16ZogG_laptoponly mypaint
02:43.22ZogG_laptopand still too small for them
02:43.55ZogG_laptopovi still is more failure
02:50.08ElleoZogG_laptop: it has to be 256x256 for the ovi logo iirc
02:54.30ZogG_laptopElleo: lol it also says that screenshot taken from n9 is not full size =)
02:54.54ElleoZogG_laptop: for the main screenshot thing they insist on a square screenshot
02:55.07Elleothen there's a separate screenshot field for harmattan screenshots at 854x480
02:55.30ZogG_laptopi'm talking about 854x480
02:55.37Elleo:/
02:55.54Elleoare you sure the screenshot app you used took the image at a full 854x480?
02:56.04Elleoit didn't chop off the top bar or something?
02:56.12Elleoor resize it for some random reason
02:57.12ZogG_laptoptaking new screenshot
02:59.55itsnotabigtruckany image app should be able to tell you the res of the image
03:00.02itsnotabigtruckdon't take a new screenshot unless you know there's a problem
03:00.14itsnotabigtruckand what do you mean "i have no gimp"...you could easily install it
03:00.28itsnotabigtruckthat said, i don't really recommend the gimp, but it would probably do the job
03:00.38ZogG_laptopitsnotabigtruck: don't want to compile it right now
03:01.00ZogG_laptopi have light laptop set with no gnome here and console apps mostly
03:01.05itsnotabigtruckif you find yourself saying "don't want to compile ___________" you should probably stop using gentoo
03:01.23ZogG_laptopitsnotabigtruck: it's matter of why should i do it
03:01.29ZogG_laptopi don't care to compile
03:01.43ZogG_laptopbut not to compile gimp just coz nokia store is stuidest thing
03:01.47ZogG_laptopwould you agree on that?
03:03.56*** join/#harmattan M4rtinK (~M4rtinK@ip-89-102-207-166.net.upcbroadband.cz)
03:05.10*** join/#harmattan Riussi_ (~quassel@codemancers.fi)
03:05.32*** join/#harmattan Tronic_ (tronic@dsl-hkibrasgw2-fed5df00-224.dhcp.inet.fi)
03:06.18*** join/#harmattan Guest7403 (Termana@199.127.226.8)
03:07.04itsnotabigtruckZogG_laptop: sort of...the nokia requirements are pretty strange, but it's only natural that for this thing you'll need to tweak images
03:07.23itsnotabigtruckyou'd probably have to do stuff like this no matter what nokia was requiring
03:08.43ZogG_laptopitsnotabigtruck: it took me 2 mins to open app take screenshot and scp it to laptop
03:09.59ZogG_laptopitsnotabigtruck: 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
03:14.12*** join/#harmattan Facefox (~facefox@pool-74-111-197-200.lsanca.fios.verizon.net)
03:16.38ZogG_laptopitsnotabigtruck: 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
03:17.39itsnotabigtruck#qmake PREFIX=/usr
03:17.43itsnotabigtruckZogG_laptop: it's not qmake'ing
03:17.43*** join/#harmattan beford (~fernando@unaffiliated/beford)
03:18.19*** join/#harmattan M4rtinK (~M4rtinK@ip-89-102-207-166.net.upcbroadband.cz)
03:19.31ZogG_laptopitsnotabigtruck: if i unmask qmake it fails as well
03:20.28ZogG_laptopitsnotabigtruck: http://pastebin.com/DNYLjHq0
03:20.36itsnotabigtruckZogG_laptop: well, it's not going to work if you don't qmake
03:20.49itsnotabigtruckfigure out a way to make it work and fix it
03:20.53itsnotabigtruckthat's why i strongly suggest the
03:20.55itsnotabigtruck%:
03:21.00itsnotabigtruck<PROTECTED>
03:21.04itsnotabigtruckapproach
03:21.13itsnotabigtruckthat should handle most of the things, including qmake, for you
03:23.38ZogG_laptopitsnotabigtruck: you can't tell me the basic of quantum physics while i only learn dynamics =)
03:24.16ZogG_laptopi on't know where to put it and most important why
03:25.02itsnotabigtruckZogG_laptop: basically you take everything else out of debian/rules and put that in
03:25.16itsnotabigtruckbut i'm not sure if there's anything important that would have to be moved over from the old rules
03:25.20ZogG_laptopitsnotabigtruck: only one line?
03:25.30itsnotabigtrucktwo lines
03:25.36itsnotabigtruckand it has to be a tab before the dh
03:25.44itsnotabigtruckit's a makefile, if you've used those before, that's the syntax
03:26.26itsnotabigtruckalso you'll need another target named
03:26.35itsnotabigtruckoverride_dh_builddeb:
03:26.45itsnotabigtruckwith some stuff to make aegis work
03:27.44ZogG_laptopwiht some stuff
03:27.47ZogG_laptoplol
03:28.19ZogG_laptopcan you show me an example at least?
03:29.54ZogG_laptopdebian/rules: line 1: fg: no job control
03:29.54ZogG_laptopdebian/rules: line 2: dh: command not found
03:29.56ZogG_laptopdpkg-buildpackage: failure: debian/rules build gave error exit status 127
03:30.09ZogG_laptopwith only those two lines
03:30.20itsnotabigtruckZogG_laptop: lol
03:30.23itsnotabigtruckhttps://endno.de/~itsnotabigtruck/inception/
03:30.27itsnotabigtruckgrab the inception source code
03:32.17ZogG_laptopitsnotabigtruck: yeah did the same without aegis part but still error not aegis related ^
03:35.10itsnotabigtruckit sounds like you left out the shebang line (#!/usr/bin/make -f, i think)
03:35.12itsnotabigtruckthat's not a comment
03:35.14itsnotabigtruckthat's significant
03:35.21itsnotabigtruckwhen i said to gut it out, i didn't mean that
03:36.17ZogG_laptopi do have it
03:39.03ZogG_laptopitsnotabigtruck: any other ideas?
03:39.08ZogG_laptopexcept rm -rf
03:40.04itsnotabigtrucklol
03:40.36itsnotabigtruckare you really sure about the shebang line...that doesn't sound right at all
03:48.20ZogG_laptopitsnotabigtruck: wanna screenshot?
03:49.05itsnotabigtruckno. :p
03:49.19itsnotabigtruckbesides, my N9 is discharged right now
03:49.22itsnotabigtruckneed to dig up my charger
03:49.30ZogG_laptopare you from n9?
03:49.44ZogG_laptop<PROTECTED>
03:49.45ZogG_laptophttp://i.imgur.com/zglyd.png
03:49.52ZogG_laptophere screenie anyway
03:50.31*** join/#harmattan Shaan7 (~quassel@kde/developer/shantanu)
03:51.16itsnotabigtruckZogG_laptop: weird
03:51.21itsnotabigtruckwell, better change it back :(
03:51.51ZogG_laptopitsnotabigtruck: maybe i'll change it to .
03:52.15ZogG_laptopor better «sudo compile matafucka»
03:53.49ZogG_laptopitsnotabigtruck: think, think
03:54.12itsnotabigtrucklol
03:54.15ZogG_laptopitsnotabigtruck: i passed all 7 steps and now it's acceptence =)
03:54.47ZogG_laptopi'm smiling here already as it's so stupid and not necessary (how you spell it)
03:55.02ZogG_laptopwhile i was at rage 5 hours ago
04:02.29ZogG_laptopitsnotabigtruck: ok i'll go to sleep than
04:04.43itsnotabigtruckZogG_laptop: alright, night!
04:04.58itsnotabigtrucktoo bad we couldn't get it up and running :(
04:06.42ZogG_laptopitsnotabigtruck: i'm just stubborn
04:06.49ZogG_laptopall the logic says ­give up
04:16.45*** join/#harmattan Shaan7 (~quassel@kde/developer/shantanu)
04:30.27*** join/#harmattan trench (trench@your.place.no)
04:30.29*** join/#harmattan trench (trench@unaffiliated/trench)
04:35.11*** join/#harmattan bef0rd (~beford@unaffiliated/beford)
04:39.57*** join/#harmattan Shaan7 (~quassel@kde/developer/shantanu)
04:42.06*** join/#harmattan rcg (~rc@g230055058.adsl.alicedsl.de)
04:55.23*** join/#harmattan xarcass (~igorsazon@195.93.246.10)
05:35.52*** join/#harmattan denism (~mdn@host-109-204-180-70.tp-fne.tampereenpuhelin.net)
05:49.55*** join/#harmattan snowpong (~espen@156.116.27.2)
06:03.43*** join/#harmattan rnovacek (radek@nat/redhat/x-tuvhymfdnidxpwnh)
06:08.59*** join/#harmattan messerting (~messertin@cm-84.209.44.174.getinternet.no)
06:18.23*** join/#harmattan hhartz_ (~hhartz@156.116.27.2)
06:50.14*** join/#harmattan trx (~ns-team@212.200.199.198)
07:00.54*** join/#harmattan M4rtinK (~M4rtinK@ip-89-102-207-166.net.upcbroadband.cz)
07:01.08*** join/#harmattan jreznik (jreznik@nat/redhat/x-hjndnuvjaganwbcv)
07:06.08*** join/#harmattan gabriel9|work (~quassel@79.143.160.58)
07:12.48*** join/#harmattan tbf (~mathias@p57A9EFA2.dip.t-dialin.net)
07:18.15*** join/#harmattan elldekaa (~hyviquel@84-231-25-119.elisa-mobile.fi)
07:34.31*** join/#harmattan lamikr (lamikr@nat/nokia/x-cpqisgvcptwleihs)
07:51.40*** join/#harmattan tom____ (~tom@93.186.151.113)
07:59.43thpZogG_laptop: what was the question? :)
08:29.12*** join/#harmattan felipexil (~felipexil@2001:720:1214:2042:a56c:1247:53e8:6bfb)
08:52.44*** join/#harmattan arcean (~arcean@aafr39.neoplus.adsl.tpnet.pl)
08:58.44*** join/#harmattan snowpong (~espen@156.116.27.2)
09:00.52*** join/#harmattan snowpong (~espen@156.116.27.2)
09:02.38*** join/#harmattan lamikr_ (lamikr@nat/nokia/x-xhhbnwbngruzdict)
09:03.28*** join/#harmattan lamikr (lamikr@nat/nokia/x-vidjeeylxukacpvh)
09:07.32*** join/#harmattan tom_ (~tom@93.186.151.113)
09:08.44*** join/#harmattan ieatlint (~ieatlint@tehinterweb.com)
09:18.02*** join/#harmattan bkre (~bkre@193.158.222.114)
09:26.02*** join/#harmattan elldekaa (~hyviquel@dyn-177-185.public.tut.fi)
09:32.11*** join/#harmattan decibyte (~mmm@gateway/tor-sasl/decibyte)
09:40.24*** join/#harmattan svuorela (~svuorela@ssh.killmulehill.net)
09:46.06*** join/#harmattan tom_ (~tom@93.186.151.113)
10:03.18*** join/#harmattan xmlich02 (~imlich@2001:67c:1220:80c:d6:202c:d9a0:3d9c)
10:16.39*** join/#harmattan tom_ (~tom@93.186.151.113)
10:16.55*** join/#harmattan Summeli (summeli@irc.summeli.fi)
10:20.19*** join/#harmattan xnt14 (~xnt14@ool-45772b34.dyn.optonline.net)
10:20.49*** join/#harmattan MohammadAG (~MohammadA@ool-45772b34.dyn.optonline.net)
10:21.26*** join/#harmattan Shaan7 (~quassel@kde/developer/shantanu)
10:28.45*** join/#harmattan lbt (~david@78.32.229.233)
10:28.45*** join/#harmattan lbt (~david@Maemo/community/contributor/lbt)
10:30.53*** join/#harmattan lizardo (lizardo@nat/indt/x-vpkkogbsedoumsbj)
10:32.08*** join/#harmattan MohammadAG (~MohammadA@Maemo/community/contributor/MohammadAG)
10:35.26gabriel9|workis there a model for JSON stream of data?
10:35.41gabriel9|worki see there is for XML
10:36.36alteregogabriel9|work: no, but it's pretty easy just to through json into a model using .append()
10:36.45gabriel9|worknice
10:37.14gabriel9|workalso i see i can use XMLHTTPREQUEST in JS and then parse it and add List items :)
11:04.20*** join/#harmattan trx (~ns-team@212.200.199.198)
11:19.57*** join/#harmattan jluisn (~quassel@187.115.172.24)
11:25.40*** join/#harmattan zhxt (~zhxt@106.3.61.248)
11:25.52*** join/#harmattan mschlens (~mschlens@e180016207.adsl.alicedsl.de)
11:28.17*** join/#harmattan snowpong (~espen@156.116.27.2)
11:35.40ZogG_laptopitsnotabigtruck: did you thought of it?
11:35.44ZogG_laptop=)
11:37.23*** join/#harmattan etrunko (~etrunko@201.53.201.205)
11:38.19*** join/#harmattan tom_ (~tom@93.186.151.113)
11:49.32ZogG_laptopthp: i had problem to upload to apps4meego but after getting help from everyone here ... i still have a problwm =)
12:02.12aquariushow 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".
12:03.02Elleoaquarius: you can become user by doing "devel-su user" after doing devel-su
12:03.12aquariusaha!
12:03.18aquariusyay!
12:03.24aquariusthat works :)
12:03.27Elleogreat :)
12:04.56aquariusonce I've edited tracker-miner-fs.cfg, does it automatically take effect, or do I have to tell tracker to re-read it somehow?
12:06.05Elleono idea about that I'm afraid, I haven't done anything with tracker
12:06.53*** join/#harmattan DocScrutinizer06 (~HaleBopp@openmoko/engineers/joerg)
12:06.58*** join/#harmattan DocScrutinizer (~halley@openmoko/engineers/joerg)
12:07.16aquariusah, it seems to have taken effect automatically, I think
12:07.18aquariusbrilliant.
12:07.23Elleoneat
12:09.56*** join/#harmattan Shaan7 (~quassel@kde/developer/shantanu)
12:16.13ZogG_laptopElleo: i need a log like a captain of my tries to build the package =)
12:18.08ElleoZogG_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)
12:18.42ElleoI'll have more of a poke around later and see if I can get it to build in some way myself
12:18.47ElleoI have to go to a meeting now though
12:18.55ZogG_laptopElleo: in qtcreator it uses the ones in qtc_packaging and than put in source as debian
12:19.02ZogG_laptopin debian those are from rzr
12:19.14ZogG_laptopElleo: i think the problem iis that i use subdirs
12:19.37ElleoZogG_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
12:19.37ZogG_laptopOH, i think i build it!!!
12:19.40Elleowhich they seem to
12:19.42Elleooh cool
12:19.54ZogG_laptopElleo: i used qmake -project =)
12:19.57*** join/#harmattan tomyri (~tomi@dsl-trebrasgw2-fe94de00-64.dhcp.inet.fi)
12:20.08ZogG_laptopis it logical?
12:20.37Elleonever used qmake in project mode before myself
12:20.42ElleoI always just use it to generate makefiles
12:20.56Elleobut that doesn't mean doing it in project mode is a bad thing
12:21.02Elleojust something I know nothing about ;)
12:21.33Elleoanyway, I have to go for now; back later
12:22.00ZogG_laptopgonna try it on obs now
12:22.02*** join/#harmattan tomyri_ (~tomi@host-109-204-153-52.tp-fne.tampereenpuhelin.net)
12:22.04ZogG_laptoptalk to you later
12:22.07ZogG_laptopgood day
12:22.08Elleogood luck
12:22.27*** join/#harmattan lizardo_ (~lizardo@189.2.193.178)
12:24.13*** join/#harmattan arcean (~arcean@aafr39.neoplus.adsl.tpnet.pl)
12:45.15*** join/#harmattan hardaker (~hardaker@mail.hardakers.net)
12:49.38ZogG_laptopitsnotabigtruck: lol
12:49.43ZogG_laptopnokia passed my app =)
12:50.59ZogG_laptopjonni: ping
12:53.25TronicZogG_laptop: What app is that?
12:54.08ZogG_laptopit's still not published
12:54.36ZogG_laptopTronic: imgrup. it's working and usable, i just wasn't sure if it would pass
12:58.00*** join/#harmattan trx (~ns-team@212.200.199.198)
13:00.54TronicCan't find that on Store.
13:02.53ZogG_laptopTronic: 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
13:03.07ZogG_laptopTronic: not published yet, if you want  you can get it from TMO
13:04.00TronicNot really, considering I don't know what it does.
13:05.29ZogG_laptopit makes you coee
13:09.03*** join/#harmattan tgalal (c0648207@gateway/web/freenode/ip.192.100.130.7)
13:13.35ZogG_laptops/coee/coffee/
13:13.56*** join/#harmattan rm_work (~rm_you@johnx.xen.prgmr.com)
13:13.57*** join/#harmattan rm_work (~rm_you@Maemo/community/cssu/rm-you)
13:20.17*** join/#harmattan beford (~beford@unaffiliated/beford)
13:23.44ZogG_laptopX-Fade: ping
13:24.12ZogG_laptopElleo: it was built, don't ask how
13:24.18ZogG_laptopitsnotabigtruck: i built it
13:25.29ZogG_laptoplbt: ping
13:26.13X-FadeZogG_laptop: pong
13:27.36ZogG_laptopX-Fade: ok i found the problems i had with building it and partly understood them. it's on QtCreator side mostly =)
13:27.59X-FadeZogG_laptop: Not surpised :)
13:28.51X-FadeBut good that you managed to find the issues.
13:29.25ZogG_laptopX-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 )
13:29.52ZogG_laptopX-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
13:30.00ZogG_laptopi found the problem i think though
13:30.46ZogG_laptopX-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
13:31.08ZogG_laptopX-Fade: https://build.pub.meego.com/project/requests?project=MeeGo%3A1.2%3AHarmattan%3AApps%3ATesting
13:31.09X-FadeZogG_laptop: It does trial builds first.
13:31.24ZogG_laptopX-Fade: for 4 days? =)
13:31.26X-FadeZogG_laptop: Takes a while for the build to be completed.
13:31.44X-FadeYou can see it building in MeeGo:1.2:Harmattan:Apps:Testing:Trial atm.
13:32.02ZogG_laptopon OBS?
13:32.17ZogG_laptopX-Fade: there are 3 requests one of them 4 days another 2 weeks =)
13:34.20X-FadeZogG_laptop: There are no pending requests.
13:34.40X-FadeWhich apps?
13:35.13ZogG_laptophttps://build.pub.meego.com/project/requests?project=MeeGo%3A1.2%3AHarmattan%3AApps%3ATesting
13:35.18ZogG_laptopi see 2
13:36.03ZogG_laptopX-Fade: as mine is building =P
13:36.30ZogG_laptopgot email - its accepted
13:38.11ZogG_laptopit's accepted but it's still building it =)
13:38.40X-FadeYeah, it gets accepted after trail build, but then it gets built in Testing.
13:38.57ZogG_laptopX-Fade: did you find those apps? or you want link to app itself or name and username?
13:39.13ElleoZogG_laptop: ah, good
13:39.15X-FadeYeah, I found them. Caching prevented me from seeing those. Great..
13:39.57ZogG_laptopX-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 =)
13:41.45X-FadeZogG_laptop: Well, it will be available in the client soon. So test it out :)
13:41.48ZogG_laptopi can see it on apps4meego
13:42.32ZogG_laptopX-Fade: though i'm not sure i can update it or do anything coz building was a nightmare
13:43.04X-FadeJust change your code and generate the package again?
13:43.17X-FadeLast setting worked, so it should work the next time too?
13:43.48ZogG_laptopX-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 =)
13:46.43ZogG_laptopX-Fade: is it possible it doesn't install desktop file?
13:47.08ZogG_laptopas QtCreator does install though this one doesn't
13:47.18X-FadeZogG_laptop: Depends on your package :)
13:47.45ZogG_laptopX-Fade: it doesn't =(
13:49.29ZogG_laptopX-Fade: i think i read about it on forum
13:58.17ZogG_laptopX-Fade: if i submit same version it would be replaced or i need to bump version?
13:58.36X-FadeYou always need to bump versions.
13:59.29ZogG_laptopX-Fade: damn =)
14:00.15*** join/#harmattan tomyri_ (~tomi@host-109-204-153-52.tp-fne.tampereenpuhelin.net)
14:03.22*** join/#harmattan tom_ (~tom@93.186.149.169)
14:03.51ArkanoiD_what does steady led light on n950 mean?
14:04.16ZogG_laptopArkanoiD_: full battery?
14:04.55ArkanoiD_wonders why it does not power on then
14:05.27ZogG_laptopX-Fade: and do i need to delete previous version dsc and tar.gz?
14:05.43MohammadAGffs how does one get the currently playing playlist
14:07.24*** join/#harmattan icota (~quassel@dh207-9-94.xnet.hr)
14:08.14icotahello! is there an api to add an item to N9's settings -> applications menu?
14:08.53ZogG_laptopicota: i think as well as there are opensource apps that do that
14:09.09icotaZogG_laptop: could you point me to some?
14:10.17ZogG_laptopcalendar app of Denis Kormalev
14:10.37ZogG_laptop~google test
14:10.45ZogG_laptopnope =)
14:16.26icotalooking at his code it looks like 'gconfitem' is the answer to my question :)
14:16.34icotaZogG_laptop: thank you dear sir
14:16.57X-FadeZogG_laptop: Yes, you remove the old versions.
14:17.12X-FadeZogG_laptop: Also another thing to remember is that everytime you commit, it rebuilds.
14:17.15*** join/#harmattan beford (~beford@unaffiliated/beford)
14:17.34ZogG_laptopX-Fade: trying to rebuild it fails again - trying to find how do i make it from first run =)
14:17.42X-FadeSo if you commit 4 changes separately, you have to wait for 4 builds to see the result of your last commit.
14:18.05ZogG_laptopX-Fade: yeah i know so i add file stop building add another file and triger rebuild =)
14:18.34X-FadeZogG_laptop: If you use the osc commandline tool, it is a lot easier :)
14:18.44ZogG_laptopX-Fade: got confused with it
14:19.34ZogG_laptopX-Fade: i think there is better way than OBS just for harmattan but than again what about meego and other platforms
14:19.56ZogG_laptopbut i heard that harmattan repos might migrate to maemo garage, is it right/
14:20.11X-FadeWell, hosting yes.
14:20.32X-FadeBut we're looking at moving everything to maemo OBS.
14:20.42ZogG_laptopso it would be same OBS or maemo system?
14:21.05X-FadeIt would be OBS, but hosted at maemo.org instead of meego.
14:23.58ZogG_laptopmeh
14:24.06ZogG_laptopfor all meego or just harmattan?
14:24.23X-FadeWhat other meego is there? :)
14:25.02ZogG_laptopmeego tablets and other stuff we have on apps4meego
14:25.57X-FadeWell, you can link OBS instances. And also push to multiple OBS servers, there are a lot of ways to work with that.
14:25.59ZogG_laptopX-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
14:26.30ZogG_laptopX-Fade: i think it can me made easier without whole OBS just for harmattan
14:26.48X-FadeZogG_laptop: Takes time, patience.
14:27.17ZogG_laptopX-Fade: just uploaded app with desktop file and it makes me sad of first impression
14:27.33ZogG_laptopi even still didn't try if it works =)
14:28.10X-FadeZogG_laptop: Just add your home project to your device and see if it updates/installs does whatever.
14:28.14ZogG_laptopok it's building it
14:29.00ZogG_laptopX-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
14:29.21X-FadeZogG_laptop: Check your source.
14:30.17X-FadeWhich is still severely messed up
14:30.51X-FadeYour tarball should be 20k or so. Not 1.2MB :)
14:31.07ZogG_laptopX-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 =(
14:31.26X-FadeWell, there is no desktop file in your tarball.
14:31.35X-FadeSo it can't make it up out of thin air.
14:31.45ZogG_laptopX-Fade: it's coz i comment $(MAKE) clean coz if i don't there are no src at tar.gz
14:32.29ZogG_laptopX-Fade: damn it =) didn't thought of checking that
14:32.45phakoZogG: I'm using this script
14:32.47phakohttps://github.com/phako/Helium/blob/master/tools/generate-obs-source
14:33.16*** join/#harmattan Shaan7 (~quassel@kde/developer/shantanu)
14:33.19phakoZogG_laptop: to convert from QtCreator to OBS-able source
14:33.26ZogG_laptopphako: and you are on ubuntu?
14:33.33phakoZogG_laptop: yes
14:33.44phakoslightly modified rules file
14:33.55phakohttps://github.com/phako/Helium/commit/70d008fdac1b40d3fe262805366c9bb8cf59f686
14:35.09phakothe script is meant to be run from a clean source dir
14:36.08ZogG_laptopphako: thanks
14:36.32ZogG_laptop#OBS qmake -recursive PREFIX=/opt/Helium Helium.pro why is it opt?
14:37.49*** join/#harmattan M4rtinK (~M4rtinK@ip-89-102-207-166.net.upcbroadband.cz)
14:39.06phakoZogG: I'm using the same stuff for OVI package creation
14:39.20phakoZogG_laptop:
14:40.36ZogG_laptopphako: it deletes .pro file =)
14:40.50phako!?
14:40.53phakoer
14:41.16ZogG_laptopsource=`realpath ${dir}/..` what this for?
14:42.21phakoZogG_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
14:42.54ZogG_laptopoh, nice
14:43.35*** join/#harmattan icota_ (~quassel@dh207-29-227.xnet.hr)
14:45.20ZogG_laptopphako: it works nice
14:58.10ZogG_laptopphako: i think you should add to wiki and to the thread of apps4meego on TMO
15:02.39*** join/#harmattan rcg (~rc@g230055058.adsl.alicedsl.de)
15:13.23ZogG_laptopphako: where have you been, love ya =)
15:19.58*** join/#harmattan Guest39941 (Termana@199.127.226.8)
15:23.38*** join/#harmattan lbt (~david@78.32.229.233)
15:23.40*** join/#harmattan lbt (~david@Maemo/community/contributor/lbt)
15:31.52*** join/#harmattan trx (~ns-team@212.200.199.198)
15:39.47*** join/#harmattan Morpog (~Morpog@stgt-5d8419a5.pool.mediaWays.net)
15:53.15ZogG_laptophmm http://n9-apps.com/rocket is just like official app but with some modifications and fixes
15:53.21*** join/#harmattan beford (~fernando@unaffiliated/beford)
16:02.50*** join/#harmattan Natunen (nalle@213-186-240-19.bb.dnainternet.fi)
16:18.34*** join/#harmattan messerting (~messertin@cm-84.209.44.174.getinternet.no)
16:18.51*** join/#harmattan NIN101 (~NIN@p5DD28769.dip0.t-ipconnect.de)
16:43.36*** join/#harmattan blueslee (~blueslee@ip-109-90-73-55.unitymediagroup.de)
16:47.42*** join/#harmattan heymaster (~heymaster@78.61.212.188)
17:02.09*** join/#harmattan tom___ (~tom@93.186.149.169)
17:03.39*** join/#harmattan frals (~frals@c-cac570d5.036-79-73746f5.cust.bredbandsbolaget.se)
17:03.40*** join/#harmattan frals (~frals@Maemo/community/contributor/frals)
17:07.58*** join/#harmattan jluisn (~quassel@187.115.172.24)
17:09.26*** join/#harmattan hardaker (~hardaker@mail.hardakers.net)
17:14.59*** join/#harmattan antman8969 (~anthony@anthony-naddeo-4.wireless.um.maine.edu)
17:15.05*** part/#harmattan antman8969 (~anthony@anthony-naddeo-4.wireless.um.maine.edu)
17:24.27ZogG_laptopElleo: itsnotabigtruck X-Fade phako rzr I DID IT =)
17:24.51ElleoZogG_laptop: awesome :)
17:27.15ZogG_laptopElleo: i found what was the problem and as well phako's script is awesome
17:27.25*** join/#harmattan arcean_ (~arcean@aacx75.neoplus.adsl.tpnet.pl)
17:27.27Elleocool
17:27.48ElleoI'm off to bed now, but I'll give it a try tomorrow and do QA on it :)
17:29.59ZogG_laptopElleo: ok night, i still has no desktop icon, gonna check why
17:31.36*** join/#harmattan elldekaa (~hyviquel@a91-152-162-54.elisa-laajakaista.fi)
17:53.39*** join/#harmattan elldekaa (~hyviquel@84-231-25-119.elisa-mobile.fi)
17:55.20rzrZogG_laptop, hi , what did u acheive ?
17:58.59ZogG_laptoprzr: i think i uploaded the good version to apps4meego
17:59.09ZogG_laptopcan you install and check if it installs ok?
17:59.34rzrsure
17:59.43rzrremind me the app ?
18:02.25ZogG_laptopimgrup
18:02.50ZogG_laptopit's wierd on site it shows ok with screenshots and everything in client it's a mess
18:03.05ZogG_laptophttp://apps.formeego.org/staging/applications/n9/pr1.0/harmattan/Other/imgrup/
18:03.45rzrthe icon is al black
18:04.45ZogG_laptopin client?
18:04.53rzryes
18:05.00rzrnow it refreshed
18:05.15rzrinstalling
18:05.20ZogG_laptopin client i have no icon or screenshot
18:05.37rzrcant install over mine
18:05.47rzri ll test it later
18:05.52rzrbbl
18:08.04*** join/#harmattan tom___ (~tom@93.186.149.169)
18:26.38*** join/#harmattan gabriel9 (~gabriel9@214-128-241-92-bl.cable.dyn.broadband.blic.net)
18:37.47ZogG_laptoprzr: fall alarms it didn't build well
18:48.51*** join/#harmattan MohammadAG (~MohammadA@ool-45772b34.dyn.optonline.net)
18:48.51*** join/#harmattan xnt14 (~xnt14@ool-45772b34.dyn.optonline.net)
18:57.41*** join/#harmattan harbaum_ (~quassel@dslb-092-075-144-233.pools.arcor-ip.net)
18:58.31*** join/#harmattan jaywink (~jaywink@cs181163242.pp.htv.fi)
19:02.49*** join/#harmattan tom___ (~tom@93.186.147.234)
19:05.13*** join/#harmattan MohammadAG (~MohammadA@Maemo/community/contributor/MohammadAG)
19:07.00*** join/#harmattan lfrb (lfrb@pasanda.collabora.co.uk)
19:09.31*** join/#harmattan tom___ (~tom@93.186.147.234)
19:10.22*** join/#harmattan Hei_Ku (asoliver@pasanda.collabora.co.uk)
19:12.16jaywinkhi.. 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
19:12.51jaywinkI tried the server/client examples but it just gives segfault every time whatever way I try it, using various examples (non-harmattan)
19:13.40jaywinkreally 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 :|
19:21.54*** join/#harmattan jpwhiting (~jpwhiting@pasanda.collabora.co.uk)
19:22.17*** join/#harmattan Hei_Ku (~asoliver@pasanda.collabora.co.uk)
19:30.27*** join/#harmattan piggz (~piggz@host-92-18-196-195.as13285.net)
19:31.45*** join/#harmattan Hei_Ku (asoliver@pasanda.collabora.co.uk)
19:33.46*** join/#harmattan lfrb (~lfrb@pasanda.collabora.co.uk)
19:39.10MohammadAGjaywink, it should
19:39.35MohammadAGusing gqconf?
19:41.30*** join/#harmattan elldekaa (~hyviquel@84-231-25-119.elisa-mobile.fi)
19:52.48*** join/#harmattan snowpong_ (~espen@156.116.27.2)
20:05.02*** join/#harmattan hhartz_ (~hhartz@156.116.27.2)
20:18.48*** join/#harmattan tom___ (~tom@93.186.147.234)
20:21.06*** join/#harmattan DrGrov (~C.J@a91-153-77-41.elisa-laajakaista.fi)
20:29.26jaywinkMohammadAG, python-gconf .. sorry, forgot to mention
20:39.16*** join/#harmattan gabriel9 (~gabriel9@214-128-241-92-bl.cable.dyn.broadband.blic.net)
20:39.30*** join/#harmattan tom___ (~tom@93.186.147.234)
20:49.49*** join/#harmattan niqt (~quassel@host244-157-dynamic.32-79-r.retail.telecomitalia.it)
20:51.11*** join/#harmattan etrunko (~etrunko@201.53.201.205)
21:02.18*** join/#harmattan mschlens (~mschlens@e180003055.adsl.alicedsl.de)
21:36.23*** join/#harmattan gareth__ (quassel@nat/trolltech/x-lakggdkkajhlqmep)
21:47.35*** join/#harmattan M4rtinK (~M4rtinK@ip-89-102-207-166.net.upcbroadband.cz)
21:55.55*** join/#harmattan tbf (~mathias@p57A9EFA2.dip.t-dialin.net)
22:09.06*** join/#harmattan snowpong_ (~espen@156.116.27.2)
22:29.19*** join/#harmattan rcg (~rc@g230055058.adsl.alicedsl.de)
23:04.40ZogG_laptoplol
23:04.55ZogG_laptopovi is fail =)
23:05.00ZogG_laptopACTUAL RESULTS: The file name is displayed as ‘imgrup_0.0.6.8_armel.deb’.
23:05.01ZogG_laptopEXPECTED RESULTS: The format of the application name in file name should using letters (a–z), digits (0–9), plus (+) or minus (–) signs, and periods (.). For example ‘imgrup_0.6.8_armel.deb’
23:05.22ZogG_laptopfor example is exactly the file name in actual result =)
23:05.55SpeedEvilhah
23:06.14SpeedEvilI think they meah tr '_' '-'
23:07.41ZogG_laptopinstead of all this fail the could just rename
23:13.31ZogG_laptopElleo: wawke?
23:13.44ZogG_laptops/wawke/awake/
23:18.15*** join/#harmattan Anssi138_ (~quassel@a88-113-110-44.elisa-laajakaista.fi)
23:31.39*** join/#harmattan beford (~fernando@unaffiliated/beford)
23:32.18*** join/#harmattan auser (~test@c-0dc2e455.017-474-6c6b701.cust.bredbandsbolaget.se)
23:36.08*** join/#harmattan Anssi138 (~quassel@a88-113-110-44.elisa-laajakaista.fi)
23:40.22*** join/#harmattan elldekaa (~hyviquel@84-231-25-119.elisa-mobile.fi)
23:43.37*** join/#harmattan e0x (~e0x@static-74-42-252-2.br1.glvv.ny.frontiernet.net)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.