IRC log for #harmattan on 20110815

01:35.54*** join/#harmattan Smtih (~degtep@93.88.184.12)
02:22.02TSCHAKeeedamn, I am having a brain fart
02:22.12TSCHAKeeeI need to right align an icon, where do I anchor?
02:22.44TSCHAKeeeinside the rectangle, close to the right edge
02:23.47hiemanshuTSCHAKeee: right side to right side of rectangle?
02:24.09TSCHAKeeeyeah.. something like
02:24.18hiemanshuanchor.right = parent.right
02:24.19TSCHAKeee[   Some Text                    ^ ]
02:24.28TSCHAKeeewhere i am trying to position the carat
02:25.09TSCHAKeeeoh shit i should be looking at TumblerButton
02:25.40hiemanshuTSCHAKeee: anchor it and use an anchor margin?
02:25.47TSCHAKeeeyup
02:25.49TSCHAKeeethat does it
02:26.03TSCHAKeeei'm basically making a header that can pop up a context menu
02:26.19*** join/#harmattan Evgeniy (~degtep@msmail.e10.ru)
02:26.19TSCHAKeeeI found the up/down icon thingy
02:26.23hiemanshuyeah
02:26.33TSCHAKeeeand am just trying to fudge stuff that's in MTF
02:26.35TSCHAKeee:P
02:28.50*** join/#harmattan hiemanshu_N950 (~hiemanshu@122.178.235.213)
02:29.24hiemanshuhah ok
02:43.48*** join/#harmattan hardaker2 (~hardaker@75-101-64-22.dsl.dynamic.omsoft.com)
02:45.30n950evilThis is a test of the vkbd
02:45.39n950evilhmm
02:45.43hiemanshun950evil: hah, like it?
02:46.09n950evildefinately easier in landsx
02:46.15n950evilscape
02:46.55hiemanshuwell if you find a bug or want something added, patches are welcome :)
02:47.11n950evilI think I would l
02:47.36hiemanshuis trying to implement /exec
02:47.59n950evilprefer vkbd edges a bit further from horizontal edges.
02:48.20TSCHAKeeecan MenuLayouts get their items from data models ?
02:48.29n950evilThough not your fault.
02:48.48n950evilno clue, sorry
02:49.10hiemanshuTSCHAKeee: yes, look at https://gitorious.org/colorful-apps/irc-chatter and how we have models
02:50.31n950evilI added some.bits to the wiki features page, nothing novel though.
02:50.35TSCHAKeeeactually i did look at that
02:50.54TSCHAKeeehiemanshu: basically, I have a context menu, and rather than statically defining menuitems, i'm wanting to grab them from a model...
02:52.02hiemanshuTSCHAKeee: you need to set Q_PROPERTY for stuff that you want to be able to access, Q_INVOKABLE for functions that QML can access, and then register them with qml using qmlRegisterType
02:52.21TSCHAKeee*nod* yeah, I'm using the bits from ListViews
02:52.38TSCHAKeeealready have my stuff exposed from C++ into the QML
02:53.12TSCHAKeeemakes a pic
02:53.32hiemanshuI have to run for a bit, I'll be back in 10
02:54.26MohammadAGshouldn't a Flickable extend when the children resize?
02:56.29TSCHAKeeehiemanshu: http://hphotos-ash4.fbcdn.net/287919_10150247562377115_716957114_7708124_5934020_o.jpg
03:02.59hiemanshuMohammadAG: yes
03:03.07hiemanshuTSCHAKeee: hmm, whats wrong with it?
03:03.15TSCHAKeeethose are static
03:03.18MohammadAGhiemanshu, it's not for me
03:03.26TSCHAKeeehiemanshu: i need to get those menu items from a model
03:05.14hiemanshuTSCHAKeee: make a repeater and get the data from the model
03:05.26TSCHAKeeeahhhhhhhhhhhhh
03:05.29TSCHAKeee*click*
03:05.32TSCHAKeee:)
03:06.06hiemanshuTSCHAKeee: look at the ChatPage https://gitorious.org/colorful-apps/irc-chatter/blobs/master/qml/harmattan/ChatPage.qml#line117
03:06.21hiemanshuMohammadAG: it does for me
03:07.10TSCHAKeeecompletely understood, thanks hiemanshu
03:09.22*** join/#harmattan epage (~epage@adsl-99-62-39-236.dsl.aus2tx.sbcglobal.net)
03:28.25*** join/#harmattan hardaker2 (~hardaker@75-101-64-22.dsl.dynamic.omsoft.com)
03:46.06*** join/#harmattan antman8969 (~nickserv@pool-98-113-198-248.nycmny.fios.verizon.net)
04:05.57*** join/#harmattan mikhas__ (~michael@p4FC2302E.dip.t-dialin.net)
04:27.13*** join/#harmattan hardaker2 (~hardaker@75-101-64-22.dsl.dynamic.omsoft.com)
04:31.00*** join/#harmattan DocScrutinizer2 (~halley@p5493A17C.dip.t-dialin.net)
04:48.20*** join/#harmattan SpeedEvil (~user@tor/regular/SpeedEvil)
05:46.26*** join/#harmattan dcarr_home (~quassel@c-24-23-131-187.hsd1.ca.comcast.net)
05:53.39*** join/#harmattan antman8969 (~anthony@pool-98-113-198-248.nycmny.fios.verizon.net)
05:54.08*** join/#harmattan tbf (~mathias@194.136.87.226)
05:59.28*** join/#harmattan piggz (~piggz@host-78-145-115-241.as13285.net)
06:00.40*** join/#harmattan xarcass (~igorsazon@her.rian.ru)
06:06.38*** join/#harmattan rcg (~rc@g230048130.adsl.alicedsl.de)
18:10.50*** join/#harmattan infobot (~infobot@rikers.org)
18:10.50*** topic/#harmattan is A cozy little place for pure harmattan device and development discussions | Developers check this: http://library.developer.nokia.com/ | http://wiki.meego.com/N950_landing_page | MeeGo N9(|50) CE on its way, MOSLO still missing, discuss in #meego-arm please | logs: http://mg.pov.lt/harmattan-irclog/
18:10.50*** mode/#harmattan [+v infobot] by ChanServ
18:11.12GAN900Has anybody encountered any more Components hurdles they'd like better documented in an Improved Qt Components Widget Gallery application?
18:11.40TSCHAKeeewe should have a header bar component in there
18:22.52fiferboy(I hope) missing components isn't what GAN means, but undocumented component features
18:23.33GeneralAntillesIndeed
18:23.55RST38hmoos
18:24.13RST38hGAN: I stopped counting my hurdles after some point
18:25.26javispedroGoogle is worse every day
18:25.45javispedroI just googled for "tabco" wanting to know what the fuss is about and the first result was about "tobacco"
18:25.53hiemanshulol
18:26.11TSCHAKeeeTomacco. ;)
18:27.44rzrtomma: ping
18:27.55RST38hjavispedro: yes, they are starting to make assumptions about your intentions
18:28.18RST38hjavispedro: never a good idea for people whose intentions differ from the crowd
18:32.59SpeedEvilargh - teeny scratch on the camera window - thankfully not over the camera.
18:33.26SpeedEvilSome slip-on cover would be awesome.
18:33.57DocScrutinizerSpeedEvil: got your "coffin"?
18:34.31SpeedEvilhuh?
18:34.43DocScrutinizer950
18:36.52tommarzr, pong
18:38.11rzrtomma: fire!
18:38.40rzrtomma: i failed to build your package
18:38.55rzrtomma: I am trying again now
18:39.05tommahttps://projects.developer.nokia.com/cuteexplorer
18:39.14tommauploaded compiled package there too
18:40.14rzrwhat are the benefit over gitorious ?
18:41.15javispedroI see a bugtracker for a start
18:41.48tommabugtracker and posibility to release something there
18:41.57javispedroseemingly projects.dev.n.c is a pretty standard Trac setup
18:42.08rzrgarage is based on gforge no ?
18:42.08javispedroso it competes with garage.maemo.org, not gitorious
18:42.12javispedroyeah
18:42.21rzrk
18:43.01rzri would not depends on a single corporation w/ all my respect to nokia
18:43.09rzrbut its not that important
18:43.17javispedrowell if they're just hosting
18:43.25javispedroat this point the garage.maemo.org future is more dubious
18:44.42*** join/#harmattan Venemo (~Timur@host-94-248-201-148.kabelnet.hu)
18:44.48*** join/#harmattan Venemo (~Timur@fedora/Venemo)
18:45.47tommarzr, yeah problem is that it is building it with dpkg-buildpackage...
18:46.11tommadefault creator debian_harmattan/rules does not have configure and build stuff
18:46.49tommathey need to be uncommented
18:47.10rzrthat's what i thought , will u fix it , or should i try ?
18:48.06tommathere are those two lines which say "uncomment this to build wihtout qt-creator"
18:48.25*** join/#harmattan mikhas (~michael@p4FC2302E.dip.t-dialin.net)
18:49.33rzrk
18:51.17kimjulbt, does obs do any checks to the contents of generated .deb before publishing it?
18:53.54rzrdont think so
18:56.02kimjuI tried to find out why the building of the terminal package hangs. the original rules file adds _gpgsig into the deb along with the _aegis. if I disable that, the package gets published.
18:56.48javispedrokimju: did you find where it hung on the logs?
18:57.19kimjujavispedro, nope, the final output of the build log is the same in ok and failing cases.
18:58.54kimjualso it seems that aegis-deb-util regenerates the control.tar.gz inside the .deb, while aegis-deb-add just adds the _aegis file. I'm now retrying with -util, without the _gpgsig part.
19:00.07*** join/#harmattan djszapi (~lpapp@80-186-241-168.elisa-mobile.fi)
19:04.16lbtkimju: no, just publishes it
19:05.37kimjuthen I really wonder why this happens.. :o
19:05.43djszapijavispedro: still stuck at the same step after 1-2 hours :)
19:12.58javispedrodunno if to leave for a day or abort it already :P
19:13.41djszapiI cannot actually abort it, on the webinterface at least.
19:13.48*** join/#harmattan Venemo_ (~Timur@fedora/Venemo)
19:20.56kimjuand it hangs again. so, running aegis-deb-util, that replaces control.tar.gz and adds _aegis hangs. running aegis-deb-add that just adds the _aegis works. running that and a python script (that in turn runs ar) that adds _gpgsig hangs again.
19:24.53*** join/#harmattan antman8969 (~anthony@pool-98-113-198-248.nycmny.fios.verizon.net)
19:31.54*** part/#harmattan berndhs (~berndhs@2604:8800:11b:1:21e:90ff:fe8f:8bee)
19:48.35lbtlooked at djszapi's problem... turns out the code is badly packed and the project has debugbuild enabled. OBS worked first time when I made a simple test project, copied in the package and built against djszapi's home.
19:48.58lbt"dpkg-source: error: File /usr/src/packages/SOURCES/kde4libs_4.6.95-0.debian.tar.gz has size 319988 instead of expected 312932"
19:49.22lbtso djszapi .. try disabling debugbuild in your home...
19:50.12djszapithat is not really the problem.
19:50.28lcukdjszapi, one step at a time!
19:50.37antman8969so anyone else see the tabco campaign today? (fusion garage)
19:50.46djszapiwhat you might actually need to check out is the "original" case, before trying to upload the package with the "-j1" option.
19:51.25lbtThe code package isn't relevant at this point. That appears clearly in the logs.
19:51.37lbtthe issue is getting the build to start
19:51.37djszapinot really sure what you mean
19:51.47djszapithe "original" link we showed you is about a build crap.
19:52.14lbtso djszapi .. try disabling debugbuild in your home...
19:53.00lcukI am brewing the kettle, who wants one
19:53.06lbt:)
19:53.15lbtjust had a mini-FAB :)
19:53.20antman8969lbt, did anyone ever look into the missing MDeclarativeCache header on the harmattan target in obs? Is there a bug report I can file somewhere?
19:53.21Venemodjszapi, do you have 5 minutes for me now? :)
19:53.42djszapinope, about to sleep
19:53.54djszapiI would just like to disable the debugbuild whatever it is for...
19:53.54Venemodjszapi, could you ping me tomorrow then?
19:53.57djszapilbt: it is for ... ?
19:54.03rcgantman8969: actually i compiled an application that uses MDeclarativeCache
19:54.06lbthttps://build.pub.meego.com/project/repositories?project=home%3Adjszapi
19:54.22rcgor what do you mean?
19:54.36lbtbottom left select the all/all square and pick 'disable'
19:54.48djszapihttps://build.pub.meego.com/project/repositories?project=home%3Arzr%3Aharmattan
19:55.00djszapiit has already been disabled in the shared community repository anyway
19:55.05djszapiand it did not work there either
19:55.19djszapiso not culsprit...
19:55.20antman8969rcg, if you got it to compile and you #include <MDeclarativeCache>, thats what I was hoping would happen
19:55.30lbtwalks away
19:55.36antman8969rcg I was trying to compile a few weeks ago and it wasn't found
19:56.02rcgi used #include <applauncherd/MDeclarativeCache>
19:56.21antman8969interesting, thanks. I'll try it out this afternoon
19:57.03djszapilcuk: sorry, but what did you mean by this "djszapi, one step at a time!" ?
19:57.37rcgantman8969: and i put applauncherd-dev in Build-Depends: in the debian/control file
19:57.39lcukdjszapi, well lbt spent time investigating your problem and asked for you to try something
19:57.47antman8969rcg: right
19:58.08djszapilcuk: it has already been tried out as I pointed out
19:58.20lcukwhilst it may not be the problem, he was trying to dig through and make a clean build
19:58.20djszapinext "step", please :)
20:02.08djszapilcuk: my report has also been closed as invalid.
20:04.00lcukdjszapi, the build log https://build.pub.meego.com/package/live_build_log?arch=armv7el&package=kdelibs&project=home%3Albt%3Aharmattan&repository=MeeGo_1.2_Harmattan
20:04.08lcukhas the problem lbt said
20:04.10djszapilcuk: sorry, I do not care about c-obs.
20:04.27*** join/#harmattan TSCHAKeee (~TSCHAKeee@173.9.2.181-New-England.hfc.comcastbusiness.net)
20:05.09rzrdjszapi: u said that months ago already :)
20:06.03djszapirzr: I did not care too much about it recently, yep :)
20:06.13djszapilet us continue it :)
20:06.43rzranyway the pb is kdelibs is that orig != dsc
20:06.53rzrin h:r:h
20:06.59djszapisorry ?
20:07.08djszapiCould you please form round sentences ?
20:08.18rzrhttps://build.pub.meego.com/package/live_build_log?arch=armv7el&package=kdelibs&project=home%3Arzr%3Aharmattan&repository=MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard
20:08.23rzrdpkg-source: error: File /usr/src/packages/SOURCES/kde4libs_4.6.95-0.debian.tar.gz has size 319988 instead of expected 312932
20:08.36djszapimmm, seems you have no idea what is going on, so:
20:09.27djszapiI tried to upload a debian file today with -j1 and I forget to re-generate the sums. It is really not the problem and it happened few hours ago. It is now corrected, but then again, it is a few hours  fresh issue, and not really the original issue which has been happening for one month!
20:09.35djszapiforgot*
20:10.01lbtrzr: are you having any OBS problems building kdelibs other than the "size 319988 instead of expected 312932" which (as I'm sure you know) is a simple packaging error
20:10.09rzryes
20:11.00lbtok.... are you OK doing the sane bug report approach and analysing it?
20:11.04rzri know, as i did not upload that one  I reported the error to djszapi
20:11.19djszapiplease do not report this since it makes no sense
20:11.29djszapiwe are discussing this issue, but the real issue...
20:11.34rzrok
20:11.45djszapi* not discussing
20:11.51lbtnotes the value of having maintainers whose packaging you can rely on for a community repo... :)
20:12.50rzrtalking about that , any news on a official community repo ?
20:13.08lbtwell, Surrounds:Testing is there.
20:13.12djszapinothing for ages
20:13.17djszapiit never really worked.
20:13.27rzrwho take cares of it ?
20:13.30djszapinobody :D
20:13.38lbtI'm asking people in the community to propose some simple policy to decide that.
20:13.51djszapiyeah, for more than 7-8 months with so much care...
20:13.52lbtMy gut feel is we identify crucial missing pkgs
20:14.01rzrok i am not hurry if it's better than what we're doing :)
20:14.11lbtlike cdbs type thing...
20:14.27djszapicdbs is a history.
20:14.34rzrnot it's not
20:14.37lcukdjszapi, you have pushed many packages into obs already
20:14.51lcukare they available for others to make use of?
20:14.57lbtand get those somehow 'sponsored' by some of the strong DD types ... basically if a package has a DD 'in the background' then I think that's sane
20:14.58djszapirzr: yes, it is. debian mentors do not really advise it, ask them.
20:15.17djszapilcuk: look, c-obs is dead :D
20:15.17lbtwe shouldn't re-invent the wheel
20:15.32djszapilcuk: I am afraid my vote is for maemo.org back
20:15.48djszapilike so many people proposed it previously here, already.
20:16.26Venemowhy don't we just create a harmattan-extras on repository.maemo.org
20:16.44djszapiwe could do that, yes. It cannot be much worse than c-obs.
20:17.23*** join/#harmattan npm_exopc (~meego@cpe-76-90-30-220.socal.res.rr.com)
20:17.26lbtVenemo: do you know what a substitution cipher is?
20:17.35djszapifrom what I see here, a lot of negative feedbacks about c-obs.
20:17.36lcukdjszapi, do you smile about anything? :P
20:18.07Venemolbt, I have no idea.
20:18.19mikhaslcuk, end of month. the paycheck.
20:18.50lbtit's what turns "harmattan-extras on repository.maemo.org" into "Surrounds on pub,meego.com" .... same meaning... different letters
20:18.51rzrdjszapi: i dont agrea
20:19.27djszapilcuk: sorry ?
20:19.38mikhasdjszapi, compared to OVI store, which doesnt even list a N9/N950 yet …
20:19.45rzrobs is far for perfect, but i am kinda fan of having a such tool like ubuntu build service those are brillant
20:20.06mikhasif we want to distribute software, then c-obs is the only real alternative right now, no??
20:20.07djszapirzr: which does not work ?
20:20.14djszapimikhas: no
20:20.25djszapiactually it is not an alternative to distribute kdelibs, or what are you watching ?
20:20.36lbtrzr: I'd like it if you could identify the most fundamental packages in your area and make a list of them ... just 5-10
20:20.50mikhasok, I didnt follow the discussion around kdelibs
20:21.03djszapithen please stop staying insane things :)
20:21.07djszapi* saying
20:21.11rzrlbt: well i dont know your priorities
20:21.15lbtthen we can start an email thread about packaging and ... most importantly.... maintaining them
20:21.34lbtrzr: the ones that occur most in the build-deps but aren't in harmattan
20:21.38djszapilbt: we do not need rules until the system actually works.
20:21.42rzrbest would to set up popcon to know that
20:21.44djszapitry to make the system works first
20:21.51djszapiand then people can consider using it ...
20:21.51lbtjust a gut feel - not an analysis
20:21.55lbtno, not apps
20:22.01lbtlibraries or tools
20:22.20rzrwell hard to tell i can have a look though
20:22.43rzrlbt: libtls would help i think
20:22.47lbtas I say, I think someone mentioned cdbs.... which may well need a patch for H
20:22.53lbtyes, things like that too
20:23.05djszapino, cdbs does not need any patch
20:23.10rzrgtk :)
20:23.19lbtthen we can start by saying "these 5/10 pkgs" go into Surrounds
20:23.20rzrautomake
20:23.43rzr<PROTECTED>
20:23.48lbtautomake yes... lets hold back on mega stuff like gtk unless we have some gtk maintainer
20:24.10rzrncurses
20:24.30rzr<PROTECTED>
20:24.43lbtequally python is 'big'
20:24.53lbtand there's a meego-python team
20:25.08rzri'll dont ask for mesa :)
20:25.09lbtso they should be involved in making a 'default' version for the community
20:25.16lbt:D
20:25.32rzralsa-lib
20:25.34lbtactually it's a good point ... mesa is part of HW adaptation
20:26.15mikhasI want Vala.
20:26.44lbtmikhas: is there a vala-meego group? part of meego-gtk ?
20:26.47mikhasbut then again, one can just ship the generated C code …
20:26.55rzrlibatomic-ops
20:27.06mikhaslbt, I wouldnt consdier Vala as part of GTK+
20:27.08rzrreadline6
20:27.22lbtrzr: OK ... so I'm off to do some work ... don't drop them here... do an email
20:27.28rzri'll stop here to let other ask :)
20:27.28lbtand remember... 5-10 only
20:27.48lbtthe hard part isn't listing all packages in OSS ... it's picking just a few to start with
20:27.50rzrtell me your email i'll cut and paste this chat session
20:27.52mikhaswhat is the maintenance effort really?
20:28.11rzrlbt: what about packages i use every day like tmux or rsync ?
20:28.18lbtrzr: cut'n'paste ... not really. Put some thought in
20:28.33lbtit's not about you... it's about setting a base for the community
20:28.40djszapimikhas: what do you mean ?
20:28.46lbthome:rzr is for your "I want" code
20:28.49lbt(for now)
20:28.59lbtmikhas: ask again in 18months
20:29.10rzrlet me suggest to create a wiki page about that community repo
20:29.17mikhasdjszapi, I can only speak for GNOME libs, but so far everything that was autotool'ed was rather easy to "maintain"
20:29.23djszapirzr: there is already one actually.
20:29.24mikhasif that means updating from upstream
20:29.31rzrurl ?
20:29.39lbtrzr and mikhas did you ever read : http://wiki.meego.com/Community_Office/Task_Forces/MeeGo_Surrounds_and_Extras
20:29.57djszapimikhas: I do not see how it is different to any distribution, especially debian. In this particular case, I think it is even easier.
20:29.58lbt(especially the linked pages)
20:30.02mikhaslbt, this was discussed back in Dublin already, no?
20:30.05rzri'll put my 5/10 list item to start and pple may vote on them and we'll start in a week or so
20:30.36lbtmikhas: oh yes... and guess how much effort got put in by (! lbt & xfade) ?
20:31.01rzrlbt: not yet that's the page i've never found better now than never
20:31.13lbtbut now we have a device and some movement...
20:31.35djszapiwe always had devices, n900, tablets, etc
20:31.43lbthopefully the thought behind it may make some people look at the situation with maemo extras and think a little
20:31.56rzrlbt: can we use that page to list those 5/10 packages ?
20:32.26lbtrzr: sure... I propose some kind of action plan page.
20:32.49lbtthose pages are about the reasoning ... try not to mix things up too much
20:33.08rzrnot that soon i'll prefer to read all the boring linked pages :)
20:33.19lbtboring!
20:33.29lbtthey're full of wit and insight!
20:34.20mikhasI probably have a too simple view on these matters, so you wouldnt want my input anyways.
20:35.13lbtif you consider my points and take the time to respond then of course I would. If you don't take the time to read a carefully thought out proposal... then no, not so much ;)
20:35.17djszapithe system must get stable first anyway.
20:35.29lbtfair?
20:36.11mikhasI dont think my simpl view on these matters would change. I'd prefer a simple solution that works now and increase the difficulty iteratively ;-)
20:36.32mikhasBut you want the whole QA and whatnot working from day 1.
20:36.40mecehmm qtsdk managed to generate svg and png icons and make the thing in control file, but how do I do that when I change the icon?
20:36.52lbtmikhas: in other words you are saying "I don't know what you said but it's probably wrong"
20:37.26lbtOK ... so that's coming down on the "not so much" I'm afraid...
20:37.41mikhasIt doesnt sound very convincing.
20:37.42djszapiI think about that with mikhas. Full of QA from the minute first can kill the purpose.
20:37.47djszapi* agree
20:37.54lbtNo, I don't want the whole QA from day 1. But I don't want a steaming pile of mixed up junk either.
20:38.27djszapiwe are here for leisure time, and it is not a paid job for us. I do not think 100% QA is a good idea. It can just frigthen the so few enthusiasts way - including myself.
20:38.32lbtWhich, btw, is not useless... just not a good baseline to use when you aim for a reliable system
20:38.33djszapi* away
20:38.44lbtit's *great* for hacking ! :D
20:39.07lcukthe main thing about qt
20:39.13lcukis that less cruft by default
20:39.19djszapithat is the thing, yes we are hackers, not a company.
20:39.27lbtoff for a bit .... bbl8r
20:39.36lcukin the maemo days, it was possible easily to throw stuff at autobuilder and be in -devel
20:42.25mecelcuk, I want that for n9/50
20:42.43mecewhy does this svg icon show up so fugly in app grid?
20:45.04rzrlbt: i'll think about what you suggested , but i started this entry in case of someone what to join this task : http://wiki.meego.com/Community_Office/Task_Forces/MeeGo_Surrounds_and_Apps#ToDo_:_BootStrap
20:46.12rzr100% QA is needed soon or later
20:46.15rzrlike debian
20:46.39rzrthat's what make the distro so streinght
20:46.57rzrarg how do you speel that word
20:47.21djszapiI prefer the sane habit over the dogmatic bunch of rules.
20:47.31djszapistrength
20:48.08rzrI need a spellchecker too :)
20:48.09djszapiand at any rate...it is a dream world since the first step would be to fix c-obs.
20:48.16*** join/#harmattan Venemo_N950 (~venemo@fedora/Venemo)
20:48.18djszapiand I am still not sure c-obs is the best place of doing this.
20:48.54rzrdjszapi: enough time for chatting , we'll need to RTFM :)
20:49.13djszapieh ?
20:49.29rzrhttp://mer-l-in.blogspot.com/2011/01/meego-community-development-apps.html
20:50.06djszapiI think it is a good idea to try maemo.org out, and we can have a good comparison.
20:50.26djszapiso we can choose which one fits better for Harmattan.
21:05.38kimjuhmm.. did I break the c-obs? I uploaded new test version of package and right after that the whole obs stopped responding, at least for me.
21:06.08hiemanshuIts a conspiracy! :P
21:06.23djszapikimju: welcome to the real world :)
21:06.32djszapiI am gonna talk to one maemo.org tomorrow anyway
21:06.40djszapi+ guy
21:09.26Venemodjszapi, X-Fade is who you're looking for
21:10.06djszapinope.
21:12.12kimjuok, now it started responding again
21:12.33djszapiopen blackmagic service :)
21:14.53*** join/#harmattan lardman (~simon@host-89-242-159-119.as13285.net)
21:14.53*** join/#harmattan lardman (~simon@Maemo/community/contributor/lardman)
21:15.54*** join/#harmattan Docscrutemp (~DocScrute@82.113.99.165)
21:18.07*** part/#harmattan smoku (~spectrum@xkh0g2.infr.xiaoka.com)
21:20.07lardmanhmm, qml
21:23.56*** join/#harmattan CaCO3 (~CaCO3@104-236.195-178.cust.bluewin.ch)
21:39.24mecefrals, qlister2 0.1 :) check twitter.
21:39.29mecegoodnight.
21:46.18kimjuthis obs hanging stuff is getting weirder still.. now I replaced the aegis-deb-add with directly calling ar rv to add the (same) _aegis file in the package. -> obs hangs. so it looks like if the last program to touch the .deb is ar, it fails. aegis-deb-add doesn't call ar, it has pure perl implementation to rewrite the archive.
21:47.20djszapikimju: Could you please make a public note aboutthese observations ?
21:47.36kimjuI just did?
21:47.55djszapiwiki page, bug report and so forth, not IRC.
21:48.30djszapiif you have just done, could you please send the link ?
21:49.09kimjuonly here.
21:50.42kimjuhmm, actually, aegis-deb-util calls ar first, then aegis-deb-add. and that breaks it too.
21:51.03lardmanhow does one open the browser programmatically?
21:51.14lardmanis there a wiki page of DBus calls for Harmattan somewhere?
21:51.28lardmanor is this now provided by qtm?
21:51.46kimjuso it doesn't matter if it's the last tool, just touching the deb with ar is enough to hang it
21:53.41kimjuah, ignore that, it doesn't call ar. I'm starting to get confused with all these tools.
21:54.20mikhaslardman, if xdg-open <url> is not good enough for you, then probably best to ask on ML
21:55.44kimjuusing aegis-deb-util: regenerates control.tar.gz, calls aegis-deb-add to add it and _aegis: fails; calling aegis-deb-add to add only _aegis: works; using ar to add _aegis: fails; using aegis-deb-add to add _aegis and then ar to add anything else: fails
21:57.33lardmanmikhas: I'll have a look at that, thanks
21:57.51*** join/#harmattan Termana (Sui@217.18.70.242)
22:06.04mikhaslardman, was quickly looking for an example for Harmattan, but couldnt find any …
22:07.01mikhaslardman, but one common theme in Harmattan is to checkout the app's .desktop file and use the exec line
22:07.09mikhas(parametrized)
22:07.29mikhassearch app does that most of the time
22:07.48kimjuhmmh.. maybe I'll add hexdump to dump the generated deb to build logs at the end of rules file, then run the test builds again.
22:09.50*** join/#harmattan crevetor (~antoine@modemcable210.76-70-69.static.videotron.ca)
22:09.56lardmanmikhas: ok, under Fremantle there was a DBus call, or one could use the MIME handlers, I'll have to do some looking for the Harmattan stuff
22:10.49mikhasthere *must* be a D-Bus call
22:11.17mikhasping me again during office hours?
22:11.22mikhasperhaps I can catch someone
22:11.23*** join/#harmattan epage (~epage@99.62.34.10)
22:11.51*** join/#harmattan Teo` (~quassel@quassel.jefferai.org)
22:11.51*** join/#harmattan Teo` (~quassel@amarok/developer/teo)
22:12.12lardmanmikhas: thanks, I'll check dbus-monitor anyway but will give you a shout if I come up blank
22:12.18mikhasso your question in general was: "Is there documentation for the available D-Bus calls, such as launching the browser with URL programmatically?"
22:12.26lcuk\o lardman
22:12.31mikhasyeah, there's always that, of course
22:12.52mikhasis not an H app dev …
22:13.26lardmanH app?
22:13.29lardmanhey lcuk
22:13.46mikhasHarmattan application developer
22:13.57lardmanah, of course
22:14.01mikhasas in: one of those poor souls who wrote the e-mail client and such ;-)
22:14.12lardman:D
22:15.11mikhasbut it's exactly those poor souls that I was planning to ask, heh
22:15.16*** join/#harmattan Venemo_N950_dev (~venemo@host-94-248-201-148.kabelnet.hu)
22:20.13DocScrutinizerfactoids: battery at shutdown 3.30V
22:21.05DocScrutinizeron power-on system will light up indicator LED, bounce vibra, and shut off immediately again
22:23.05*** join/#harmattan Arkenoi (~ark@swsoft-msk-nat.sw.ru)
22:24.07DocScrutinizersystem won't repeat same process again, until a recovery time of several 10s of seconds
22:24.51lardmanis curious as to what was clobbering his battery over the last few weeks
22:24.52DocScrutinizerprobably due to cell voltage loss during minimal bootup, and cell needs to recover to the minimal voltage after that
22:28.23DocScrutinizerbattery at 3.19V now, system doesn't miniboot anymore
22:28.41lardmancan it charge?
22:29.19DocScrutinizerlooks like
22:29.50DocScrutinizertakes current from USB charger immediately on plugin
22:30.29lardmanwithout booting the kernel presumably?
22:30.47DocScrutinizerindicator flashing, device won't boot up to full system
22:30.54Venemohehe
22:31.19kimjuI think dm8tbr already tested that it can charge even cell that gives 0V after its internal protection circuit has kicked in
22:31.50DocScrutinizerafter a few moments fast flashing changes to slow pulsing breathing light - systim will boot up
22:32.17MohammadAGis the notification LED used for anything besides indicating charging?
22:34.35lcukDocScrutinizer, that sounds similar
22:34.39lcukto how my battery got
22:34.40lardmanMohammadAG: I wish it would indicate missed calls/sms
22:36.07DocScrutinizerwell, *is* it used? nobody can answer this question. Shall it get used? prolly not as the N9 has no LED at all
22:36.41DocScrutinizerafaik
22:37.30MohammadAGlardman, so it doesn't?
22:37.53DocScrutinizerno missed calls, definitely
22:37.57MohammadAGmeh
22:37.57MohammadAGwhy does mce.ini have the led patterns then
22:38.05VenemoDocScrutinizer, N9 has led.
22:38.27lardmanMohammadAG: I've not seen it do anything other than charging indication
22:39.03*** join/#harmattan hardaker2 (~hardaker@75-101-64-22.dsl.dynamic.omsoft.com)
22:39.22lardmanwhat is the N9 screen? Doesn't that have per-pixel lighting so you could actually switch pixels on as indications
22:39.39lardmannot sure what the power requirement would be for that, assuming I'm right about the tech
22:40.40DocScrutinizerlardman: yes
22:40.48Venemoas for differences between N9 and N950 (and some interesting glitches in N950 sw) see https://www.developer.nokia.com/info/sw.nokia.com/id/3744886f-69c1-4544-8ad3-72b352b4a832/Nokia_N950_OneClickFlashers_Release_Notes.html
22:41.55DocScrutinizerlcuk: was this you who claimed your device wasn't recovering from deep discharge?
22:43.12lcukDocScrutinizer, affirmative
22:43.19lcukand a new battery cured it instantly
22:44.09DocScrutinizerlcuk: what were the detailed symptoms?
22:44.48lcukfrom usb
22:44.52lcukit would throb
22:45.03lcukand solid light in 1/3 times tried
22:45.17lcukfrom wallwart, it would show screen+usb icon
22:45.26lcukthen after a few seconds go off again
22:45.35lcukcould not get it to work
22:45.49lcukso ordered a replacement battery and was happy
22:47.06DocScrutinizerprobably cell defect then
22:48.01lcukDocScrutinizer, it happened the day after i flashed it
22:48.38lcukperhaps extended period on flasher had issue
22:48.50DocScrutinizerI can't see any relation
22:49.02lcukwhen it is in flashing mode
22:49.13lcukdoes bme operate?
22:49.19DocScrutinizerfor sure not
22:49.25lcukor will device theoretically just stay powered up as long as possible
22:49.44DocScrutinizershould shut down hard at ~3.30V
22:49.50lcukunsure
22:49.55DocScrutinizermaybe 2.80V, not sure right now
22:49.56lcukanyway, issue resolved
22:49.59lcukmoved on
22:50.55DocScrutinizermight have some power-off issue with a subsystem still drawing current from cell until it dies
22:51.39DocScrutinizerpower-off from flashing mode quite possibly doesn't care properly about shutdown of all autonomously powered subsystems
22:55.01DocScrutinizercorrections: prior to fast flashing of LED, there are some seconds of steady light, just like on N900 emergency recovery charging
22:55.16DocScrutinizerthat's on wallcharger with D+/- short
22:55.56lardmanso to change topic slightly, what's the best run-time method to determine what device you're on?
22:56.15lardman<PROTECTED>
22:58.20kimjumore random notes, after manually adding the _aegis into .deb, hexdump shows all the filenames in deb are ending in / character. with aegis-deb-add there is no /
23:01.52lardmananyone here with an N9 handy?
23:02.07lardmanif so, could we see the output of /proc/cpuinfo please?
23:02.09kimjubut between aegis-deb-add and aegis-deb-util, I don't see any differences (at least not yet), except different timestamps of files inside control/data.tar.gz.
23:02.29lardmannamely the Hardware: description line
23:04.28*** join/#harmattan seif (~seiflotfy@ip-95-223-13-104.unitymediagroup.de)
23:18.01lardmancurses random error messages
23:18.08lardmanwell seemingly random anyway
23:30.06*** join/#harmattan javispedro (~javier@Maemo/community/contributor/javispedro)
23:32.38Venemojoppu, can you make a larger version of the icon? for the splash screen of the app
23:47.10*** join/#harmattan hardaker2 (~hardaker@75-101-64-22.dsl.dynamic.omsoft.com)
23:49.23*** join/#harmattan Docscrutemp (~DocScrute@p5493A17C.dip.t-dialin.net)

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