IRC log of #meego for Monday, 2011-07-25

*** mmc has joined #meego00:01
*** pancake has joined #meego00:05
*** balor has quit IRC00:10
*** Venemo has quit IRC00:11
*** lbt is now known as lbt_away00:14
*** e-yes has quit IRC00:19
*** CosmoHill has joined #meego00:20
*** fobos has quit IRC00:23
*** piggz has joined #meego00:26
*** ucomesdag has quit IRC00:27
*** mmc has quit IRC00:30
*** ucomesdag has joined #meego00:31
*** e-yes has joined #meego00:32
*** kraiskil has quit IRC00:33
*** chainsawbike has quit IRC00:36
*** wcunning has joined #meego00:37
*** chainsawbike has joined #meego00:37
mostyis there a safe way to maximise a qt widget in the meego netbook window manager? showMaximized() doesn't always work- depending on how many times i call it and showNormal() i get strange results00:40
*** piggz has quit IRC00:44
*** puffin has joined #meego00:48
*** andre__ has quit IRC00:54
*** spenap has quit IRC00:56
*** e-yes has quit IRC00:59
MohammadAGmosty, check if there's a bug report, showMaximized() works well on other window managers01:00
*** TomaszD has quit IRC01:00
*** nielsslot has quit IRC01:03
*** phl0x81 has quit IRC01:05
*** pancake has quit IRC01:12
*** e-yes has joined #meego01:13
*** War2 has quit IRC01:17
*** dailylinux has quit IRC01:18
*** sheepbat has quit IRC01:18
*** Jade has quit IRC01:19
*** lynxis has quit IRC01:28
*** rcg has quit IRC01:28
*** sheepbat has joined #meego01:30
*** phdeswer has quit IRC01:36
*** antman8969 has joined #meego01:36
*** puffin has quit IRC01:37
*** Armi^ has quit IRC01:39
berndhswhat is this mic2 issue:  Error copying timezone info from '/var/tmp/imgcr... ?01:41
berndhsdoesn't make any sense01:42
*** Alison_Chaiken has joined #meego01:42
*** MSM has joined #meego01:43
*** homata__ has joined #meego01:43
*** s-andy has joined #meego01:45
*** antman89691 has joined #meego01:45
*** wcunning has left #meego01:47
*** belkiss_ has quit IRC01:47
*** CosmoHill has quit IRC01:49
*** antman89691 has left #meego01:49
*** antman89691 has joined #meego01:54
*** antman8969 has quit IRC01:55
*** antman89691 has quit IRC01:55
*** antman8969 has joined #meego01:55
*** CosmoHill has joined #meego01:57
gabrbeddberndhs: out of disk space?  (For the image or your hard drive)01:59
* gabrbedd is just guessing, though.01:59
berndhsnope, plenty of space01:59
berndhssomething wrong with mic dealing with the tzdata, or perhaps some unrelated issue and bad error message02:00
*** iekku_vacation has quit IRC02:02
*** eijk has quit IRC02:02
*** Atarii` has quit IRC02:05
*** Kaz has joined #meego02:11
*** mosty has quit IRC02:14
*** MSM1 has joined #meego02:16
*** MSM has quit IRC02:16
*** t_s_o has joined #meego02:26
gabrbeddberndhs: does it persist if you clean out the bootstrap? (rm -rf /var/cache/meego-bootstrap)02:27
berndhsit seems to go away with a slightly different collection of installed packages02:28
berndhsI think its actually a problem someplace else, just shows up as timezone stuff02:29
*** Hoolxi has joined #meego02:29
gabrbeddberndhs: Yeah, with mic... an error message like that can sometimes mean "you left the meatloaf on the stove overnight."02:30
berndhsi'm trying to replace meego-ux-panels with my own copy of it02:30
berndhsso its quite likely that causes dependency problems, but not really with tzdata like that02:31
gabrbeddbernd-ux-panels ?02:33
berndhsgeuzen-ux-panels :)02:33
berndhshttp://en.wikipedia.org/wiki/Geuzen02:33
gabrbedd:-)02:34
berndhspirates for the marine ux stuff02:34
gabrbeddberndhs: so are you also hacking geuzen-ux-daemon?02:35
berndhsperhaps later, for now I just copy meego-ux-daemon02:35
berndhsjust starting to look where the differences need to be, I want them as high up as possible in these layers02:35
berndhspanel seems a likely place, but perhaps ux-daemon is better02:36
gabrbeddberndhs: just asking, that's all.02:36
gabrbeddberndhs: been a few days since I figured out how they were all interlinked.02:36
*** Kaz has quit IRC02:36
berndhsone issue is that none of the tablet ux is in c.obs, to I have my own opies02:36
berndhsthe inter-linkage is, let's say, interesting02:37
gabrbeddberndhs: I've been told that you /can/ clone m.obs projects with osc.02:38
gabrbedd...that you can access m.obs anonymously for cloning to c.obs02:38
* gabrbedd has never tried it, though.02:38
berndhsyou can? that would be a lot better than copuying all this stuff02:38
gabrbeddberndhs: yeah, there's something you can do in your osc config where you can set up multiple sites to interface with.02:39
berndhshave to find out about that02:40
gabrbeddberndhs: but since you're forking... I personally prefer to manage that with git.02:40
berndhsright now i built a tablet image without any ux-panel, should be as broken as it gets :)02:40
gabrbeddberndhs: when upstream has a new release, you rebase your topic branches and move on down the road.02:40
berndhsyeah the actual code fork should be in gitorious with git, right now i'm just working on infrastructure things02:41
gabrbeddberndhs: when I forked meego-ux-daemon, I would make branches like master-0.23, features-0.23, branding-0.2302:42
gabrbeddberndhs: when I wanted to progress to upstream 0.24, I would copy those branches to -0.24, and rebase each of them on top of upstream's 0.2402:43
berndhsdon't I have to rename the package to get zypper/mic/rpm to pick up my version ?02:43
gabrbeddNo, you just have to make the version number higher...02:44
gabrbeddThe reason to rename is the MeeGo(tm) trademark in the package name.02:44
berndhsyeah but that will conflict with the main stream eventually02:44
gabrbeddwhat will conflict?02:44
berndhswhen they get to the version numbers I usurped02:45
gabrbeddRight... I don't recommend that strategy... but it would work. :-)02:45
berndhsbut of course I have to avoid trademark stuff too, can't pass of my things as bing MeeGo (tm) when they aren't02:45
gabrbeddIn my example above... the branding-0.xx branch is where I s/meego/somethingelse/g02:46
gabrbeddThat way I could rebrand, add features, and also track upstream developments.02:46
berndhsright02:46
* gabrbedd will bbiab02:46
*** thiago has joined #meego02:47
*** s-andy has quit IRC02:49
*** CosmoHill has quit IRC02:50
*** CosmoHill has joined #meego02:50
*** pixelgeek has joined #meego02:51
*** DawnFoster has joined #meego02:54
*** ware_ has joined #meego02:58
*** CosmoHill has quit IRC02:59
*** dazo is now known as dazo_afk03:05
*** Hoolxi has quit IRC03:12
*** pixelgeek has quit IRC03:13
berndhshmm, my .ks file says "-meego-ux-panels-photos" and mic goes and installs meego-ux-panels-photos anyway03:23
*** ketas has joined #meego03:25
*** ketas has quit IRC03:27
*** panaggio_ has joined #meego03:29
*** yanshuang has joined #meego03:30
*** wicket64 has quit IRC03:30
*** jonwil has joined #meego03:33
*** KMFDM has quit IRC03:34
*** Shanita has joined #meego03:38
*** Moku has quit IRC03:38
*** andyross has joined #meego03:45
*** TSCHAKeee has quit IRC03:46
*** TSCHAKeee has joined #meego03:47
*** seif has quit IRC03:47
*** t_s_o has quit IRC03:48
*** andyross has quit IRC03:49
*** homata__ has quit IRC03:50
*** homata__ has joined #meego03:50
*** _mchang has joined #meego03:54
*** yanli has joined #meego03:57
*** andyross has joined #meego03:57
*** TSCHAKeee has quit IRC03:58
*** M4rtinK2 has quit IRC03:58
*** TSCHAKeee has joined #meego04:00
*** Jucato has joined #meego04:03
*** andyross has quit IRC04:04
*** TSCHAKeee has quit IRC04:05
*** TSCHAKeee has joined #meego04:07
*** wasikevin has joined #meego04:13
*** ver has joined #meego04:16
*** yanshuang has quit IRC04:16
*** yanshuang has joined #meego04:17
*** NIN101 has quit IRC04:17
*** glin has joined #meego04:17
*** TSCHAKeee has quit IRC04:17
*** TSCHAKeee has joined #meego04:18
*** lynxis has joined #meego04:20
*** mike7b4_home has quit IRC04:21
*** swc|666 has joined #meego04:23
*** TSCHAKeee has quit IRC04:24
*** TSCHAKeee has joined #meego04:25
Termanamorning04:36
berndhseventually, you will be right about that04:36
*** timeless has joined #meego04:36
Termanaberndhs, heh. Haven't you heard of ugt? :p04:37
berndhson sunday ?04:38
TermanaWhat would it being a Sunday (there) have anything to do with it? :p04:38
berndhsi guess its something like "seasons greetings"04:39
Termana~ugt04:41
infobot[ugt] Universal Greeting Time. Created in #mipslinux, it is a rule that states that whenever somebody enters an IRC channel it is always morning, and it is always late when the person leaves. The local time of any other people in the channel, including the greeter, is irrelevant. http://www.total-knowledge.com/~ilya/mips/ugt.html04:41
berndhsor, people can say "moin", derived from Frisian, and sounds a bit like "morning" in German04:42
berndhsactually means something completely different04:42
berndhstime of day is inherently unstable anyway04:43
*** puffin_ has joined #meego04:46
*** sheepbat has quit IRC04:52
*** DawnFoster has quit IRC04:53
*** puffin_ has quit IRC04:54
berndhswell, i'm behind schedule for my afternoon nap04:55
berndhsuntil tomorrow04:55
*** berndhs has left #meego04:55
*** puffin_ has joined #meego05:00
*** sheepbat has joined #meego05:03
*** leinir has quit IRC05:03
*** pixelgeek has joined #meego05:04
*** glin has quit IRC05:11
*** puffin_ has quit IRC05:13
*** pixelgeek has quit IRC05:15
*** DawnFoster has joined #meego05:19
*** andyross has joined #meego05:19
*** thiagoss has joined #meego05:21
*** Al_Cho has joined #meego05:23
*** aloisiojr1 has quit IRC05:26
*** glin has joined #meego05:28
*** andyross has quit IRC05:29
*** aloisiojr has joined #meego05:30
*** timeless has quit IRC05:42
*** TSCHAKeee has quit IRC05:42
*** TSCHAKeee has joined #meego05:43
*** pcfe has quit IRC05:44
*** pcfe has joined #meego05:44
*** pcfe has joined #meego05:44
*** mato__ has quit IRC05:47
*** mato_ has joined #meego05:49
*** yanli has quit IRC06:01
*** homata__ has quit IRC06:02
*** yanli has joined #meego06:03
*** panaggio_ has quit IRC06:03
*** Unmenschlich has joined #meego06:06
*** andyross has joined #meego06:07
*** andyross has joined #meego06:08
*** Unmensch has quit IRC06:10
*** KevinHuang has joined #meego06:13
*** wasikevin has quit IRC06:16
*** arvind_khadri has quit IRC06:16
*** thiago has quit IRC06:17
*** thiago has joined #meego06:20
*** Jucato has quit IRC06:25
*** thiago has quit IRC06:43
*** liyan has joined #meego06:48
*** yanli has quit IRC06:51
*** ware_ has quit IRC06:52
*** gaveen has joined #meego06:54
*** gaveen has joined #meego06:54
*** glin has quit IRC07:06
*** thiagoss has quit IRC07:07
*** glin has joined #meego07:19
*** fobos has joined #meego07:24
*** arvind_khadri has joined #meego07:31
*** dkod has joined #meego07:31
*** DocScrutinizer has quit IRC07:33
*** DocScrutinizer has joined #meego07:33
antman8969you here lbt?07:36
antman8969or xfade07:42
Stskeepsthink you might catch them a little too early. they're in european timezone07:43
antman8969unfortunate07:44
*** MSM1 has quit IRC07:46
*** MSM has joined #meego07:46
*** kimmok has joined #meego07:49
*** MSM has quit IRC07:55
*** slonopotamus has joined #meego07:59
*** raster has joined #meego08:10
*** liyan has quit IRC08:12
*** andyross has quit IRC08:12
*** Alison_Chaiken has quit IRC08:13
*** liyan has joined #meego08:14
*** pixelgeek has joined #meego08:16
*** liyan has quit IRC08:20
*** slonopotamus has quit IRC08:23
*** KevinHuang has quit IRC08:25
*** e-yes has quit IRC08:28
*** raster has quit IRC08:32
*** raster has joined #meego08:33
*** pixelgeek has quit IRC08:33
*** Jade has joined #meego08:37
*** Jade has joined #meego08:37
*** spenap has joined #meego08:40
*** maxw has joined #meego08:44
*** arvind_k has joined #meego08:46
*** arvind_khadri has quit IRC08:46
*** MSM has joined #meego08:51
antman8969ping08:54
antman8969oops08:54
*** swc|666 has quit IRC08:57
*** beford has quit IRC08:59
*** shalamov has joined #meego09:02
*** belkiss has joined #meego09:06
*** arvind_k has quit IRC09:06
*** Wirta has joined #meego09:07
*** tkeisala has joined #meego09:09
*** MacDrunk has joined #meego09:10
*** tomeu has joined #meego09:11
*** aloril has quit IRC09:12
*** maitrey has joined #meego09:21
*** johd has joined #meego09:21
*** hyde____ has quit IRC09:22
*** aloril has joined #meego09:25
*** vvaltone has joined #meego09:33
*** t_s_o has joined #meego09:35
*** murrayc has joined #meego09:39
*** mirek has joined #meego09:42
*** amarsman has joined #meego09:52
*** andre__ has joined #meego09:54
*** ubIx has quit IRC09:54
*** ubIx has joined #meego09:56
*** rcherian has joined #meego09:56
*** mmc has joined #meego09:56
*** arvind_khadri has joined #meego09:56
*** arvind_khadri has joined #meego09:56
*** cpscotti has quit IRC09:57
*** foolano has joined #meego10:02
*** himamura has quit IRC10:03
*** mihero has quit IRC10:05
*** vasvlad has quit IRC10:05
*** vasvlad has joined #meego10:05
*** Gizmokid2005 has quit IRC10:06
*** trupheenix has joined #meego10:07
*** TheOpenSourcerer has joined #meego10:15
*** x_O has joined #meego10:17
*** kuzak has joined #meego10:18
*** vasvlad has quit IRC10:18
*** mmc has quit IRC10:19
*** MooseTheBrown has joined #meego10:21
*** pdz has quit IRC10:23
*** yanli has joined #meego10:23
*** Dan_Mihai_BU_RO has joined #meego10:24
*** nierob has quit IRC10:24
*** nierob has joined #meego10:25
*** jlamadon has joined #meego10:25
*** curlybeast has joined #meego10:25
*** pdz has joined #meego10:26
*** iekku has joined #meego10:27
*** Wellark^ has quit IRC10:30
*** eijk has joined #meego10:33
*** vasvlad has joined #meego10:35
*** maour has joined #meego10:36
*** achipa has quit IRC10:36
*** tbf has joined #meego10:39
*** rcg has joined #meego10:44
*** jpetersen has joined #meego10:46
*** antman8969 has quit IRC10:48
*** bergie has joined #meego10:50
vvaltoneI've been corrupted by the exopc, didn't remember how slow zypper was when the fs was on a sdcard10:52
*** belkiss has quit IRC10:53
*** vasvlad has quit IRC10:53
*** vasvlad has joined #meego10:54
*** helia_co has joined #meego10:54
*** jonwil has quit IRC10:57
*** kontio has joined #meego10:57
*** jonwil has joined #meego10:57
*** tomeu has quit IRC11:10
*** ayanes has joined #meego11:13
*** wasikevin has joined #meego11:15
*** ayanes has quit IRC11:15
*** anderco has joined #meego11:16
*** gabor has joined #meego11:17
mcfriskShould this work with the community obs, all I get is "HTTP Error 404: Not Found": $ osc -A https://api.pub.meego.com co MeeGo.com:devel:kernel:kernel-adaptation-intel-automotive11:18
*** pohly has joined #meego11:20
*** ayanes has joined #meego11:22
Stskeepsremove the last ':'11:22
*** achipa has joined #meego11:26
*** Dan_Mihai_BU_RO has quit IRC11:27
*** leinir has joined #meego11:28
*** tackat has joined #meego11:30
*** helia_co has quit IRC11:31
vvaltoneis it normal for the n900 running meego to suddenly decide to shutdown/reboot?-)11:31
Stskeepsno? ;)11:31
vvaltoneor burn it's battery even when connected11:32
Stskeepswhat version?11:32
vvaltonetesting11:32
Stskeepsspecificall which11:32
vvaltone1.2.0.90.9.20110719.411:32
Stskeepsok11:33
vvaltonejust flashed it on it, was running some process that did consume ~90% of cpu for a while on it tho11:33
vvaltoneand the batter might be a bit low11:33
*** mauricelynch has joined #meego11:34
Stskeepsour constraints are a bit odd on there, so i think you're hitting one of our known bugs11:34
vvaltoneoh, ok, automatic shutdown based on some drain logic?11:34
Stskeepsyeah11:35
*** khohm has joined #meego11:36
*** mihero has joined #meego11:38
*** t_s_o has quit IRC11:42
*** wasikevin has quit IRC11:46
*** cpscotti has joined #meego11:46
*** siji has joined #meego11:46
*** M4rtinK2 has joined #meego11:48
*** maitrey has quit IRC11:49
*** slaine has joined #meego11:50
*** anaZ has quit IRC11:52
*** s-andy has joined #meego11:52
*** smoku has joined #meego11:53
*** anaZ has joined #meego11:53
*** Dan_Mihai_BU_RO has joined #meego11:54
*** maitrey has joined #meego11:56
*** aissen has joined #meego12:00
*** Jucato has joined #meego12:01
*** yanli has quit IRC12:02
*** schend has joined #meego12:04
*** Guest5698 is now known as zumbi12:07
*** KMFDM has joined #meego12:07
*** murrayc has quit IRC12:08
*** helia_co has joined #meego12:09
*** bkalinga has joined #meego12:10
bkalingacan someone tell me how to create an .rpm file from a .spec inside a chroot environment,12:12
bkalingai am looking at http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Linux/Create_RPM_Package_For_MeeGo_Application12:12
bkalingabut not able to install "build"12:13
*** balor has joined #meego12:13
bkalingawiki page says "Install build on your Linux host machine. You can find the repo link and packages at MeeGo Tools Repo."12:13
bkalingacan i install build on my Host Ubuntu machine using synaptic and use that inside MeeGo chrooted env?12:14
vvaltonerpmbuild -bb12:14
vvaltoneand the specfile12:14
vvaltonehmm.. ok, there's some build command too12:15
bkalinga vvaltone: rpmbuild -bb where should i run this command?12:16
bkalingainside my chroot?12:16
vvaltoneyes12:16
vvaltoneit needs to have the correct directory layout, but it should bug you about it ;P12:16
bkalingabut I am not getting how installing  build on my  Linux host machine should solve the problem as per the meego wiki page http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview_for_Linux/Create_RPM_Package_For_MeeGo_Application12:17
vvaltoneI think build is for making a chroot, copying the files over and running rpmbuild12:18
vvaltoneso, it doesn't really make sense to install it into a chroot12:18
bkalingavvaltone:let say you are using qtcreator inside a chroot env and writing a plug-in, the best way to create the deployable .rpm is by going inside your source folder and running the  rpmbuild -bb with the .spec file12:20
bkalingaam I correct?12:20
*** kallam has joined #meego12:21
*** Zahra has joined #meego12:22
*** murrayc has joined #meego12:23
*** johd has quit IRC12:26
*** khertan has joined #meego12:26
*** ericlr has quit IRC12:27
*** nizeguy has joined #meego12:31
*** cymacs has joined #meego12:31
*** lardman|home is now known as lardman12:37
*** lardman has joined #meego12:37
*** Wellark^ has joined #meego12:38
*** wasikevin has joined #meego12:38
*** mauricelynch|2 has joined #meego12:39
*** argretzi has quit IRC12:40
*** mauricelynch has quit IRC12:40
*** shalamov has quit IRC12:40
*** shalamov has joined #meego12:41
*** auke has quit IRC12:42
*** auke has joined #meego12:42
*** arvind_khadri has quit IRC12:44
*** arvind_khadri has joined #meego12:46
*** yanshuang has quit IRC12:52
Stskeepsysss: i wonder if we're witnessing the last moments of maemo.org, it certainly looks at a point of no return now :P12:52
Clint:(12:53
*** MacDrunk has quit IRC12:53
*** tomeu has joined #meego12:54
*** florian has joined #meego12:57
*** wasikevin has quit IRC12:59
*** deimos has joined #meego13:01
*** vasvlad has quit IRC13:04
*** mauricelynch|2 has quit IRC13:06
*** mauricelynch has joined #meego13:07
*** dazo_afk has quit IRC13:07
*** Funnyface has quit IRC13:09
*** cpscotti has quit IRC13:09
vvaltonebkalinga, I couldn't say about 'the best way', but if it's a valid spec file and a meego chroot, it'll work13:13
*** timeless has joined #meego13:14
bkalingavvaltone: ok, but from Qtcreator cant we create it?13:14
timelesslbt_away: so, mxr seems to have finished and is now doing normal daily updates :)13:14
timelessi didn't get my daily "i'm unhappy" message from cron13:14
bkalingai can see in Qtcreator that deploy option is disabled13:15
*** Dan_Mihai_BU_RO has quit IRC13:15
*** yanli has joined #meego13:15
timelessfor people curious about the status of http://mxr.meego.com they can visit http://mxr.meego.com/hgweb.cgi13:15
timelesswhich will show them when each repository was last updated13:16
vvaltonebkalinga, I've never used that feature13:16
timelessnote that there is a delay between pulling in new data and updating the local index (possibly multiple hours, i'm not sure)13:16
*** dazo_afk has joined #meego13:17
bkalinga vvaltone: but problem i face is every time i need to modify the source. i need to create ta tar.gz out of the newly modified code then put in the proper path and then run the rpmbuild -bb13:17
bkalingai understand i can write a script for this13:17
vvaltoneyeah, the deployment sucks13:18
*** vasvlad has joined #meego13:18
bkalingabut i feel this process somewhat lengthy13:18
vvaltonemostly I've just built the software in a chroot working directory, and manually copied the results to the image and overwrite13:19
vvaltoneusing rpmbuild builds the entire souce from 013:19
bkalingabut when i use meego-sdkqtcreator with QEMU  i dont do all these stuff directly build your code from qtcreator and deploy it13:19
bkalingait will get deployed in your QEMU13:20
*** ericlr has joined #meego13:21
*** NIN101 has joined #meego13:22
*** Dan_Mihai_BU_RO has joined #meego13:23
*** dazo_afk is now known as dazo13:26
*** kraiskil has joined #meego13:27
*** Dan_Mihai_BU_RO has quit IRC13:28
*** Dan_Mihai_BU_RO has joined #meego13:32
*** Zahra has quit IRC13:34
*** ucomesdag_work has quit IRC13:36
*** kimmok has quit IRC13:39
*** tbf_ has joined #meego13:39
*** siji has quit IRC13:40
*** tbf has quit IRC13:43
*** ericlr has quit IRC13:45
*** srag has quit IRC13:46
*** srag has joined #meego13:46
*** jluisn has joined #meego13:51
*** vasvlad has quit IRC13:51
*** siji has joined #meego13:53
*** tommim has joined #meego13:54
*** seif has joined #meego13:55
*** phdeswer has joined #meego13:57
*** tommim has quit IRC14:04
*** tommim has joined #meego14:05
*** pavank10 has joined #meego14:06
*** mitsutaka has quit IRC14:07
*** vasvlad has joined #meego14:08
*** mitsutaka has joined #meego14:10
*** arvind_khadri has quit IRC14:10
*** lizardo has joined #meego14:19
*** Gizmokid2005 has joined #meego14:21
*** _mchang has quit IRC14:22
*** schend has quit IRC14:22
*** schend has joined #meego14:23
vvaltoneyay: /var/tmp/rpm-tmp.4pUxY0: line 1:  3807 Segmentation fault      /sbin/ldconfig14:23
Stskeepson-device?14:25
lcuklardman, my mum noticed a tv program using 2d barcodes for more recipe info over the weekend14:26
*** belkiss_ has joined #meego14:26
lcukI was happily able to show her mbarcode and she ooohed and ahhed14:26
lcukshe also thinks n950 is pretty and very swish14:27
timelessheh14:27
timelessfwiw, I *love* my BlackBerry14:27
lardmanyes, we saw that too and I cursed that I've not installed mbarcode on the N950 yet14:27
vvaltoneStskeeps, yeah14:27
lcukhiya timeless \o14:27
lcuktimeless, lots of people do14:27
lardmanlove his blackberry?14:27
lcukwhich model do you have?14:27
lardman;)14:27
timelessBlackBerry Travel, BlackBerry Maps, and its general BBM/Mail stuff14:27
lcuklardman, lol14:27
timelesslcuk: 9800 Torch14:27
Stskeepsvvaltone: please report as a bug14:27
lcuksplash protector!14:28
lcuktimeless, does it have a torch on it?14:28
lcuki wondered since I heard the name14:28
timelesslcuk: it worked *really* well in Paris given that I turned off my cellular radio when I left Canada14:28
ysssstskeeps: seems like it. it'll be a death where no one mourns..14:28
timelessthe apps were able to cache enough data to let me survive and do stuff between (wifi) network bursts14:28
lcuktimeless, that was historically the point where mobiles degrade - how to handle roaming14:29
timelesslcuk: yeah, which is why i'm loving my BlackBerry14:29
lcukgood stuff if Blackberry have that handled14:29
timelessit was really amazing14:29
lcuk:D14:29
timelessi pointed to a few things on Maps and when I was offline, I could still see them and do stuff14:29
yssstimeless, do you use evernote on blackberry? it doesn't cache data too well on that app...14:29
timelesseven for points that weren't on screen14:29
timelessysss: nope...14:30
*** raster has quit IRC14:30
timelessi've installed EverNote on my mac14:30
timelessbut didn't ever use it14:30
ysssor maybe it's just the model that i use lacks ram (9700)14:30
lcuktimeless, can Qt apps work on it?14:30
vvaltoneStskeeps, hmm.. actually it's a kernel oops14:31
*** ottela has joined #meego14:31
w00tthere is a Qt port for QNX, I don't know how complete it is14:31
timelesswell. http://tamsblackberry.tamoggemon.com/2011/06/06/qt-for-playbook-the-first-trials/14:31
w00tor if that works on blackberry14:31
timelessif you want to target the PlayBook instead of a current BlackBerry14:32
lcukw00t, lighthouse test for future perhaps14:32
timelessit looks like you can14:32
Stskeepsvvaltone: not good either ;)14:32
*** Venemo has joined #meego14:33
*** Venemo has quit IRC14:33
*** Venemo has joined #meego14:33
*** thiagoss has joined #meego14:33
*** jonwil_ has joined #meego14:35
*** Venemo has quit IRC14:36
lcuktimeless, good stuff14:36
*** Venemo has joined #meego14:36
*** Venemo has quit IRC14:36
*** Venemo has joined #meego14:36
*** kallam has quit IRC14:36
*** jonwil has quit IRC14:36
*** CoderForLife has quit IRC14:36
*** jonwil_ is now known as jonwil14:37
*** bergie has quit IRC14:37
*** Wirta has quit IRC14:37
*** bergie has joined #meego14:37
*** Wirta has joined #meego14:37
yssshey lcuk, how old is your mom?14:38
*** kallam has joined #meego14:38
ysssok, that may sound funny; but i'm just asking cause you said she appreciates the n95014:38
lcukysss, never ask for age of a lady14:38
lcukysss, she has a Samsung touch device at the moment14:39
lcukwhen I showed her the n950 and stuff14:39
lcukshe enjoyed it14:39
*** Venemo_ has joined #meego14:39
*** Venemo_ has quit IRC14:39
*** Venemo_ has joined #meego14:39
lcukand said the vkb was great14:39
yssshaha, i'm old enough to know that... (at least not to ask directly at the person)14:39
yssssamsung pocketable or tablet? the android kind yea?14:39
*** Venemo has quit IRC14:41
lcukysss, pocketable phone14:41
*** t_s_o has joined #meego14:42
lcukshe keeps asking me to try the vkb on it and send messages using it14:42
lcukthe n950 keyboard is better14:42
ysssthat's very encouraging14:42
lcukyes14:42
lcukNokia N9 would have customer from her :)14:43
ysss:)14:44
ysssif she could ask for any (custom) app for you to make her, what do you think she'd ask for14:44
ysssthat'd be an interesting (Bday/mom'sday/etc) present14:45
*** dazo is now known as dazo_afk14:49
*** briglia has joined #meego14:49
*** nizeguy has quit IRC14:49
*** Venemo_ has quit IRC14:49
lcukysss, :) garden design app actually14:51
lardmanlcuk: so do you store blob data in your db, or filenames and then the images in files?14:52
*** berndhs has joined #meego14:52
lcukto walk round her garden taking photos of her plants and animals and to catalogue them and remember their names14:52
lcuklardman, all flat file and dynamic generation14:52
*** apol_ has joined #meego14:52
lcukthe tag clouds can include sketches and photos and movies if required14:52
lardmanand they are not stored in the db then?14:53
lcukhttp://liqbase.net/grid/grid_readable.png14:53
lcuknope14:53
lardmancol14:53
lardmancool14:53
lcukthat grid is dynamically generated14:53
lardmanI need to save thumbnails, wondering whether to keep them in db or in fs14:53
lcukfilesystem14:53
lcukthere is thumbnail apis I gather14:53
lardmanoh right14:54
*** lainwir3d has joined #meego14:54
lcuknot sure how it works in qt14:54
* lardman looks14:54
*** rcg has quit IRC14:54
*** helio has quit IRC14:54
*** heliocastro has joined #meego14:54
*** heliocastro is now known as helio14:54
lcukalbanc, do you know what the harmattan api for thumnailing is? (since you did albanart)14:54
lardmanlooks like it's for contacts only though14:54
lardmanin Qt anyway14:54
lcuklardman, i found when I put blobs into sqlite (especially the quantities I had) extracting them took longer14:55
lardmanlcuk: ok thanks14:56
lardmannot sure how to go from a QImage to a blob anyway14:56
albanclcuk, no, I don't know14:56
*** bboyvat has quit IRC14:57
ysss:)14:58
*** berndhs has quit IRC14:58
*** gaveen has quit IRC14:58
*** luck has joined #meego14:59
lardmananyone happen to know what a timedate sqlite item is stored in?14:59
lardmane.g. int, or a float?14:59
*** berndhs has joined #meego14:59
w00thttp://www.sqlite.org/datatype3.html 1.214:59
*** maninc has joined #meego15:00
lcukhttp://live.gnome.org/ThumbnailerSpec   pvanhoof - is this spec valid for harmattan?15:00
*** rcg has joined #meego15:00
lardmanw00t: thanks, but does it perform conversion for me automatically?15:01
*** dazo_afk is now known as dazo15:01
w00t"Applications can chose to store dates and times in any of these formats and freely convert between formats using the built-in date and time functions."15:02
*** ceyusa has joined #meego15:02
lardmanit's more when I read the field from the record15:02
lardmanwhat type I need to read it into15:02
w00tsqlite is typeless15:02
w00tso, what you store is what you get out15:02
lardmanok, so it will presumably convert, or the QSql stuff will do15:02
*** belkiss_ has quit IRC15:02
lardmanoh I see15:03
w00thttp://www.sqlite.org/datatypes.html see 1.015:03
ceyusaX-Fade: hi, do you know how I could apply for an OBS account? this page mentions you https://build.pub.meego.com/user/register_user :)15:03
lcuklbt ^15:03
*** seif has quit IRC15:04
*** Hoolxi has joined #meego15:04
lcukceyusa, please indicate what you are wanting to do with your cobs account15:04
lcuk(lbt will ask the same question)15:04
X-Fadeceyusa: I can do that yes. But as lcuk says ... :)15:04
lcukmorning X-Fade \o15:04
*** thiago has joined #meego15:04
ceyusaI'm currently trying to port Meego to a x86 board15:04
ceyusawithout intel instruction like sse3 and so15:05
ceyusaso I would need to recompile most of the meego's packages :s15:05
ceyusaafaik15:05
ceyusastarting by the kernel, btw15:06
ceyusathanks lcuk :)15:06
Stskeepsceyusa: that will be too big load for community obs15:07
Stskeepsceyusa: you'll want to set up a local one15:07
ceyusaStskeeps: mmmmh... even for a minimal console based configuration, as a proof of concept15:09
ceyusa?15:09
*** seif has joined #meego15:09
Stskeepsceyusa: yes, still a fair bunch of packages15:09
Stskeepsceyusa: you can prolly pull that off with a 2ghz/1-2gb ram x86 machine15:09
X-Fadeceyusa: Yeah, that is not what the community obs is for at the moment.15:11
*** Morgotth has joined #meego15:11
ceyusaX-Fade: Stskeeps: d'accord15:11
*** x_O has left #meego15:12
ceyusais it more oriented to new packages ??15:12
*** mwichmann has joined #meego15:13
X-Fadeceyusa: Application development yes.15:13
*** arvind_khadri has joined #meego15:13
lcukceyusa, you should have a chat with dm8tbr and vgrade and see whether whole system image could be put on the formeego site15:14
ceyusaformeego?15:14
lcuk(they have most knowledge of edge case and experimental meego device images)15:14
dm8tbrimages.formeego.org15:14
*** deux_ has quit IRC15:14
lcuk\o dm8tbr15:15
dm8tbrformerly http://bug10738.openaos.org/15:15
MeeGoBotBug https://bugs.meego.com/show_bug.cgi?id=10738 nor, Undecided, ---, david, NEED, Meego community ftp server or similar needed15:15
*** DeuX has joined #meego15:15
*** DeuX has joined #meego15:15
*** seif has quit IRC15:15
* ceyusa is checking it15:15
dm8tbrceyusa: what hardware are you working with?15:16
*** vgrade has quit IRC15:16
*** glin has quit IRC15:16
timelesslcuk: i've had some chuckles and tears about... bug 1826015:16
MeeGoBotBug https://bugs.meego.com/show_bug.cgi?id=18260 nor, Medium, Jul-29-11, changzhi.wang, ASSI, very long page stops painting15:17
dm8tbrthe requirements are very simple: the kickstart file must be hosted together with the image, the image must contain only packages from obs and cobs, if it needs closed source bits then it needs to be cleared by me15:17
ceyusadm8tbr:  it is an x86, 1GHz, but is like an a Pentium, no SSE neither other of thes instruccions15:17
ceyusadm8tbr: right now my objective is only get a console based image15:18
*** wasikevin has joined #meego15:18
dm8tbrceyusa: mhm, sounds like you'll need to revive the no-ssse3 project for that15:18
ceyusathen I'll move to the UX15:18
lcuktimeless, oh nice find15:18
lcukand along same lines as the awesome stresstest page15:19
ceyusadm8tbr: I saw that page on the wiki15:19
timelesslcuk: relatives can do the darndest things?15:19
lcuktimeless, of course15:19
lcuki have plenty of huge html files here15:19
timelesscomment 7 just made me shake my head15:19
ceyusadm8tbr: what's the status of tha project?15:19
* lcuk just converts them to plain text15:19
lcukand testing them in the book reader15:19
timelesshow can a bug with a summary such as mine actually result in comment 7?15:19
*** lamikr has joined #meego15:20
timelessandre__: ^15:20
*** maxw has quit IRC15:20
andre__url.15:20
timelessbug 1826015:20
MeeGoBotBug https://bugs.meego.com/show_bug.cgi?id=18260 nor, Medium, Jul-29-11, changzhi.wang, ASSI, very long page stops painting15:20
timelesslcuk: speaking of which, do you know how the meego browsers handle my stress page?15:21
andre__haha15:21
timelesstimeless.justdave.net/stress/stress.html15:21
timeless(different stress page fwiw)15:21
timeless(and potentially NSFW)15:21
timelessandre__: please do feel free to slap someone over that..15:22
* timeless sighs15:22
*** vgrade has joined #meego15:22
andre__no plans15:22
andre__there's worse stuff15:22
timelessthat's... depressing15:22
timelessi mean, why did i bother filling in all the form fields? comment 7 clearly didn't read the summary or comment 015:23
timelessi even filled in "USER IMPACT:"!15:23
*** bboyvat has joined #meego15:23
*** seif has joined #meego15:24
timelessactually, i should check to see how the torch + playbook handle those two pages..15:24
*** marciom has joined #meego15:25
lcuktimeless,15:25
lcukdesktop:15:25
lcuk31656 gary      20   0  515m 219m  29m S    0  7.4   2:32.00 firefox-bin15:25
*** murrayc has quit IRC15:26
dm8tbrceyusa: status is dormant15:26
ceyusadm8tbr: ok, I shall wake it up :)15:27
timelesslcuk: yeah, browsers finally improved15:27
*** s-andy has quit IRC15:27
*** MoRpHeUz has joined #meego15:27
timelessN4 and IE5(?) used to take around 755(?) mb15:27
timelessthe next generation of browsers took around 1.3GB15:27
timeless(yay useless alpha channel)15:27
*** s-andy has joined #meego15:27
timelessgecko at times (on bad days) would die (hitting the 2gb vm ceiling)15:27
dm8tbrceyusa: feel free to poke me if you need more info15:28
timelessit took years before browsers started having sane behavior..15:28
*** Al_Cho has quit IRC15:28
ceyusadm8tbr: thanks!!15:28
*** setanta has joined #meego15:28
timelessthe page looks very shiny here :)15:28
*** akira_tsukamoto has joined #meego15:29
timelesswah, it seems to die at a seahorse15:29
timelessalthough die isn't in the "cause the entire page to become white" sense...15:30
timelessjust "no pictures beyond this point"15:30
*** vgrade has quit IRC15:30
dm8tbrceyusa: you'll probably have to run your own OBS for that and tune the parameters for x86 to disable ssse3 optimization15:30
timelessooh, switching back gets me more :)15:30
*** lbt has joined #meego15:30
timelesslcuk: one part of the test is actually verifying that all the content loads15:31
timelessif your browser cheats and doesn't load content...15:31
dm8tbrceyusa: my best guess at the moment is that importing a current x86 build and then retriggering a full rebuild would get you almost there15:31
ceyusadm8tbr: ok15:31
timelesslbt: anyway, "yay", happy mxr15:31
lcuktimeless, last picture is lara croft15:31
timelesssounds right15:32
ceyusadm8tbr: I got to learn about OBS, install it and so, becasue I have no idea about it...15:32
timelessbut really, jumping to the bottom doesn't prove you don't have holes in the middle :(15:32
ceyusaand figure out how to do that "import of a current build"15:32
timeless(and yes, i've seen browsers that cheat that way)15:32
timeless:(15:32
timelessstress killed my browser15:32
dm8tbrceyusa: the information on that is a bit scattered, for the setup you'll probably want to check the opensuse wiki, but Stskeeps has a helpful script mentioned in his guide15:32
* timeless really needs to get core submission working15:33
*** mtux has joined #meego15:34
*** s-andy has quit IRC15:35
*** MSM is now known as MSM|Cat15:38
*** notmart has joined #meego15:40
*** notmart has joined #meego15:40
lbttimeless:  :)15:41
*** Morgotth has quit IRC15:42
*** alvaro__ has joined #meego15:46
*** maninc has quit IRC15:47
*** sergiusens has joined #meego15:47
*** shalamov has quit IRC15:48
vvaltonewhat's the best way to target N900 for development?15:49
vvaltoneaka.. building binaries, don't care about packages atm15:49
lcukvvaltone, obs15:50
lcukor for deeper, get the sdk15:50
vvaltoneI did once try obs, but local builds on it didn't seem to work for arm, perhaps I did something wrong15:50
*** lbt has quit IRC15:51
vvaltonefor x86 I've used obs with just using the resulting chroot for active development15:51
*** helio has quit IRC15:52
*** heliocastro has joined #meego15:52
*** heliocastro is now known as helio15:52
*** sergiusens has quit IRC15:53
*** schend has quit IRC15:53
*** helio has quit IRC15:53
*** heliocastro has joined #meego15:54
*** akira_tsukamoto has left #meego15:54
*** heliocastro is now known as helio15:54
*** foolano has quit IRC15:54
*** renato has joined #meego15:55
*** foolano has joined #meego15:55
*** trupheenix has quit IRC15:55
*** zeddii has joined #meego15:59
*** bkalinga has quit IRC16:02
lcukvvaltone, hm I tried to also build meego n900 image using mic2 but ran into difficulties16:07
lcukwhich host OS are you trying in?16:07
vvaltoneubuntu 10.0416:08
lcukvvaltone, same here16:10
lcukpeople recommend using fedora or some such16:10
*** baraujo has joined #meego16:11
mcfriskcan't see any reason to demand RPM based distro to work with mic216:11
*** t_s_o has quit IRC16:11
lcukmcfrisk, it was not a demand16:11
lcukinfact I was using meego netbook for it16:11
* lcuk losing marbles today16:12
lcuki might go back to bed if this headache doesn't clear16:12
mcfriskheh, sorry, too strong word. So far distro suggestions from meego.com have been all false. Had to do a few re-installations and fix a few packages. Changing distros is not a good solution.16:14
mcfriskmic2 works just fine for i586 and IVI on 10.04 LTS16:14
dm8tbrmake sure to have latest mic2, there's usually some stuff that is only there etc16:15
mcfrisksame for img, opensuse was just as bad as debian squeeze16:16
*** dazo is now known as dazo_afk16:17
*** MSM|Cat has quit IRC16:18
*** wasikevin has quit IRC16:18
*** gabor has quit IRC16:22
*** arvind_khadri has quit IRC16:22
*** gabor has joined #meego16:23
*** sergiusens has joined #meego16:24
*** mtux_ has joined #meego16:25
*** mtux has quit IRC16:25
*** wasikevin has joined #meego16:30
*** apol_ has quit IRC16:31
*** arvind_khadri has joined #meego16:31
*** kraiskil has quit IRC16:31
gabrbeddvvaltone: lcuk: I have a brand new install of Ubuntu 10.04 where mic2 works fine.  And I have an old install of 10.04 where mic2 has somehow become broken.16:34
*** lbt has joined #meego16:34
gabrbeddvvaltone: Perhaps try with a fresh VirtualBox install of 10.04, and see what you get.16:34
vvaltoneyeah, I'll have to do that tomorrow16:35
*** lynxis has quit IRC16:35
gabrbeddvvaltone: FWIW, I've been told that guys have good luck with mic2 on Fedora inside VirtualBox.16:35
vvaltoneoh, misread that16:36
*** lynxis has joined #meego16:36
*** sree_ has joined #meego16:36
vvaltonea chroot in a virtual machine16:36
gabrbeddvvaltone: I've used chroot's for building packages -- but not for mic2.16:37
vvaltoneyeah, I've done that when I targetted x8616:38
vvaltoneit's just arm that's the trouble :P16:38
*** arvind_k has joined #meego16:38
berndhsmic2 on fedora 15 is still broken16:39
*** arvind_khadri has quit IRC16:39
berndhshas to do with libzypper and rpm and python bindings16:39
*** hugopl has joined #meego16:46
*** mtux__ has joined #meego16:46
*** mtux__ has quit IRC16:47
*** mtux_ has quit IRC16:50
*** aissen has left #meego16:57
*** balor has quit IRC16:59
*** Wirta has quit IRC16:59
*** ceyusa has quit IRC17:00
*** bdub has joined #meego17:00
*** bdub has quit IRC17:04
*** tommim has quit IRC17:04
*** marciom has left #meego17:06
*** TSCHAKeee has quit IRC17:08
*** TSCHAKeee has joined #meego17:09
*** Mirv_ is now known as Mirv17:13
*** mtux has joined #meego17:15
*** jlamadon has quit IRC17:18
*** anderco has quit IRC17:20
*** mlfoster has joined #meego17:24
*** xtingray_ has joined #meego17:25
timelesslbt: is there a way for you to get my cron mail? like, can .forward send mail to multiple accounts?17:28
timelessin theory you should never get any mail :)17:29
*** xtingray_ has quit IRC17:29
* w00t watches timeless try delegate17:31
w00t;p17:31
* timeless sees the word "try" in italics17:31
timelessw00t: the reality is that the box runs itself17:32
timelessand when there's a problem, the problem is infrastructure related17:32
timelessso the right thing to do is to have someone from IT get the complaints from cron17:32
*** ayanes has quit IRC17:33
*** tackat has quit IRC17:33
*** IonutGavaz has joined #meego17:38
*** fiferboy has joined #meego17:41
*** kontio has quit IRC17:42
lbttimeless: can you provide a nagios plugin for mxr please ....17:43
*** kontio has joined #meego17:44
* lbt back l8r17:44
*** lbt has quit IRC17:44
*** hyde____ has joined #meego17:44
*** xtingray_ has joined #meego17:44
*** Okazaki-san has joined #meego17:45
*** sree_ has quit IRC17:46
*** gabrbedd has quit IRC17:48
*** wasikevin has quit IRC17:51
*** xtingray_ has quit IRC17:51
*** mauricelynch has quit IRC17:51
*** maitrey has quit IRC17:52
*** fredy has joined #meego17:52
*** fredy is now known as Guest8072917:53
*** Guest80729 has quit IRC17:53
*** fredy_ has joined #meego17:53
*** RhymeswA has joined #meego17:56
*** andyross has joined #meego17:57
*** willer_ has joined #meego18:00
*** vgrade has joined #meego18:02
*** Dan_Mihai_BU_RO has quit IRC18:05
*** mwichmann has quit IRC18:06
*** yanli has quit IRC18:12
*** tomeu has quit IRC18:14
lcukhmm bug 2009918:15
MeeGoBotBug https://bugs.meego.com/show_bug.cgi?id=20099 nor, High, ---, marko.saukko, NEW, [CE] Calculator crashes after pressing any button and then "." .18:15
lcukmeego calculator should do fractions18:16
berndhstry pressing 0 first ?18:16
lcukberndhs, "any button"18:16
lcukeffects tablet ux too18:17
berndhsno, "any button and then .", try "any button, then 0, then ."18:17
lcukthat would make the figure 10x larger18:17
berndhsno it won't18:17
lcuk"instead of 1.5  it would be 10.518:17
berndhs0.5 is the same as .518:18
*** mwichmann has joined #meego18:18
lcukspecial case18:18
lcukthe rest wouldn't be18:18
lcukand besides, moot anyway - it crashes18:18
lcuk1/2 is ok :P18:18
berndhsi thought it referred to operation buttons, like + or - or /18:19
*** juliank has joined #meego18:19
*** juliank has joined #meego18:19
berndhsso to test further I suggested testing + 0.5 instead of + .518:19
berndhsbut ok don't test it if you don't feel like it :)18:20
lcukberndhs, the bug is in the handler for the decimal point18:20
berndhsok dont test it18:20
lcukie when you press the "." button18:20
lcuki did just test it18:20
lcuk:P18:20
berndhsgood, not they know its not the number format18:21
* berndhs wondering where the boot splash image comes from18:22
lcukwazd made it18:23
berndhsmaybe some continental european wrote the code and expects a decimal comma instead of a decimal point18:23
lcukberndhs, lol18:24
lcukthat is part of the issue I believe18:24
lcuklocaleHelper.decimalPoint()18:24
lcukwas changed to a property:18:24
lcuklocaleHelper.decimalPoint18:24
berndhsah18:24
lcukbut the backend libraries did not get updated I think18:24
lcukso regression18:25
lcukin trying to call as a property something that is still a function18:25
lcukor the other way round18:25
*** kontio has quit IRC18:25
berndhswe should go back to the good old days, all-american format, ASCII, monospace,...18:25
berndhsamerican spelling18:25
lcukproblem is that qml errors are not identified at build time18:25
timelessberndhs: yes18:25
lcukqml has to be manually tested for all cases18:26
timelesslcuk: and there's no automated testing during the build :)18:26
lcuktimeless, ^18:26
lcuktimeless, build/compilation/sanity testing would have caught this18:26
lcukif it was c++18:26
berndhswell, not necessarily, but it shouln't crash in any case18:27
berndhsperhaps ignore the unknown character18:27
lcukberndhs, the bug is related to a specific qml library function/property lookup18:28
lcuknot to the actual user entered data18:28
berndhsbut yeah if you compute the functions you are calling on the fly, this sort of thing can happen18:28
lcukthe codeblock with the error only occurs when you use a decimal point18:28
*** CaCO3 has joined #meego18:30
*** cymacs has quit IRC18:31
berndhshmm the tabled UX can't deal with applications that actually exit, it seems18:31
berndhscan't restart them18:31
lcukare you sure that it closed correctly the first time18:32
lcukand not just hidden18:32
berndhsyes its closed18:33
*** gabor has quit IRC18:33
berndhsi can restart it manually from xterm, it behaves normally18:33
berndhsall right, put that on the list for my UX-spin :)18:34
lcukheh18:34
*** abhijeet has joined #meego18:35
*** DawnFoster has quit IRC18:35
*** gabrbedd has joined #meego18:35
berndhsthe new thinking in UX design seems to be apps run until reboot, and everything is full screen all the time18:36
w00tberndhs: that sounds like a bug18:36
w00ti'm pretty sure it used to work fine18:36
berndhsthe full screen I can understand for smallish screens18:36
*** mwichmann has quit IRC18:36
*** spenap has quit IRC18:37
berndhsyes the no-exit-and-restart seems to be a bug18:37
berndhsi'm saying in some mailing lists i've seen comments saying that closing and app doesn't happen nowadays18:38
*** amarsman has quit IRC18:38
w00tthat may be the case for some of the default apps, but it's definitely not always going to be the case for third party ones18:38
berndhsright18:38
lcukgames18:38
lcukplay for 5 minutes18:39
lcukclose18:39
lcukplay for another 5 minutes18:39
lcuketc18:39
berndhsalso depends on the device usage, read 1 book and turn it off18:39
berndhsbut for a device that basically runs all day, your would expect apps come and go18:39
lcukdepends18:40
*** MooseTheBrown has quit IRC18:40
lcukdoes it impact performance to leave it running?18:40
berndhssure, you use more memory, more power18:40
lcukis that quantifiable?18:40
*** Shanita has quit IRC18:41
lcukie "i have 512mb allocated and power is XYZ Ma18:41
berndhsyes its greater than zero power usage :)18:41
lcukie "i have 900mb allocated and power is XYZ Ma18:41
*** lainwir3d has quit IRC18:41
lcukDocScrutinizer, you normally know how something like that works18:41
DocScrutinizer?18:42
berndhsyou will start swapping if you have a lot of comatose apps around18:42
lcukpower usage for memory allocation18:42
*** himamura has joined #meego18:42
berndhsalso, some apps will keep generating data models that nobody looks at18:42
lcukdoes it drain battery faster to have fully allocated 1gb memory than if you keep memory footprint minimal18:42
DocScrutinizerallocation of memory quite usually doesn't change power usage18:42
lcukberndhs, different issue18:42
DocScrutinizermemory needs power to refresh18:43
berndhsits the same issue of assuming apps live indefinetely and don't close18:43
DocScrutinizerrefresh *usually* takes place for all available memory18:43
SpeedEvilIn principle the device could save power by turning off refresh on unallocated RAM18:43
DocScrutinizerit doesn't afaik18:43
SpeedEvilBut as you can only do this in quarters (typically) it's not going to18:43
SpeedEvilThere is no extra power used by RAM being full, if no swapping is occurring.18:44
SpeedEvilSwapping means more power use18:44
lcukthanks SpeedEvil18:44
DocScrutinizerdata transfer will eat considerable chunks of power18:44
berndhsyes but there will be swapping with unused apps that dont close18:44
lcukI assume though there would be quantifiable power usage for a MicroSD card inserted/removed18:44
lcukwhich would be like turning on/off a whole bank of memory18:44
SpeedEvilThe card is suspende when not used18:45
DocScrutinizerusually, yes18:45
*** bergie has quit IRC18:45
*** Moku has joined #meego18:45
DocScrutinizerexcept with the most retarded drivers18:45
berndhsbut seriously, assuming there is no cost to having apps not close is bad18:45
DocScrutinizerack18:45
*** Alison_Chaiken has joined #meego18:46
DocScrutinizerthey all will hog cpu to some extent18:46
DocScrutinizerif only for rendering in taskswitcher18:46
lcukberndhs, not assuming, just discussing18:46
lcukthe bug you have noticed may be a real bug18:46
lcukand hence should be sorted18:46
berndhssure, there will be some aspects where there is no cost18:46
lcukDocScrutinizer, yes18:47
lcukeach app rendering 854*480 is heavy18:47
*** pixelgeek has joined #meego18:47
timophlcuk: o/18:47
lcukhello timoph \o happy monday18:47
timoph"happy"18:47
lcuk:D18:47
lcukMonday is always happy18:47
timophsometimes18:48
lcukbecause you have memory of weekend + knowing only a few days to next one :P18:48
timoph:)18:48
berndhsi don't like sundays, so mondays are often a bit of a relief :)18:48
lcuki remade liqbook over the weekend18:48
lcukand plumbed in all the niven books I have18:48
lcuk:)18:48
lcukit even looks quite neat with the droid fonts o_O18:49
lcukhttp://liqbase.net/liq.20110725_163156.liqbookreader.scr.png18:49
SpeedEvillcuk: I hope you used a goodly amount of scrith in the foundations.18:49
lcukSpeedEvil, yes18:49
lcukI ordered latest niven book in hardback too18:49
*** slaine has quit IRC18:49
SpeedEvilI'm somewhat depressed about 'recent' niven.18:49
*** lainwir3d has joined #meego18:50
lcukwhich is a Louis Wu ringworld prequel :)18:50
SpeedEvilDid not enjoy the newer protector novels much18:50
*** jausmus_ has joined #meego18:50
lcuk"newer"?18:50
*** spenap has joined #meego18:50
SpeedEvil>1990?18:50
lcuklast few years he has done "* of worlds" novels with Edward Lerner18:51
lcuksounds reasonable18:51
lcukkinetic scrolling on a 2 page view is strange18:51
lcukso is autoscrolling actually but that is beside the point :P18:52
DocScrutinizerberndhs: I googled for "Langeweile am Sonntag / Kuchenessen mit Opa und Oma / Langeweile am Sonntag / Denkst Du liegst im Koma" , but obviously this song never made it from vinyl to internet :-)18:52
Unmenschlichis there a meego netbook version, that can be run on normal PCs?18:53
UnmenschlichI'm owning a hp tc1100 tablet-pc with an intel celeron and would like to use it there18:54
*** IonutGavaz has quit IRC18:56
*** mwichmann has joined #meego19:00
*** achipa has quit IRC19:00
*** reed has joined #meego19:01
*** dspeed has joined #meego19:05
*** helia_co has left #meego19:06
*** dspeed has quit IRC19:07
*** ware_ has joined #meego19:08
*** fffg has joined #meego19:14
*** gri has joined #meego19:14
*** arvind_k has quit IRC19:15
*** jausmus_ has quit IRC19:16
*** arvind_k has joined #meego19:16
*** jonwil has quit IRC19:16
*** achipa has joined #meego19:17
*** jausmus_ has joined #meego19:20
*** DawnFoster has joined #meego19:20
*** antman8969 has joined #meego19:21
*** dneary has joined #meego19:21
*** dneary has joined #meego19:21
*** spenap has quit IRC19:22
*** fffg has quit IRC19:23
*** mtux has quit IRC19:24
*** antman8969 has quit IRC19:25
*** antman8969_ has joined #meego19:25
griWhere are the translation files stored? (those used by qtTrId())19:28
*** antman8969_ has quit IRC19:29
*** aloril has quit IRC19:31
*** sergiusens has quit IRC19:34
*** balor has joined #meego19:37
krhugh, I give up... what provides pkgconfig(meegolocale)?19:37
Stskeepsmlite, hopefully19:38
Stskeepsbecause otherwise someone needs to be shot :P19:38
*** sergiusens has joined #meego19:39
krhhmm, I don't see that19:40
berndhsmeegolabs-ux-components-liblocale-devel I think19:40
Stskeepsah19:40
* krh looks19:40
*** jausmus_ is now known as jausmus19:40
berndhsshot is string, but lightly beaten for that name perhaps19:41
*** mlfoster has quit IRC19:41
berndhss/string/strong/19:41
infobotberndhs meant: shot is strong, but lightly beaten for that name perhaps19:41
krhwe're trying to phase out the -labs components, right?19:42
*** dl9pf has joined #meego19:43
*** dl9pf has joined #meego19:43
thiagogri: wherever the application placed them19:43
*** siji has quit IRC19:45
*** aloril has joined #meego19:45
*** mlfoster has joined #meego19:47
* auke walks in the office19:51
Stskeepsit's an auke!19:51
berndhsok, behave everyone19:52
*** rzr has joined #meego19:53
*** CosmoHill has joined #meego19:53
*** andyross has quit IRC19:59
aukeyeah watch out, it's monday :)20:00
*** andyross has joined #meego20:00
*** pohly has quit IRC20:00
* CosmoHill wondered what day it was a few hours ago20:01
berndhs4 hours ago it was tuesday in Fiji20:02
*** pavank10 has quit IRC20:03
grithiago: accounts-ui lets me define an catalog name which contains the translations ... but unfortunately I have no clue where it loads them from20:04
*** argretzi has joined #meego20:05
*** dspeed has joined #meego20:11
*** mato_ has quit IRC20:11
*** Unmenschlich has quit IRC20:13
*** Unmenschlich has joined #meego20:13
*** seif has quit IRC20:13
*** maour has quit IRC20:15
*** mato_ has joined #meego20:16
*** belkiss has joined #meego20:17
*** florian has quit IRC20:18
griOk, found what I was looking for in the meegotouch docs :)20:20
*** apol_ has joined #meego20:20
*** Mylano has joined #meego20:22
*** Unmenschlich has quit IRC20:23
*** Mylano has quit IRC20:23
*** Unmenschlich has joined #meego20:23
*** pixelgeek1 has joined #meego20:24
*** Alison_Chaiken has quit IRC20:24
*** pixelgeek has quit IRC20:24
*** seif has joined #meego20:26
*** azchris_ has joined #meego20:30
*** seif has quit IRC20:31
*** _wolf_ has quit IRC20:31
*** seif has joined #meego20:31
azchris_hello...does anyone know where i can find a nice concise list of meego 1.2 components?20:31
Stskeepsazchris_: http://build.meego.com - find project MeeGo:1.2:oss and click 'packages'20:31
*** himamura has quit IRC20:31
azchris_thanks Stskeeps!20:32
Stskeepsno problem20:32
*** himamura has joined #meego20:35
*** nielsslot has joined #meego20:35
*** Okazaki-san has quit IRC20:37
*** azchris_ has quit IRC20:38
*** tarantism has joined #meego20:39
*** ptl has quit IRC20:40
*** CoderForLife has joined #meego20:41
*** _wolf_ has joined #meego20:42
*** maour has joined #meego20:47
*** dneary has quit IRC20:48
*** ptl has joined #meego20:48
*** kraiskil has joined #meego20:59
*** Atarii has joined #meego21:00
*** lynxis has quit IRC21:00
*** poly__ has joined #meego21:00
lcukwhy is the sdk/workflow for apps so complex still21:01
lcukis the barrier of entry to make simple ihpone/android apps so high?21:02
lcukiphone21:02
ali1234iphone no, android is somewhere in the middle21:02
ali1234iphone is totally easy to set up the sdk21:02
lcukali1234, is iphone varrier simply requiring a mac?21:03
lcukb21:03
ali1234pretty much yeah21:03
*** vblazquez has quit IRC21:03
*** rcherian has quit IRC21:03
ali1234and you have to sign up for a mac store account to get the xcode21:03
*** andyross has quit IRC21:03
lcukcan you run xcode on other devices?21:03
ali1234and you have to pay $4.99 or something for the *good* version21:03
ali1234no21:03
lcukwell $4.99 ontop of cost of mac21:03
ali1234yeah :)21:04
lcukso its a marginal issue really21:04
ali1234unless you have issues giving away your personal details, sure21:04
lcukmeh21:04
ali1234with android, you have to find your own IDE21:04
ali1234but eclipse is the only one anyone uses21:04
lcuki gather windows phone is quite easy21:04
ali1234i happen to not like eclipse21:04
lcuki heard some folks getting visual studio starter versions etc21:05
ali1234and getting the sdk integrated with eclipse is kind of odd21:05
lcukeclipse is overwhelming to most humans21:05
ali1234and then you load up eclipse and it's like "now what?"21:05
ali1234yeah exactly21:05
ali1234windows phone is the easiest one by a long long long way21:05
ali1234no sign up, no fee, just download an exe from msdn, run it, wait a while, it's done21:05
ali1234run it, and the first thing you see is "what kind of app do you want to make?" wizard21:06
ali1234could literally not be any easier21:06
*** Armi^ has joined #meego21:06
lcukyeah I am used to vs21:06
ali1234i have not used VS in years but damn was it easy21:06
* lcuk nods21:06
lcukI ported liqflow to .net the other night21:06
ali1234it's all completely different to old versions too21:06
lcukwell, rewrote21:06
ali1234a lot better than i remember21:06
lcukyeah ali123421:06
ali1234QtCreator is pretty easy too... it's deploying where it breaks down21:07
lcukcode once, deploy anywhere *21:07
*** andyross has joined #meego21:08
ali1234* as long as you supply your own toolchain and packaging tools21:08
*** vblazquez has joined #meego21:08
lcuknahh21:08
lcukyou just have to ask venemo to do it21:08
ali1234heh21:09
* lcuk might consider venemo as a packaging tool21:09
ali1234i think he wrote the spec file for my app :)21:09
ali1234can't remember who it was21:10
*** timeless has quit IRC21:11
*** baraujo has quit IRC21:11
*** spenap has joined #meego21:12
*** piggz has joined #meego21:13
*** NishanthMenon has joined #meego21:15
*** rzr has quit IRC21:16
*** Unmenschlich has quit IRC21:20
*** dneary has joined #meego21:20
*** Unmenschlich has joined #meego21:23
*** khohm has quit IRC21:25
*** s-andy has joined #meego21:25
*** sirdancealot has quit IRC21:29
*** sirdancealot has joined #meego21:36
*** situ has joined #meego21:37
* lcuk goes playing football21:37
*** jevin has quit IRC21:39
*** Jade has quit IRC21:40
*** situ has quit IRC21:41
*** jevin has joined #meego21:42
*** jreznik has joined #meego21:45
*** the-light has joined #meego21:46
*** swc|666 has joined #meego21:48
*** ssvb has joined #meego21:49
*** antman8969 has joined #meego21:50
*** TSCHAKeee has quit IRC21:54
*** TSCHAKeee has joined #meego21:54
*** antman8969 has quit IRC22:00
*** antman8969 has joined #meego22:00
*** foolano has quit IRC22:02
*** RhymeswA has quit IRC22:07
*** tackat has joined #meego22:10
*** notmart has quit IRC22:10
berndhsyeah touch screens would be so much more useful if they could tell your fingers apart http://lists.meego.com/pipermail/meego-dev/2011-July/483878.html22:11
*** notmart has joined #meego22:11
*** antman8969 has quit IRC22:12
GeneralAntillesberndhs, there's always "tap to right of touchpoint" or "tap to left of touch point".22:12
berndhssort of, but not quite the same22:13
*** CaCO3 has quit IRC22:14
*** Hoolxi has quit IRC22:17
*** swc|666 has quit IRC22:17
*** Jade has joined #meego22:17
*** gri_ has joined #meego22:18
*** Hoolxi has joined #meego22:18
*** lbt has joined #meego22:18
*** gri has quit IRC22:21
*** dneary has quit IRC22:24
*** tbf_ has quit IRC22:24
*** wicket64 has joined #meego22:26
*** Atarii has quit IRC22:28
*** krau has quit IRC22:31
*** krau has joined #meego22:31
*** gri_ has quit IRC22:32
*** srag has quit IRC22:32
*** mwichmann has quit IRC22:34
*** Moku has quit IRC22:37
*** Moku has joined #meego22:40
lcuklol berndhs22:42
*** jreznik has quit IRC22:42
*** srag has joined #meego22:44
*** Hoolxi has quit IRC22:47
*** seif has quit IRC22:47
*** seif has joined #meego22:48
*** Hoolxi has joined #meego22:48
*** Riussi has quit IRC22:48
*** TheOpenSourcerer has left #meego22:50
*** kraiskil has quit IRC22:51
*** Moku has quit IRC22:51
*** the-light has quit IRC22:54
*** foolano has joined #meego22:58
*** Moku has joined #meego23:00
*** meegoexperts_mob has joined #meego23:03
*** juliank has quit IRC23:06
*** dneary has joined #meego23:11
*** DrGrov has joined #meego23:19
lbtmeegoexperts_mob: ping23:20
*** notmart has quit IRC23:24
*** SatanR1 has quit IRC23:33
*** CaCO3 has joined #meego23:38
meegoexperts_mobHi23:38
*** abhijeet has quit IRC23:38
CosmoHillyou're either on the phone or there's a lot of you23:40
lcukmeegoexperts_mob, good evening23:41
lcuki was talking to miika on Sunday23:41
lcukand suggested coming to the birmingham meetup23:41
lcukbut thursday nights dude23:41
lcukthursday nights23:41
lcukthey are (a) my local pub night23:41
meegoexperts_mobWould make a change you guys coming opposed to ducking out :-P23:41
lcukand (b) thursday23:41
lcuksee above23:41
meegoexperts_mobWhats a good night for you ?23:42
lcukwell we have been meeting on sundays during (shock) daytime afternoon hours23:42
lcukit works better transportation wise23:42
*** MarcA-N has joined #meego23:42
lcuknot that it really matters lol23:42
*** dmahurin has joined #meego23:42
lcukjust a bus either way for local meet23:43
MarcA-NAnyone here fluent in German?23:43
lcuknein23:43
*** fiferboy has quit IRC23:44
*** pokrutny has joined #meego23:45
*** jpetersen has quit IRC23:46
*** jpetersen has joined #meego23:47
*** fobos has quit IRC23:48
*** balor has quit IRC23:49
aukethere's quite a few germans in here23:49
berndhsi'm only fluent in german when i get paid for it :)23:49
*** tackat has quit IRC23:51
*** cyborg-one has quit IRC23:55
*** swc|666 has joined #meego23:57
lcukberndhs, auto translate app23:57
lcukhasn't google got one23:58
khertan<khertan> c-obs is funny ... can't use + in filename23:58
khertan<khertan> https://build.pub.meego.com/package/files?package=python-setuptools&project=home%3Akhertan23:58
khertan<khertan> so build failed of course23:58
khertanany idea ?23:58
berndhsgoogle translate is terrible for german <->english23:58
khertanfor other language too :)23:58
lcukdunno23:58

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!