IRC log for #meego on 20110222

00:02.41alteregomakulkar: what do you need it for?
00:03.09makulkaralterego, in webkit code i need to detect if its building for right platform and build some code
00:03.23alteregowhat code exactly?
00:03.47makulkaralterego, disable some rendering feature which doesnt really work well
00:03.57alteregoHrm,
00:04.23alteregoWell, at runtime there should be a /etc/meego-version or something similar.
00:04.39makulkarright now we have this, Q_WS_MAEMO_6 macro which is passed as command line while building webkit.
00:04.41alteregoAs long as it compiled I can't think of a better way to disable something like that.
00:04.48alteregoYeah
00:05.13alteregoUnfortunately there is nothing on MeeGo like that :(
00:06.32*** join/#meego mitsutaka (~mitsutaka@rt.miraclelinux.com)
00:07.12alteregoActually, maybe check for QT_OPENGL_ES ?
00:07.30alteregoThen you know your Qt is compiled against embedded code ..
00:07.46alterego(though this may not always be the case)
00:08.09javispedroQ_WS_MEEGO returns a few google hits ;)
00:08.15makulkaralterego, right! atleast not something that can get in to webkit code :)
00:08.42alteregojavispedro: it doesn't exist unfortunately.
00:08.54berndhscan't you define your own macro depending on what you're building for ?
00:08.57makulkarright.. mobility should be using it for some reason.. will search there
00:09.00alteregoAt least not with my compiler setup and I doubt with obs
00:09.32alteregoberndhs: yeah, your .spec file can tell qmake extra defines I guess.
00:10.06*** join/#meego ismael (~olea@91.Red-2-136-12.dynamicIP.rima-tde.net)
00:10.19berndhsit seems better to explicitly say "i'm disabling ThisFeature", rather than doing it throught a back door that doesnt explain why
00:11.26alteregomakulkar: actually most mobility stuff is just generic GNU/Linux
00:12.05alteregoThere's some MAEMO_5 dependant stuff (I think) but with MeeGo no.
00:12.29alteregoI suppose you could also check for meego touch headers ^_^
00:12.53alteregobut that'll only be available for a few more releases I guess ^_^
00:13.20alteregoMy point being you're more interested in a MEEGO_HANDSET_ARM flag I'd imagine
00:13.43alteregoYou don't want to screw up code for netbook, ivi, or atom handhelds ...
00:14.12berndhsi would define my own macro RENDERING_FOO_IS_BROKEN, and then turn off code accordinly
00:14.38vgrade1alterego, hi, I can't make the sprint this week, as I have customers in at the day job.
00:14.49berndhsrather than saying its meego, because people will forget why stuff is turned off
00:15.18alteregovgrade1: :( I don't think I can make it either as I'm in Leicester today, tomorrow and wed, then london on thurs and fri :(
00:15.19makulkaralterego, right.. berndhs suggests the same thing as well, this makes more sense. Just send that extra flag while building qtwebkit
00:15.47vgrade1altergo, I'll ping an email to the guys, ps ds2 is a wind up
00:16.59alteregovgrade1: okay, thanks.
00:17.00*** join/#meego b004n (~alex@12.228.134.218)
00:17.30*** part/#meego b004n (~alex@12.228.134.218)
00:21.02*** join/#meego pixelgeek (~pixelgeek@134.134.139.70)
00:30.47*** join/#meego beford (~0o0o0@unaffiliated/beford)
00:31.51*** join/#meego DerSaidin (~dersaidin@pdpc/supporter/student/dersaidin)
00:31.54*** join/#meego csdb_ (~csdb@192.139.122.42)
00:35.19*** join/#meego solarion_ (~solarion@fsf/member/solarion)
00:45.54*** join/#meego goutam__ (~goutam@nat/nokia/x-rddnoarckdmjcdgb)
00:46.00*** join/#meego ask__ (~ask@nat/nokia/x-iavycmanrpwusexr)
00:46.57timelessok, so that almost worked
00:47.03timelessexcept %{name} sucks, it has a version
00:47.13timelessgoes to hunt a better variable
00:47.30*** join/#meego stefanoP (~stefanoP@nat/nokia/x-pkuiwgbxjmragumq)
00:50.35*** join/#meego goutam__ (~goutam@nat/nokia/x-haebmmikoqqlkpcz)
00:50.43*** join/#meego ask__ (~ask@nat/nokia/x-jdavrihfyarkrvms)
00:54.05CosmoHillwhat variable do you want?
00:55.11*** join/#meego niala1 (~niala@2a01:e35:1386:4120:76f0:6dff:fe51:75c8)
00:56.25*** join/#meego jayabharath (~jayabhara@nat/ti/x-amzbyhdkgpnenjsn)
00:57.06timelessso, i've actually gotten the source side happy
00:57.25timelesswhat i want to influence is BUILD/Package-Version
00:57.32timelessso that it uses BUILD/Package instead
00:58.09CosmoHillthat would be something like BuildRoot
00:58.39timelessi don't think so..
00:58.46timelessso far BUILDROOT is totally empty
00:58.53timelessi'm only doing rpmbuild -bp
00:58.54CosmoHillah
00:59.01CosmoHill%_buildroot
00:59.12timelessit's not BUILD/ that i need to influence, it's the part after it
00:59.43CosmoHill%_builddir ?
00:59.49CosmoHillhttps://www.redhat.com/archives/redhat-list/2003-January/msg02015.html
00:59.51timelessi suspect buildsubdir
01:00.41timelessnope :(
01:02.19timelesshrm, maybe i can't influence that one
01:02.24timelessok, let's assume i can't
01:08.51*** join/#meego vgrade (~martinbro@cpc2-nrte22-2-0-cust128.8-4.cable.virginmedia.com)
01:13.33timelesswonders about the best way to build 1400 packages
01:14.59CosmoHillquickly?
01:15.13timelesswell, let's go with "efficiently"
01:15.19timelessassume i have say 5 cores available
01:15.32CosmoHillthe plan I have for my project is make one, make sure it works the way you expect
01:15.35timelessnote that build here is -bp
01:15.37CosmoHillthen deploy / make the others
01:15.50CosmoHillbuild prepair?
01:15.56timelessyeah, my one (ConsoleKit) "builds"
01:16.05timelessso i'm not particularly expecting failures
01:16.07CosmoHillgood luck with that, I'm off to bed
01:16.08CosmoHillcyas
01:17.47*** join/#meego ismael (~olea@127.Red-79-144-211.dynamicIP.rima-tde.net)
01:18.45berndhstimeless: before using more cores, check if you are spending CPU time or loading .h files
01:18.57timelessberndhs: this is only preps
01:19.06timelessnot actual builds
01:20.30timelesssettles on hrm, ~36 concurrent tasks
01:21.28*** join/#meego yanli (~YanLi@helpconfig.org)
01:22.18*** join/#meego epx (~epx@201-14-163-120.jvece702.dsl.brasiltelecom.net.br)
01:22.21*** join/#meego deas (~user@116.231.64.112)
01:22.33timeless<PROTECTED>
01:22.39timelessok, that wasn't very nice of me :)
01:23.11berndhsdepends on who the other users are or if its just you 5 times :P
01:23.20timelessi sure hope it's just me
01:23.29timelessi suppose there might be an apache user
01:24.37timelessshould have used 'nice'
01:24.50timelessgoes to figure out how to use renice
01:24.54*** join/#meego wasikevin (~wasikevin@210.242.151.101)
01:25.29*** join/#meego Jade (~jade@unaffiliated/jd)
01:26.49*** join/#meego wasikevin (~wasikevin@210.242.151.101)
01:28.39timeless<PROTECTED>
01:28.42*** part/#meego epx (~epx@201-14-163-120.jvece702.dsl.brasiltelecom.net.br)
01:28.45timelesswonders what kind of verb 'utime' is
01:30.03*** join/#meego glin (~glin@nat/novell/x-rjqadkeffdbxufrh)
01:31.30*** join/#meego jd (~jade@rocket.vel.lv)
01:31.30*** join/#meego jd (~jade@unaffiliated/jd)
01:32.49timeless+ cd /data/mxr-data/repo.meego.com/BUILD
01:32.50timelesssh: %{__id_u}: not found
01:32.55timelesswonders what that means
01:33.24*** join/#meego pixelgeek (~pixelgeek@134.134.139.75)
01:33.30timelesshrm, i need to go shopping, i'm missing 'unzip' :(
01:33.50timelessoh, i bet 'cannot utime' means 'you don't have utime'
01:34.14berndhsutime is a system call I think, changes the time stamps on the file
01:34.41timelessyeah, but in context here, it either means <you are not root [true]> or <this app  i tried to run does not exist in PATH>
01:34.44timelessi'm hoping the latter
01:34.49berndhsso if the file is not there, it cant do it
01:34.56timeless<PROTECTED>
01:35.18berndhscould have something to do with it, that stuff moved or got renamed
01:35.35berndhstar or something made a list of files to deal with, and then they are gone
01:35.47timelesssh: ruby: not found
01:35.48timelesssighs
01:36.06timelesswtf does something need ruby as part of -bp
01:36.10berndhsor unmounted
01:36.27timelesserror: Bad owner/group: /data/mxr-data/repo.meego.com/SOURCES/matchbox-window-mnager/matchbox-window-manager-1.2.tar.gz
01:36.44*** join/#meego liyan (~YanLi@helpconfig.org)
01:40.14*** join/#meego marienz_ (~marienz@freenode/staff/marienz)
01:41.03timelessgrr
01:41.12timelessrenice isn't pamd (?) friendly
01:42.58timelessadds 'sed' to the shopping list
01:44.28timelessand doxygen?
01:44.46berndhscant live without doxygen these days
01:44.54timelessfor buildprep?
01:44.57timelessthat seems odd
01:45.20berndhsis does yes, unless the docs are part of the distribution
01:45.48timeless<PROTECTED>
01:46.15berndhsi say nuke 'em, nuke 'em now
01:46.21timelessi'm not sure how
01:46.45berndhskill -9 ?
01:47.23timelessshould try killall -STOP -u timeless
01:47.33berndhsbut there are a log ot them i guess
01:47.35timelessnote that renice +15 -u timeless failed
01:47.39timelessit couldn't find timeless
01:48.03timeless<PROTECTED>
01:48.44berndhskill -9 `ps -u timeless | awk '{print $1}' `
01:48.53berndhsexcept that will kill itself too :)
01:49.01timelessit wouldn't
01:49.07timelesskill is being run as root
01:49.19berndhsah
01:49.24timelessi mean, it would to the extent that root is a sudo by timeless
01:49.27timelessbut..
01:49.35timelessi should do it using pts/n
01:49.40berndhsbut if you run as root off an su, it will kill its parent
01:49.41timelessbut i'm not sure what /n is here
01:50.00timelessCannot find user timeless
01:50.36*** join/#meego wliao (~wliao@60.247.97.98)
01:50.43berndhsshutdown -r now
01:51.01*** join/#meego lukus (~luke@unaffiliated/lukew)
01:51.20timeless<PROTECTED>
01:51.23timelesstries that
01:51.51berndhsshold get some of them
01:53.55timelesshi marienz
01:54.33timelessoddly, the system is vaguely useful
01:56.06*** join/#meego jd (~jade@unaffiliated/jd)
01:56.25timelesshrm, oh, and i need to ignore Prereq
01:56.38timeless<PROTECTED>
01:56.39timelesschuckles
02:02.25marienzbad router, spontaneously reboot less (preferably not at all)
02:13.01*** join/#meego npm (~npm@cpe-76-90-29-158.socal.res.rr.com)
02:17.22timelessheh
02:18.10timelesswow, my vi request from probably an hour or two ago was completed
02:20.34gabrbeddsudo kill -9 vi # die! die!
02:21.34gabrbeddknows it's not valid bash... but it makes good copy.
02:21.39berndhsmight be better off rebooting now :)
02:23.44*** join/#meego mlin (~mlin@nat/novell/x-aujbozowkhlblafp)
02:25.52*** join/#meego sigue (contempt@has.stolen.cc-number.info)
02:27.13deashow do you feel the future of meego?
02:30.00deas/
02:30.01deas\/
02:31.49*** join/#meego NishanthMenon (~nmenon@nat/ti/x-bsjptnkrmvnlnllk)
02:32.21*** join/#meego tchan (~tchan@lunar-linux/developer/tchan)
02:33.00gabrbedddeas: channel is usually dead about this time.
02:33.15gabrbeddExcepth that NishanthMenon just showed up.  How awesome is that?
02:33.28gabrbedd:-)
02:33.31gabrbedddeas:
02:33.48NishanthMenongabrbedd, hi
02:34.16gabrbedddeas: I think meego still has a bright future.  I think it's future on phones is more questionable.  However, Nokia *is* releasing one and it *will* preceed any WP7 phone.
02:34.23gabrbeddIntel is making one, too.
02:34.27*** join/#meego sge (~username@62.240.71.4)
02:34.40NishanthMenondetects touchy topic
02:35.05gabrbeddNishanthMenon: long time no see!
02:35.15NishanthMenongabrbedd, just hibernating ;)
02:35.17berndhsI say Elop will see the light after MeeGo phones embarrass N**** in the market :)
02:35.57*** join/#meego goutam_ (~goutam@nat/nokia/x-nobjurdiibdamgxn)
02:36.34*** join/#meego stefanoP (~stefanoP@nat/nokia/x-lcuhvgkvyhqnddjm)
02:37.06*** join/#meego ask_ (~ask@nat/nokia/x-lsvgyfeypulszuff)
02:37.29gabrbeddberndhs: Don't pretend that Microsoft is a joke.  They're not.  They'll kick our @$$3z if we don't have our A-game on.
02:38.05berndhsits just my guess, depends on what manufacturers offer
02:38.43berndhsif the phones are done better, Microsoft has no chance, their market dominance doesn't transfer to phones
02:39.55berndhsMicrosoft only benefits if the Nokia + WP7 phones are very good, and nobody knows that yet
02:40.39*** join/#meego goutam_ (~goutam@nat/nokia/x-pumpzsoqpzjowqwp)
02:41.30gabrbeddWell, WP7 is shipping, MeeGo is not -- so they're already ahead.
02:41.48berndhsno, Nokia has zero WP7 phones right now
02:41.49gabrbeddAnyway, enough talk... I need to go work on MeeGo. :-)
02:41.53berndhsthey have to make them first
02:42.08berndhsyes, dont' slow down, there is no time to lose :)
02:42.11gabrbeddberndhs: Nokia has zero WP7 phones, true....
02:42.19*** join/#meego vokimon_home (~quassel@73.Red-79-153-164.dynamicIP.rima-tde.net)
02:42.26gabrbeddberndhs: But WP7 is shipping through other mfg's.
02:42.58berndhssure, but the N+M phone has to be better, otherwise it won't help MS any, nor will it help N
02:51.43*** join/#meego pcacjr (~pcacjr@unaffiliated/pcacjr)
02:54.29*** join/#meego kall (~kall@dslb-094-223-117-043.pools.arcor-ip.net)
03:00.23*** join/#meego sraue (~stephan@xbmc/staff/sraue)
03:02.29*** join/#meego wliao (~wliao@60.247.97.98)
03:03.13*** join/#meego alvinator (~alvinator@122.55.12.157)
03:04.04*** join/#meego sraue (~stephan@xbmc/staff/sraue)
03:05.43*** join/#meego Jade (~jade@rocket.vel.lv)
03:05.43*** join/#meego Jade (~jade@unaffiliated/jd)
03:08.44*** part/#meego comawhite (comawhite_@kde/developer/karusler)
03:09.02gabrbeddNishanthMenon: You still working on the panda board?
03:09.16NishanthMenongabrbedd, on and off
03:10.46gabrbeddNishanthMenon: doing too much at once?
03:11.24NishanthMenongabrbedd, :) just another day ;) -> got shifted to project management recently, so I do try to code on the sly on weekends
03:11.37NishanthMenonbut usually that is mostly on my primary passion - the linux kernel
03:11.59NishanthMenonmostly sending patches on linux-omap now a days :(
03:12.24NishanthMenonwish I could get more time to do some distro hacking.. but that tends to become rarer now a days
03:12.25NishanthMenon:(
03:12.26gabrbeddNishanthMenon: Ugh!  PM == babysitting.  I hate it.
03:12.48NishanthMenongabrbedd, yeah - i hate it as well.. just that someone's gotta do the job..
03:13.00gabrbeddYeah, I know.
03:13.01gabrbedd:-)
03:13.04NishanthMenon:)
03:14.14NishanthMenonbtw, on a different note, http://bitbar.com/blog/54/automated-ui-testing-android-applications-robotium -> something of this form for MeeGo might be nice as well
03:14.38*** join/#meego pcfe (~pcfe@a83-245-160-44.elisa-laajakaista.fi)
03:14.38*** join/#meego pcfe (~pcfe@redhat/pcfe)
03:15.36gabrbeddI thought I saw something like that for MeeGo...
03:17.25*** join/#meego swc|666 (~x00@unaffiliated/swc666/x-4934821)
03:17.47michaelg|nokqtuitest? not sure if it's the whole solution
03:20.22gabrbeddI'm not sure if it was that.  I remember seeing a youtube video on it.
03:25.50*** join/#meego kuuntelija (~Jukka@GGCCXII.gprs.sl-laajakaista.fi)
03:31.04*** join/#meego maybeArgh (cl@p4FE9EEA4.dip.t-dialin.net)
03:33.00NishanthMenongabrbedd, that + some equivalent of monkey test of android http://developer.android.com/guide/developing/tools/monkey.html
03:34.31*** join/#meego miksuh (~miksuh@a91-152-162-76.elisa-laajakaista.fi)
03:47.56*** join/#meego blizzow (~blizzow@mailout.abaca.com)
03:48.22*** part/#meego blizzow (~blizzow@mailout.abaca.com)
03:54.00berndhsgood night folks
03:54.19*** join/#meego exman (~Jooncheol@61.107.31.52)
03:54.31*** join/#meego wliao (~wliao@60.247.97.98)
03:59.25TSCHAKeeearrrrggghhhhh
03:59.29TSCHAKeeeOBS is broken
03:59.45TSCHAKeeehow the fuck am I supposed to...
03:59.49TSCHAKeeesigh, nevermind.
03:59.56TSCHAKeeeand you guys wonder why people never stick around..
04:00.12TSCHAKeeeOBS Web Interface Error:
04:00.16TSCHAKeeeError Details:
04:00.20TSCHAKeeeErrorcode: unknown
04:00.22TSCHAKeeeMessage: <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http
04:04.08NishanthMenonTSCHAKeee, i've seen few hickups with OBS once in a while, usually when OBS crew does a maintenance. have'nt noticed any notification lately though. can you drop an email to meego-packaging ML for a quick check?
04:04.33*** join/#meego ask__ (~ask@nat/nokia/x-vwdpebfbszqsmrkx)
04:04.36*** join/#meego goutam__ (~goutam@nat/nokia/x-qkqaiajbeirdotxv)
04:04.40TSCHAKeeei'm not on that ML
04:04.47TSCHAKeeenor do I wish to be.
04:04.56TSCHAKeeeI just want to develop my ($#@($#@ software
04:05.06NishanthMenonTSCHAKeee, :) yep.. so do we all ;)
04:05.24TSCHAKeeesince YOU know what to do, why don't YOU tell them? ;)
04:05.26gabrbedduses chroots instead of obs.
04:05.49*** join/#meego stefanoP (~stefanoP@nat/nokia/x-cdvmdepjoimdbjaz)
04:05.50TSCHAKeeeI have a massive software project to take care of
04:06.05NishanthMenonTSCHAKeee, hoping you'd get an answer.. /me does'nt like to be middle man.
04:06.21NishanthMenonTSCHAKeee, ofcourse... most of us do the same thing :)
04:06.35NishanthMenonmeego-packaging@meego.com is the ML if you are interested
04:08.34*** join/#meego stylesen (~stylesen@nat/nokia/x-rymqsvynotstzzox)
04:09.01*** join/#meego arvind_khadri (~arvind@unaffiliated/arvind-khadri/x-2237230)
04:10.06*** join/#meego ask__ (~ask@nat/nokia/x-ngcluwnutkeipnlm)
04:10.07*** join/#meego goutam__ (~goutam@nat/nokia/x-oyagkukmoyeawnzl)
04:11.53*** join/#meego Unmensch (~steven@p4FCDE8BA.dip.t-dialin.net)
04:14.35*** join/#meego lmoura (~lauromour@186.212.115.77)
04:15.57*** join/#meego lauro (~laurov@186.212.115.77)
04:17.38*** join/#meego pcacjr_ (~pcacjr@unaffiliated/pcacjr)
04:20.42*** join/#meego goutam_ (~goutam@nat/nokia/x-nqtehbrpcfjcsfgh)
04:20.49*** join/#meego ask___ (~ask@nat/nokia/x-ihofycpsnubrttmi)
04:22.13*** join/#meego stefanoP (~stefanoP@nat/nokia/x-zifhqderesqbuxkd)
04:22.19*** join/#meego schend (~suresh@nat/nokia/x-tnuzaauiwwqqsjpr)
04:24.58*** join/#meego paulliu (~paulliu@host-111-184-134-94.dynamic.kbtelecom.net)
04:25.26*** join/#meego goutam_ (~goutam@nat/nokia/x-xynqieirnpshoiuk)
04:26.06*** join/#meego ask___ (~ask@nat/nokia/x-yckykxdzvenzogaz)
04:30.45*** join/#meego sergiusens (~sergiusen@host162.201-253-147.telecom.net.ar)
04:35.23*** join/#meego ask__ (~ask@nat/nokia/x-kekqcwleihrpyixs)
04:35.25*** join/#meego goutam__ (~goutam@nat/nokia/x-tenycackjvbhdaam)
04:35.53*** join/#meego stefanoP (~stefanoP@nat/nokia/x-mfyogcapxcxcczrw)
04:36.04*** join/#meego sheepbat (~lev3k@c-98-238-227-32.hsd1.ca.comcast.net)
04:36.16*** join/#meego andyross (~andyross@c-24-20-125-8.hsd1.or.comcast.net)
04:36.39*** join/#meego schend (~suresh@nat/nokia/x-bpzhrczreytixmgl)
04:40.16*** join/#meego goutam__ (~goutam@nat/nokia/x-owcgmuknlxrlgkis)
04:40.18*** join/#meego ask__ (~ask@nat/nokia/x-sjheftuqqndzyltj)
04:46.39*** join/#meego schend_desk1 (~suresh@nat/nokia/x-japtnwqnwgfedchq)
04:46.40*** join/#meego goutam_ (~goutam@nat/nokia/x-wpdakgyswvkeksgt)
04:46.50*** join/#meego ask___ (~ask@nat/nokia/x-umegudysyjzkdfey)
04:47.09*** join/#meego stefanoP (~stefanoP@nat/nokia/x-cuiwzfomjkeqppul)
04:50.15*** join/#meego raster (raster@enlightenment/developer/raster)
04:51.31*** join/#meego goutam_ (~goutam@nat/nokia/x-bxadlgmmrndtkgah)
04:51.52*** join/#meego e-yes_ (~e-yes@95.72.188.30)
04:52.06*** join/#meego ask___ (~ask@nat/nokia/x-ymikeyrtorbpswuq)
04:52.06*** join/#meego schend_desk1 (~suresh@nat/nokia/x-yvijcuxtjbotjqcn)
05:04.26*** join/#meego gabrbedd (~quassel@cpe-72-190-79-236.tx.res.rr.com)
05:18.15*** join/#meego aparna_ (~aparna@122.169.229.96)
05:18.43*** join/#meego b00an (~alex@173-10-175-74-BusName-washingtonDC.hfc.comcastbusiness.net)
05:19.57*** join/#meego smhar (~salman@46.184.225.160)
05:21.37*** join/#meego homata__ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp)
05:22.02*** join/#meego homata_ (~homata_@58x158x182x50.ap58.ftth.ucom.ne.jp)
05:23.24b00ancan anyone tried to install meego on hp dm1z?
05:23.31b00anwill it work on AMD fusion e-350?
05:25.23b00ananyone?
05:27.02*** join/#meego hhartz (~hhartz@217.137.34.95.customer.cdi.no)
05:28.39*** part/#meego b00an (~alex@173-10-175-74-BusName-washingtonDC.hfc.comcastbusiness.net)
05:28.53wmaronedoh
05:30.17*** join/#meego DocScrutinizer (~halley@openmoko/engineers/joerg)
05:30.39*** join/#meego e-yes_ (~e-yes@95.72.83.98)
05:33.29*** join/#meego trupheenix (~trupheeni@nat/nokia/x-mboppdvytjsxpwrn)
05:33.31*** join/#meego yanli (~YanLi@helpconfig.org)
05:36.02*** join/#meego Matan[M] (~matan@public-gprs169287.centertel.pl)
05:36.36*** join/#meego b00an (~alex@173-10-175-74-BusName-washingtonDC.hfc.comcastbusiness.net)
05:37.29*** part/#meego b00an (~alex@173-10-175-74-BusName-washingtonDC.hfc.comcastbusiness.net)
05:40.17*** join/#meego wazd (~user@83.149.8.116)
05:40.43*** join/#meego arvind_k (~arvind@117.192.213.156)
05:41.24*** join/#meego kimmok (~kimmo@nat/nokia/x-rttvigrflltpywre)
05:43.49wazdMoaning all
05:45.25RST38hmoaning wazd
05:45.56wazdRst38h: o/
05:46.31*** join/#meego ab (~ab@pdpc/supporter/professional/ab)
05:48.02*** join/#meego e-yes_ (~e-yes@95.73.8.22)
05:48.04wazdRst38h: starting my day with blood donation :D
05:48.14RST38hwazd: ticks?
05:48.59*** join/#meego niku_ (~nkurkisu@nat/nokia/x-wtxelrkhfvgqtztv)
05:49.34*** join/#meego Alison_Chaiken (~Alison_Ch@209-204-189-70.dsl.static.sonic.net)
05:50.54wazdRst38h: friend :)
05:51.09wazdRst38h: I'm the only one with AB- around :)
05:51.21gabrbeddvampire friend?
05:52.10wazdGabrbedd: sorta :) likes exotic food :)
05:55.21*** join/#meego kavacha (~kavacha@a91-155-179-40.elisa-laajakaista.fi)
05:58.37*** join/#meego ahiemstra (~quassel@187pc217.sshunet.nl)
06:00.03RST38hwazd: Oh
06:00.15*** join/#meego b00an (~alex@173-10-175-74-BusName-washingtonDC.hfc.comcastbusiness.net)
06:05.30*** join/#meego magnetic_ (~magnetic@98.Red-88-19-7.staticIP.rima-tde.net)
06:06.15*** join/#meego niku_ (~nkurkisu@nat/nokia/x-brbhwugcuhozbgnz)
06:11.14*** join/#meego wazd (~user@83.149.8.116)
06:12.53*** join/#meego Zhonghua (~John@192.100.124.156)
06:16.24*** join/#meego sergiusens (~sergiusen@host162.201-253-147.telecom.net.ar)
06:19.14*** join/#meego ysyrota (~ysyrota@195.160.233.24)
06:21.17*** join/#meego goutam__ (~goutam@nat/nokia/x-htmtmbxccfnnymjt)
06:21.22*** join/#meego ask__ (~ask@nat/nokia/x-ctoexyydwmomjhha)
06:21.25*** join/#meego abbera_ (~trupheeni@nat/nokia/x-qeqcfnghstwsifnl)
06:21.41*** join/#meego kuuntelija (~Jukka@GGCCXII.gprs.sl-laajakaista.fi)
06:22.00*** join/#meego kimmok (~kimmo@nat/nokia/x-jomybohhlkwqbxzl)
06:23.22*** join/#meego stefanoP (~stefanoP@nat/nokia/x-dqlpvmvdjsdqhgnx)
06:23.56*** join/#meego mitsutaka (~mitsutaka@rt.miraclelinux.com)
06:26.19*** join/#meego goutam__ (~goutam@nat/nokia/x-ustdlfwyuiurhodr)
06:26.47*** join/#meego ask__ (~ask@nat/nokia/x-kkmuplxdeuzmxmuq)
06:27.45*** join/#meego abbera_ (~trupheeni@nat/nokia/x-difstfxybwkykhqr)
06:36.55*** join/#meego toabctl (~toabctl@ubuntu/member/toabctl)
06:37.13*** join/#meego trupheenix (~trupheeni@nat/nokia/x-hiendiaazxgoyodt)
06:42.39*** join/#meego johd (~johd@90.146.55.47)
06:43.08*** join/#meego kuuntelija (~Jukka@GYYKMMDCXII.gprs.sl-laajakaista.fi)
06:44.07*** join/#meego lmoura (~lauromour@187.113.76.232)
06:44.28*** join/#meego lauro (~laurov@187.113.76.232)
06:45.50*** join/#meego pcacjr (~pcacjr@unaffiliated/pcacjr)
06:46.22*** join/#meego thiago_home (~thiago@kde/thiago)
06:49.20*** join/#meego ar (arachnist@insomniac.pl)
06:49.20*** join/#meego ar (arachnist@paludis/monkey/arachnist)
06:54.19*** join/#meego MacDrunk (~marper@201.165.161.195)
06:56.26*** join/#meego arvind_k (~arvind@59.92.203.44)
06:57.19*** join/#meego arvind_khadri (~arvind@unaffiliated/arvind-khadri/x-2237230)
07:04.25*** join/#meego tackat (~trahn@192.100.124.156)
07:05.52*** join/#meego jrocha (~JRocha@155.99.117.91.static.mundo-r.com)
07:13.13*** join/#meego timeless (58730824@firefox/developer/timeless)
07:13.47timelessLoCusF: ping
07:14.22*** join/#meego pohly (~pohly@p5B37B1C2.dip.t-dialin.net)
07:16.24*** join/#meego Richrd_ (~richard@79-134-125-81.cust.suomicom.fi)
07:21.13*** join/#meego ubIx_ (~ulf@p5DD182F7.dip0.t-ipconnect.de)
07:22.38*** join/#meego javiF (~jfernande@a88-115-228-188.elisa-laajakaista.fi)
07:24.02*** join/#meego el2ro_ (~quassel@nat/nokia/x-pncaoykbuscldxvm)
07:26.03*** join/#meego TheOpenSourcerer (~alord@81-178-65-1.dsl.pipex.com)
07:28.14*** join/#meego mitsutaka (~mitsutaka@rt.miraclelinux.com)
07:28.38*** join/#meego TibshoOT (~tibshoot@gw-puteaux.linagora.com)
07:29.07*** join/#meego Ans5i (~ae@a83-245-236-219.elisa-laajakaista.fi)
07:30.54*** join/#meego wazd (~user@85.26.155.243)
07:31.53*** join/#meego kimmok (~kimmo@nat/nokia/x-lajwplovcygwwsup)
07:32.00wazd's dry :)
07:32.25timeless?
07:32.34timelessneeds a kick delivered :(
07:33.06LoCusFtimeless: pong
07:33.18wazdTimeless: donated some blood
07:35.04timelesshttp://mxr.meego.com/theme/images/meego-errors-charactor.png is cute fwiw
07:36.08wazdTimeless: ehehe, true :)
07:36.40*** join/#meego achipa (~attila@Maemo/community/council/achipa)
07:37.01wazdTimeless: I'd rather use it for "program is not responding"
07:37.26*** join/#meego lardman (~lardman@Maemo/community/contributor/lardman)
07:37.38*** join/#meego JL (~lamadon@nat/nokia/x-kcnvwzzapsrlcxet)
07:38.38timelesswazd: in my case that was the actual cause of my error
07:38.49*** join/#meego jpetersen (~jpetersen@brln-4dba855c.pool.mediaWays.net)
07:39.36wazdTimeless: :)
07:40.23*** join/#meego bot_JL (~lamadon@nat/nokia/x-oyxcymhqrvlunbom)
07:40.34*** join/#meego vanadis_ (~vanadis@cust.static.84-253-9-113.cybernet.ch)
07:41.58*** join/#meego mairas (~mairas@nat/nokia/x-zhgytpqlkbhacxom)
07:43.55*** join/#meego lbt (~david@173-164-78-153-Oregon.hfc.comcastbusiness.net)
07:44.01Stskeepsmorn david
07:45.23*** join/#meego tommim (~tommim@91.217.248.10)
07:46.41*** join/#meego pohly (~pohly@ip-77-24-243-94.web.vodafone.de)
07:48.21*** join/#meego niqt (~nicola@host111-220-static.63-82-b.business.telecomitalia.it)
07:50.26timelesswonders what the status of the meegon generator is
07:50.41thiago_homeneeds one
07:51.36Stskeepshttp://forum.meego.com/showpost.php?p=16584&postcount=75
07:52.16*** join/#meego jonwil (~jonwil@27-33-137-199.static.tpgi.com.au)
07:52.43*** join/#meego DerSaidin (~dersaidin@CPE-121-208-228-59.mjcz2.cha.bigpond.net.au)
07:52.43*** join/#meego DerSaidin (~dersaidin@pdpc/supporter/student/dersaidin)
07:53.04*** join/#meego KevinHuang (~wasikevin@210.242.151.101)
07:53.27*** join/#meego mikhas (~michael@p54947832.dip.t-dialin.net)
07:53.38timelesssupposedly there's a web version..
07:53.49*** join/#meego stilli (~timo.stro@host-109-204-226-3.tp-fne.tampereenpuhelin.net)
07:54.24*** join/#meego jpe (~jpe@dD5767A47.access.telenet.be)
07:55.11*** join/#meego karimian (c0648207@gateway/web/freenode/ip.192.100.130.7)
07:57.23*** join/#meego ask___ (~ask@nat/nokia/x-yotskdsjlfvmecpk)
07:57.28*** join/#meego goutam_ (~goutam@nat/nokia/x-bhjqrtccxcoatjcy)
07:57.42*** join/#meego petrux (~petrux@host16-224-static.53-82-b.business.telecomitalia.it)
07:57.47*** join/#meego stefanoP (~stefanoP@nat/nokia/x-pajnhmisdfydfeze)
07:58.00*** join/#meego kimmok (~kimmo@nat/nokia/x-tevcqdwtiwwpdvwg)
07:58.05*** join/#meego murrayc (~murrayc@ppp-93-104-165-41.dynamic.mnet-online.de)
07:58.24*** join/#meego KaL (~cgarcia@81.61.19.213.dyn.user.ono.com)
08:00.07*** join/#meego wasikevin (~wasikevin@210.242.151.101)
08:01.17*** join/#meego talmai (~talmai@84-255-245-231.static.t-2.net)
08:01.58*** join/#meego ramkrsna (~ramkrsna@nat/redhat/x-zfenpcdjfgqrynkn)
08:01.58*** join/#meego ramkrsna (~ramkrsna@unaffiliated/ramkrsna)
08:02.18*** join/#meego kedz (~kedazo@catv-86-101-0-175.catv.broadband.hu)
08:02.47*** join/#meego ask___ (~ask@nat/nokia/x-mnrcvmubtvilmwbn)
08:02.49*** join/#meego goutam_ (~goutam@nat/nokia/x-ptwyiqtefkwgyhil)
08:02.59*** join/#meego phinaliumz (~doesnt@86-60-159-197-dyn-dsl.ssp.fi)
08:04.49*** join/#meego foolano (~magnetic@14.Red-88-26-177.staticIP.rima-tde.net)
08:05.22*** join/#meego ask__ (~ask@nat/nokia/x-fcfehmvsucgzwywo)
08:05.24*** join/#meego goutam__ (~goutam@nat/nokia/x-efgesifmunlcurzb)
08:05.27*** join/#meego bergie (~bergie@78.142.159.230)
08:06.12*** join/#meego stefanoP (~stefanoP@nat/nokia/x-wcvrvmuzfdgrxltt)
08:10.15*** join/#meego lardman (~lardman@138-38-179-9.docking.bath.ac.uk)
08:10.15*** join/#meego lardman (~lardman@Maemo/community/contributor/lardman)
08:10.17*** join/#meego ask__ (~ask@nat/nokia/x-yzxiobkwhappzplc)
08:10.19*** join/#meego goutam__ (~goutam@nat/nokia/x-rzrztebrnwqxsbhq)
08:13.54*** join/#meego kraiskil (~kraiskil@nat/nokia/x-dxfmfnxzghikqftx)
08:15.52*** join/#meego Termana (~bradley@122.151.88.65)
08:16.12Termanamorning
08:17.47*** join/#meego Venemo (~Timur@timur.sch.bme.hu)
08:22.14*** join/#meego Solarion (~solarion@atomaton.nhn.ou.edu)
08:24.10*** part/#meego TheOpenSourcerer (~alord@81-178-65-1.dsl.pipex.com)
08:24.18*** join/#meego divan (~divan@212.90.177.150)
08:25.33*** join/#meego eijk (~eijk@e178195025.adsl.alicedsl.de)
08:27.03warggm Termana
08:28.16*** join/#meego pavank10 (~pavan@nat/nokia/x-txgwxamrhloxmuao)
08:29.08*** join/#meego Dijit (~dijit@192.100.124.156)
08:30.02*** join/#meego wazd (~user@188.123.230.115)
08:30.23*** join/#meego lardman|home (~lardman@138-38-179-9.docking.bath.ac.uk)
08:31.06*** join/#meego x_O (~seba@87-207-187-18.dynamic.chello.pl)
08:32.03*** join/#meego kaihenr (~kaihenr@fw-hki.ixonos.com)
08:32.23*** join/#meego kaihenr_ (~kaihenr@fw-hki.ixonos.com)
08:33.07*** join/#meego jd (~jade@unaffiliated/jd)
08:35.32*** join/#meego jfding (~jfding@134.134.137.71)
08:36.47*** join/#meego kaitlin__ (~kaitlin@nat/intel/x-hnvbflmpxvugepnx)
08:38.13*** join/#meego KevinB (~KevinB@85-168-239-148.rev.numericable.fr)
08:38.32timelessgrumbles
08:38.37*** join/#meego wdouglas (~user@134.134.137.73)
08:38.51*** join/#meego florian_kc (~fuchs@port-217-146-132-69.static.qsc.de)
08:38.51*** join/#meego florian_kc (~fuchs@Maemo/community/contributor/florian)
08:38.53*** join/#meego aapo (~akojo@nat/nokia/x-ozpvikxfvbxqpnrs)
08:39.06timelesshttp://wiki.meego.com/Meegons#Creating_your_own is so misleading
08:39.18timelessit doesn't provide any pointer to existing meegon svg files
08:39.27timelessand just has links to generic inkscape tutorials
08:39.34*** join/#meego foolano (~magnetic@14.Red-88-26-177.staticIP.rima-tde.net)
08:46.12*** join/#meego ab (~ab@nat/nokia/x-jyyuztxlpamsowfd)
08:46.12*** join/#meego ab (~ab@pdpc/supporter/professional/ab)
08:50.00*** join/#meego pohly (~pohly@p5B37B1C2.dip.t-dialin.net)
08:52.24*** join/#meego velope (debian-tor@gateway/tor-sasl/velope)
08:52.32kallamtimeless: hopefully, you will fix that
08:52.52timelessnot tiday
08:52.55timelesss/i/o/
08:53.30*** join/#meego kontio (~kontio@unaffiliated/kontio)
08:54.34*** join/#meego wazd (~Andrew@188.123.230.115)
08:56.19*** join/#meego dharman (~dharman@marte.i-m3d.com)
08:58.55*** join/#meego jpetersen (~jpetersen@85.183.48.167)
09:00.56*** join/#meego arkub (~arkub@nat/mandriva/x-ztxdbzypiozxnraf)
09:01.13*** join/#meego JL (~lamadon@nat/nokia/x-efgfohpffcfovciw)
09:04.17*** join/#meego arfoll (~arfoll@o.bcn.fluendo.net)
09:06.19*** join/#meego gabor (~gabor@nat/nokia/x-spqagzpvkckuczto)
09:12.34*** join/#meego blitz00 (~blitz@unaffiliated/blitz00)
09:17.13*** join/#meego yanli (~YanLi@helpconfig.org)
09:17.31*** join/#meego bot_JL (~lamadon@nat/nokia/x-tvuptprqqyvoymrk)
09:18.34*** join/#meego halvors (~halvors@146.84-49-231.nextgentel.com)
09:18.59*** join/#meego amarsman_nl (~marsman@109.33.168.121)
09:22.03*** join/#meego lolloo (~lolloo@77.31.86.164)
09:29.29*** join/#meego millenomi (~millenomi@93.48.148.194)
09:32.22*** join/#meego mattock (~samuli@openvpn/corp/admin/mattock)
09:34.38*** join/#meego schend (~suresh@nat/nokia/x-myxlreqablcqozqk)
09:36.51*** join/#meego psycho_oreos (~no@115.131.20.128)
09:38.29*** join/#meego nurkstead (~michael@81.145.106.29)
09:39.19*** join/#meego schoenemann (~lsch@193.158.222.106)
09:40.00*** join/#meego millenomi (~millenomi@93.48.148.194)
09:45.21*** join/#meego mmeeks (~michael@opensuse/member/michael-meeks)
09:45.34*** join/#meego calvaris (~calvaris@155.99.117.91.static.mundo-r.com)
09:47.58*** join/#meego paulliu (~paulliu@host-111-184-134-94.dynamic.kbtelecom.net)
09:48.25*** join/#meego slaine (~slaine@84.203.137.218)
09:53.14*** join/#meego ramkrsna (~ramkrsna@nat/redhat/x-qckvkfwgmkkupcdd)
09:53.14*** join/#meego ramkrsna (~ramkrsna@unaffiliated/ramkrsna)
09:58.54*** join/#meego uhef (~tuomjarv@nat/nokia/x-mmkvupavaopurpmd)
10:01.02*** join/#meego sergiusens (~sergiusen@host28.190-136-62.telecom.net.ar)
10:02.03*** join/#meego pavank10_ (~pavan@nat/nokia/x-wygfzgwyljmjzsvf)
10:02.04*** join/#meego ab_ (~ab@pdpc/supporter/professional/ab)
10:02.06*** join/#meego bot_JL_ (~lamadon@nat/nokia/x-tgrkzulcjygsipcy)
10:02.10*** join/#meego goutam_ (~goutam@nat/nokia/x-dqpdkdhvdnnlcqjh)
10:03.20*** join/#meego ask_ (~ask@nat/nokia/x-pwwiwnfwgqkbqoaw)
10:04.07*** join/#meego stefanoP (~stefanoP@nat/nokia/x-uvqykfteyfgoibwh)
10:07.28*** join/#meego bot_JL_ (~lamadon@nat/nokia/x-xkgcoapszcmjzmbw)
10:08.35*** join/#meego sraue (~stephan@xbmc/staff/sraue)
10:09.09*** join/#meego goutam (~goutam@nat/nokia/x-mmjxsadimqkbpjhh)
10:09.15*** join/#meego ask_ (~ask@nat/nokia/x-kkkdkpnxfaaxjhgg)
10:09.16*** join/#meego millenomi (~millenomi@93.48.148.194)
10:10.03*** join/#meego girishr (~girishr@122.167.237.36)
10:10.07*** join/#meego stefanoP (~stefanoP@nat/nokia/x-jiptxcsfcseoakwn)
10:12.40*** join/#meego goutam_ (~goutam@nat/nokia/x-edzzoecbgonixlsp)
10:12.52*** join/#meego ask__ (~ask@nat/nokia/x-bbaqfctlsivqtnfr)
10:13.57*** join/#meego stefanoP (~stefanoP@nat/nokia/x-vsccxdjrblwajoef)
10:16.19*** join/#meego arvind_khadri (~arvind@unaffiliated/arvind-khadri/x-2237230)
10:16.27*** join/#meego KevinB (~KevinB@seg75-1-81-57-66-181.fbx.proxad.net)
10:16.37*** join/#meego stefanoP (~stefanoP@nat/nokia/x-zwoutyiexeczzhyy)
10:18.00*** join/#meego Laiska (laiska@kapsi.fi)
10:19.47*** join/#meego stefanoP (~stefanoP@nat/nokia/x-taulwiombtwkpzes)
10:22.04*** join/#meego idlecool (~idlecool@115.241.121.205)
10:22.49*** join/#meego goutam_ (~goutam@nat/nokia/x-gompxxxpqmiqsxde)
10:22.55*** join/#meego ask__ (~ask@nat/nokia/x-qfxpewhvkpleopin)
10:23.05*** join/#meego DJWillis (djwillis@cpc3-bath5-2-0-cust220.aztw.cable.virginmedia.com)
10:27.16*** join/#meego Moku (~John@osbk-4db06683.pool.mediaWays.net)
10:29.37*** join/#meego Bratfisch (~quassel@mail.sentoris.de)
10:30.00*** join/#meego lukus (~luke@unaffiliated/lukew)
10:31.19*** join/#meego fcrozat (~fcrozat@nat/novell/x-llkdsdsctjtybgyh)
10:31.44Bratfischanyone out there who can tell me how to test the swype keyboard in the MWC build of the tablet UX?
10:34.08*** join/#meego tackat (~trahn@192.100.124.156)
10:35.46*** join/#meego eijk_ (~eijk@e178195025.adsl.alicedsl.de)
10:36.54*** join/#meego obit_sweden (~obit_swed@bris.compound.se)
10:37.08*** join/#meego marciom (~marciom@187.113.76.232)
10:37.45*** join/#meego johd (~johd@90.146.55.47)
10:37.59*** join/#meego rodarvus (~rodarvus@189.26.130.126.dynamic.adsl.gvt.net.br)
10:37.59*** join/#meego rodarvus (~rodarvus@ubuntu/member/rodarvus)
10:38.37*** join/#meego greg_ (~golec@inptr-69-70.comarch.com)
10:42.45*** join/#meego laitiju (~laitiju-l@fw-hki.ixonos.com)
10:44.05*** join/#meego millenomi (~millenomi@93.48.148.194)
10:48.09*** join/#meego MoRpHeUz (~morphbr@187.113.76.232)
10:48.09*** join/#meego MoRpHeUz (~morphbr@kde/asouza)
10:51.16*** join/#meego lardman (~lardman@Maemo/community/contributor/lardman)
10:53.24*** join/#meego gabor (~gabor@nat/nokia/x-jumefwsunjqunjgi)
10:53.52*** join/#meego lainwir3d (~lainwir3d@2a01:e35:2e3d:f9b0:217:31ff:fece:c62d)
10:57.44*** join/#meego ccooke (~ccooke@granite.earth.gkhs.net)
10:59.08*** join/#meego Venemo_N900 (~communi@netacc-gpn-5-83-12.pool.telenor.hu)
10:59.46greg_Hello, Who could grant me access to meego OBS?
11:00.54*** join/#meego _wolf_ (~wolf@77-58-26-10.dclient.hispeed.ch)
11:03.16ali1234greg_: community or core?
11:03.40*** join/#meego fearghalohare (~fearghalo@nat/intel/x-lplqqbllajvuqmdk)
11:04.25*** join/#meego Termana (~bradley@122.151.101.209)
11:04.25*** join/#meego toabctl (~toabctl@ubuntu/member/toabctl)
11:04.25greg_ali1234: community, I thing X-Fade is right person...
11:04.25ali1234yeah or lbt
11:04.32greg_thanks
11:05.09*** join/#meego ccooke (~ccooke@granite.earth.gkhs.net)
11:05.09ali1234he's going to ask you what you want to do on it too
11:05.51ali1234it's only for open source stuff
11:06.39*** join/#meego mmeeks (~michael@81.145.110.95)
11:06.39*** join/#meego mmeeks (~michael@opensuse/member/michael-meeks)
11:11.54*** join/#meego pfl1 (~pfl@nat/nokia/x-yoosdgsfvmigopec)
11:13.01*** join/#meego lizardo (~lizardo@187.113.76.232)
11:13.14*** join/#meego el2ro (~quassel@95.154.196.68)
11:13.25*** join/#meego Venemo_N900 (~communi@dhcp-489.q.wlan.bme.hu)
11:14.07*** join/#meego DLange (~DLange@about/linux/staff/dlange)
11:15.05*** join/#meego balor (~aidan@87.127.55.57)
11:15.59*** join/#meego lfranchi_ (~quassel@amarok/developer/lfranchi)
11:16.29*** join/#meego Gizmokid2005 (~Gizmokid2@static.87.244.47.78.clients.your-server.de)
11:16.54*** join/#meego jpetersen (~jpetersen@85.183.48.167)
11:20.45*** join/#meego amarsman_nl (~marsman@109.33.214.49)
11:21.38*** join/#meego CosmoHill (~Nate@dyn-62-56-64-59.dslaccess.co.uk)
11:22.50*** join/#meego thiagoss (~thiagoss@189.71.75.111)
11:24.25*** join/#meego murrayc (~murrayc@ppp-93-104-165-41.dynamic.mnet-online.de)
11:26.11*** join/#meego Luming (~luyu@58.33.121.143)
11:32.41*** join/#meego marcob (~quassel@berlin-gw.trolltech.de)
11:34.26*** join/#meego toabctl (~toabctl@ubuntu/member/toabctl)
11:35.39*** part/#meego pfl1 (~pfl@nat/nokia/x-yoosdgsfvmigopec)
11:37.03*** join/#meego Oysterbin (~ikan.batu@223.255.224.8)
11:40.12*** join/#meego tackat (~trahn@192.100.124.156)
11:42.47*** join/#meego __kW (~kW@pD9F4EFF5.dip.t-dialin.net)
11:44.16*** join/#meego Hardeep1 (~ardeep@d142-058-174-132.wireless.sfu.ca)
11:44.19*** part/#meego Hardeep1 (~ardeep@d142-058-174-132.wireless.sfu.ca)
11:47.39*** join/#meego mauricelynch (~mauricely@134.134.139.70)
11:48.06*** join/#meego ask___ (~ask@nat/nokia/x-aobhdqzeilugvvnh)
11:48.09*** join/#meego goutam__ (~goutam@nat/nokia/x-xzieqmehtpfxgdej)
11:49.25*** join/#meego stefanoP (~stefanoP@nat/nokia/x-drynzwwtfdrjqimc)
11:49.34*** join/#meego schend_dex2 (~suresh@nat/nokia/x-jwhyntesmmgjwflb)
11:49.47*** join/#meego Venemo_N900 (~communi@dhcp-489.q.wlan.bme.hu)
11:50.01*** join/#meego larin (~larin@cs-service.by)
11:51.25*** join/#meego schend_desk1 (~suresh@nat/nokia/x-iesbmiggetwhuqjd)
11:52.00*** join/#meego kraiskil (~kraiskil@nat/nokia/x-tjnvarcnvquqpeky)
11:52.15*** join/#meego stefanoP (~stefanoP@nat/nokia/x-rdlijfjbdmriqrzk)
11:52.47*** join/#meego goutam__ (~goutam@nat/nokia/x-amhdfjqbbkrqqdrh)
11:53.37*** join/#meego jespada (~jespada@nat/intel/x-cgrmkndabciiadpp)
11:53.45*** join/#meego jpetersen (~jpetersen@85.183.48.167)
11:56.01*** join/#meego ask___ (~ask@nat/nokia/x-vuomgbinrjucgdnj)
11:56.37*** join/#meego mikhas (~michael@85.183.48.167)
11:56.55*** join/#meego schend_desk1 (~suresh@nat/nokia/x-ezvbnkczlnbhsxen)
11:57.44*** join/#meego bigbrovar (~quassel@83.229.6.19)
12:00.42*** join/#meego johd (~johd@90.146.55.47)
12:10.58*** join/#meego kulakuli (~kulakuli@61.155.159.110.tm-hsbb.tm.net.my)
12:14.57*** join/#meego halvors1 (~halvors@146.84-49-231.nextgentel.com)
12:15.06*** join/#meego snowpong (~espen@217.77.36.216)
12:15.19*** join/#meego snowpong_ (~espen@217.77.36.216)
12:15.28*** join/#meego Venemo_N900 (~communi@dhcp-489.q.wlan.bme.hu)
12:17.57*** join/#meego idlecool (~idlecool@115.241.29.77)
12:22.16*** join/#meego girishr (~girishr@122.167.237.36)
12:24.05*** join/#meego Hardeep (~ardeep@d142-058-174-132.wireless.sfu.ca)
12:24.12*** join/#meego snowpong (~espen@217.77.36.216)
12:27.24*** join/#meego notmart (~diau@kde/mart)
12:27.52MurmurORWhy is OBS access limited anyway? Is it a duallicensed free/commercial service?
12:29.30*** join/#meego sinny (~quassel@27.61.46.1)
12:29.59*** join/#meego milliams (898ad6ea@gateway/web/freenode/ip.137.138.214.234)
12:31.42*** join/#meego JL (~lamadon@nat/nokia/x-zwhgaaxbzvgyrptz)
12:31.43*** join/#meego Hardeep (~ardeep@d142-058-174-132.wireless.sfu.ca)
12:32.06*** part/#meego Hardeep (~ardeep@d142-058-174-132.wireless.sfu.ca)
12:33.28*** join/#meego zalbisser (~quassel@nat/trolltech/x-wsjyuiztdhuxznwr)
12:33.45*** join/#meego sinnykumari (~quassel@27.57.78.189)
12:33.46*** join/#meego epx (~epx@201-14-163-120.jvece702.dsl.brasiltelecom.net.br)
12:35.13*** join/#meego MauriceK (~quassel@nat/trolltech/x-esggdbrogvghvrkt)
12:36.34*** join/#meego elproxy (~quassel@nat/trolltech/x-atjgojqsexvpcrdc)
12:36.44*** join/#meego jophish (~quassel@nat/microsoft/x-syhyjaiuzdbrhduj)
12:39.47lcukgoes offline to concentrate on complex instructions, I wonder whether any more will arrive later too
12:41.44*** join/#meego ivanich (~ivanich@ivanich.tenet.odessa.ua)
12:53.20*** join/#meego ottela (~ottela@nat/nokia/x-ognfawiugazyblek)
12:53.28*** join/#meego mairas (~mairas@nat/nokia/x-aahawrvcuwdvhhhb)
12:55.19*** join/#meego aloisiojr (~aloisio@187.113.76.232)
13:02.44*** join/#meego Dr_Who (~tgall@linaro/tgall-foo)
13:03.44*** join/#meego stilli1 (~timo.stro@85-156-52-140.elisa-mobile.fi)
13:03.51*** join/#meego trip900 (~trip900@c-71-59-236-55.hsd1.wa.comcast.net)
13:04.58trip900stskeeps ping
13:06.02*** join/#meego alvaro__ (~alvaro@189.2.128.130)
13:06.05*** join/#meego johd (~johd@90.146.55.47)
13:07.04*** part/#meego trip900 (~trip900@c-71-59-236-55.hsd1.wa.comcast.net)
13:07.35*** join/#meego skython (~Sky@p5B2249BF.dip.t-dialin.net)
13:07.49*** join/#meego stilli (~timo.stro@host-109-204-226-3.tp-fne.tampereenpuhelin.net)
13:08.00*** join/#meego uhef (~tuomjarv@nat/nokia/x-bwmmpzvjrnvyiypl)
13:09.14*** join/#meego luck (~luck@187.113.76.232)
13:12.34*** join/#meego mwichmann (~mats@70-41-69-128.cust.wildblue.net)
13:13.39*** join/#meego Openfree^ (~Openfreer@61.170.192.101)
13:14.26*** join/#meego trip901 (~user@c-71-59-236-55.hsd1.wa.comcast.net)
13:14.38trip901stskeeps ping
13:17.19leinirnotmart: you on the community list? Time to chime in on that flame fest about the tablet ux ;) Someone finally went devil's advocate, and well... time to point out that a set of community uxes has been in development for a while, but that intel threw their money at something else for some unexplored reason ;
13:17.21leinir;)
13:17.50notmartleinir: uh
13:17.56notmartnope, i'm not subscribed..
13:18.02notmartbut that is easy to fix :p
13:20.23trip901huh?
13:20.57*** join/#meego wasikevin (~wasikevin@221.169.13.105)
13:21.33trip901leinir?
13:21.53leinirtrip901: yes? :)
13:22.05trip901ppl complaining about the tablet ux?
13:22.22leinirwell, it's not about the tablet ux itself, but rather the process of creating it :)
13:22.33leinirthe whole walk-the-walk thing :)
13:23.14trip901hmm
13:24.05trip901well, in fairness, all of thre ux were developed in house before they were opened
13:24.39*** join/#meego schend_dex2 (~suresh@nat/nokia/x-csyhxpvsgtmwshwm)
13:24.41*** join/#meego goutam_ (~goutam@nat/nokia/x-lkyjgnyqmoddmesr)
13:24.45leinir*nods* This was also pointed out... which just makes this yet another example of someone not walking the walk :)
13:24.49*** join/#meego ask__ (~ask@nat/nokia/x-raprrdfmchvndcsx)
13:24.59*** join/#meego uhef (~tuomjarv@nat/nokia/x-wadxbfzznlzpaciu)
13:25.24*** join/#meego stefanoP (~stefanoP@nat/nokia/x-axxdshjtndawrgch)
13:27.17*** part/#meego idlecool (~idlecool@115.241.29.77)
13:27.46*** join/#meego timeless (d4d5ddfe@firefox/developer/timeless)
13:28.11*** join/#meego edisson (~edisson@189.2.128.130)
13:28.51notmartlet's say this: ignoring what other communities were doing, and the desire to control the whole development is one of the reasons of the slowness of development, that in turn was one of the reasons nokia did what they did
13:29.11notmartbut i won't add other because it's just adding bitterness at this point
13:29.26*** join/#meego ask__ (~ask@nat/nokia/x-mtrkyrslgjvopnzh)
13:29.38*** join/#meego goutam_ (~goutam@nat/nokia/x-pfdoqkisjduyemsq)
13:30.09*** join/#meego schend_dex2 (~suresh@nat/nokia/x-gjiwvqqfvkfbyztg)
13:31.20*** join/#meego ask___ (~ask@nat/nokia/x-zjabhnqxspijichg)
13:31.25*** join/#meego goutam__ (~goutam@nat/nokia/x-sdqjxlfhnjirfmxg)
13:31.27*** join/#meego schend_desk1 (~suresh@nat/nokia/x-xyienabgrlpzpwgh)
13:32.04*** join/#meego Openfree (~Openfree`@61.170.192.101)
13:32.39*** join/#meego stefanoP (~stefanoP@nat/nokia/x-igxijdzakifkiivy)
13:33.44*** join/#meego Openfree (~Openfree`@61.170.192.101)
13:36.03*** join/#meego goutam__ (~goutam@nat/nokia/x-dhsvhyfnfwjjnmsr)
13:36.06*** join/#meego ask___ (~ask@nat/nokia/x-zqfgqktyiehxrbpt)
13:36.45trip901slowness in development i dont think applies here
13:36.54*** join/#meego schend_desk1 (~suresh@nat/nokia/x-butawzjaqpyinmnk)
13:36.57leinirnotmart: i still think you should add to it... traditionally, kde has been way too much of a pushover... we can't keep doing this to ourselves :P
13:37.22*** join/#meego niala (~meego@2a01:e35:1386:4120:222:43ff:fe32:b871)
13:37.27*** join/#meego stilli (~timo.stro@80-186-63-203.elisa-mobile.fi)
13:37.39*** join/#meego marciom (~marciom@187.113.76.232)
13:37.55notmartleinir: eheh, true :)
13:39.37leinirIn fact, i'd suggest replying and adding a link to the video you mentioned when the tablet ux coming out, and it being somewhat reminiscent of something... ;)
13:40.14*** join/#meego lcuk (lcuk@cpc2-oldh7-0-0-cust702.10-1.cable.virginmedia.com)
13:40.14*** join/#meego lcuk (lcuk@Maemo/community/contributor/lcuk)
13:40.25trip901ooo link?
13:41.48leinirtrip901: if it isn't clear by now, we're of course talking about plasma-netbook, plasma-mobile and plasma-tablet here :)
13:42.08*** join/#meego goutam_ (~goutam@nat/nokia/x-yvdcodahftchahgs)
13:42.14*** join/#meego ask__ (~ask@nat/nokia/x-mslguejwlyftfppd)
13:43.19*** join/#meego stefanoP (~stefanoP@nat/nokia/x-enncwxgzjsdejamx)
13:43.33trip901still, i like video
13:43.53trip901and im bored and cant sleep
13:43.55leinirDon't we all ;) i'm sure notmart is all over that :)
13:44.18notmartdigging in his blog archives
13:44.41leinir*giggles and nods* Thanks! :) i could dig as well, but am working, and also expect notmart knows his archives better than me ;)
13:45.10notmarttrip901: ah, don't tell me about it, i'm insomniac as hell lately :p
13:45.36*** join/#meego schend (~suresh@nat/nokia/x-oipkvmwmujibuwii)
13:46.28notmartbasically this http://www.notmart.org/index.php/Software/Converging_minds
13:46.41*** join/#meego suresh_ (~suresh@nat/nokia/x-wmabyjdwcgmrtoiz)
13:46.49*** join/#meego goutam_ (~goutam@nat/nokia/x-thpuqsqsbejustvu)
13:47.17*** join/#meego fcrozat_ (~fcrozat@nat/novell/x-ycdjfozzbjzsqgel)
13:47.18*** join/#meego stefanoP (~stefanoP@nat/nokia/x-yrqldkbxfjmgymuh)
13:48.02*** join/#meego ask_ (~ask@nat/nokia/x-wvmrnmtlvxhxtmom)
13:48.08*** join/#meego suresh__ (~suresh@nat/nokia/x-fipsxifuhmrayhom)
13:48.19*** join/#meego jonni (~jonni@nat/trolltech/x-czmqdchngkxrjfjt)
13:50.24*** join/#meego hugopl (~hugo@187.113.76.232)
13:50.42*** join/#meego berndhs (~berndhs@2604:8800:11b:1:21e:90ff:fe8f:8bee)
13:51.59*** join/#meego goutam (~goutam@nat/nokia/x-tuwfgvyvneykoogz)
13:52.08leinirtrip901: So, put shortly - they could've put a bit of funding into getting notmart some help, in stead of reinventing the wheel :)
13:52.09*** join/#meego ask__ (~ask@nat/nokia/x-rfuqgaekiedflxxm)
13:52.54*** join/#meego TheOpenSourcerer (~alord@81-178-65-1.dsl.pipex.com)
13:52.57*** join/#meego niku_ (~nkurkisu@nat/nokia/x-khyutjoffvvsgxzx)
13:53.26*** join/#meego Kiranos (~stefan@79-99-4-7.serverhotell.net)
13:53.44*** join/#meego schend (~suresh@nat/nokia/x-pddimtnsolmvilsc)
13:54.04*** join/#meego stefanoP (~stefanoP@nat/nokia/x-hrwhxwoshpzgwfpn)
13:54.17notmartleinir: the point isn't me, the point is that there was already a pretty good platform, based on qt, that will get literally years and yars to recreate
13:55.05leinirnotmart: Yes - just using you as a personification of a "victim" ;)
13:55.05notmartbut i'm not putting the blame to just one side, probably we also failed to communicate that most of it isn't about "desktop" at all
13:55.37notmartleinir: eheh:) (/me goes on the sacrifice altar)
13:56.45*** join/#meego dchaverri26 (~dchaverri@2001:470:8:76d:219:dbff:fe20:b82c)
13:56.48*** join/#meego ask__ (~ask@nat/nokia/x-rltwoapqhlpxxzww)
13:56.53*** join/#meego goutam (~goutam@nat/nokia/x-lpqzrhsaujztixsk)
13:56.55leinirTrue, Plasma has, after the initial bout of people calling it vapourware, sort of retreated back behind the entrance to the irc channel, and rather than talking about it, just sort of did stuff... so yeah, maybe now's the time to open those doors back up and pointing out, to the larger world, what's actually happening :)
13:57.36*** join/#meego snowpong_ (~espen@217.77.36.216)
13:58.20notmartso in the end ended up with one part that didn't get its message out, the other part that didn't want to really listen (we don't need your stinky dependencies)
13:58.29notmartbut as i said, not time to reciminate now ;)
13:58.54leinirWell, not recriminate, but point out that there is, in fact, a community effort :)
13:59.14*** join/#meego Wellark^ (~Wellark^^@dyn-xdsl-83-150-116-209.nebulazone.fi)
13:59.30trip901interesting
14:00.28trip901atempts to sleep
14:00.41leinirsleep well, trip901 :)
14:01.09notmarttrip901: eh, i wish you more luck on that than i had last night :p
14:01.48*** join/#meego oliwer (~oliwer@193.56.60.160)
14:01.49*** join/#meego Wellark (~wellark@dyn-xdsl-83-150-116-209.nebulazone.fi)
14:02.09*** join/#meego laitiju1 (~laitiju-l@fw-hki.ixonos.com)
14:04.10velopeMeeGo
14:06.17*** join/#meego Anduck (Anduck@a88-85-131-243.mpynet.fi)
14:07.26*** join/#meego mitsutaka (~mitsutaka@p1227-ipbf3907marunouchi.tokyo.ocn.ne.jp)
14:08.31*** join/#meego sinny (~quassel@27.57.67.210)
14:11.22*** join/#meego murrayc (~murrayc@ppp-93-104-43-37.dynamic.mnet-online.de)
14:14.34*** join/#meego stilli (~timo.stro@a88-113-98-182.elisa-laajakaista.fi)
14:15.18*** join/#meego NIN101 (~NIN101@p5DD281AE.dip0.t-ipconnect.de)
14:17.47*** join/#meego mpoirier (~quassel@S0106002369de4dac.cg.shawcable.net)
14:17.59*** join/#meego hirabayashitaro (~hirabayas@host8-123-dynamic.3-79-r.retail.telecomitalia.it)
14:19.46hirabayashitaroAfter reading this article http://maemo.org/community/council/state_of_maemo-q12011-1/ I was wondering how many things of maemo can be useful for meego. Anyone has an answer for this?
14:20.28hirabayashitaroAnd in particular, is the thing worth the effort on maemo?
14:23.16*** join/#meego javispedro (~javier@Maemo/community/council/javispedro)
14:24.38*** part/#meego velope (debian-tor@gateway/tor-sasl/velope)
14:25.16lcukscratches head and goes to try other things to fixup networking
14:27.05*** join/#meego BluX (~BluX@2001:718:1001:694:4592:abf8:e98:6d72)
14:29.06*** join/#meego topeira (~lucio@unaffiliated/topeira)
14:30.19*** join/#meego defor (~defor@c-71-206-24-26.hsd1.md.comcast.net)
14:31.58*** part/#meego topeira (~lucio@unaffiliated/topeira)
14:32.15*** join/#meego topeira (~lucio@unaffiliated/topeira)
14:32.21smokunotmart, are you saying that developping behind closed doors is slower than the same development in the open?
14:32.29*** join/#meego anaumov (~alex@opensuse/member/Alexander-Naumov)
14:35.23*** join/#meego dgc03052 (~dachampa@192.100.104.17)
14:36.36*** join/#meego willer_ (~willer_@189.2.128.130)
14:40.13*** join/#meego lcuk (lcuk@cpc2-oldh7-0-0-cust702.10-1.cable.virginmedia.com)
14:40.13*** join/#meego lcuk (lcuk@Maemo/community/contributor/lcuk)
14:40.14*** join/#meego puffin (~puffin@128.224.252.2)
14:41.01notmartsmoku: well, when what is being developed in the open is based on something that is being developed since uhm, 13 years or so, and is completely ignored, what is being developed behind closed doors will find they have to reimplement much of this, and what could have seemed a work of some months becomes a work of years and years
14:43.16smokuassuming you can reuse previous work...
14:44.27*** join/#meego gabrbedd (~gabriel@cpe-72-190-79-236.tx.res.rr.com)
14:44.35*** join/#meego sergiusens (~sergiusen@190.220.135.169)
14:44.40*** join/#meego pmcgowan (~pat@nat/canonical/x-xmffvkdnnrhiriyy)
14:46.39*** join/#meego choppa (~chigge@mnch-5d866cfa.pool.mediaWays.net)
14:48.36smokunotmart, my point is licensing.  if you own your code, you can license it however you want.  jumping someone elses wagon does not give you the luxury.
14:49.50berndhswell, there is licensing, and there is also control of direction and decisions
14:50.29berndhsif you continue someone elses work, they still own it, and can decide what gets changed and what doesnt
14:52.42*** join/#meego dogi (~nemo@c-65-96-166-32.hsd1.ma.comcast.net)
14:54.08*** join/#meego mmeeks (~michael@opensuse/member/michael-meeks)
14:54.45*** join/#meego sigue (contempt@has.stolen.cc-number.info)
14:57.48*** join/#meego mdfe (~mdfe@193.158.222.114)
14:58.23timelessberndhs: you were right, i should have killed everything and rebooted :(
14:58.44berndhsthat's unfortunate
14:58.47timelesswonders if any intel-meego people are around
14:59.06*** join/#meego baraujo (~Bruno@189.2.128.130)
14:59.11timelessarg
14:59.17timelessand i can't actually get to there from here
14:59.22lcukwhats up timeless ?
14:59.28timelesslcuk: i need mxr.in rebooted
14:59.37lcuklong pointy stick?
14:59.42timelessi pushed the load well over 1000
14:59.51lcukor is it transatlantic length required
14:59.56timelesstransatlantic
15:00.26lcukis it intel people you need, or LF?
15:00.34timelessafaik it's intel
15:01.03lcukroger
15:01.29*** join/#meego ab_ (~ab@a88-115-219-226.elisa-laajakaista.fi)
15:01.29*** join/#meego ab_ (~ab@pdpc/supporter/professional/ab)
15:02.22CosmoHillif it's servers won't it be LF?
15:02.50lcukhence my question CosmoHill - but I think timeless would know since he is dealing with mxr
15:03.24CosmoHillthe last time I saw MXR it told me about the wonders of IE8 and SilverLight
15:04.57lcukgoes and types some analoue notes
15:05.03lcukanalogue even
15:05.16timelessCosmoHill: it's OSU hosted
15:05.18ali1234i have to laugh at the rage over tablet ux
15:05.25ali1234it's not *that* good
15:05.29timelessbut MeeGo is big enough that the hosting is mostly power + cage space
15:05.44timelessthe actual people w/ access generally work for intel, nokia, or contract to one or the other
15:06.09*** join/#meego Nils^ (hammerfest@gateway/shell/devio.us/x-pogfsfwezlcltjme)
15:06.16Nils^good day people.
15:06.50Nils^what is the state of meego for n900? can't wait to get away from maemo
15:07.16ali1234not useable yet
15:07.44*** join/#meego leinir (~leinir@amarok/usability/leinir)
15:08.33gabrbeddhi Nils^
15:11.00*** join/#meego marciom (~marciom@187.113.76.232)
15:13.25*** part/#meego edisson (~edisson@189.2.128.130)
15:14.46*** join/#meego lynxis (~lynxis@echelon.ext.c-base.org)
15:15.05*** join/#meego trupheenix (~trupheeni@122.167.146.84)
15:15.30*** join/#meego mmeeks (~michael@opensuse/member/michael-meeks)
15:20.44*** join/#meego gabor (~gabor@cs181194089.pp.htv.fi)
15:22.25*** join/#meego lcuk (lcuk@Maemo/community/contributor/lcuk)
15:23.40*** join/#meego wmarone (~microlith@c-67-174-148-77.hsd1.ca.comcast.net)
15:23.43*** join/#meego ragner (~ragner@189.2.128.130)
15:25.56*** join/#meego BluX_ (~BluX@2001:718:1001:694:4dc5:ee4:e73e:c74c)
15:27.04*** join/#meego gabor (~gabor@cs181194089.pp.htv.fi)
15:28.44*** join/#meego gabor (~gabor@cs181194089.pp.htv.fi)
15:29.23*** join/#meego schend_desk1 (~suresh@nat/nokia/x-ynybalkbiuapkfcm)
15:29.23*** join/#meego goutam_ (~goutam@nat/nokia/x-hgttjdrpuwzqwwav)
15:29.51*** join/#meego ask__ (~ask@nat/nokia/x-eglimqarkiuqceme)
15:32.50*** join/#meego ask___ (~ask@nat/nokia/x-mhimvxcxleydnsxm)
15:33.54*** join/#meego stefanoP (~stefanoP@nat/nokia/x-tbccmrgnkyajlhwq)
15:34.02*** join/#meego goutam_ (~goutam@nat/nokia/x-mqmyjumwsohevewd)
15:35.04*** join/#meego schend_desk1 (~suresh@nat/nokia/x-nxxtzotpnxdrxshk)
15:35.55*** join/#meego Matan[M] (~matan@public-gprs2307.centertel.pl)
15:36.41*** join/#meego wmarone (~microlith@c-67-174-148-77.hsd1.ca.comcast.net)
15:37.32*** join/#meego ask___ (~ask@nat/nokia/x-qbcpsvghskyqehcs)
15:44.53*** join/#meego Alam (~hawk@59.94.182.255)
15:45.08*** join/#meego olli_ (5e1640f2@gateway/web/freenode/ip.94.22.64.242)
15:45.33lardman~seen X-Fade
15:45.44infobotx-fade is currently on #maemo #meego, last said: 'Nah, is documented. And USB->ttl convertor is $2 on ebay :)'.
15:45.56lardmaninfobot: but when?!
15:46.28CosmoHillalso which channel
15:46.45*** join/#meego foolano (~magnetic@14.Red-88-26-177.staticIP.rima-tde.net)
15:46.59*** join/#meego sinny (~quassel@27.61.19.115)
15:47.24CosmoHilllardman: friday
15:47.34lardmanthanks CosmoHill
15:48.16lardmanwould like OBS access, is there someone else I can talk to?
15:48.35*** join/#meego lynxis (~lynxis@echelon.ext.c-base.org)
15:48.40*** join/#meego mlfoster (~chatzilla@nat/intel/x-mywiikerfirklfsw)
15:51.00*** join/#meego tgall_foo (~tgall@206.9.88.154)
15:54.02*** join/#meego diegohcg (~diegohcg@189.2.128.130)
15:55.22*** join/#meego mmeeks (~michael@opensuse/member/michael-meeks)
15:55.43*** join/#meego zgyarmati (~zgyarmati@84-231-39-172.elisa-mobile.fi)
15:55.44*** join/#meego kall (~kall@dslb-178-000-104-229.pools.arcor-ip.net)
15:55.58*** join/#meego rbelem (~rodrigo@pdpc/supporter/professional/rbelem)
16:00.11mwichmannquestion out of the blue:  does meego have support for "wifi offloading"
16:00.33Stskeepsdefine offloading
16:00.43*** join/#meego slonopotamus (~slonopota@85.26.155.232)
16:01.46*** join/#meego kuuntelija (~Jukka@GYZKMCCXXXVII.gprs.sl-laajakaista.fi)
16:01.57mwichmannif you're on your phone network, and wifi is available, you transfer eligible data over the wifi
16:02.32CosmoHilllike when I've copying stuff over the wifi, when I plug in the ethernet it starts using that instead cos it's faster?
16:03.00Stskeepsmwichmann: network namespaces, maybe
16:03.32mwichmannCosmoHill - something like that, although here it's not specifically for speed but for cost
16:03.49mwichmannstill there's a policy choice made somewhere
16:03.54CosmoHilli'd image detection would still be in speed
16:03.59CosmoHillwifi > 3G
16:04.08CosmoHilleven if the internet over the wifi is slower
16:04.10Stskeepsmwichmann: i think there's a FEA# open for network prioritization
16:04.15Stskeepsbut i might be wrong
16:04.44CosmoHillI see what you mean tho, there might be some way to specify prefered data transmission type
16:08.20arfollsurely connman will disconnect itself from the data network when it has wifi?
16:08.37arfollit allready does this when you plug in ethernet and you are on wifi. Annoys the hell out of me
16:09.04*** join/#meego Beineri (~beineri@kde/binner)
16:09.21mwichmannI don't think it's as clear-cut a choice
16:09.51mwichmannthere may be some stuff that can only come through the data network - stuff unique to the carrier
16:09.59CosmoHillwhat I find is that outgoing stuff moves from wifi to ethernet if avaiable but incoming stuff will stay with whatever it was using in the begining
16:10.01mwichmannso "disconnect" would likely be wrong
16:12.11arfollmwichmann, i believe thats what android does when it comes into contact with wifi
16:12.19arfollsaves battery power
16:12.42mwichmannhmmm
16:13.07arfollat least my n1 looses it's 3G IP address as soon as I walk into a wifi network i know
16:13.17CosmoHillcould their be something that detechs the wifi signal strength, as it weakens it prepares the 3G modem for activation and connection
16:13.24CosmoHills/their/there/
16:14.01arfollCosmoHill, that would eat the battery even more, and connecting to 3g is fairly fast
16:14.40mwichmannso disconnect-and-fire-up-on-demand might be a viable model then?
16:14.50*** join/#meego andredieb (~andredieb@enlightenment/developer/dieb)
16:16.31arfollmwichmann, have a look at what android does, or/and iphone but i believe thats the model they use. I think it's the only one that truly works, no one wants two active data and wondering if they are getting charged for using mobile data or not
16:17.24*** join/#meego goutam__ (~goutam@nat/nokia/x-oxtnsmdfrpwrsaae)
16:17.25*** join/#meego schend_dex2 (~suresh@nat/nokia/x-gycoeakggczqgrbu)
16:18.16mwichmannhttp://developer.android.com/reference/android/net/ConnectivityManager.html
16:18.29*** join/#meego ask_ (~ask@nat/nokia/x-fiapvqqadkxthyrz)
16:18.33*** join/#meego stefanoP (~stefanoP@nat/nokia/x-ufgtpmqgbvyzbicp)
16:18.52*** join/#meego lynxis (~lynxis@p5795A77E.dip.t-dialin.net)
16:19.29*** join/#meego zutesmog (~timh@119.11.9.81)
16:21.08*** join/#meego lcuk (lcuk@cpc2-oldh7-0-0-cust702.10-1.cable.virginmedia.com)
16:21.08*** join/#meego lcuk (lcuk@Maemo/community/contributor/lcuk)
16:21.46*** part/#meego Nils^ (hammerfest@gateway/shell/devio.us/x-pogfsfwezlcltjme)
16:22.03*** join/#meego goutam__ (~goutam@nat/nokia/x-weyfbfvsptjeqxxp)
16:22.53*** join/#meego schend_dex2 (~suresh@nat/nokia/x-giohokbdfnjwkgno)
16:22.53*** join/#meego jespada (~jespada@134.134.139.76)
16:23.37*** join/#meego dneary (~dneary@LMontsouris-152-63-13-171.w217-128.abo.wanadoo.fr)
16:23.37*** join/#meego dneary (~dneary@Maemo/community/docmaster/dneary)
16:23.47*** join/#meego kaitlin_ (~kaitlin@134.134.139.75)
16:26.54*** part/#meego obit_sweden (~obit_swed@bris.compound.se)
16:30.47*** join/#meego Armi^ (~wouter@83.119.156.156)
16:33.02*** join/#meego choppa (~chigge@mnch-5d866cfa.pool.mediaWays.net)
16:33.07*** join/#meego sduclos (~sduclos@c209.104.107-58.clta.globetrotter.net)
16:33.46*** join/#meego Wellark^ (~Wellark^^@dyn-xdsl-83-150-116-209.nebulazone.fi)
16:33.55*** join/#meego sduclos (~sduclos@c209.104.107-58.clta.globetrotter.net)
16:34.01*** join/#meego andyross (~andyross@c-24-20-125-8.hsd1.or.comcast.net)
16:37.44*** join/#meego mmeeks (~michael@host86-133-122-0.range86-133.btcentralplus.com)
16:37.44*** join/#meego mmeeks (~michael@opensuse/member/michael-meeks)
16:39.03*** join/#meego Wellark (~wellark@dyn-xdsl-83-150-116-209.nebulazone.fi)
16:40.47*** join/#meego Kevin_B (~KevinB@seg75-1-81-57-66-181.fbx.proxad.net)
16:41.59*** join/#meego TSCHAKeee (~TSCHAKeee@76.119.237.161)
16:42.21*** join/#meego lynxis (~lynxis@p5795A77E.dip.t-dialin.net)
16:45.19*** join/#meego Diod (~Diod@unaffiliated/diod)
16:45.35*** join/#meego BluX (~BluX@2001:718:1001:694:5105:791c:a327:2e5f)
16:46.19*** join/#meego arvind_khadri (~arvind@unaffiliated/arvind-khadri/x-2237230)
16:47.01*** join/#meego vokimon (~quassel@88.Red-79-155-244.dynamicIP.rima-tde.net)
16:49.14*** join/#meego kall (~kall@dslb-178-000-104-229.pools.arcor-ip.net)
16:51.47*** join/#meego [daemon] (~mmichna@DSL01.83.171.169.163.ip-pool.NEFkom.net)
16:53.36*** join/#meego DawnFoster (~DawnFoste@134.134.139.72)
16:54.14*** join/#meego lcuk (lcuk@cpc2-oldh7-0-0-cust702.10-1.cable.virginmedia.com)
16:54.14*** join/#meego lcuk (lcuk@Maemo/community/contributor/lcuk)
16:57.50*** join/#meego juanman (~quassel@unaffiliated/juanman)
17:01.34*** join/#meego pixelgeek (~pixelgeek@134.134.139.72)
17:06.34*** join/#meego mmeeks (~michael@host86-133-122-0.range86-133.btcentralplus.com)
17:06.34*** join/#meego mmeeks (~michael@opensuse/member/michael-meeks)
17:08.44*** join/#meego rbelem (~rodrigo@189.2.128.130)
17:08.47*** join/#meego rbelem (~rodrigo@pdpc/supporter/professional/rbelem)
17:09.26*** join/#meego jorro (~jorro@i12k-jowic-armedcranch.informatik.tu-muenchen.de)
17:10.13*** join/#meego lynxis (~lynxis@84.22.107.1)
17:10.39*** join/#meego Faither (~stefan@krlh-4d034a03.pool.mediaWays.net)
17:11.43*** part/#meego jorro (~jorro@i12k-jowic-armedcranch.informatik.tu-muenchen.de)
17:11.51*** join/#meego lynxis (~lynxis@echelon.ext.c-base.org)
17:12.54*** join/#meego lbt (~david@pool-173-50-232-79.ptldor.fios.verizon.net)
17:18.59timelessDawnFoster: do the intel people irc?
17:19.10timelessDawnFoster: i kinda need to have my box rebooted :/
17:19.49*** join/#meego JPohlmann (~jannis@xfce/core-developer/JPohlmann)
17:20.51pixelgeekSome Intel people IRC ;)  (when they're not trawling through email or in mtgs)
17:21.13*** join/#meego lcuk (lcuk@cpc2-oldh7-0-0-cust702.10-1.cable.virginmedia.com)
17:21.13*** join/#meego lcuk (lcuk@Maemo/community/contributor/lcuk)
17:21.26*** join/#meego pcacjr_ (~pcacjr@unaffiliated/pcacjr)
17:23.23*** join/#meego nurkstead (~michael@host81-153-59-197.range81-153.btcentralplus.com)
17:26.38pupnikthey're too busy flying around on jets and going to parties, i think
17:27.39*** join/#meego marciom (~marciom@187.113.76.232)
17:30.05*** join/#meego Alison_Chaiken (~Alison_Ch@209-204-189-70.dsl.static.sonic.net)
17:31.51*** join/#meego pupnik_ (~pupnik@unaffiliated/pupnik)
17:33.45*** join/#meego pixelgeek1 (~pixelgeek@nat/intel/x-cpuymppwxudqlrtj)
17:34.12DawnFostertimeless: adam is rebooting now
17:34.19timelessthanks
17:34.23timelessor please thank him
17:34.29DawnFostertimeless: looks like memory exhaustion
17:34.36timelessyeah, i did something stupid
17:35.05timelessi was trying to do a bunch of things in parallel
17:35.16timelessa normal update run wouldn't work that way
17:37.36DawnFostercool, thanks
17:37.57timelessok, so the server's back up
17:38.14timelesssadly i was silly and didn't proactively change the root view for repo, so people can't see what i see
17:40.19tripzero<PROTECTED>
17:43.40*** join/#meego diegohcg (~diegohcg@192.100.104.170)
17:44.17gabrbeddtripzero: Not sure what 'system-ui status menu' is... but last I checked, everything's worse on handset images (pinetrail builds)
17:44.51tripzerostatus menu is what appears when you "pull down" on the status bar (also where notifications show)
17:45.34*** join/#meego abhijeet (~abhijeet@122.179.51.182)
17:46.55*** join/#meego trip900 (~user@75-94-32-65.war.clearwire-wmx.net)
17:47.02timelessanyway, i'll have dinner and move the root so people can look around in about 90mins
17:48.12*** join/#meego jrocha (~JRocha@225.21.60.213.dynamic.mundo-r.com)
17:50.49*** join/#meego murrayc (~murrayc@ppp-93-104-43-37.dynamic.mnet-online.de)
17:51.19gabrbeddtripzero: ...and it gives you an icon for "setup" or "settings" (can't remember which) and a blank window with an X in the corner and otherwise a gray screen?
17:51.44gabrbeddtripzero: If so... then yes it's the same on current pinetrail handset builds.
17:51.52tripzerookay, thanks
17:52.01*** join/#meego schend_desk1 (~suresh@nat/nokia/x-zfeskssucbrepsui)
17:52.08*** join/#meego ask__ (~ask@nat/nokia/x-ptpsglvchgsxhbko)
17:52.10*** join/#meego goutam_ (~goutam@nat/nokia/x-ntiutyevftnheokw)
17:52.48*** join/#meego stefanoP (~stefanoP@nat/nokia/x-bstmdoixcaasfswd)
17:54.43*** join/#meego leinir (~leinir@amarok/usability/leinir)
17:55.09*** join/#meego Richrd (~Richard@GZKMMMCDLXIX.gprs.sl-laajakaista.fi)
17:56.35*** join/#meego larin (~larin@vulture2-nat-42.telecom.by)
17:56.42*** join/#meego norayr (~noch@46.162.221.80)
17:56.52*** join/#meego ask__ (~ask@nat/nokia/x-sfyzqmniwgvxaqnl)
17:56.56*** join/#meego goutam_ (~goutam@nat/nokia/x-rgdxnoercrnpgbvy)
17:59.05*** join/#meego stefanoP1 (~stefanoP@nat/nokia/x-vfiqkrwgyxbztyni)
18:01.46*** join/#meego ask__ (~ask@nat/nokia/x-mlfnssuzpvqheqxs)
18:02.14*** join/#meego goutam_ (~goutam@nat/nokia/x-ccsvwowllnvpduhc)
18:04.34*** join/#meego topeira (~lucio@189.70.167.47)
18:04.34*** join/#meego topeira (~lucio@unaffiliated/topeira)
18:04.56*** join/#meego lynxis (~lynxis@84.22.107.1)
18:07.50*** join/#meego schend_desk1 (~suresh@nat/nokia/x-bmtywvvanwsbvgug)
18:07.54*** join/#meego lcuk (lcuk@cpc2-oldh7-0-0-cust702.10-1.cable.virginmedia.com)
18:07.54*** join/#meego lcuk (lcuk@Maemo/community/contributor/lcuk)
18:08.41*** join/#meego jrocha (~JRocha@225.21.60.213.dynamic.mundo-r.com)
18:12.39*** join/#meego puffin_ (~puffin@128.224.252.2)
18:15.39*** join/#meego puffin (~puffin@128.224.252.2)
18:17.54*** join/#meego eti (~quassel@80-219-29-205.dclient.hispeed.ch)
18:20.41*** part/#meego smoku (~spectrum@xkh0g2.infr.xiaoka.com)
18:20.43lcuksabotage, ping - what would happen if the dialer app were compiled as a shared library and linked directly into the window manager?  waiting important vital seconds to bring up what is a required feature seems odd.
18:21.34lcuk(of course, that assumes the app is fully OO and available in a manner that you can create an instance of dialer to be used easily (ie a simple api around using it)
18:22.00*** join/#meego pixelgeek (~pixelgeek@134.134.139.76)
18:22.17TSCHAKeeecertain apps like the dialer should be locked into memory and their pages marked unswappable
18:25.53*** join/#meego smoku (~spectrum@xkh0g2.infr.xiaoka.com)
18:25.57*** join/#meego githogori (~githogori@111.sub-75-210-12.myvzw.com)
18:27.11lcukTSCHAKeee, perhaps.  How would someone find out where to test it and how much of a difference it would make?
18:27.41TSCHAKeeewhere to test it?
18:28.10lcukhow to set it and/or confirm that it is or is not currently doing that at the moment
18:28.14*** join/#meego jayabharath (~jayabhara@nat/ti/x-ystvlshbmrslccqj)
18:29.19*** join/#meego sergiusens (~sergiusen@190.220.135.169)
18:30.24*** join/#meego snowpong (~espen@217.77.36.216)
18:33.00*** join/#meego blitz00 (~blitz@unaffiliated/blitz00)
18:33.31*** join/#meego ssvb (~ssvb@a88-114-220-213.elisa-laajakaista.fi)
18:38.01*** join/#meego kraiskil (~kraiskil@a91-152-244-20.elisa-laajakaista.fi)
18:39.20*** join/#meego onen|openBmap (~quassel@vbo91-1-89-87-201-85.dsl.club-internet.fr)
18:40.31*** join/#meego mikhas (~michael@p54947832.dip.t-dialin.net)
18:41.10*** join/#meego thomasjfox_ (~thomasjfo@rockbox/developer/thomasjfox)
18:45.36*** join/#meego chinmaya (~quassel@122.167.4.113)
18:46.57*** join/#meego swc|666 (~x00@unaffiliated/swc666/x-4934821)
18:49.03*** join/#meego ssvb (~ssvb@a88-114-220-213.elisa-laajakaista.fi)
18:49.22*** join/#meego sinny (~quassel@27.57.5.218)
18:49.29*** join/#meego kall (~kall@dslb-178-000-104-229.pools.arcor-ip.net)
18:50.24*** part/#meego smoku (~spectrum@xkh0g2.infr.xiaoka.com)
18:51.17*** join/#meego topeira (~lucio@189.70.235.165)
18:51.17*** join/#meego topeira (~lucio@unaffiliated/topeira)
18:53.21ali1234i think people don't get that no devices are going to ship with the reference UX...
18:53.54CosmoHillI always thought vendors would create their own UX
18:54.05ali1234yeah, well, you're not whinging on the ML :)
18:54.14CosmoHill:)
18:54.31CosmoHillI was talking to someone about separating branding from the packages
18:54.32ali1234also, you're not a maemo old-timer
18:55.02CosmoHillI've been in here since #meego opened and Ive only just learnt how to spell Maemo
18:55.37ali1234the maemo community took "annoying fanboy" to a whole new level :/
18:55.59*** join/#meego smoku (~spectrum@xkh0g2.infr.xiaoka.com)
18:56.08ali1234not only do they hate everything else, they also hate the product they are a fanboy of :)
18:56.08CosmoHillbefore or after the MS/ Nokia partnership annoucement?
18:56.19ali1234long, long before that
18:56.23CosmoHillso they're emos basically?
18:56.27ali1234i'm talking before meego even existed
18:56.33ali1234lol, yeah, i suppose
18:56.49tripzeromeego is almost 1yr old
18:56.57CosmoHillthis week in fact
18:57.01tripzeronot even teething yet
18:57.19tripzerowell, maybe barely teething
18:57.30*** join/#meego user_ (~user@75-94-32-65.war.clearwire-wmx.net)
18:58.05*** join/#meego merlin1991 (~x@chello080109073084.5.15.vie.surfer.at)
18:58.39gabrbeddgoes to get a teething ring from the freezer.
18:58.45*** join/#meego balor (~aidan@87.127.55.57)
19:00.03lcukgabrbedd, see if there is a book about UX there too
19:00.52gabrbeddlcuk: ha!  No, but there's a chalk tablet in there.  Wierd.
19:01.06lcuk:)
19:01.09lcukwhat did you draw on it?
19:01.12*** join/#meego diegohcg (~diegohcg@189.2.128.130)
19:01.19lcukdraws people and flowers and fish and tictactoe tables
19:01.47lcuk(tictactoe is one of the best ways to learn and pickup writing on a touchscreen!)
19:02.01gabrbeddI draw odd, amorphous shapes and then turn them into people's heads.
19:02.08lcukheh
19:02.16lcukI often draw a circle
19:02.26lcukthen draw loads of others around filling gaps but not overlapping
19:02.43lcukme and jake made a game from it where we carried on until no space left
19:02.57lcukhe learnt quickly to make good consistent shapes :)
19:02.59ali1234impossible!
19:03.30ali1234you can never fill a shape completely with circles, unless the original shape is a circle
19:04.21gabrbeddhttp://xkcd.com/8/  Not circles... but still fun.
19:05.19ali1234http://en.wikipedia.org/wiki/Apollonian_gasket
19:06.20gabrbeddOh... here's the doodle I was looking for:  http://xkcd.com/24/
19:06.30*** part/#meego smoku (~spectrum@xkh0g2.infr.xiaoka.com)
19:06.36lcukali1234, gabrbedd  bottom of there http://liqbase.net/liq.20110222_190506.liqrecentsketches.scr.png
19:06.52lcuk(the rest is a discussion from Manchester Museum about Alan Turing
19:07.03ali1234"what is a computer?"
19:07.05gabrbeddali1234: Nice!
19:07.19*** join/#meego mauricelynch (~mauricely@nat/intel/x-odcnzayxdnslptjf)
19:07.36gabrbeddlcuk: :-)
19:07.45lcukali1234, heh yeah
19:07.53lcukwas a great presentation, by a fake Alan Turing
19:08.04*** join/#meego smoku (~spectrum@xkh0g2.infr.xiaoka.com)
19:08.14lcukwent on Sunday
19:09.42lcukanyway, playing that on a bit screen is good fun, just drawing circles in turn until we fill screen :)
19:09.49sabotage<PROTECTED>
19:10.42lcuksabotage, I thought Qt was object oriented really - ie you have a self contained object that you can instantiate anytime? (as long as the factory api is avilable)
19:10.56lcuklike creating an instance of textbox
19:11.01sabotagebut FYI, I'm expecting patches from a co-worker this week that will add in pre-launch capabilities, making the appearance of startup now nearly instantanious
19:11.01lcukbut create an instance of dialer
19:11.51lcukok, is there a bug to track, I don't see one on the page
19:11.55lcukhttp://wiki.meego.com/Project/Dialer
19:12.08sabotage1sec
19:12.13lcukta
19:12.54*** join/#meego marienz (~marienz@freenode/staff/marienz)
19:13.13sabotage1977 and 7074 are the most relevant, and the ones I am using to get these patches SR'd once they land
19:13.30*** join/#meego jevin (~jevin@jevinskie-1-pt.tunnel.tserv9.chi1.ipv6.he.net)
19:15.17CosmoHilllcuk: so you go "phone home" and it starts calling your home number?
19:17.02*** join/#meego Richrd_ (~richard@79-134-125-81.cust.suomicom.fi)
19:17.23*** join/#meego vblazquez (~vic@220.76.17.95.dynamic.jazztel.es)
19:19.26*** join/#meego goutam__ (~goutam@nat/nokia/x-azdzxaoztluzfmxv)
19:19.30*** join/#meego schend_dex2 (~suresh@nat/nokia/x-ipphsdgnqaoxolsu)
19:19.30*** join/#meego ask___ (~ask@nat/nokia/x-axcxghlbzcwplihv)
19:19.49*** join/#meego achipa (~attila@a91-155-187-94.elisa-laajakaista.fi)
19:19.49*** join/#meego achipa (~attila@Maemo/community/council/achipa)
19:20.29*** join/#meego stefanoP (~stefanoP@nat/nokia/x-slnbbgowwsftblsl)
19:20.43*** join/#meego flavioribeiro (~flavio@li20-198.members.linode.com)
19:21.56*** join/#meego klnikita (~klnikita@beem-project.com)
19:21.56*** join/#meego klnikita (~klnikita@unaffiliated/klnikita)
19:24.06*** join/#meego goutam__ (~goutam@nat/nokia/x-lqyfvarrxcsevwit)
19:25.04*** join/#meego ask_ (~ask@nat/nokia/x-npnkpkfrafqppkdn)
19:25.10*** join/#meego schend_dex2 (~suresh@nat/nokia/x-fdhtfzpafljfcupq)
19:25.27*** join/#meego stefanoP (~stefanoP@nat/nokia/x-unpuzmdyutxyzrli)
19:25.51mikhasheya DawnFoster, does https://bugs.meego.com/show_bug.cgi?id=13696 need more details?
19:25.53MeeGoBotBug 13696 nor, Undecided, ---, dawn.m.foster, NEW, Request for dedicated meego-inputmethods ML
19:26.19*** join/#meego timeless (58730824@firefox/developer/timeless)
19:27.01timelesshttp://mxr.meego.com/repo.meego.com/source/
19:27.09timeless(not indexed, rough demo)
19:27.34DawnFostermikhas: did you also post something to meego-touch with a link to the bug to see if anyone objects?
19:27.40*** join/#meego Richrd_ (~richard@79-134-125-81.cust.suomicom.fi)
19:29.31timelesshrm
19:29.38*** join/#meego goutam__ (~goutam@nat/nokia/x-dacrbnavcmelmsun)
19:29.40mikhasAh ok, will do that
19:29.43gabrbeddtimeless:  that's pretty cool! :-)
19:29.45*** join/#meego _NIN (~NIN101@p5DD28C05.dip0.t-ipconnect.de)
19:29.58timelessgabrbedd: it seems to be somewhat under resourced
19:30.15timelesswonders how many people attacked that url but can't really tell as the system stopped answering
19:31.02*** join/#meego dharman (~hidden@net-93-71-64-152.cust.dsl.vodafone.it)
19:31.30gabrbeddtimeless:  um, sorry.  I didn't mean to break it.
19:31.39timelessnot your fault
19:31.43timelessunless you chose to spider it
19:31.59gabrbeddwell, you didn't *say* not to spider it!
19:32.02gabrbedd:-p
19:32.29divanjavispedro, hi. Do still plan to create /media/internal on preenv install/update?
19:32.41divans/do still/do you still/
19:33.08timelessgabrbedd: the parent of that url does say not to spider it, as does the robots.txt file :)
19:33.20*** join/#meego hugopl (~hugo@187.113.76.232)
19:33.24timelessso, there are 140 directories in that list out of 1440 source rpms
19:33.29timelessnot a bad sample
19:34.06timelessDawnFoster: hrm, is adam around?
19:34.24timelessi can't ping mxr anymore, host unreachable :(
19:35.39DawnFostertimeless: he's in an all week meego it meeting - best way to get him is by email.
19:35.47timelessnods
19:36.06timelessis there an on call person? it seems like general connectivity within the network fell over :(
19:37.15*** join/#meego argretzi (~argretzi@pool-71-117-135-77.ptldor.dsl-w.verizon.net)
19:37.24*** join/#meego Atarii (~Atarii@217.155.41.64)
19:37.35*** join/#meego Matan[M] (~matan@public-gprs2307.centertel.pl)
19:37.35timelessargretzi: !
19:37.55timelessit looks like part of the internal network failed? :(
19:41.18timelessok, turns out someone was doing network maintenance, totally not my fault :)
19:42.30*** join/#meego Hardeep (~ardeep@d66-183-54-179.bchsia.telus.net)
19:42.39lcuksabotage, thanks, have cced onto them (had to just eat tea)
19:42.55*** part/#meego Hardeep (~ardeep@d66-183-54-179.bchsia.telus.net)
19:42.56lcukCosmoHill, what do you mean?
19:43.34CosmoHillthat link you gave, that voice recontiion for the phone
19:43.45CosmoHillso you speak the name of who you want to phone
19:43.50Stskeepsyawns
19:44.29lcukCosmoHill, I linked to the default Dialer page if that is what you mean? ( http://wiki.meego.com/Project/Dialer )
19:44.35CosmoHillyes
19:44.44timelessgabrbedd: please feel free to browse around a bit
19:44.45lcukbut I haven't even looked or noticed voice dialing
19:44.55lcukstill trying to get more mundane non star trek interfaces working
19:45.02timelessso, anyone here do theme work? mxr.meego.com needs some theme help :)
19:45.43*** join/#meego fabo (~fabo@nat/nokia/x-rdhxmqhhwrkozvce)
19:45.48timelessit probably wants to have a couple of meegons too
19:46.43*** join/#meego Venemo (~Timur@timur.sch.bme.hu)
19:46.53lcuktimeless, theres a few folks around who do theming, do you have a rough idea of how you could see it looking
19:47.04*** join/#meego alvaro__ (~alvaro@189.2.128.130)
19:47.07lcukor are you just at the point of "meh it needs prettifying
19:48.03*** join/#meego AndyBleaden (~AndyBlead@94-192-247-23.zone6.bethere.co.uk)
19:48.06*** join/#meego joeoshawa (~joes@bas4-oshawa95-2925293559.dsl.bell.ca)
19:48.41*** join/#meego lpotter (~quackquac@CPE-58-173-184-88.wucz1.woo.bigpond.net.au)
19:49.14timelesslcuk: generally i'd want some cute meegon for MXR, and probably some css to get the colors right
19:49.22timelessbeyond that i hope people don't want to do much
19:49.29CosmoHillbtw, is the N95 still any good?
19:49.42timelesstypically people just stick a banner at the top of the page
19:50.08timelessCosmoHill: it's still the #1 nokia phone on flickr
19:50.17timelessiirc
19:50.53joeoshawai just saw that microsoft bought nokia's co-operation figures
19:51.28Stskeepsjoeoshawa: eh?
19:51.33timelessjoeoshawa: please see topic
19:51.38*** join/#meego Tm_T (tm_travolt@ubuntu/member/kde.developer/jkekkonen)
19:51.56joeoshawanokia is not fully supporting meego anymore
19:52.09joeoshawano meego phone
19:52.11timelessjoeoshawa: please see topic
19:52.13Stskeepsjoeoshawa: yeah, let's take that in #meego-bar
19:52.18CosmoHilltroll?
19:52.39*** join/#meego lpotter (~quackquac@CPE-58-173-184-88.wucz1.woo.bigpond.net.au)
19:52.57joeoshawageneral discussions about meego no?
19:52.58*** join/#meego toninikkanen (~osama@84.20.144.89)
19:53.04joeoshawaand no not a troll
19:53.09timeless> For 'bar' talk (rumours, gossip, etc), please go to #meego-bar]
19:53.31joeoshawanot rumour
19:53.36joeoshawaannounced
19:53.37timelessnot relevant
19:53.43timelessand that isn't what was announced
19:53.55timelessso since you didn't get your facts straight, please go to the bar, have a drink
19:54.16*** join/#meego kvehmanen (~kai.vehma@dev-126.openlaboratory.net)
19:54.42*** join/#meego skrr (~skrr@jalava.cc.jyu.fi)
19:54.44*** join/#meego vulp (~vulp@qob6.kyla.fi)
19:55.10joeoshawathen why did intel announce they are looking for another partner and were disappointed in nokia's decision?
19:55.19joeoshawawhat was the announcement
19:55.21*** join/#meego mato- (~mato@kyborgi.tontut.fi)
19:55.22timelessjoeoshawa: go to the bar!
19:55.29timelessor be barred from here.
19:55.35*** join/#meego Jokke (~jokke@complicate.virtualizedliving.net)
19:55.40*** join/#meego bleah (bleah@propelli.cop.fi)
19:55.40*** join/#meego saltsa_ (aunola@xdsl-179-131.nblnetworks.fi)
19:55.46*** join/#meego merlin1991 (~x@chello080109073084.5.15.vie.surfer.at)
19:55.47*** join/#meego dogi (~nemo@18.111.18.126)
19:55.47*** join/#meego KevinB (~KevinB@85-168-239-148.rev.numericable.fr)
19:55.49joeoshawai don't want gossip
19:55.53joeoshawai want
19:56.03CosmoHillWindows Mobile 7
19:56.08joeoshawai want to know what is actually going on
19:56.13Myrttiso do we all
19:56.22*** join/#meego ruskie (ruskie@sourcemage/mage/ruskie)
19:56.27Stskeepsjoeoshawa: nokia is still contributing to meego according to meego-commits@ mailing list.
19:56.30joeoshawathat would be valid disscussion no?
19:56.30timelessCosmoHill: no such animal
19:56.32Stskeepsjoeoshawa: does that answer your question?
19:56.52timeless(a nokia employee just started setting up a cross reference for meego...)
19:56.59Stskeepsthe meego n900 hardware adaptation team is stil working, too
19:57.02*** join/#meego jannhama (~jannhama@nat/nokia/x-xclgxhifbjptlwoy)
19:57.05Stskeepsas is the SDK team
19:57.12joeoshawathats good then
19:57.21*** join/#meego Jartza (jartza@tulilahti.fi)
19:57.38lbthey Stskeeps o/
19:57.41*** join/#meego Laiska (laiska@kapsi.fi)
19:58.02Stskeepsthe difference is that Nokia's "next step" smartphone was supposed to be MeeGo and the primary strategy is now Windows Phone 7. There will still be a MeeGo device made from Nokia, that's fact
19:58.07*** join/#meego lmoura (~lauromour@187.113.76.232)
19:58.14joeoshawawell i know in the announcement i read they did say they will still release a meego device
19:58.29joeoshawayes just probably not a phone
19:58.35joeoshawaright?
19:58.39AndyBleadenjoeoshawa and there is lots of us still too :)
19:58.52*** join/#meego schoenemann (~lsch@193.158.222.106)
19:59.00Stskeepsjoeoshawa: N900 was a tablet that happened to have phone capability ;)
19:59.10lpotterjoeoshawa: http://www.slashgear.com/nokia-n950-meego-phone-named-very-elegant-hardware-says-cto-video-22135076/
19:59.10*** join/#meego timakima (makimatt@kapsi.fi)
19:59.35Stskeepsjoeoshawa: long story short: nokia hasn't left the building and we're still all very much working and tired of all the rumours about our deaths ;)
19:59.35joeoshawai know actually i really like the idea and was going to get one but no network for 3g in ontario
19:59.37*** join/#meego microlith_ (~microlith@c-67-174-148-77.hsd1.ca.comcast.net)
19:59.46Stskeepsjoeoshawa: well, then wait for official announcements from nokia :)
19:59.52*** join/#meego divan (~divan@212.90.177.150)
20:00.19*** join/#meego stefanoP1 (~stefanoP@nat/nokia/x-mkvsicbkdxolwkom)
20:00.20*** join/#meego n97 (preols@193.69.165.197)
20:00.41*** join/#meego ask_ (~ask@nat/nokia/x-mszqdkrazqmcvrpm)
20:01.18mikhasThree years vision lol, reminds me too much of planned economy: "And after the plan for the last 3 years failed, we came up with an even bigger and more complex plan for the next 3 years, which is - given our history of implementing plans - also likely to fail. After that, we probably need a new plan."
20:01.22joeoshawawell that would be why i came here to ask and i understand your frustration but you will forgive me for not having confidence in microsoft's "fair business practices"
20:01.44*** join/#meego Nitial (~sslaitin@kekkonen.cs.hut.fi)
20:02.01Stskeepsjoeoshawa: right - what we care about here is meego.com :) what the vendors do is technically none of our interest :)
20:02.11Stskeepsso that's why we ask people to take those discussions to the bar
20:02.17*** join/#meego pvuorela (pvuorela@coffee.modeemi.fi)
20:02.21AndyBleadenGeneral question here to anyone who might help.I am noticing a gradual creep in boot up time.Mine seems to be a great deal longer than before? Any ideas where I can put a check safely on unneeded start ups in meego
20:02.38StskeepsAndyBleaden: doesn't sound right - netbook?
20:02.39AndyBleadenI mean on a netbook with meego 1.1
20:02.46AndyBleadensorry yes
20:03.02AndyBleadenhad a look in xdg/autostart
20:03.05StskeepsAndyBleaden: check if your HD is ok
20:03.10AndyBleadenhmm
20:03.16joeoshawawell my interest is in good integration between a phone tablet pc and a linux os
20:03.30joeoshawadesktop
20:03.42AndyBleadenhow?
20:03.45mikhasjoeoshawa, then scratch that itch ;-)
20:03.50StskeepsAndyBleaden: 'smartctl' is what i normally use
20:03.56Stskeepsjoeoshawa: well, then you're in the right place - connected devices is a meego goal (platform)
20:04.05*** join/#meego jbos_away (~jbos@193.158.222.106)
20:04.12*** join/#meego jrocha (~JRocha@225.21.60.213.dynamic.mundo-r.com)
20:04.27*** join/#meego SBN (~srikar@nat/nokia/x-mhuhyanyvaygivmi)
20:04.45joeoshawathe company providing the phone is of little concern to me but i am a linux only user i do not use any other os
20:04.50*** join/#meego [daemon] (~mmichna@DSL01.83.171.169.163.ip-pool.NEFkom.net)
20:04.52AndyBleadensmartctl is that something I need to zypper in and use via terminal
20:04.55*** join/#meego dkod (~dkodihal@nat/nokia/x-rziidvxggsuobqcq)
20:05.00StskeepsAndyBleaden: yeah, though i don't know if it exists in meego
20:05.05AndyBleadenhmm
20:05.09*** join/#meego marja (~marja@nat/nokia/x-pqalqcsphauottol)
20:05.27*** join/#meego schend (~suresh@nat/nokia/x-wqqmsibaiyqdtfpy)
20:05.32AndyBleadenok will have a look ..again we aint talking minutes but it has got slower
20:05.41mikhasit takes a lot of effort to create such devices, joeoshawa
20:06.08gabrbeddAndyBleaden: Just a shot in the dark... what if you delete everything in /tmp and reboot?
20:06.11joeoshawai was wondering if syncing with a linux os for callender and such had been considered
20:06.21AndyBleadenhmm
20:06.22mikhassure has been, buteo
20:06.25joeoshawai do realise that
20:06.32gabrbeddhas noticed that /tmp isn't being cleaned out on reboots.
20:06.35AndyBleadensounds reasonable
20:06.44AndyBleadenwill have a look
20:07.21mikhasgabrbedd, wouldnt that be a bug?
20:07.26*** join/#meego goutam (~goutam@nat/nokia/x-ywmmrjqpmbwjujwn)
20:07.49mikhaswell I mean, why would you persist data on /tmp anyways? isn't it usally mounted as a tmpfs?
20:07.58AndyBleadenhmm there is 145 items at 3.3 mb...not loads
20:08.10AndyBleadenin my tmp
20:08.15joeoshawabtw with a backer like intel i had not even considered nokia's announcement to be meego's death
20:08.29gabrbeddmikhas: I could imagne that during dev... you would want to keep the contents of /tmp for debugging... but idunno.
20:08.39gabrbeddmikhas: so, yes, probably is a bug.
20:08.49mikhasit's not the amount of data, AndyBleaden. it could be all kind of stuff. some wrong application state or such
20:08.49AndyBleadeni guess it is safe to delete all
20:08.54*** join/#meego saidinesh5 (~quassel@vs1191017.vserver.de)
20:09.01AndyBleaden@mikhas ah
20:09.12AndyBleadenok
20:09.48AndyBleadenall gone now
20:09.53AndyBleaden<PROTECTED>
20:09.54*** join/#meego bot_JL (~lamadon@nat/nokia/x-cckzngklpkhblhcb)
20:09.56*** join/#meego jsv (~jusaaval@91.217.248.10)
20:10.00gabrbeddAndyBleaden: It's easy and it's worth a try.  It's the only think I know that is "leaking" across reboots.
20:10.20*** join/#meego dgc03052 (~dachampa@192.100.104.17)
20:10.39AndyBleadenalso noted that I have changed some boot splashes ..some are bigger files..would that slow things..been messing with the moblin stuff
20:11.44*** join/#meego kuuntelija (~Jukka@YZMMCXC.gprs.sl-laajakaista.fi)
20:11.54*** join/#meego topeira_ (~lucio@189.70.235.165)
20:11.54*** join/#meego topeira_ (~lucio@unaffiliated/topeira)
20:11.54AndyBleadenI could try rebooting now and seeing if that has made any difference
20:12.22AndyBleadenand then if not remove bloated .png as a boot splash hmm
20:12.47gabrbeddAndyBleaden: Yeah, the question after that is, "What all other stuff have you installed?"  :-)
20:13.00gabrbeddbah!  missed him.
20:13.16joeoshawai think he rebooted
20:14.09*** join/#meego halvors (~halvors@146.84-49-231.nextgentel.com)
20:14.30*** join/#meego sx0n (~user@ttihfwgw.tieto.com)
20:14.36*** join/#meego AndyBleaden (~AndyBlead@94-192-247-23.zone6.bethere.co.uk)
20:14.42*** join/#meego Rrraimo (~raimo@91.217.248.10)
20:14.49AndyBleadenand reboots back in again
20:14.50mikhasthat was a lot faster, AndyBleaden, no?
20:14.59*** join/#meego RangerBob (~Brian@pool-71-171-98-198.clppva.fios.verizon.net)
20:15.08AndyBleadenbit faster yes thanks bout 40-50 secs
20:15.56joeoshawaso meego will still have phone support if the hardware is there?
20:15.56AndyBleadenso lot better
20:15.56AndyBleadenthanks
20:16.01mikhasAndyBleaden, the price for this is that you need to file a bug report now, at bugs.meego.com
20:16.16AndyBleadencool , cheap advice
20:16.19mikhasnothing's *really* for free, you know ;-)
20:16.31joeoshawaor is that question not answerable at this time?
20:16.37AndyBleadenI will get some other info together ..dmesg report etc
20:16.45mikhasthanks
20:16.57AndyBleadenwhat esle is needed
20:17.24mikhasexact version of the image you used
20:17.55AndyBleadenok will do
20:23.56*** join/#meego lcuk (lcuk@cpc2-oldh7-0-0-cust702.10-1.cable.virginmedia.com)
20:23.56*** join/#meego lcuk (lcuk@Maemo/community/contributor/lcuk)
20:24.09*** join/#meego thiago_home (~thiago@kde/thiago)
20:25.45*** join/#meego kall (~kall@dslb-178-000-104-229.pools.arcor-ip.net)
20:38.04*** join/#meego halvors1 (~halvors@146.84-49-231.nextgentel.com)
20:38.50*** join/#meego sraue_ (~stephan@230-56-239-77-pool.cable.fcom.ch)
20:39.54*** join/#meego DawnFoster (~DawnFoste@134.134.139.75)
20:40.14*** join/#meego sraue_ (~stephan@230-56-239-77-pool.cable.fcom.ch)
20:44.16*** join/#meego sraue (~stephan@xbmc/staff/sraue)
20:44.26*** join/#meego k_ll (~kall@dslb-094-223-125-224.pools.arcor-ip.net)
20:45.31*** join/#meego Faither (~stefan@krlh-4d034a03.pool.mediaWays.net)
20:47.52*** join/#meego phinaliumz (~doesnt@86-60-159-197-dyn-dsl.ssp.fi)
20:48.48*** join/#meego mdfe_ (~mdfe@193.158.222.114)
20:51.41*** part/#meego flavioribeiro (~flavio@li20-198.members.linode.com)
20:51.45*** join/#meego flavioribeiro (~flavio@li20-198.members.linode.com)
20:52.10*** join/#meego jbos (~jbos@193.158.222.106)
20:52.11lcukand that ladies and gentlemen is the reason we have warnings over THAT button.
20:52.25lcukhttp://memory-alpha.org/wiki/Saucer_separation
20:53.14*** join/#meego wmarone (~wmarone@c-67-174-148-77.hsd1.ca.comcast.net)
20:54.15*** join/#meego kuuntelija (~Jukka@YZMMCXC.gprs.sl-laajakaista.fi)
20:55.32*** join/#meego lpt (~denise@78.32.229.233)
20:59.34*** join/#meego SiggyF (~SiggyF@80.101.78.195)
21:00.06*** join/#meego topeira (~lucio@unaffiliated/topeira)
21:00.06*** join/#meego pvuorela (pvuorela@coffee.modeemi.fi)
21:00.06*** join/#meego n97 (preols@193.69.165.197)
21:00.06*** join/#meego saltsa_ (aunola@xdsl-179-131.nblnetworks.fi)
21:00.06*** join/#meego mato- (~mato@kyborgi.tontut.fi)
21:00.06*** join/#meego Tm_T (tm_travolt@ubuntu/member/kde.developer/jkekkonen)
21:00.06*** join/#meego jevin (~jevin@jevinskie-1-pt.tunnel.tserv9.chi1.ipv6.he.net)
21:00.06*** join/#meego zgyarmati (~zgyarmati@84-231-39-172.elisa-mobile.fi)
21:00.06*** join/#meego berndhs (~berndhs@2604:8800:11b:1:21e:90ff:fe8f:8bee)
21:00.06*** join/#meego mwichmann (~mats@70-41-69-128.cust.wildblue.net)
21:00.06*** join/#meego __kW (~kW@pD9F4EFF5.dip.t-dialin.net)
21:00.06*** join/#meego CosmoHill (~Nate@dyn-62-56-64-59.dslaccess.co.uk)
21:00.06*** join/#meego degggeard (~degggeard@196-147.127-70.tampabay.res.rr.com)
21:00.06*** join/#meego kyb3R (kyber@kapsi.fi)
21:00.06*** join/#meego Milhouse (~irc_milho@Maemo/community/contributor/Milhouse)
21:00.06*** join/#meego tmikola (~quassel@nat/nokia/x-vwrmzskjfjxcxjxa)
21:00.06*** join/#meego thiran (~Thiran@135.80-202-64.nextgentel.com)
21:00.06*** join/#meego jason_ (~jason@134.134.139.76)
21:00.06*** join/#meego thiago (~thiago@kde/thiago)
21:00.06*** join/#meego chainsawbike (~chainsawb@chainsawbike-1-pt.tunnel.tserv25.sin1.ipv6.he.net)
21:00.06*** join/#meego bdale (bip@winfree.gag.com)
21:00.06*** join/#meego inz (inz@maemo-hackers.org)
21:00.06*** join/#meego CoderForLife (~Miranda@cpe-174-103-152-61.cinci.res.rr.com)
21:00.06*** join/#meego hena (hena@hack.fi)
21:00.06*** join/#meego sivu_ (sivu@paeae.fi)
21:00.06*** join/#meego zuh (3d2e035392@humboldt.pingu.fi)
21:00.06*** join/#meego dwmw2_gone (~ctrlproxy@twosheds.infradead.org)
21:00.07*** join/#meego basiaf (~quassel@2a01:238:433a:c200:dead:beef:0:6667)
21:00.07*** join/#meego ybot (~quassel@61.14.141.36)
21:00.07*** join/#meego Ulf_ (~uhofemeie@134.134.137.73)
21:00.07*** join/#meego aesy (~aesy@cercleinfo-pc1.ulb.ac.be)
21:00.07*** join/#meego KRF (~krf@amarok/developer/krf)
21:00.07*** join/#meego ph0b028 (~quassel@2a01:e35:2f77:2200:226:b0ff:fed8:2b7e)
21:00.07*** join/#meego kirma (~jkirma@kekkonen.cs.hut.fi)
21:00.07*** join/#meego weggi (~vetapani@staff.oamk.fi)
21:00.07*** join/#meego chouchoune (~arnaud@chouchoune.fr)
21:00.07*** join/#meego krau (~krau@canuck.infradead.org)
21:00.07*** join/#meego ap3xo (~apexo@2a01:238:436b:8301:5054:ff:fe87:82fb)
21:00.07*** join/#meego ssweeny (~ssweeny@zhaan.ssweeny.net)
21:00.07*** join/#meego jmanty (~jmanty@dsl-jklbrasgw1-fe0cf800-157.dhcp.inet.fi)
21:00.07*** join/#meego jarkkom_ (jarkkom@kapsi.fi)
21:00.07*** join/#meego dm8tbr (dm8tbr@gw.bfst.de)
21:00.07*** join/#meego lool (~lool@debian/developer/lool)
21:00.07*** join/#meego hbragge (~braggeh@xdsl-83-150-81-82.nebulazone.fi)
21:00.07*** join/#meego mockillo (~mockillo@168.213-153-22.bkkb.no)
21:00.07*** join/#meego jykke (jykke@beta-201.nebula.fi)
21:00.07*** join/#meego hhurtta (jsusi@kapsi.fi)
21:00.07*** join/#meego tybollt (~johan@212-107-134-126.customers.ownit.se)
21:00.07*** join/#meego tuununiis (~tuununiis@hoasnet-ff06dd00-28.dhcp.inet.fi)
21:00.07*** join/#meego pinchartl (~pinchartl@perceval.ideasonboard.com)
21:00.07*** join/#meego Gorroth (~grimw@ool-4579069f.dyn.optonline.net)
21:00.07*** join/#meego Rumpa (jperanto@myntti.helsinki.fi)
21:00.07*** join/#meego sig^ (~sig@kekkonen.cs.hut.fi)
21:00.07*** join/#meego Stecchino (~bart@amarok/developer/Stecchino)
21:00.08*** join/#meego Bostik (bostik@static-102-67.kymp.net)
21:00.08*** join/#meego jjo_ (~janne@dsl-hkibrasgw2-ff64c300-223.dhcp.inet.fi)
21:00.08*** join/#meego veli (veli@feenix.piipiip.net)
21:00.08*** join/#meego Ascen (2001@nblzone-228-25.nblnetworks.fi)
21:00.08*** join/#meego jani (~rasjani@pcuf.fi)
21:00.08*** join/#meego jumpula (jussi@feenix.ijas.fi)
21:00.08*** join/#meego alturiak (mg@tyrael.eu)
21:00.08*** join/#meego sid3windr (luser@bastard-operator.from-hell.be)
21:00.08*** join/#meego stuffcorpse (stuffy@amarok/developer/rickc)
21:00.08*** join/#meego brause (~braun@fettuccini.unix-ag.uni-kl.de)
21:00.08*** join/#meego jpalko (jpalko@shell.ipi.fi)
21:00.08*** join/#meego Debolaz (~anders@berle.cc)
21:00.27CosmoHillaaaahhhh
21:00.27berndhsi'm getting dizzy
21:00.27CosmoHillwtf
21:00.27CosmoHillI look away and they all come back
21:00.27CosmoHillit's like hide and seek
21:00.27CosmoHillleguin.freenode.net gives channel operator status to
21:00.27CosmoHillinteresting
21:00.27CosmoHillI think it's the server we're on that is having the issue
21:00.27berndhsyes seems plausible
21:00.27berndhswehre is leguin ?
21:00.50CosmoHillSweden
21:01.05thiago_home22:00 -!- [leguin.freenode.net] - leguin.freenode.net Message of the Day -
21:01.05thiago_home22:00 -!- [leguin.freenode.net] - Welcome to leguin.freenode.net in Umeå, Sweden, EU! Thanks to
21:01.34*** join/#meego KevinB (~KevinB@85-168-239-148.rev.numericable.fr)
21:02.44*** join/#meego kidproquo (ca1bfc14@gateway/web/freenode/ip.202.27.252.20)
21:03.29*** join/#meego andredieb (~andredieb@189.71.17.218)
21:03.29*** join/#meego andredieb (~andredieb@enlightenment/developer/dieb)
21:04.30*** join/#meego njd27 (~root@87.115.14.27)
21:09.10*** join/#meego bleeter (~bleeter@guifications/developer/bleeter)
21:09.10*** join/#meego KevinB (~KevinB@85-168-239-148.rev.numericable.fr)
21:09.10*** join/#meego Rrraimo (~raimo@91.217.248.10)
21:09.10*** join/#meego goutam (~goutam@nat/nokia/x-ywmmrjqpmbwjujwn)
21:09.10*** join/#meego [daemon] (~mmichna@DSL01.83.171.169.163.ip-pool.NEFkom.net)
21:09.10*** join/#meego timakima (makimatt@kapsi.fi)
21:09.10*** join/#meego skrr (~skrr@jalava.cc.jyu.fi)
21:09.10*** join/#meego hugopl (~hugo@187.113.76.232)
21:09.10*** join/#meego sergiusens (~sergiusen@190.220.135.169)
21:09.10*** join/#meego githogori (~githogori@111.sub-75-210-12.myvzw.com)
21:09.10*** join/#meego Diod (~Diod@unaffiliated/diod)
21:09.10*** join/#meego Armi^ (~wouter@83.119.156.156)
21:09.10*** join/#meego defor (~defor@c-71-206-24-26.hsd1.md.comcast.net)
21:09.10*** join/#meego stilli (~timo.stro@a88-113-98-182.elisa-laajakaista.fi)
21:09.10*** join/#meego niku_ (~nkurkisu@nat/nokia/x-khyutjoffvvsgxzx)
21:09.11*** join/#meego Dr_Who (~tgall@linaro/tgall-foo)
21:09.11*** join/#meego zalbisser (~quassel@nat/trolltech/x-wsjyuiztdhuxznwr)
21:09.11*** join/#meego DLange (~DLange@about/linux/staff/dlange)
21:09.11*** join/#meego mattock (~samuli@openvpn/corp/admin/mattock)
21:09.11*** join/#meego pcacjr (~pcacjr@unaffiliated/pcacjr)
21:09.11*** join/#meego ahiemstra (~quassel@187pc217.sshunet.nl)
21:09.11*** join/#meego e-yes (~e-yes@95.73.8.22)
21:09.11*** join/#meego exman (~Jooncheol@61.107.31.52)
21:09.11*** join/#meego npm (~npm@cpe-76-90-29-158.socal.res.rr.com)
21:09.11*** join/#meego Glavata (debug@gateway/shell/xzibition.com/x-sqxhjobismhcgpdc)
21:09.11*** join/#meego dl9pf_ (~quassel@p5B21419F.dip.t-dialin.net)
21:09.11*** join/#meego miojala (~miojala@91.217.248.10)
21:09.11*** join/#meego hurewitz (~hurewitz@192.100.104.17)
21:09.11*** join/#meego crope (crope@otitsun.oulu.fi)
21:09.11*** join/#meego sar3th (sar3th@gateway/shell/shellium.org/x-ivovkexrfxkelejb)
21:09.11*** join/#meego losinggeneration (~quassel@97-125-229-218.desm.qwest.net)
21:09.11*** join/#meego aruravi (~ravindran@nat/nokia/x-uqbzgryzodrsdnet)
21:09.11*** join/#meego frade (~ivan@nat/nokia/x-mxatgiphdbbrgcrm)
21:09.11*** join/#meego AstralStorm (~astralsto@unaffiliated/astralstorm)
21:09.11*** join/#meego gaipo_ (~kaj@adsl-77-109-255-127.kymp.net)
21:09.11*** join/#meego prashant_ (~prsankhl@nat/nokia/x-gqorhutwhnbevnlf)
21:09.11*** join/#meego zumbi_ (~zumbi@77.230.237.25)
21:09.11*** join/#meego cyberjames (~james@unaffiliated/cyberjames)
21:09.11*** join/#meego tuho (~t@a91-153-38-55.elisa-laajakaista.fi)
21:09.11*** join/#meego jjo (jjo@kapsi.fi)
21:09.11*** join/#meego eluttine (el@xob.kapsi.fi)
21:09.11*** join/#meego matrixx (matrixx@xob.kapsi.fi)
21:09.12*** join/#meego Shapeshifter (~Shapeshif@saskatoon.icu.uzh.ch)
21:09.12*** join/#meego passeli|w (~passeli@91.217.248.10)
21:09.12*** join/#meego Weasel_ (~kvuorine@a91-155-241-111.elisa-laajakaista.fi)
21:09.12*** join/#meego jbarron (~quassel@nat/trolltech/x-upaxillgczktlers)
21:09.12*** join/#meego lucian1 (~lucian@nat/nokia/x-bnygvirxldfpgueu)
21:09.12*** join/#meego kimitake_idle (~kimitake@netblock-68-183-233-221.dslextreme.com)
21:15.17*** join/#meego infobot (~infobot@rikers.org)
21:15.17*** topic/#meego is Channel for general discussions about MeeGo | MeeGo project info: http://meego.com | This channel is logged at http://mg.pov.lt/meego-irclog/ | IRC guidelines and more info: http://bit.ly/cYT2Hs | For 'bar' talk (rumours, gossip, etc), please go to #meego-bar
21:15.39lcukCosmoHill, I have
21:15.45*** join/#meego jbos_ (~chatzilla@ip-95-222-211-195.unitymediagroup.de)
21:15.51lcuk(since you just mentioned it, I didn't know before then)
21:15.54CosmoHilldo you know if there is a PVM / MPI implementation?
21:15.58jbos_hello, hey is meego.com down?
21:16.12CosmoHilljbos_: works for me
21:16.13lcukno
21:16.15jbos_mhm
21:16.15peudroidjbos: nah, just got in it
21:16.41jbos_strange. ok, can not access nor ping it (mid germany area)
21:17.09lcukdid you turn your computer off and back on again?
21:17.09peudroidhey, any newbie-meego-tips for newbie-me? =]
21:17.13jbos_some local stuff it seems.
21:17.17jbos_hihi
21:17.28lcukI wish I was joking.
21:17.29jbos_lbt, ping
21:18.22lcukpeudroid, yes, get a nice ideapad or exopc and n900, download latest images - run over things, file some bugs, port some apps, play some games
21:18.39jbos_oh he is not around.
21:18.54lcukperhaps he has same connectivity issue!
21:19.00peudroid+images - run over things, file some bugs, port some apps, play some games
21:19.21peudroidthanks lcuk
21:19.28*** part/#meego thomasjfox (~thomasjfo@rockbox/developer/thomasjfox)
21:19.41jbos_maybe, hey anyways... we got bit further on our "use the sdk to make meego software mission"
21:19.48lcukpeudroid, many things are a bit building siteish if you go for the raw edge of meego
21:20.02lcukbut netbook and the new tablet image are reasonably usable and stable
21:20.03jbos_we mostlike did the mistake in using cmake
21:20.31lcukjbos_, which sdk
21:20.41jbos_1.2 (intel app up latest)
21:20.44*** join/#meego javispedro (~javier@Maemo/community/council/javispedro)
21:20.58lcukroger
21:20.59jbos_meego 1.2 (of course - just if someone wonders)
21:21.06lcuk1.1.90 you mean
21:21.38jbos_well, yes latest. mhm we where - after lot of work - able to build cross
21:21.43peudroidthinking in develop apps for meego. just don't have a n900 to test...
21:22.01jbos_n900... better not have one
21:22.03jbos_;)
21:22.09lcukpeudroid, what devices do you have handy that can run another OS?
21:22.19lcukjbos_, OI
21:22.27timelesshi jbos_ , i'm working on getting mxr.meego.com happy :)
21:22.34peudroidaside my own notebook, i have a motorola milestone running android
21:22.35jbos_yea:)
21:22.38jbos_timeless
21:22.46jbos_how are yoa
21:22.51jbos_back in the states?
21:23.03lcukpeudroid, what chipset does that run?
21:23.14jbos_mhm peudroid, try to use netbook / tablet
21:23.21lcukand how handy are you with porting, lots of activities and folks getting arm devices running in #meego-arm
21:23.47jbos_this give you way better experience than arm n900
21:23.49timelessnope, still in finland :)
21:24.00lcukjbos_, :)
21:24.49timelessponders
21:25.06timelesshaving 11,000 temp files is probably bad
21:25.13lcukI really wonder what is going on under the hood of the n900
21:25.54jbos_well, lcuk we finally managed to have a working cross compling sdk for arm and i86, automatical created targets...
21:26.04jbos_just did the stupid thing of using cmake...
21:26.19jbos_which does not allow this "live deploy and debug on device"
21:26.21lcukroger, can appup accept app+library for installation?
21:26.23jbos_in creatore
21:26.28lcukor is it similar to the other stores of no libs
21:26.39jbos_mhm no real idea
21:26.52jbos_there are some good descriptions
21:26.52lcukshame, loads of people keep asking me to release liqcalendar for meego
21:27.29jbos_mhm try to get it in meegocore :D
21:27.34lcuk:)
21:27.56jbos_i try to get the same done... for my sparetime project...
21:28.04jbos_peregrine-communicator.org
21:28.09*** join/#meego merlin_1991 (~x@chello080109073084.5.15.vie.surfer.at)
21:28.11lcukcalendar is minor amusement
21:28.12jbos_well not that easy job...
21:28.15jbos_:)
21:28.21peudroidlcuk: arm cortex A8
21:28.46lcukjbos_, its not that easy feature :)
21:28.58*** join/#meego cyborg-one (1000@85-238-125-96.broadband.tenet.odessa.ua)
21:29.39jbos_:) true true... I actually considering to kick of a meego SDK Plugin project for qt creator
21:29.51peudroidand i never really work with phones OS stuff...
21:30.12lcukjbos_, qt plugins
21:30.21lcukcan they access the full object model of the project?
21:30.29lcukerrr qt-creator
21:30.47jbos_most functionality of the qt creator are plugins
21:30.59lcukas in: from a plugin, can you access the class definition tree and UI model and stuff
21:31.17*** join/#meego cyborg-one (1000@85-238-125-96.broadband.tenet.odessa.ua)
21:31.18jbos_suppose you can. duno
21:31.24lcuk(I ask because I have done numerous plugins for the vb ide in years gone by to do fun things)
21:31.55lcuklike one, take VB project and produce skeleton code and project for liq*
21:32.00jbos_well my idea is, to make it much  easier to start development for meego.
21:32.40jbos_currently the first 3-4 weeks suck deep shit and you need to learn and learn and learn more until you have your first project running
21:32.50lcukI thought it was already just get qt creator and click the play button?
21:32.55jbos_naa
21:33.10lcuks/play/"Start Project"/
21:33.36*** join/#meego jrocha (~JRocha@225.21.60.213.dynamic.mundo-r.com)
21:33.48jbos_i.e. you need to know that meego targets for x compiling... (madde) are only containing the minimal meego api
21:34.07lcukyeah
21:34.16jbos_i.e. when you use qttelepathy, or and other lib out of the meego core compliance set...
21:34.18lcukthat is qt+qtmobility essentially?
21:34.26jbos_+ egl
21:34.45lcukI thought mobility abstracted all the other lib dependencies?
21:34.52jbos_if you use and core compliance lib...
21:34.59jbos_na, no way
21:35.01jbos_:)
21:35.13jbos_s/and/any
21:35.27jbos_you need to build your complete own target
21:35.37lcuknice
21:35.45jbos_there is no way to add libs later
21:35.47lcukwhats the bug number to track this?
21:35.54lcukVenemo, ping
21:36.04lcukdid you not deal with adding/mucking with custom libs in MADDE?
21:36.15lcukand not having to do it all from scratch?
21:38.24jbos_i typed yesterday something on my blog...
21:38.25jbos_http://www.jeremias-bosch.com/?p=79
21:38.25jbos_well, this topic really let me doubt about meego development
21:38.25jbos_it feels like nobody ever even try to use the sdk
21:38.25jbos_:D
21:38.32*** join/#meego BluX (~BluX@2001:718:1001:694:c52e:1d8f:46fa:1d36)
21:38.59lcukjbos_, well
21:39.14btdruckeit's been waiting for a while so I'm proposing that I merge it in.
21:39.37btdruckeoops, sorry about that. wrong window.
21:39.44lcuksince on different UXes there is no real way to get apps in yet (parallel tracks) and building work on other components etc
21:39.54timelessanyone here familiar w/ .rpmdb/DB_CONFIG ?
21:40.50jbos_lcuk, my point is, if the toolchain is not working and hacky... you  should not start to create different uxes
21:40.52jbos_:D
21:41.56lcukjbos_, and if you wait to build the toolchain until everything else is done, you are SOL
21:42.03lcukor whatever saying
21:42.09lcukthey are parallel tracks surely
21:42.18jbos_anyway, there is no sense in criticizing the sdk without a complete solution
21:42.26lcukyup
21:42.36jbos_I do not even say its not working
21:42.37jbos_it does
21:42.40lcuklearnt over many years to make best of what is to hand
21:43.24jbos_but its reaaaaly tricky to get around, and droids, windows phones and so on demonstrate how it should be
21:43.25lcukalso squints a bit to see what things might look like when they work properly
21:43.33lcukoh yeah
21:43.35mikhasthe MeeGo SDK is a joke
21:43.47jbos_well the meeGoSDK is great
21:43.48*** join/#meego tgall_foo (~tgall@linaro/tgall-foo)
21:43.49peudroidhey, want to clarify something. The qt just run on Lucid or Fedora distros?
21:43.56Venemolcuk: pong
21:44.06*** join/#meego KevinB (~KevinB@85-168-239-148.rev.numericable.fr)
21:44.06CosmoHilllcuk: I'm thinking about maybe using c-ray for a cluster test
21:44.09timelessgrr
21:44.10timelesshalp?
21:44.11Venemolcuk: mad-admin xdpkg -i yourlib.deb
21:44.12lcukmikhas, the liqbase sdk is worse
21:44.18*** join/#meego suresh_ (~suresh@nat/nokia/x-pvpkiskkirdtirtl)
21:44.20timelessi'm trying to build a package and rpmbuild is hanging
21:44.26lcukinstall gcc, "make" :P
21:45.18mikhas"oh look we now use madde. instead of using sb-conf to install a target you can now use madde to do exactly the same! no you still have to use the terminal, otherwise it wouldnt be linux-y enough, silly"
21:46.11timelessmikhas: heh
21:46.12mikhashell, the Maemo5 SDK (with the GUI) did a better job setting up sbox + default targets than the MeeGo SDK ...
21:46.41mikhas</rant>
21:46.43gabrbeddhands off my terminal!!
21:47.54*** join/#meego rohanpm_ (~rohan@mcgovern.id.au)
21:48.09*** join/#meego schend_desk1 (~suresh@nat/nokia/x-brttpbxdjaimnvhb)
21:48.23mikhaspeudroid, Qt runs everywhere. Even beyond the Tannhauser Gate.
21:48.26mikhasor so I heard
21:49.28*** join/#meego ukas (rautiais@lehtori.cc.tut.fi)
21:49.38*** join/#meego sjokkis (mortenmj@horisont.pvv.ntnu.no)
21:50.16*** join/#meego stefanoP (~stefanoP@nat/nokia/x-mruzbfboitynlwgn)
21:50.16*** join/#meego 50UAAAYYW (~dkodihal@nat/nokia/x-pjsyfiwmvczpaiat)
21:50.16*** join/#meego KevinB (~KevinB@85-168-239-148.rev.numericable.fr)
21:50.16*** join/#meego BluX (~BluX@2001:718:1001:694:c52e:1d8f:46fa:1d36)
21:50.16*** join/#meego mauricelynch (~mauricely@134.134.139.70)
21:50.16*** join/#meego michaelg|nok (~quassel@61.14.141.36)
21:50.16*** join/#meego Debolaz (~anders@berle.cc)
21:50.16*** join/#meego jpalko (jpalko@shell.ipi.fi)
21:50.16*** join/#meego brause (~braun@fettuccini.unix-ag.uni-kl.de)
21:50.16*** join/#meego stuffcorpse (stuffy@amarok/developer/rickc)
21:50.16*** join/#meego sid3windr (luser@bastard-operator.from-hell.be)
21:50.16*** join/#meego alturiak (mg@tyrael.eu)
21:50.16*** join/#meego jumpula (jussi@feenix.ijas.fi)
21:50.17*** join/#meego jani (~rasjani@pcuf.fi)
21:50.17*** join/#meego Ascen (2001@nblzone-228-25.nblnetworks.fi)
21:50.17*** join/#meego veli (veli@feenix.piipiip.net)
21:50.17*** join/#meego jjo_ (~janne@dsl-hkibrasgw2-ff64c300-223.dhcp.inet.fi)
21:50.17*** join/#meego Bostik (bostik@static-102-67.kymp.net)
21:50.17*** join/#meego Stecchino (~bart@amarok/developer/Stecchino)
21:50.17*** join/#meego sig^ (~sig@kekkonen.cs.hut.fi)
21:50.18*** join/#meego Rumpa (jperanto@myntti.helsinki.fi)
21:50.18*** join/#meego Gorroth (~grimw@ool-4579069f.dyn.optonline.net)
21:50.18*** join/#meego pinchartl (~pinchartl@perceval.ideasonboard.com)
21:50.18*** join/#meego tuununiis (~tuununiis@hoasnet-ff06dd00-28.dhcp.inet.fi)
21:50.18*** join/#meego tybollt (~johan@212-107-134-126.customers.ownit.se)
21:50.18*** join/#meego hhurtta (jsusi@kapsi.fi)
21:50.18*** join/#meego jykke (jykke@beta-201.nebula.fi)
21:50.18*** join/#meego mockillo (~mockillo@168.213-153-22.bkkb.no)
21:50.18*** join/#meego hbragge (~braggeh@xdsl-83-150-81-82.nebulazone.fi)
21:50.18*** join/#meego lool (~lool@debian/developer/lool)
21:50.18*** join/#meego dm8tbr (dm8tbr@gw.bfst.de)
21:50.18*** join/#meego jarkkom_ (jarkkom@kapsi.fi)
21:50.18*** join/#meego jmanty (~jmanty@dsl-jklbrasgw1-fe0cf800-157.dhcp.inet.fi)
21:50.18*** join/#meego ssweeny (~ssweeny@zhaan.ssweeny.net)
21:50.18*** join/#meego ap3xo (~apexo@2a01:238:436b:8301:5054:ff:fe87:82fb)
21:50.18*** join/#meego krau (~krau@canuck.infradead.org)
21:50.18*** join/#meego chouchoune (~arnaud@chouchoune.fr)
21:50.18*** join/#meego weggi (~vetapani@staff.oamk.fi)
21:50.18*** join/#meego kirma (~jkirma@kekkonen.cs.hut.fi)
21:50.18*** join/#meego ph0b028 (~quassel@2a01:e35:2f77:2200:226:b0ff:fed8:2b7e)
21:50.18*** join/#meego KRF (~krf@amarok/developer/krf)
21:50.18*** join/#meego aesy (~aesy@cercleinfo-pc1.ulb.ac.be)
21:50.18*** join/#meego Ulf_ (~uhofemeie@134.134.137.73)
21:50.18*** join/#meego ybot (~quassel@61.14.141.36)
21:50.18*** join/#meego basiaf (~quassel@2a01:238:433a:c200:dead:beef:0:6667)
21:50.18*** join/#meego dwmw2_gone (~ctrlproxy@twosheds.infradead.org)
21:50.18*** join/#meego zuh (3d2e035392@humboldt.pingu.fi)
21:50.19*** join/#meego sivu_ (sivu@paeae.fi)
21:50.19*** join/#meego hena (hena@hack.fi)
21:50.19*** join/#meego CoderForLife (~Miranda@cpe-174-103-152-61.cinci.res.rr.com)
21:50.19*** join/#meego inz (inz@maemo-hackers.org)
21:50.19*** join/#meego bdale (bip@winfree.gag.com)
21:50.19*** join/#meego chainsawbike (~chainsawb@chainsawbike-1-pt.tunnel.tserv25.sin1.ipv6.he.net)
21:50.19*** join/#meego thiago (~thiago@kde/thiago)
21:50.19*** join/#meego jason_ (~jason@134.134.139.76)
21:50.19*** join/#meego thiran (~Thiran@135.80-202-64.nextgentel.com)
21:50.19*** join/#meego tmikola (~quassel@nat/nokia/x-vwrmzskjfjxcxjxa)
21:50.19*** join/#meego Milhouse (~irc_milho@Maemo/community/contributor/Milhouse)
21:50.19*** join/#meego kyb3R (kyber@kapsi.fi)
21:50.19*** join/#meego degggeard (~degggeard@196-147.127-70.tampabay.res.rr.com)
21:50.19*** join/#meego CosmoHill (~Nate@dyn-62-56-64-59.dslaccess.co.uk)
21:50.25*** join/#meego __kW (~kW@pD9F4EFF5.dip.t-dialin.net)
21:50.25*** join/#meego mwichmann (~mats@70-41-69-128.cust.wildblue.net)
21:50.25*** join/#meego berndhs (~berndhs@2604:8800:11b:1:21e:90ff:fe8f:8bee)
21:50.25*** join/#meego jevin (~jevin@jevinskie-1-pt.tunnel.tserv9.chi1.ipv6.he.net)
21:50.25*** join/#meego mato- (~mato@kyborgi.tontut.fi)
21:50.25*** join/#meego saltsa_ (aunola@xdsl-179-131.nblnetworks.fi)
21:50.25*** join/#meego n97 (preols@193.69.165.197)
21:50.25*** join/#meego pvuorela (pvuorela@coffee.modeemi.fi)
21:50.25*** join/#meego jsv (~jusaaval@91.217.248.10)
21:50.25*** join/#meego Jokke (~jokke@complicate.virtualizedliving.net)
21:50.25*** join/#meego chinmaya (~quassel@122.167.4.113)
21:50.25*** join/#meego leinir (~leinir@amarok/usability/leinir)
21:50.25*** join/#meego marciom (~marciom@187.113.76.232)
21:50.25*** join/#meego Wellark (~wellark@dyn-xdsl-83-150-116-209.nebulazone.fi)
21:50.25*** join/#meego dchaverri26 (~dchaverri@2001:470:8:76d:219:dbff:fe20:b82c)
21:50.25*** join/#meego niala (~meego@2a01:e35:1386:4120:222:43ff:fe32:b871)
21:50.25*** join/#meego jophish (~quassel@nat/microsoft/x-syhyjaiuzdbrhduj)
21:50.25*** join/#meego elproxy (~quassel@nat/trolltech/x-atjgojqsexvpcrdc)
21:50.25*** join/#meego lfranchi_ (~quassel@amarok/developer/lfranchi)
21:50.25*** join/#meego Solarion (~solarion@atomaton.nhn.ou.edu)
21:50.25*** join/#meego TibshoOT (~tibshoot@gw-puteaux.linagora.com)
21:50.25*** join/#meego Unmensch (~steven@p4FCDE8BA.dip.t-dialin.net)
21:50.25*** join/#meego sge (~username@62.240.71.4)
21:50.26*** join/#meego ismael (~olea@127.Red-79-144-211.dynamicIP.rima-tde.net)
21:50.26*** join/#meego theodor (~ttu@2001:67c:224:4102:21a:6bff:fe4e:67df)
21:50.26*** join/#meego gbraad (~gbraad@fedora/gbraad)
21:50.26*** join/#meego dani_l (~dani@kde/developer/laidig)
21:50.26*** join/#meego Vudentz (~vudentz@bombadil.infradead.org)
21:50.26*** join/#meego nghtwsh_ (nghtwsh@madoka.isw.student.khleuven.be)
21:50.26*** join/#meego gaojinl_1 (eSWtSABTdw@194.136.18.134)
21:50.26*** join/#meego zmc_ (~zmc@lurian.net)
21:50.26*** join/#meego Tumi_ (~E0294570@dsl-jklbrasgw1-fe04fb00-202.dhcp.inet.fi)
21:50.26*** join/#meego esbenh (~esben@77.233.226.4)
21:50.28*** join/#meego jrayhawk (~jrayhawk@neuroblastoma.cs.pdx.edu)
21:50.29*** join/#meego villeww (foobar@epidemia.warsta.net)
21:50.30lcuktimeless, IDK about .rpmdb :'(
21:50.30lcukjbos_, did you see what Venemo just posted - does that potentially offer a way round your original problem?
21:50.30lcukmikhas, even more shockingly than "make", is "make install" :O
21:50.30*** join/#meego mlfoster (~chatzilla@134.134.137.71)
21:50.30lcukruns to tv, gnite
21:50.31jbos_mikhas, only problem is that nobody really described how to use it
21:50.31jbos_:D
21:50.31jbos_Venemo, are you serious?
21:50.31jbos_whats with rpm?
21:50.31jbos_:)
21:50.31jbos_what i think we need to get bigger acceptance, is some plugin in qt creator which allowes us all this stuff
21:50.31jbos_:)
21:50.31jbos_adding removing libs
21:50.31jbos_deploy to obs
21:50.31jbos_and so on
21:50.32*** join/#meego vulp_ (~vulp@qob6.kyla.fi)
21:50.32*** join/#meego Qaz (lyytinet@tutor.cc.tut.fi)
21:50.33*** join/#meego user_ (~user@75-94-32-65.war.clearwire-wmx.net)
21:50.50*** join/#meego pvanhoof (~pvanhoof@217.22.63.163.static.hosted.by.easyhost.be)
21:50.53Venemojbos_: there is 'deploy to sysroot' in Qt Creator
21:50.59Venemojbos_: and yeah, I'm serious
21:51.02timelesslcuk: turns out that something managed to grab a lock on .rpmdb (of some sort),, so i had to rename the directory
21:51.16timelessthen things started working again
21:51.22Venemojbos_: I don't know if there is an rpm equivalent
21:51.35*** join/#meego vgrade (~martinbro@cpc2-nrte22-2-0-cust128.8-4.cable.virginmedia.com)
21:51.36jbos_mhm
21:51.50mikhasjbos_, start writing said plugin
21:52.03mikhasand hide all the madde-ness behind it, too
21:52.20*** join/#meego ask_ (~ask@nat/nokia/x-okxwdlcpmgwykwal)
21:52.22lcukjbos_, Venemo is an extremely active developer of *usable* user facing Qt apps that work happily on maemo and meego and windows and stuff.
21:52.54jbos_dont think there is :) a rpm version for this
21:53.07Venemojbos_: you can use the 'deploy to sysroot' in Qt Creator, can't you?
21:53.20jbos_mhm where is that?
21:53.23lcuktimeless, fair enough
21:53.45timelesslcuk: dunno about fair, i'd go w/ unfortunate
21:53.48timelessno useful logging
21:54.00Venemojbos_: it's in the Projects config
21:54.34*** join/#meego schend_desk1 (~suresh@nat/nokia/x-hdpyrebbvthsbyjw)
21:55.35jbos_doesn't look like it is for meego qt creator
21:56.03*** join/#meego Faither (~stefan@krlh-4d034a03.pool.mediaWays.net)
21:56.07lcuktimeless, which os/comp are you on?
21:56.20timelesslcuk: um. hrm
21:56.33timelessdebian squeeze i think
21:56.43lcukdoes debian do rpm?
21:56.43timelessx86_64
21:57.12timelessii  rpm            4.8.1-6        package manager for RPM
21:57.14*** join/#meego Faither (~stefan@krlh-4d034a03.pool.mediaWays.net)
21:57.21jbos_lcuk, that would be funny :D
21:57.23lcukooh
21:57.34Venemolcuk: I bet you can install it, just like you can install dpkg on Fedora
21:57.34lcuknot that funny, it made timeless annoyed
21:57.48lcukanyway, tv and tictactoe are waiting
21:57.51lcuk\o
21:58.33jbos_mhm venemo, for me it looks like the only valid way to add libs to a sysroot for meego is using mic
21:59.00jbos_at least its also what you get from the mailinglists
21:59.04timelessi've built and used apt/dpkg on solaris :)
21:59.21jbos_but actually my critic isn't about that you have to use mic
21:59.42Venemojbos_: 'mic'?
21:59.53jbos_its about - why is the core compliance missing from core sysroot
22:01.05timelesslcuk: so, do i need to try to get rpm5?
22:02.20jbos_mic2, imager tool which creates the image, sysroot etc.
22:02.22jbos_if meego tells people, hey this is the minimal  lib set you need to support and deliver in order to call your system meego
22:02.23jbos_than why does it not get delivered....
22:02.23jbos_makes no sense to me
22:03.43*** join/#meego Qaz (lyytinet@tutor.cc.tut.fi)
22:04.54gabrbeddjbos_: Huh?  What libs are you trying to add?
22:05.09Venemojbos_: I'm making a screenshot for you
22:06.04jbos_i.e. telepathy, gstreamer
22:06.41jbos_its all meego core wiki.meego.com/Quality/Compliance
22:06.47timeless[riddle] so you are in a bare room without any windows or doors. All you have is a table and a mirror. What is the only way to get out of the room?
22:06.59timelesswonders if there are any native speakers who know this riddle
22:07.03gabrbeddjbos_: adding libs or -devel packages?
22:07.10Venemojbos_: http://kepfeltoltes.hu/110222/Screenshot-puzzle-master_-_Qt_Creator_www.kepfeltoltes.hu_.png
22:07.12timeless(this riddle fails miserably in other langauges)
22:07.25jbos_well sysroot is about compiling
22:07.34jbos_so devels
22:08.27peudroidwhat is the native language for that riddle?
22:08.45jbos_need to check tomorrow on other computers, but i dont have this option venemo
22:09.14Venemojbos_: Qt Creator doesn't like you :(
22:09.36jbos_qt creator 2.0.94
22:09.56Venemo2.1.81 here
22:10.25jbos_this is some custom meego creator which is delivered with the meego sdk
22:10.53Venemoyeah, that's horseshit
22:11.10jbos_yep
22:11.26jbos_ok i go of, its 11:11 pm
22:11.28jbos_:D
22:11.33jbos_cya
22:14.02CosmoHillextinguishes and then butters his hot cross bun
22:14.28*** join/#meego goutam (~goutam@nat/nokia/x-ilcsbtseywopyqou)
22:16.00*** join/#meego richie (519309f9@gateway/web/freenode/ip.81.147.9.249)
22:16.29*** join/#meego Atarii (~Atarii@217.155.41.64)
22:16.29*** join/#meego Atarii (~Atarii@unaffiliated/atarii)
22:18.44*** join/#meego e-yes (~e-yes@95.73.72.220)
22:21.25*** join/#meego lukus (~luke@unaffiliated/lukew)
22:24.20*** join/#meego norayr (~noch@46.162.221.80)
22:25.11*** join/#meego dotblank (~num@pool-173-53-34-87.rcmdva.fios.verizon.net)
22:27.21*** join/#meego dogi (~nemo@c-65-96-166-32.hsd1.ma.comcast.net)
22:31.57*** part/#meego andredieb (~andredieb@enlightenment/developer/dieb)
22:32.57*** join/#meego kall (~kall@dslb-094-223-125-224.pools.arcor-ip.net)
22:34.24*** join/#meego RST38bis (~user@NAT-81-25-53-73.ultranet.ru)
22:34.52*** join/#meego ruskie (ruskie@sourcemage/mage/ruskie)
22:38.12*** join/#meego jayne (~jayne@freenode/staff/jayne)
22:38.38*** join/#meego olorin_ (olorin@login.kristshell.net)
22:38.46*** join/#meego olorin_ (olorin@mandriva/support/i18n/olorin)
22:39.31*** join/#meego ucomesdag (~ucomesdag@ACayenne-106-1-41-224.w81-248.abo.wanadoo.fr)
22:40.30*** join/#meego ismael (~olea@173.Red-2-136-158.dynamicIP.rima-tde.net)
22:42.49*** join/#meego Armi^ (~wouter@83.119.156.156)
22:42.49*** part/#meego TheOpenSourcerer (~alord@81-178-65-1.dsl.pipex.com)
22:44.20*** join/#meego Armi^ (~wouter@83.119.156.156)
22:44.36*** join/#meego ptl (~patola@unaffiliated/ptl)
22:44.48*** join/#meego Richrd (~Richard@GZKMMMCDLXIX.gprs.sl-laajakaista.fi)
22:45.04*** join/#meego ptl (~patola@unaffiliated/ptl)
22:50.17*** join/#meego Openfree (~Openfree`@61.170.192.101)
22:53.26*** join/#meego Openfree (~Openfree`@61.170.192.101)
22:53.37*** join/#meego lbt (~david@pool-173-50-232-79.ptldor.fios.verizon.net)
22:59.05timelessok, i'm looking for people to browse through http://mxr.meego.com/repo.meego.com/source/ and give me some feedback :)
22:59.39*** join/#meego kall (~kall@p57AD5E69.dip.t-dialin.net)
23:01.46timelesserror: line 6: Illegal char '~' in: Version: 2.3.50~gite812ba7
23:01.46timelessgrr
23:02.31*** join/#meego BRANEDY (~communi@86-41-86-128-dynamic.b-ras2.chf.cork.eircom.net)
23:05.00timelessgrr
23:05.26jonnordpkg <3 ?
23:06.20gabrbeddsnickers at jonnor
23:06.48timelessrpm4
23:07.11timelessii  rpm            4.8.1-6        package manager for RPM
23:07.30CosmoHillrpm4 != RPM5
23:08.28*** join/#meego Stskeeps (~cvm@pc-10-195.skjoldhoej.dk)
23:08.28*** join/#meego Stskeeps (~cvm@Maemo/community/distmaster/Stskeeps)
23:08.45*** join/#meego cyborg-o1e (1000@85-238-125-96.broadband.tenet.odessa.ua)
23:08.45*** join/#meego cyborg-one (1000@85-238-125-96.broadband.tenet.odessa.ua)
23:08.47*** join/#meego Vanadis (~Vanadis@84-75-177-123.dclient.hispeed.ch)
23:08.52mikhasbrings back memories
23:09.00mikhaswhen I couldnt install rpm4 with rpm3 ...
23:09.23CosmoHillmy phone has frozen
23:09.39CosmoHillah, it defroz...
23:09.43CosmoHillgets distracte
23:10.13CosmoHillit defrosted with avengance
23:11.45*** join/#meego eijk__ (~eijk@e178199075.adsl.alicedsl.de)
23:13.53*** join/#meego Internet-Securit (~ISA@24-107-231-239.dhcp.oxfr.ma.charter.com)
23:14.52*** join/#meego merbot (~merbot@pc-10-195.skjoldhoej.dk)
23:14.52Internet-SecuritSYSTEM WARNING: DUE TO THE DDOS THAT HAS BEEN HITTING DRONEBL AND ALL OTHER DNSBL NETWORKS, WE WARN ALL IRC NETWORKS TO PUT THEIR IRC IN THE MOST SECURE WAY, WE ARE NEAR AN IRCWAR PEOPLE, PLEASE NOTIFIY ALL OTHER NETWORKS
23:15.11CosmoHillmmm, spam
23:17.05*** join/#meego cyborg-o1e (1000@85-238-125-96.broadband.tenet.odessa.ua)
23:17.05*** join/#meego cyborg-one (1000@85-238-125-96.broadband.tenet.odessa.ua)
23:18.41*** join/#meego amarsman_nl (~marsman@52488BC6.cm-4-1c.dynamic.ziggo.nl)
23:19.52*** join/#meego hugopl (~hugo@187.58.101.14)
23:19.56*** join/#meego pcacjr (~pcacjr@187.58.101.14)
23:19.56*** join/#meego pcacjr (~pcacjr@unaffiliated/pcacjr)
23:20.07*** join/#meego marciom (~marciom@187.58.101.14)
23:20.29*** join/#meego lmoura (~lauromour@187.58.101.14)
23:20.55timelessgrr, http://rpm.org/ticket/56 sucks
23:21.22timelessso, rpm used to support ~, then they reserved it
23:22.02mikhasjust use + instead?
23:22.11mikhasor not your choice?
23:22.12*** join/#meego lauro (~laurov@187.58.101.14)
23:22.36*** join/#meego k_ll (~kall@p57AD5E69.dip.t-dialin.net)
23:24.15lbtMeego uses ~ in rpm version compat
23:24.23lbtbut only in meego images
23:24.31lbtnot in the buildsystem
23:24.43lbt"what could possibly go wrong"
23:25.21*** join/#meego chinmaya_ (~quassel@122.167.31.62)
23:27.25*** join/#meego goutam_ (~goutam@nat/nokia/x-rudvsrikhrrpulcf)
23:27.38*** join/#meego schend_dex2 (~suresh@nat/nokia/x-axklwzjwhkamrtls)
23:28.38*** join/#meego ask_ (~ask@nat/nokia/x-qtxouinbunqlgbfy)
23:28.50*** join/#meego stefanoP (~stefanoP@nat/nokia/x-qkmywnvehlvwnadg)
23:30.56*** join/#meego dl9pf (~quassel@opensuse/member/dl9pf)
23:31.09*** join/#meego panaggio (~panaggio@201-43-134-137.dsl.telesp.net.br)
23:31.43*** join/#meego ketas (ketas@ketas6-sixxs.si.pri.ee)
23:32.24*** join/#meego goutam_ (~goutam@nat/nokia/x-oqistmgjosmpfvvu)
23:32.56*** join/#meego schend_dex2 (~suresh@nat/nokia/x-zcqtqyegqryxovrq)
23:34.29*** join/#meego cyborg-o1e (1000@85-238-125-96.broadband.tenet.odessa.ua)
23:34.29*** join/#meego cyborg-one (1000@85-238-125-96.broadband.tenet.odessa.ua)
23:39.52*** join/#meego pixelgeek (~pixelgeek@134.134.137.71)
23:41.35*** join/#meego hirabayashitaro (~hirabayas@host8-123-dynamic.3-79-r.retail.telecomitalia.it)
23:48.44*** join/#meego mauricelynch (~mauricely@nat/intel/x-koyaosebpfdnzllf)
23:51.44*** join/#meego kall (~kall@p57AD5E69.dip.t-dialin.net)
23:54.43*** join/#meego niala1 (~niala@2a01:e35:1386:4120:76f0:6dff:fe51:75c8)
23:57.35*** join/#meego gabrbedd (~quassel@cpe-72-190-79-236.tx.res.rr.com)
23:58.04*** join/#meego sergiusens (~sergiusen@host86.190-224-222.telecom.net.ar)
23:58.54*** join/#meego tripzero (~tripzero@nat/intel/x-qmuvbwowryaucqec)
23:59.10*** join/#meego kall (~kall@p57AD5E69.dip.t-dialin.net)

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