*** Phazorx has quit IRC | 00:00 | |
*** MiskaX has quit IRC | 00:01 | |
*** MiskaX has joined #meego | 00:02 | |
*** SWFu has quit IRC | 00:02 | |
*** hurewitz has joined #meego | 00:02 | |
*** mmeeks has quit IRC | 00:03 | |
GAN900 | Platform fragmentation is so much fun. | 00:04 |
---|---|---|
*** CosmoHill has quit IRC | 00:07 | |
*** bpeel is now known as bpeel_away | 00:08 | |
thiago | lcuk: the UIs are being designed for 800x480 on handsets | 00:09 |
*** eti has joined #meego | 00:09 | |
thiago | I have no idea what the other segments use | 00:09 |
thiago | netbooks seem to do fine on 1024x600 | 00:09 |
*** dvoid has joined #meego | 00:11 | |
*** panaggio has joined #meego | 00:11 | |
*** CosmoHill has joined #meego | 00:13 | |
*** range has joined #meego | 00:13 | |
lcuk | thiago, what about 800*480 or even future above sized? arent apps for handheld meant to work on netbook etc? qt deploy anywhere? | 00:14 |
thiago | Qt doesn't stop developers from doing stupid things | 00:14 |
*** MiskaX has quit IRC | 00:14 | |
thiago | I'm not saying they are doing stupid things, though. But I also don't know if anyone has ever tested outside 800x480 or similar resolutions. | 00:15 |
*** jreznik has quit IRC | 00:15 | |
threezero | deploy anywhere doesn't mean that you should deploy everywhere | 00:15 |
threezero | without proper modifications | 00:15 |
lcuk | threezero, but artificially not making use of standard qt features | 00:15 |
*** MiskaX has joined #meego | 00:15 | |
*** Dextralus has quit IRC | 00:15 | |
lcuk | desktop qt apps are usually written to handle a grab bar | 00:15 |
lcuk | dynamic resizing? | 00:16 |
lcuk | errr desktop apps | 00:16 |
thiago | desktop Widget-based apps use layouts, yes | 00:16 |
thiago | handset apps are using libmeegotouch | 00:16 |
thiago | the layout system there is different | 00:16 |
threezero | libmeegotouch apps have a defined screen size | 00:17 |
w00t_ | I think libmt's window size is actually hardcoded too (at least right now) | 00:17 |
w00t_ | I haven't looked at that for a long while though so I may be wrong | 00:17 |
threezero | w00t_, it's configurable by the theme iirc | 00:17 |
lcuk | what about using same apps on symbian qt deployments? | 00:18 |
lcuk | they have lower resolution screens dont they? | 00:18 |
lcuk | ie n97 etc | 00:18 |
threezero | depends, does symbian have libmt? | 00:18 |
*** felipec has quit IRC | 00:18 | |
lcuk | it has qt | 00:18 |
lcuk | so i keep hearing | 00:18 |
w00t_ | symbian is a bit of a special case | 00:18 |
w00t_ | i.e. it usually requires (a lot of) workarounds for libraries and stuff to work, and work well on there | 00:19 |
w00t_ | I don't know if anyone has done that to libmt yet | 00:19 |
lcuk | thats in the qt framework though? | 00:19 |
w00t_ | yes, but it isn't just a case of "do it here and it's done" | 00:19 |
thiago | libmeegotouch won't run on Symbian | 00:19 |
w00t_ | (an author can write one book, but that doesn't make it a trilogy) | 00:19 |
thiago | so to make cross-platform apps, you mustn't use libmeegotouch | 00:19 |
*** range has quit IRC | 00:20 | |
w00t_ | thiago: I don't think there's any real technical barrier to that though, apart from "hasn't been done", no? | 00:20 |
threezero | if you want to make a good cross-platform app, you'll keep the core logic separate from the UI | 00:20 |
thiago | w00t_: well, the use of contextkit is one | 00:20 |
thiago | the use of autotools to build is another | 00:20 |
lcuk | is gravity written in qt? | 00:20 |
w00t_ | it doesn't use autotools | 00:20 |
w00t_ | it uses qmake with a configure script to set up some bits and pieces | 00:20 |
mikhas | threezero, that does not scale if your app is mostly UI | 00:21 |
threezero | then do a UI in libmt, and one for symbian using whatever it uses, and one in vanilla qt for netbook | 00:21 |
mikhas | yeah right ... | 00:21 |
w00t_ | lcuk: no | 00:21 |
lcuk | ok | 00:21 |
mikhas | sounds nice in theory =p | 00:21 |
lcuk | reasonable enough :P | 00:21 |
threezero | mikhas, then you may want to use something like qml or qt-web runtime to do you app | 00:21 |
w00t_ | mikhas: evening :) | 00:21 |
threezero | s/you/your | 00:21 |
mikhas | heya | 00:21 |
threezero | qwrt seems like the only sane way to write a pure cross platform app | 00:22 |
lcuk | just regular simple, baseline html :P | 00:22 |
mikhas | since I am just back from GUADEC the right answer is of course that I write all my apps in HTML5 + JavaScript, of course - *that's* "cross-platform" =p | 00:22 |
thiago | w00t_: contextkit does, I think | 00:23 |
mikhas | threezero, I wouldnt say "sane" - for example, Wt (http://en.wikipedia.org/wiki/Wt_–_Web_toolkit) felt quite sane | 00:23 |
w00t_ | Qt on its own will work, for the time being, I think(/hope?) QML becomes more capable | 00:23 |
w00t_ | thiago: ah, didn't think of dependencies | 00:23 |
mikhas | you'd code in C++, and Wt generates your app using HTML + JS | 00:24 |
thiago | anyway, we in Qt DF think Qt Quick is the solution | 00:24 |
lcuk | heh mikhas | 00:24 |
thiago | we're making that cross-platform | 00:24 |
thiago | it runs just fine on Symbian and on MeeGo | 00:24 |
threezero | Qt Quick == qtml? | 00:24 |
mikhas | Qt Quick is the whole QML stack, threezero | 00:24 |
w00t_ | thiago: so long as "cross platform" doesn't just mean "builds and runs", because I think that's such a cop-out, and is my current beef with it :p | 00:25 |
mikhas | simulator, tools, and whatnot | 00:25 |
w00t_ | (as in, I'd like to see it make effort to fit in where it's running too) | 00:25 |
w00t_ | (where applicable..) | 00:25 |
lcuk | speaking of fitting in - you cant really "theme" an iphone can you? | 00:26 |
lcuk | ie everything looks solidly the same as it has on every device | 00:26 |
mikhas | even QML abstraction will leak once you realize that different devices require different user interaction | 00:26 |
threezero | lcuk, on every device meaning "the only" device? | 00:26 |
*** MiskaX has quit IRC | 00:26 | |
lcuk | threezero, i mean every instance of an iphone | 00:26 |
thiago | that's why you'd make different QML files for (very) different devices | 00:26 |
mikhas | and depending on how sophisticated your UI is, you end up with a lot of QML to maintain | 00:27 |
lcuk | with maemo and meego i gather, no 2 devices will look the same | 00:27 |
mikhas | that's what I call leaky | 00:27 |
lcuk | i constantly see screenshots of apps with a totally different face because of some theme or other | 00:27 |
mikhas | it's the same crossplatform story I get if I only use enough ifdefs | 00:27 |
mikhas | anyway, I hope Qt Quick lives up to its promises | 00:28 |
mikhas | (no, seriously) | 00:28 |
lcuk | in other news: | 00:28 |
*** MiskaX has joined #meego | 00:28 | |
lcuk | the sun has unleashed a coronal mass ejection towards Earth | 00:28 |
mikhas | eight minutes to shutdown the servers! | 00:29 |
lcuk | http://science.slashdot.org/story/10/08/02/2028228/The-Sun-Unleashes-Coronal-Mass-Ejection-At-Earth?from=twitter | 00:29 |
lcuk | sod the servers, i just washed my hair | 00:29 |
*** yael has quit IRC | 00:30 | |
*** koupsaa has quit IRC | 00:31 | |
*** koupsaa has joined #meego | 00:31 | |
*** range has joined #meego | 00:33 | |
*** abinader has quit IRC | 00:33 | |
*** mdavison has joined #meego | 00:34 | |
mdavison | Hey all | 00:34 |
mdavison | i've got a question about meego specifications | 00:35 |
mdavison | is anyone here who can help me with that? | 00:35 |
*** marciom has quit IRC | 00:38 | |
mdavison | im looking for something similar to what Moblin has | 00:38 |
*** theopensourcerer has left #meego | 00:38 | |
mdavison | its a doc called Moblin_v2_Compliance_Spec_v1.9.0.pdf | 00:38 |
*** marciom has joined #meego | 00:38 | |
mdavison | is there anything of that sort available for MeeGo? | 00:39 |
auke | if there's anything then it's on the wiki | 00:39 |
*** Dabz has joined #meego | 00:39 | |
auke | I don't think there is yet though, but I don't know for sure, sorry | 00:39 |
mdavison | i looked up at the wiki but i couldnt get any | 00:40 |
*** Dabz has left #meego | 00:40 | |
mdavison | auke: actually I'm intrested in software packages and their versions | 00:40 |
threezero | mdavison, post the question to the meego-dev mailing list | 00:40 |
auke | agreed, best place to discuss this is the meego mailinglist | 00:41 |
threezero | mdavison, if you just want packages, that's a bit easier | 00:41 |
auke | the -community list also works, I bet | 00:41 |
threezero | but it depends on your target (netbook, handset, foo) | 00:41 |
mdavison | threezero: a friend of mine posted the question on meego-packaging mailing list in the morning | 00:41 |
auke | what topic? | 00:41 |
mdavison | [meego-packaging] MeeGo Specifications | 00:42 |
mdavison | here's the link | 00:42 |
mdavison | http://lists.meego.com/pipermail/meego-packaging/2010-August/000609.html | 00:42 |
mdavison | we decided to look at IRC as our last resort | 00:42 |
mdavison | threezero: auke, we are actually trying to support MeeGo on our development system | 00:43 |
mdavison | as a target operating system. our development system is a derivative of OpenEmbedded | 00:43 |
*** timeless has joined #meego | 00:43 | |
mdavison | thats why we are interested in the packages and their appropriate version | 00:43 |
*** notmart has quit IRC | 00:43 | |
mdavison | we'd appreciate any help in this regard | 00:44 |
threezero | there is a package list that gets published with the download images | 00:44 |
threezero | iirc, it has the package versions in them | 00:44 |
*** MiskaX has quit IRC | 00:45 | |
mdavison | threezero: thanks | 00:45 |
threezero | for example: http://repo.meego.com/MeeGo/releases/1.0/netbook/images/meego-netbook-chromium-ia32/meego-netbook-chromium-ia32-1.0-20100524.1.packages | 00:45 |
mdavison | threezero: thats really helpful | 00:46 |
mdavison | any idea of a formal document? Or perhaps any plans for a formal compliance document? | 00:46 |
mdavison | or perhaps its a bit too early for it? | 00:47 |
threezero | no idea. | 00:47 |
threezero | it may be too early for one | 00:47 |
mdavison | yea it seems that way | 00:47 |
auke | mdavison: I think there will be one eventually, just nothing yet | 00:47 |
*** ctusar has quit IRC | 00:47 | |
mdavison | auke: threezero, thanks so much for the help | 00:48 |
mdavison | we really appreciate it | 00:48 |
*** marciom has quit IRC | 00:48 | |
*** pmcgowan has quit IRC | 00:49 | |
*** choppa has quit IRC | 00:49 | |
*** andre__ has quit IRC | 00:49 | |
*** alvaro__ has quit IRC | 00:49 | |
*** MiskaX has joined #meego | 00:52 | |
*** smaug has quit IRC | 00:53 | |
*** diegohcg has quit IRC | 00:53 | |
auke | mdavison: I pinged some people behind the scenes about something official, perhaps they'll get to it :) | 00:54 |
DawnFoster | I can say that the compliance doc is a big priority for us right now, and there are a few people working to get something published. | 00:55 |
*** perry753 has quit IRC | 00:55 | |
DawnFoster | I'm hoping to have a discussion about compliance in the TSG meeting on Wednesday, but I'm still working with Imad / Valtteri to finalize an agenda, so no promises. If so, it would be an update for discussion and not something final. | 00:56 |
lbt | oh hey DawnFoster wb | 00:56 |
*** ulfhofemeier has joined #meego | 00:56 | |
ulfhofemeier | Hi | 00:56 |
DawnFoster | hi guys | 00:56 |
auke | DawnFoster: ha! thanks for replying | 00:57 |
*** ulfhofemeier is now known as UlfHofemeier | 00:57 | |
mdavison | auke: thats great | 00:57 |
trem | nite all, sweet dreams | 00:57 |
*** ninan has quit IRC | 00:58 | |
mdavison | It'll actually help if we have some firm documented stuff | 00:58 |
mdavison | thanks again | 00:58 |
*** kitu has quit IRC | 00:58 | |
*** vgrade_netbook has joined #meego | 00:58 | |
mdavison | 3.00 AM -> Time to sleep :) .. see ya all tomorrow .. bye | 00:58 |
*** vgrade has quit IRC | 01:01 | |
*** MiskaX has quit IRC | 01:01 | |
*** mitsutaka has quit IRC | 01:02 | |
lcuk | UlfHofemeier, \o | 01:02 |
*** dani_l has quit IRC | 01:04 | |
*** vgrade has joined #meego | 01:05 | |
*** setanta has quit IRC | 01:06 | |
*** dcordes_ has joined #meego | 01:07 | |
*** ninan has joined #meego | 01:08 | |
*** Tsarpf has quit IRC | 01:08 | |
*** Tsarpf has joined #meego | 01:08 | |
*** ahma has quit IRC | 01:08 | |
*** MiskaX has joined #meego | 01:08 | |
*** dani_l has joined #meego | 01:09 | |
*** ahma has joined #meego | 01:09 | |
*** ninan_ has joined #meego | 01:10 | |
*** heffer has quit IRC | 01:12 | |
*** dani_l has quit IRC | 01:14 | |
*** NishanthMenon has quit IRC | 01:14 | |
*** dvoid has quit IRC | 01:17 | |
*** MiskaX has quit IRC | 01:17 | |
*** trem has quit IRC | 01:18 | |
*** MiskaX has joined #meego | 01:18 | |
*** dani_l has joined #meego | 01:19 | |
*** Tsarpf has quit IRC | 01:23 | |
*** rex has quit IRC | 01:25 | |
*** rex has joined #meego | 01:26 | |
*** ninan_ has quit IRC | 01:26 | |
UlfHofemeier | Hi Dawn | 01:27 |
DawnFoster | UlfHofemeier: hey! how's it going? Haven't heard from you in a while. | 01:27 |
*** MiskaX has quit IRC | 01:28 | |
*** vgrade_netbook has quit IRC | 01:28 | |
*** MiskaX has joined #meego | 01:29 | |
*** eti has quit IRC | 01:29 | |
UlfHofemeier | DawnFoster: Very good. Thanks for asking. How are things with you? | 01:29 |
*** panaggio has quit IRC | 01:31 | |
DawnFoster | UlfHofemeier: good, thanks! | 01:31 |
UlfHofemeier | DawnFoster: -> query | 01:31 |
*** SWFu has joined #meego | 01:33 | |
*** pramodxyle has quit IRC | 01:34 | |
*** MiskaX has quit IRC | 01:39 | |
*** MiskaX has joined #meego | 01:39 | |
*** Patina has quit IRC | 01:45 | |
*** RhymeswAlbert has quit IRC | 01:47 | |
*** eti has joined #meego | 01:47 | |
*** RhymeswAlbert has joined #meego | 01:47 | |
*** kkszysiu has joined #meego | 01:51 | |
*** MiskaX has quit IRC | 01:52 | |
*** MiskaX has joined #meego | 01:53 | |
*** zaheerm has quit IRC | 01:53 | |
*** dailylinux has quit IRC | 01:55 | |
*** RhymeswAlbert has quit IRC | 01:59 | |
*** DrIDK has joined #meego | 01:59 | |
*** tackat has quit IRC | 02:04 | |
*** dcordes_ has quit IRC | 02:04 | |
*** MiskaX has quit IRC | 02:06 | |
*** MiskaX has joined #meego | 02:06 | |
*** Patina has joined #meego | 02:10 | |
*** luck has quit IRC | 02:13 | |
*** chriadam|away is now known as chriadam | 02:14 | |
*** eti has quit IRC | 02:14 | |
*** MiskaX has quit IRC | 02:16 | |
*** MiskaX has joined #meego | 02:16 | |
*** mikhas has quit IRC | 02:19 | |
*** vblazquez has quit IRC | 02:20 | |
*** sheepbat has joined #meego | 02:22 | |
*** smhar has quit IRC | 02:24 | |
*** sirpengi has quit IRC | 02:25 | |
*** MiskaX has quit IRC | 02:27 | |
*** ScottishDuck has quit IRC | 02:28 | |
*** MiskaX has joined #meego | 02:28 | |
*** DrIDK has quit IRC | 02:31 | |
*** ScottishDuck has joined #meego | 02:31 | |
*** tearms has joined #meego | 02:33 | |
*** tearms has quit IRC | 02:38 | |
*** tearms has joined #meego | 02:39 | |
*** githogori has quit IRC | 02:39 | |
*** mitsutaka has joined #meego | 02:43 | |
*** fnordianslip has quit IRC | 02:43 | |
*** igordantas has joined #meego | 02:44 | |
*** igordantas has left #meego | 02:44 | |
*** Annagul has quit IRC | 02:46 | |
vgrade | IVI UX up on O2 Joggler (GMA500), http://www.youtube.com/watch?v=JVL8I1B6uPs | 02:52 |
*** RangerBob has joined #meego | 02:53 | |
CosmoHill | vgrade: oooo | 02:53 |
CosmoHill | shiny | 02:53 |
vgrade | I love this kickstart stuff | 02:54 |
vgrade | Makes it really easy to mix and match stuff | 02:54 |
vgrade | took more time to write the image than to create a .ks | 02:55 |
chriadam | vgrade: vnice, framerate seems fantastic, not seeing any jitters or skips | 02:55 |
vgrade | all this on old intel hw | 02:55 |
*** SWFu has quit IRC | 02:55 | |
*** heliocastro has joined #meego | 02:56 | |
*** heliocastro has joined #meego | 02:56 | |
*** SWFu has joined #meego | 02:57 | |
chriadam | vgrade: the close button in the lower left appears to not pick up touch events, sometimes.. hardware issue? | 02:57 |
* CosmoHill gives vgrade a cookie for his work | 02:59 | |
chriadam | but yeah, totally impressive, nice work | 03:00 |
CosmoHill | cyas | 03:00 |
vgrade | night CosmoHIll | 03:00 |
vgrade | early start tomorrow with the meeting | 03:00 |
*** infobot has quit IRC | 03:01 | |
CosmoHill | hmm infobot has gone | 03:01 |
CosmoHill | I've been having problems with my bots leaving too | 03:01 |
*** CosmoHill has quit IRC | 03:02 | |
vgrade | chriadam, not sure as its difficult to prod when your looking through camera | 03:02 |
*** infobot has joined #meego | 03:02 | |
*** SWFu has quit IRC | 03:03 | |
*** jpetersen has quit IRC | 03:04 | |
*** MiskaX has quit IRC | 03:05 | |
*** ie has joined #meego | 03:08 | |
*** mlfoster has quit IRC | 03:08 | |
*** MiskaX has joined #meego | 03:11 | |
*** andyross has quit IRC | 03:11 | |
*** RangerBob has quit IRC | 03:15 | |
*** lsm5 has quit IRC | 03:15 | |
*** MiskaX has quit IRC | 03:16 | |
*** MiskaX has joined #meego | 03:16 | |
*** jd has quit IRC | 03:16 | |
*** jd has joined #meego | 03:17 | |
*** mwichmann has quit IRC | 03:19 | |
*** fangtao has joined #meego | 03:21 | |
*** sirpengi has joined #meego | 03:26 | |
*** MiskaX has quit IRC | 03:28 | |
*** MiskaX has joined #meego | 03:29 | |
*** Erkan_Yilmaz_ has joined #meego | 03:32 | |
*** rcc has quit IRC | 03:34 | |
*** Erkan_Yilmaz has quit IRC | 03:36 | |
*** koupsaa has quit IRC | 03:39 | |
*** MiskaX has quit IRC | 03:40 | |
*** pramodxyle has joined #meego | 03:43 | |
*** andyross has joined #meego | 03:43 | |
*** MiskaX has joined #meego | 03:47 | |
*** dcordes has joined #meego | 03:47 | |
*** W_I has quit IRC | 03:47 | |
*** dcordes has left #meego | 03:50 | |
*** andyross has quit IRC | 03:51 | |
*** exman3 has quit IRC | 03:51 | |
*** swc|666 has quit IRC | 03:52 | |
*** exman has joined #meego | 03:52 | |
*** luist has joined #meego | 03:55 | |
*** pmcgowan has joined #meego | 03:58 | |
*** MiskaX has quit IRC | 03:58 | |
*** luist has left #meego | 03:58 | |
*** MiskaX has joined #meego | 04:05 | |
*** amjad has joined #meego | 04:10 | |
*** MiskaX has quit IRC | 04:11 | |
*** glin has joined #meego | 04:15 | |
*** glin has joined #meego | 04:15 | |
*** zlimvos has quit IRC | 04:16 | |
*** MiskaX has joined #meego | 04:17 | |
*** SunilThaha has joined #meego | 04:20 | |
*** lsm5 has joined #meego | 04:20 | |
*** amjad has quit IRC | 04:21 | |
*** lsm5 has quit IRC | 04:22 | |
*** lsm5 has joined #meego | 04:24 | |
*** TermanaN900 has joined #meego | 04:26 | |
*** MiskaX has quit IRC | 04:27 | |
*** MiskaX has joined #meego | 04:28 | |
*** MiskaX has quit IRC | 04:32 | |
*** MiskaX has joined #meego | 04:32 | |
*** pramodxyle has quit IRC | 04:36 | |
*** vaughan has joined #meego | 04:39 | |
*** vaughan is now known as Guest55413 | 04:39 | |
*** MiskaX has quit IRC | 04:47 | |
*** MiskaX has joined #meego | 04:48 | |
*** bitkiller has quit IRC | 04:51 | |
*** SunilThaha has quit IRC | 04:52 | |
*** MiskaX has quit IRC | 04:52 | |
*** MiskaX has joined #meego | 04:53 | |
*** TermanaN900 has quit IRC | 04:53 | |
*** TermanaN900 has joined #meego | 04:53 | |
*** heliocastro has quit IRC | 04:54 | |
*** pmcgowan has quit IRC | 05:00 | |
*** MiskaX has quit IRC | 05:10 | |
*** MiskaX has joined #meego | 05:11 | |
*** otep has joined #meego | 05:11 | |
*** sar3th is now known as sar3th|vacation | 05:13 | |
*** radhermit has quit IRC | 05:16 | |
*** exman has quit IRC | 05:18 | |
*** UlfHofemeier has quit IRC | 05:19 | |
*** exman has joined #meego | 05:19 | |
*** MiskaX has quit IRC | 05:20 | |
*** radhermit has joined #meego | 05:20 | |
*** UlfHofemeier has joined #meego | 05:20 | |
*** MiskaX has joined #meego | 05:21 | |
*** andyross has joined #meego | 05:25 | |
*** TermanaN900 has quit IRC | 05:26 | |
*** MiskaX has quit IRC | 05:26 | |
*** TermanaN900 has joined #meego | 05:26 | |
*** Koteswara has quit IRC | 05:28 | |
*** tearms has quit IRC | 05:29 | |
*** UlfHofemeier has quit IRC | 05:30 | |
*** mitsutaka_ has joined #meego | 05:31 | |
*** MiskaX has joined #meego | 05:32 | |
*** mitsutaka has quit IRC | 05:33 | |
*** andyross has quit IRC | 05:38 | |
*** MiskaX has quit IRC | 05:43 | |
*** askawu has quit IRC | 05:45 | |
*** askawu has joined #meego | 05:45 | |
*** MiskaX has joined #meego | 05:55 | |
*** andyross has joined #meego | 06:00 | |
*** MiskaX has quit IRC | 06:08 | |
*** Unmenschlich has joined #meego | 06:09 | |
*** Unmensch has quit IRC | 06:10 | |
*** jkridner1 has quit IRC | 06:12 | |
*** jkridner1 has joined #meego | 06:14 | |
*** MiskaX has joined #meego | 06:15 | |
*** TSCHAKeee has quit IRC | 06:20 | |
*** MiskaX has quit IRC | 06:20 | |
*** TSCHAKeee has joined #meego | 06:20 | |
*** TSCHAKeee has left #meego | 06:21 | |
*** MiskaX has joined #meego | 06:21 | |
*** bfree has quit IRC | 06:23 | |
*** RhymeswAlbert has joined #meego | 06:24 | |
*** fangtao has quit IRC | 06:26 | |
*** slonopotamus has quit IRC | 06:28 | |
*** pramodxyle has joined #meego | 06:28 | |
*** hari_ has joined #meego | 06:29 | |
*** MiskaX has quit IRC | 06:31 | |
*** MiskaX has joined #meego | 06:32 | |
*** Jackiewu has left #meego | 06:36 | |
*** MiskaX has quit IRC | 06:37 | |
*** MiskaX has joined #meego | 06:37 | |
*** bfree has joined #meego | 06:37 | |
*** akeripper has quit IRC | 06:43 | |
*** MiskaX has quit IRC | 06:46 | |
*** neopsis has joined #meego | 06:46 | |
*** Koteswara has joined #meego | 06:52 | |
*** MiskaX has joined #meego | 06:53 | |
*** lsm5 has quit IRC | 06:56 | |
*** ZogG has quit IRC | 06:58 | |
*** ZogG has joined #meego | 06:59 | |
*** swc|666 has joined #meego | 07:01 | |
*** ius has quit IRC | 07:02 | |
*** MiskaX has quit IRC | 07:03 | |
*** MiskaX has joined #meego | 07:04 | |
*** dolp has quit IRC | 07:05 | |
*** perry753 has joined #meego | 07:05 | |
*** ius has joined #meego | 07:06 | |
*** MiskaX has quit IRC | 07:09 | |
*** pramodxyle has quit IRC | 07:15 | |
Macer | hm | 07:16 |
Macer | 1.0.1 huh? :) | 07:16 |
Macer | how is the n900 dev going? | 07:16 |
*** githogori has joined #meego | 07:21 | |
*** MiskaX has joined #meego | 07:21 | |
*** thiago has quit IRC | 07:23 | |
*** andyross has quit IRC | 07:28 | |
DawnFoster | Just a quick reminder that the community office meeting is in about 30 minutes: http://wiki.meego.com/Community_Office/Meetings for anyone wanting to attend. | 07:28 |
*** andyross has joined #meego | 07:29 | |
*** wasikevin has joined #meego | 07:30 | |
*** andyross has quit IRC | 07:31 | |
*** pramodxyle has joined #meego | 07:31 | |
*** andyross has joined #meego | 07:31 | |
*** DocScrutinizer has quit IRC | 07:34 | |
*** MiskaX has quit IRC | 07:34 | |
*** MiskaX has joined #meego | 07:35 | |
*** srag has quit IRC | 07:35 | |
*** aleksandar has joined #meego | 07:40 | |
*** ChildOfGod has joined #meego | 07:42 | |
*** ubIx has joined #meego | 07:46 | |
*** MiskaX has quit IRC | 07:46 | |
*** MiskaX has joined #meego | 07:47 | |
*** rohitawasthi has joined #meego | 07:48 | |
*** mitsutaka_ has quit IRC | 07:48 | |
*** mitsutaka has joined #meego | 07:49 | |
*** mitsutaka has quit IRC | 07:49 | |
rohitawasthi | hi..I am new at developing programs for other thn computer | 07:49 |
*** ubIx_ has quit IRC | 07:49 | |
*** srag has joined #meego | 07:50 | |
*** DocScrutinizer has joined #meego | 07:52 | |
*** MaJ has quit IRC | 07:52 | |
*** rohitawasthi has quit IRC | 07:55 | |
*** mitsutaka has joined #meego | 07:55 | |
*** MiskaX has quit IRC | 07:56 | |
*** timeless_mbp has quit IRC | 07:56 | |
*** MiskaX has joined #meego | 07:57 | |
*** Jisong has joined #meego | 07:57 | |
*** qgil has joined #meego | 08:00 | |
*** qgil has quit IRC | 08:01 | |
*** leaf__ has joined #meego | 08:02 | |
*** leaf__ is now known as Guest53437 | 08:02 | |
*** Guest53437 has left #meego | 08:03 | |
*** MiskaX has quit IRC | 08:05 | |
*** rwhitby is now known as rwhitby-pre | 08:06 | |
*** MiskaX has joined #meego | 08:07 | |
*** Unmenschlich has quit IRC | 08:08 | |
*** Unmenschlich has joined #meego | 08:08 | |
*** Jenna has joined #meego | 08:11 | |
*** W_I has joined #meego | 08:13 | |
*** hari_ has quit IRC | 08:13 | |
*** hari__ has joined #meego | 08:13 | |
*** poutsi has joined #meego | 08:16 | |
*** MiskaX has quit IRC | 08:17 | |
*** MiskaX has joined #meego | 08:18 | |
*** MaJ has joined #meego | 08:19 | |
*** wasikevin has quit IRC | 08:22 | |
*** TSCHAKeee has joined #meego | 08:23 | |
*** MiskaX has quit IRC | 08:23 | |
*** MiskaX has joined #meego | 08:23 | |
*** mdavison has quit IRC | 08:25 | |
*** rwhitby-pre is now known as rwhitby | 08:30 | |
*** hhartz has joined #meego | 08:31 | |
*** slonopotamus has joined #meego | 08:31 | |
*** dazo_afk is now known as dazo | 08:32 | |
*** timoph|away is now known as timoph | 08:33 | |
*** MiskaX has quit IRC | 08:37 | |
*** W_I has quit IRC | 08:43 | |
*** andyross has quit IRC | 08:44 | |
*** MacDrunk has joined #meego | 08:46 | |
Jisong | any one here? | 08:49 |
Stskeeps | sortof | 08:49 |
*** ali_z has joined #meego | 08:49 | |
ali_z | hi all, I get black screen while run 'startmeego' in the meego-netbook-sdk env. | 08:50 |
ali_z | how could i do? | 08:50 |
Jisong | sorry | 08:50 |
Jisong | I working for meego handset | 08:50 |
Jisong | Stskeeps: what you interest in? | 08:51 |
ali_z | Jisong: thanks, | 08:51 |
*** ayoy has joined #meego | 08:51 | |
Stskeeps | Jisong: i work on nokia n900 hardware adaptation team, using meego handset software on there | 08:52 |
Jisong | Stskeeps: so, you are a nokia employee? | 08:53 |
Stskeeps | no, i'm a sub-sub-contractor, but practically i'm from maemo.org, but working on meego | 08:53 |
Stskeeps | :P | 08:53 |
Jisong | Stskeeps: complicate... | 08:54 |
Jisong | Stskeeps: you come from US? | 08:54 |
*** folnin has joined #meego | 08:54 | |
Stskeeps | Jisong: poland | 08:54 |
*** MiskaX has joined #meego | 08:55 | |
*** mitsutaka has quit IRC | 08:55 | |
Jisong | Stskeeps: I want to join to the meego touch project, but i knew nothing about the open source style. | 08:55 |
Jisong | have you already join to some project in meego ? | 08:56 |
*** hhartz has quit IRC | 08:56 | |
Stskeeps | Jisong: best way is to try and submit patches, see their reactions, if there's some materials you're missing, ask for them | 08:56 |
*** mitsutaka has joined #meego | 08:57 | |
ChildOfGod | ali_z: what graphics shipset do you have? | 08:57 |
ChildOfGod | chipset* | 08:57 |
ali_z | ChildOfGod: VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10) | 08:57 |
Jisong | Stskeeps: I have tried to contact with admin of the meego touch project, and told him my suggestion about naming convension and other things, but it seems no react from him... | 08:58 |
Stskeeps | Jisong: admins on gitorious usually have nothing to deal with it :/ | 08:58 |
*** mitsutaka has quit IRC | 08:59 | |
Jisong | Stskeeps: uh.... what should I do for my suggestion | 08:59 |
ali_z | ChildOfGod: I could get meego-handset-sdk normally several days ago, and now it is still working. | 09:00 |
Jisong | Stskeeps: my suggestion related to so many source code lines. I can't patch it by myself... | 09:01 |
Stskeeps | Jisong: mailing list, i think | 09:01 |
ChildOfGod | ali_z: intel should work | 09:01 |
Jisong | Stskeeps: Yeah, I did that... but, still no responce... | 09:01 |
ChildOfGod | kindly paste me the output of /var/log/syslog on your host system (not the chroot) | 09:01 |
ChildOfGod | ali_z: ^ | 09:01 |
ChildOfGod | use pastebin | 09:01 |
ali_z | ChildOfGod: but i could only see the background at first, and then it could not show the whole desktop but a black screen | 09:02 |
*** rantom has quit IRC | 09:02 | |
*** MiskaX has quit IRC | 09:02 | |
Jisong | ali_z: one of my collegue has same problem. I update qt to 4.7.0 then problem occured. | 09:03 |
*** MiskaX has joined #meego | 09:03 | |
*** tekojo has joined #meego | 09:03 | |
*** rwhitby has quit IRC | 09:03 | |
*** mitsutaka has joined #meego | 09:04 | |
*** hari__ has quit IRC | 09:05 | |
*** rwhitby has joined #meego | 09:05 | |
ChildOfGod | ok. | 09:05 |
*** Sage has quit IRC | 09:06 | |
ChildOfGod | did you check the md5sum of the sdk you downloaded? | 09:06 |
*** slonopotamus has quit IRC | 09:06 | |
*** RhymeswAlbert has left #meego | 09:07 | |
ali_z | Jisong: I use the meego-netbook-sdk, and the qt version is 'qt-4.7.0~prerelease-6.2.i586' | 09:07 |
*** zirahvi has quit IRC | 09:07 | |
ali_z | Jisong: should i update to which version? | 09:07 |
*** Sage has joined #meego | 09:07 | |
*** swc|666 has quit IRC | 09:07 | |
*** slonopotamus has joined #meego | 09:07 | |
ali_z | ChildOfGod: how to use pastebin? | 09:08 |
*** jjo has quit IRC | 09:08 | |
Jisong | ali_z: No, I think update may cause problem... | 09:08 |
ali_z | Jisong: oh, sorry to misunderstanding. | 09:09 |
*** jjo has joined #meego | 09:09 | |
ali_z | Jisong: then should i downgrade the qt package? | 09:09 |
Jisong | ali_z: Ha, it's ok, my english is tragic... | 09:10 |
ChildOfGod | http://pastebin.ca | 09:10 |
Jisong | ali_z: I have no idea, but you should show your boot log. | 09:10 |
ChildOfGod | ali_z: sorry, wait | 09:11 |
ChildOfGod | http://fpaste.org | 09:11 |
*** timoph has quit IRC | 09:11 | |
ali_z | Jisong: i will when i learned how to use pastebin, and thank you | 09:12 |
*** poutsi has quit IRC | 09:12 | |
ali_z | ChildOfGod: thanks , now i am trying | 09:12 |
*** Openfree` has quit IRC | 09:12 | |
*** timoph has joined #meego | 09:13 | |
*** anbaldwi has joined #meego | 09:13 | |
*** Openfree` has joined #meego | 09:13 | |
ali_z | ChildOfGod: i am sorry, there is no /var/log/syslog on my host system | 09:13 |
*** zirahvi has joined #meego | 09:13 | |
*** MiskaX has quit IRC | 09:13 | |
ali_z | ChildOfGod: could i use 'dmesg' to get some logs? | 09:14 |
ChildOfGod | ya sure | 09:14 |
ChildOfGod | al | 09:14 |
*** rantom has joined #meego | 09:14 | |
ChildOfGod | ali_z: | 09:14 |
*** abhijeet has joined #meego | 09:14 | |
*** MiskaX has joined #meego | 09:14 | |
*** exman2 has joined #meego | 09:16 | |
ali_z | oh, it is too big to paste, i should spit it to several small parts | 09:16 |
ali_z | ChildOfGod: should i paste all of the 'dmesg' log? | 09:17 |
*** exman has quit IRC | 09:17 | |
ChildOfGod | no | 09:17 |
ChildOfGod | only the stuff that comes after you run the sdk | 09:17 |
ChildOfGod | al | 09:17 |
ChildOfGod | ali_z: | 09:17 |
*** slonopotamus has quit IRC | 09:17 | |
ali_z | ChildOfGod: oh, then i clear the messages first and re-run the command | 09:18 |
*** hari_ has joined #meego | 09:18 | |
ChildOfGod | well | 09:19 |
*** Jisong has quit IRC | 09:19 | |
ChildOfGod | ali_z: yes you could do that | 09:19 |
ChildOfGod | ali_z: or do tail -f /var/log/messages | 09:19 |
ChildOfGod | and paste me what comes there | 09:20 |
*** fabo has quit IRC | 09:20 | |
ChildOfGod | i suspect mutter is crashing for you | 09:20 |
*** MiskaX has quit IRC | 09:21 | |
*** MiskaX has joined #meego | 09:23 | |
*** Openfree` has quit IRC | 09:24 | |
*** Openfree` has joined #meego | 09:24 | |
ali_z | ChildOfGod: http://fpaste.org/DWsK/ the log info while i run startmeego-debug, and i saw that the contents of /var/log/messages is like that | 09:25 |
*** fabo has joined #meego | 09:27 | |
*** poutsi has joined #meego | 09:27 | |
ali_z | ChildOfGod: the contents of /var/log/meesages is too large and the tail of it should be not enough | 09:28 |
*** timeless_mbp has joined #meego | 09:28 | |
ChildOfGod | ya thats ok | 09:28 |
*** ysyrota has joined #meego | 09:28 | |
*** theopensourcerer has joined #meego | 09:28 | |
*** fabo has quit IRC | 09:29 | |
*** fabo has joined #meego | 09:29 | |
ChildOfGod | i cant see anything wrong in particular. mutter does not seem to crash ali_z | 09:29 |
*** zalan has joined #meego | 09:29 | |
*** MiskaX has quit IRC | 09:30 | |
*** MiskaX has joined #meego | 09:30 | |
ali_z | ChildOfGod: oh, but i could not see the normally destkop of meego | 09:34 |
ali_z | ChildOfGod: the log info from /var/log/messages: http://fpaste.org/oPL4/ | 09:34 |
*** kraiskil has joined #meego | 09:35 | |
*** MiskaX has quit IRC | 09:37 | |
*** slaine has joined #meego | 09:37 | |
*** andrei1089 has joined #meego | 09:37 | |
*** dvoid has joined #meego | 09:39 | |
ali_z | ChildOfGod: what is the meaning of "NOTE: Not using GLX TFP!" from mutter-warning? | 09:43 |
ChildOfGod | ali_z: whatever it is, it doesnt matter because i get it too and it runs fine here :) | 09:43 |
*** MiskaX has joined #meego | 09:44 | |
ali_z | ChildOfGod: oh, it's strange for me, and thank you for you help, i'll redo everything and have a try again. | 09:44 |
ChildOfGod | ya do that. | 09:45 |
*** Tm_T has quit IRC | 09:46 | |
*** sandst1 has quit IRC | 09:46 | |
*** rcc has joined #meego | 09:47 | |
*** amjad has joined #meego | 09:47 | |
*** sandst1 has joined #meego | 09:47 | |
*** hari_ has quit IRC | 09:49 | |
*** gaveen has joined #meego | 09:49 | |
*** gaveen has quit IRC | 09:50 | |
*** Erkan_Yilmaz_ has quit IRC | 09:51 | |
*** MiskaX has quit IRC | 09:52 | |
*** pramodxyle has quit IRC | 09:54 | |
*** cyndis has quit IRC | 09:57 | |
*** andre__ has joined #meego | 09:58 | |
*** andre__ has joined #meego | 09:58 | |
*** neopsis has quit IRC | 10:00 | |
*** tmikola has joined #meego | 10:00 | |
*** cyndis has joined #meego | 10:00 | |
*** pramodxyle has joined #meego | 10:00 | |
*** MiskaX has joined #meego | 10:04 | |
*** Tm_T has joined #meego | 10:04 | |
*** W_I has joined #meego | 10:05 | |
*** ucomesdag has quit IRC | 10:06 | |
*** haichen has joined #meego | 10:07 | |
*** chriadam is now known as chriadam|away | 10:07 | |
haichen | hi | 10:07 |
*** Phazorx has joined #meego | 10:08 | |
haichen | I neeed help! | 10:08 |
*** bpeel_away is now known as bpeel | 10:08 | |
*** krypton has joined #meego | 10:09 | |
haichen | does anybody know about release.gpg and release in Maemo? | 10:09 |
krypton | gug | 10:11 |
*** pramodxyle has quit IRC | 10:11 | |
*** hari_ has joined #meego | 10:11 | |
Jaffa | Morning, all | 10:14 |
krypton | is there a unique key of device which we can read in MeeGo ? | 10:14 |
*** lucazade has joined #meego | 10:14 | |
*** Gibba has joined #meego | 10:16 | |
*** MiskaX has quit IRC | 10:18 | |
*** ucomesdag has joined #meego | 10:18 | |
*** MiskaX has joined #meego | 10:19 | |
*** b-man_ has quit IRC | 10:20 | |
*** exman2 has quit IRC | 10:20 | |
*** dvoid has quit IRC | 10:21 | |
*** mitsutaka has quit IRC | 10:21 | |
*** exman2 has joined #meego | 10:21 | |
*** hhartz has joined #meego | 10:22 | |
*** fcrozat|gone is now known as fcrozat | 10:24 | |
*** MiskaX has quit IRC | 10:24 | |
*** MiskaX has joined #meego | 10:25 | |
*** pavank10 has joined #meego | 10:26 | |
lbt | o/ | 10:26 |
Stskeeps | morn lbt | 10:26 |
lcuk | \o | 10:26 |
TermanaN900 | hey lbt | 10:26 |
*** otep has quit IRC | 10:26 | |
lbt | good morning | 10:26 |
*** achipa has quit IRC | 10:29 | |
*** hhartz has quit IRC | 10:29 | |
*** ayanes has joined #meego | 10:29 | |
*** MiskaX has quit IRC | 10:30 | |
*** hhartz has joined #meego | 10:31 | |
*** sheepbat has quit IRC | 10:31 | |
*** Khertan has quit IRC | 10:32 | |
*** MiskaX has joined #meego | 10:32 | |
*** mitsutaka has joined #meego | 10:34 | |
*** MiskaX has quit IRC | 10:36 | |
*** MiskaX has joined #meego | 10:37 | |
*** achipa has joined #meego | 10:39 | |
*** zaheerm has joined #meego | 10:40 | |
*** MiskaX has quit IRC | 10:41 | |
*** MiskaX has joined #meego | 10:42 | |
*** timeless_mbp has quit IRC | 10:43 | |
*** pramodxyle has joined #meego | 10:43 | |
*** balor has joined #meego | 10:43 | |
*** Khertan has joined #meego | 10:44 | |
*** haichen has quit IRC | 10:44 | |
*** abhijeet has quit IRC | 10:49 | |
*** saschpe has joined #meego | 10:51 | |
*** kakashi_ has quit IRC | 10:51 | |
sx0n | morning | 10:55 |
amjad | morning | 10:57 |
*** MiskaX has quit IRC | 10:58 | |
*** SWFu64 has joined #meego | 11:01 | |
*** mmc has joined #meego | 11:04 | |
*** MiskaX has joined #meego | 11:04 | |
*** ninan_ has joined #meego | 11:08 | |
*** ninan has quit IRC | 11:08 | |
*** ninan_ has quit IRC | 11:08 | |
*** ninan has joined #meego | 11:09 | |
*** kasunvp has joined #meego | 11:10 | |
*** arfoll has joined #meego | 11:10 | |
*** MiskaX has quit IRC | 11:14 | |
*** MiskaX has joined #meego | 11:15 | |
*** aleksandar has quit IRC | 11:15 | |
*** ninan has quit IRC | 11:16 | |
*** hunger has joined #meego | 11:19 | |
*** MiskaX has quit IRC | 11:19 | |
*** ninan has joined #meego | 11:20 | |
*** Jajjax has joined #meego | 11:20 | |
*** MiskaX has joined #meego | 11:21 | |
*** ninan has quit IRC | 11:21 | |
*** jacquesdptd_iPad has joined #meego | 11:22 | |
*** achipa has quit IRC | 11:22 | |
*** ali_z has quit IRC | 11:22 | |
*** simulacrum has joined #meego | 11:22 | |
*** Jajjax has quit IRC | 11:24 | |
*** ninan has joined #meego | 11:24 | |
*** smaug has joined #meego | 11:25 | |
*** bergie has joined #meego | 11:25 | |
*** jusliukk has joined #meego | 11:25 | |
*** akikhaw has joined #meego | 11:26 | |
*** townxelliot has joined #meego | 11:33 | |
*** MiskaX has quit IRC | 11:33 | |
*** ben_ has joined #meego | 11:34 | |
*** MiskaX has joined #meego | 11:35 | |
*** tackat has joined #meego | 11:38 | |
*** kakashi_ has joined #meego | 11:38 | |
*** MiskaX has quit IRC | 11:40 | |
*** MiskaX has joined #meego | 11:40 | |
*** jacquesdptd_iPad has quit IRC | 11:40 | |
*** jacquesdptd_iPad has joined #meego | 11:40 | |
*** murrayc has joined #meego | 11:41 | |
*** dwmw2_gone is now known as dwmw2 | 11:44 | |
*** MiskaX has quit IRC | 11:45 | |
*** tilppis has joined #meego | 11:45 | |
*** MiskaX has joined #meego | 11:45 | |
*** thopiekar has joined #meego | 11:47 | |
*** meegman_ has joined #meego | 11:48 | |
*** jacquesdptd_iPad has quit IRC | 11:49 | |
*** meegman_ has left #meego | 11:49 | |
*** achipa has joined #meego | 11:54 | |
*** MiskaX has quit IRC | 11:55 | |
*** MiskaX has joined #meego | 11:56 | |
*** lucazade has quit IRC | 11:59 | |
*** eti has joined #meego | 12:01 | |
*** kasunvp has quit IRC | 12:02 | |
*** bergie has quit IRC | 12:03 | |
*** RobotGuy has joined #meego | 12:06 | |
*** MiskaX has quit IRC | 12:09 | |
*** thopiekar has quit IRC | 12:10 | |
*** MiskaX has joined #meego | 12:10 | |
*** hunger has quit IRC | 12:10 | |
*** TSCHAKeee has quit IRC | 12:11 | |
*** TSCHAKeee has joined #meego | 12:11 | |
*** TermanaN900 has quit IRC | 12:13 | |
*** wasikevin has joined #meego | 12:14 | |
*** MiskaX has quit IRC | 12:19 | |
*** MiskaX has joined #meego | 12:20 | |
*** jacquesdptd_iPad has joined #meego | 12:21 | |
*** dolp has joined #meego | 12:26 | |
*** dolp has quit IRC | 12:31 | |
*** MiskaX has quit IRC | 12:31 | |
*** otep has joined #meego | 12:32 | |
*** MiskaX has joined #meego | 12:32 | |
*** hunger has joined #meego | 12:35 | |
*** dolp has joined #meego | 12:35 | |
*** lucazade has joined #meego | 12:35 | |
*** dolp has quit IRC | 12:39 | |
*** MiskaX has quit IRC | 12:40 | |
*** MiskaX has joined #meego | 12:41 | |
Phazorx | bah... anyone EVER tried to make linux bootable with BCD? | 12:42 |
Phazorx | is that even feasible? | 12:42 |
*** dolp has joined #meego | 12:43 | |
*** nuovodna has joined #meego | 12:44 | |
nuovodna | any news on the first phone nokia with meego?? | 12:45 |
*** kvasir has joined #meego | 12:45 | |
*** sandman_ has joined #meego | 12:47 | |
*** pramodxyle has quit IRC | 12:48 | |
*** dolp has quit IRC | 12:48 | |
*** matgnt has joined #meego | 12:51 | |
*** MiskaX has quit IRC | 12:51 | |
*** dolp has joined #meego | 12:52 | |
*** sandman_ has quit IRC | 12:52 | |
*** MiskaX has joined #meego | 12:53 | |
*** sandman_ has joined #meego | 12:54 | |
*** otep has quit IRC | 12:55 | |
*** eti has quit IRC | 12:56 | |
*** dolp has quit IRC | 12:56 | |
*** Mars20266 has joined #meego | 12:57 | |
*** Mars20266 has left #meego | 12:57 | |
*** Mars20266 has joined #meego | 12:57 | |
*** simulacrum has quit IRC | 12:58 | |
*** pramodxyle has joined #meego | 12:58 | |
*** MiskaX has quit IRC | 12:59 | |
*** MiskaX has joined #meego | 13:00 | |
*** dolp has joined #meego | 13:01 | |
*** dolpp has joined #meego | 13:01 | |
*** dolppp has joined #meego | 13:02 | |
*** ucomesdag has quit IRC | 13:04 | |
*** sar3th|vacation is now known as sar3th | 13:04 | |
*** dolp has quit IRC | 13:05 | |
*** dolpp has quit IRC | 13:06 | |
*** dolppp has quit IRC | 13:06 | |
*** mmeeks has joined #meego | 13:07 | |
*** fcrozat is now known as fcrozat|lunch | 13:08 | |
*** Mars20266 has quit IRC | 13:08 | |
*** luist has joined #meego | 13:09 | |
*** luist has left #meego | 13:09 | |
*** jmcphers has quit IRC | 13:10 | |
*** dolp has joined #meego | 13:10 | |
*** jmcphers has joined #meego | 13:10 | |
*** MiskaX has quit IRC | 13:11 | |
*** ninan_ has joined #meego | 13:11 | |
*** ninan has quit IRC | 13:11 | |
*** MiskaX has joined #meego | 13:12 | |
*** murrayc has quit IRC | 13:13 | |
*** ninan_ has quit IRC | 13:13 | |
*** ninan_ has joined #meego | 13:13 | |
*** ninan_ is now known as ninan | 13:13 | |
*** aleksandar has joined #meego | 13:14 | |
*** dolp has quit IRC | 13:15 | |
*** aleksandar1 has joined #meego | 13:16 | |
*** dolp has joined #meego | 13:19 | |
*** aleksandar has quit IRC | 13:19 | |
*** dolppp has joined #meego | 13:19 | |
*** MiskaX has quit IRC | 13:23 | |
*** dolp has quit IRC | 13:23 | |
*** MiskaX has joined #meego | 13:24 | |
*** dolppp has quit IRC | 13:24 | |
*** lucazade has quit IRC | 13:24 | |
*** RobotGuy has quit IRC | 13:24 | |
*** Termana has joined #meego | 13:24 | |
*** lcuk is now known as lcuk_meh | 13:25 | |
*** lcuk_meh is now known as lcuk | 13:25 | |
*** nuovodna has quit IRC | 13:27 | |
*** dolp has joined #meego | 13:28 | |
*** tybollt has quit IRC | 13:31 | |
*** vgrade_ has joined #meego | 13:32 | |
*** HuuGo has quit IRC | 13:32 | |
*** dolp has quit IRC | 13:32 | |
*** eti has joined #meego | 13:33 | |
*** baraujo has joined #meego | 13:34 | |
*** wasikevin has quit IRC | 13:35 | |
*** dolp has joined #meego | 13:37 | |
*** tybollt has joined #meego | 13:39 | |
*** h00k has quit IRC | 13:40 | |
*** baraujo has quit IRC | 13:40 | |
*** dolp has quit IRC | 13:41 | |
*** MiskaX has quit IRC | 13:42 | |
*** marcob has joined #meego | 13:43 | |
*** dolp has joined #meego | 13:45 | |
*** ChildOfGod has quit IRC | 13:47 | |
*** notmart has joined #meego | 13:49 | |
*** notmart has joined #meego | 13:49 | |
*** dolp has quit IRC | 13:50 | |
*** MiskaX has joined #meego | 13:52 | |
*** luist has joined #meego | 13:52 | |
*** Votan|off is now known as Votan | 13:52 | |
*** toniher has joined #meego | 13:54 | |
*** dolp has joined #meego | 13:54 | |
*** Guest55413 has quit IRC | 13:54 | |
*** carloscesa has joined #meego | 13:54 | |
*** exman2 has quit IRC | 13:55 | |
*** exman has joined #meego | 13:56 | |
*** exman2 has joined #meego | 13:59 | |
*** dolp has quit IRC | 13:59 | |
*** pohly has joined #meego | 14:00 | |
*** ChildOfGod has joined #meego | 14:00 | |
*** MiskaX has quit IRC | 14:01 | |
*** exman has quit IRC | 14:01 | |
*** MiskaX has joined #meego | 14:02 | |
*** dolp has joined #meego | 14:03 | |
*** exman has joined #meego | 14:03 | |
*** dolppp has joined #meego | 14:03 | |
*** heliocastro has joined #meego | 14:04 | |
*** heliocastro has joined #meego | 14:04 | |
*** ucomesdag has joined #meego | 14:04 | |
*** exman2 has quit IRC | 14:04 | |
*** dolp has quit IRC | 14:07 | |
*** dolppp has quit IRC | 14:08 | |
*** eti has quit IRC | 14:11 | |
*** gaveen has joined #meego | 14:12 | |
*** dolp has joined #meego | 14:12 | |
*** MiskaX has quit IRC | 14:12 | |
*** MiskaX has joined #meego | 14:13 | |
*** tilppis_ has joined #meego | 14:16 | |
*** dolp has quit IRC | 14:16 | |
*** fcrozat|lunch is now known as fcrozat | 14:18 | |
*** tilppis has quit IRC | 14:18 | |
*** lynxis has joined #meego | 14:20 | |
*** dolp has joined #meego | 14:20 | |
*** dolp has quit IRC | 14:25 | |
*** eti has joined #meego | 14:27 | |
*** MiskaX has quit IRC | 14:27 | |
*** MiskaX has joined #meego | 14:28 | |
*** glin has quit IRC | 14:28 | |
*** dolp has joined #meego | 14:29 | |
*** lcukn900 has joined #meego | 14:32 | |
*** dolp has quit IRC | 14:33 | |
*** pramodxyle has quit IRC | 14:34 | |
*** Tsarpf has joined #meego | 14:35 | |
*** dchang has quit IRC | 14:35 | |
*** eti has quit IRC | 14:36 | |
*** Votan has quit IRC | 14:37 | |
*** Votan has joined #meego | 14:37 | |
*** a_ has joined #meego | 14:37 | |
*** dolp has joined #meego | 14:38 | |
*** jusliukk has quit IRC | 14:38 | |
*** ben_ has quit IRC | 14:38 | |
*** hari_ has quit IRC | 14:39 | |
*** MiskaX has quit IRC | 14:39 | |
*** MiskaX has joined #meego | 14:41 | |
*** lcukn900 has quit IRC | 14:42 | |
*** dolp has quit IRC | 14:42 | |
*** lcukn900 has joined #meego | 14:42 | |
*** dolp has joined #meego | 14:46 | |
*** baraujo has joined #meego | 14:47 | |
*** dolppp has joined #meego | 14:47 | |
*** MiskaX has quit IRC | 14:49 | |
*** MiskaX has joined #meego | 14:50 | |
*** bitkiller has joined #meego | 14:50 | |
*** dolp has quit IRC | 14:51 | |
*** dolppp has quit IRC | 14:51 | |
*** Votan is now known as Votan|off | 14:56 | |
*** dolp has joined #meego | 14:56 | |
*** Votan|off is now known as Votan | 14:56 | |
*** marciom has joined #meego | 14:57 | |
*** fcrozat has quit IRC | 15:00 | |
*** dolp has quit IRC | 15:00 | |
*** MiskaX has quit IRC | 15:03 | |
*** RhymeswAlbert has joined #meego | 15:03 | |
*** MiskaX has joined #meego | 15:03 | |
*** dolp has joined #meego | 15:04 | |
*** dolppp has joined #meego | 15:05 | |
*** dppp has joined #meego | 15:05 | |
*** tilppis_ has quit IRC | 15:06 | |
*** dppp has quit IRC | 15:06 | |
*** dppp has joined #meego | 15:06 | |
*** slaine has quit IRC | 15:06 | |
*** tilppis has joined #meego | 15:06 | |
*** akikhaw has quit IRC | 15:07 | |
*** slaine has joined #meego | 15:07 | |
*** dolppp has quit IRC | 15:09 | |
*** dolp has quit IRC | 15:09 | |
*** dppp has quit IRC | 15:10 | |
*** kryptoz has joined #meego | 15:11 | |
*** lynxis has quit IRC | 15:12 | |
*** ChildOfGod has quit IRC | 15:12 | |
*** ninan_ has joined #meego | 15:13 | |
*** ninan has quit IRC | 15:14 | |
*** MiskaX has quit IRC | 15:14 | |
*** mlin has joined #meego | 15:14 | |
*** dolp has joined #meego | 15:15 | |
*** MiskaX has joined #meego | 15:15 | |
*** dolp has quit IRC | 15:19 | |
*** fcrozat has joined #meego | 15:21 | |
*** MiskaX has quit IRC | 15:22 | |
*** dolp has joined #meego | 15:23 | |
*** diegohcg has joined #meego | 15:23 | |
*** Rearden has joined #meego | 15:24 | |
*** otep has joined #meego | 15:24 | |
*** niqt has joined #meego | 15:26 | |
*** dolp has quit IRC | 15:28 | |
*** MiskaX has joined #meego | 15:29 | |
*** dolp has joined #meego | 15:30 | |
*** fcrozat has quit IRC | 15:32 | |
*** ChildOfGod has joined #meego | 15:33 | |
*** dolp has quit IRC | 15:34 | |
*** Rearden has quit IRC | 15:35 | |
*** edisson has joined #meego | 15:36 | |
*** fcrozat has joined #meego | 15:36 | |
*** lsm5 has joined #meego | 15:38 | |
*** dolp has joined #meego | 15:38 | |
*** poutsi has quit IRC | 15:38 | |
*** dolp has quit IRC | 15:38 | |
*** thiago has joined #meego | 15:39 | |
*** MiskaX has quit IRC | 15:40 | |
*** pmcgowan has joined #meego | 15:41 | |
*** MiskaX has joined #meego | 15:41 | |
*** megabast has joined #meego | 15:44 | |
*** eti has joined #meego | 15:50 | |
*** fiferboy has joined #meego | 15:52 | |
*** eti has quit IRC | 15:52 | |
*** MiskaX has quit IRC | 15:54 | |
*** setanta has joined #meego | 15:54 | |
*** ctusar has joined #meego | 15:54 | |
*** MiskaX has joined #meego | 15:55 | |
*** NishanthMenon has joined #meego | 15:55 | |
*** askawu has left #meego | 15:56 | |
*** fcrozat has quit IRC | 15:58 | |
*** eti has joined #meego | 15:59 | |
*** MiskaX has quit IRC | 16:00 | |
*** MiskaX has joined #meego | 16:01 | |
*** luck has joined #meego | 16:05 | |
*** Jenna has quit IRC | 16:06 | |
*** fnordianslip has joined #meego | 16:07 | |
*** gaveen has quit IRC | 16:07 | |
*** ninan__ has joined #meego | 16:09 | |
*** ninan_ has quit IRC | 16:10 | |
*** aleksandar1 has quit IRC | 16:12 | |
*** javiF has joined #meego | 16:13 | |
*** MiskaX has quit IRC | 16:13 | |
*** MiskaX has joined #meego | 16:15 | |
*** kraiskil has quit IRC | 16:15 | |
*** mquin has quit IRC | 16:16 | |
*** edisson has quit IRC | 16:17 | |
*** mquin has joined #meego | 16:17 | |
*** pan1nx has joined #meego | 16:19 | |
*** MiskaX has quit IRC | 16:20 | |
*** perry753 has quit IRC | 16:20 | |
*** anbaldwi has quit IRC | 16:20 | |
*** hhartz has quit IRC | 16:21 | |
toggles_w | anyone have video http://meego.com/community/blogs/margie/2010/meego-ivi-v1.0-announcement ? | 16:21 |
*** leinir has quit IRC | 16:22 | |
*** tmikola has quit IRC | 16:24 | |
Stskeeps | toggles_w: vgrade has a video of it running on his joggler | 16:24 |
toggles_w | Stskeeps: linky? ;-) | 16:24 |
luist | hey guys... i made a custom list/repository for garage, and it has many applications... after loading some of them, it gives me a dbus limit exceed error and stops resolving the applications... how can i prevent that? | 16:25 |
*** leinir has joined #meego | 16:25 | |
Stskeeps | toggles_w: http://www.youtube.com/watch?v=JwQSLauI1zI | 16:25 |
toggles_w | Stskeeps: grazie! | 16:26 |
*** abinader has joined #meego | 16:26 | |
*** MiskaX has joined #meego | 16:27 | |
zimmerle | vgrade: ping | 16:27 |
zimmerle | vgrade: just saw your email abot the psb, someone tested it? | 16:27 |
zimmerle | btw, i had some progress on it some weeks ago, you can check it out at: http://www.zimmerle.org/index.html | 16:28 |
Stskeeps | zimmerle: you're aware we're using emgd right? :P | 16:28 |
zimmerle | emgd? no, what is emgd? :P | 16:29 |
Stskeeps | zimmerle: continuation of iegd but for xorg 1.8 (meego 1.0 point of reference) | 16:29 |
Stskeeps | sec | 16:29 |
Stskeeps | zimmerle: http://jogglerwiki.info/index.php?title=MeeGo#Meego_1.0_Those_over_there_are_not_giants_but_windmills | 16:30 |
zimmerle | let me check it out :P | 16:30 |
zimmerle | btw, i am building a image to test on psb | 16:30 |
zimmerle | i see | 16:31 |
Stskeeps | it is hardly licensing kosher (yes, still a closed xorg driver and closed libs) but it works quite well | 16:31 |
*** Mars20266 has joined #meego | 16:33 | |
zimmerle | 3d is working well ? | 16:33 |
*** pan1nx has quit IRC | 16:33 | |
Stskeeps | zimmerle: i have full handset ux on there flawlessly (fennec excepted) | 16:34 |
Stskeeps | so i'd think it works well enough | 16:34 |
zimmerle | Just downloading the packges | 16:34 |
* zimmerle on the phone, back in minutes | 16:35 | |
*** MiskaX has quit IRC | 16:39 | |
*** Mars20266 has quit IRC | 16:40 | |
*** TSCHAKeee has quit IRC | 16:40 | |
*** TSCHAKeee has joined #meego | 16:40 | |
*** sheepbat has joined #meego | 16:42 | |
*** tilppis_ has joined #meego | 16:45 | |
arfoll | does anyone know when the community OBS will be open? | 16:46 |
leinir | A totally grabbed out of my own back-side guess would be sometime before the convention ;) | 16:47 |
*** tilppis has quit IRC | 16:47 | |
*** timoph is now known as timoph|away | 16:50 | |
*** edisson has joined #meego | 16:50 | |
*** dwmw2 has quit IRC | 16:52 | |
*** dwmw2_gone has joined #meego | 16:52 | |
*** kakashi_ has quit IRC | 16:53 | |
* kryptoz is away: Gone away for now | 16:54 | |
* kryptoz is back. | 16:57 | |
*** pkt has joined #meego | 16:57 | |
*** pkt has left #meego | 16:58 | |
*** tilppis has joined #meego | 16:58 | |
*** cmoatoto has joined #meego | 16:59 | |
*** tilppis_ has quit IRC | 17:00 | |
cmoatoto | Hi | 17:01 |
cmoatoto | maybe you can help me | 17:01 |
*** kryptoz has quit IRC | 17:01 | |
*** tekojo has quit IRC | 17:01 | |
cmoatoto | I work on the moblin-dalston applet (for power & volume management) | 17:01 |
*** ChildOfGod has quit IRC | 17:02 | |
*** MiskaX has joined #meego | 17:02 | |
cmoatoto | and I'm looking for the dev on the meego power management (the little battery on the right in the meego's toolbar | 17:02 |
cmoatoto | but I can find it on gitorious... | 17:03 |
*** mmc has quit IRC | 17:03 | |
cmoatoto | Do you know where I can find the sources, to see what they (you) did from moblin? | 17:04 |
cmoatoto | *(I meant "I CAN'T find it on gitorious") | 17:05 |
*** tilppis_ has joined #meego | 17:06 | |
*** tilppis has quit IRC | 17:09 | |
*** MiskaX has quit IRC | 17:12 | |
*** krypton has quit IRC | 17:13 | |
*** hjsm has joined #meego | 17:13 | |
*** Phazorx has quit IRC | 17:15 | |
*** mirek_ has joined #meego | 17:15 | |
*** poutsi has joined #meego | 17:16 | |
*** kvasir has quit IRC | 17:17 | |
*** pmcgowan has quit IRC | 17:17 | |
*** ayoy has quit IRC | 17:21 | |
*** wasikevin has joined #meego | 17:21 | |
*** kevinverma has joined #meego | 17:22 | |
*** pan1nx has joined #meego | 17:22 | |
*** eti has quit IRC | 17:22 | |
*** ayanes has quit IRC | 17:24 | |
*** MiskaX has joined #meego | 17:25 | |
*** fredy has joined #meego | 17:25 | |
*** eti has joined #meego | 17:28 | |
*** mwichmann has joined #meego | 17:30 | |
*** pkt has joined #meego | 17:33 | |
*** pan1nx has quit IRC | 17:33 | |
*** pkt has left #meego | 17:33 | |
*** MiskaX has quit IRC | 17:35 | |
*** MiskaX has joined #meego | 17:36 | |
*** slonopotamus has joined #meego | 17:40 | |
*** pmcgowan has joined #meego | 17:41 | |
*** sar3th has quit IRC | 17:43 | |
*** tackat has quit IRC | 17:47 | |
*** pramodxyle has joined #meego | 17:48 | |
*** mikeos has joined #meego | 17:53 | |
*** mikeos has joined #meego | 17:53 | |
*** MiskaX has quit IRC | 17:54 | |
*** MiskaX has joined #meego | 17:55 | |
*** ulfhofemeier has joined #meego | 17:55 | |
Termana | I think MeeGo should be based on GNU's kernel instead of the Linux kernel. I HURD it was good | 17:55 |
Termana | :P | 17:55 |
Stskeeps | DawnFoster: random question, why did noone react to the open letter thing if this was a problem? | 17:57 |
DawnFoster | stskeeps: I'm not sure. | 17:57 |
*** ulfhofemeier is now known as UlfHofemeier | 17:58 | |
UlfHofemeier | Hi | 17:58 |
Stskeeps | DawnFoster: because then i'd like to point to what repo.meego.com resolves to and our 'non-oss' category :/ | 17:58 |
Stskeeps | so figuring out what exactly the policy is is probably a good idea | 17:59 |
DawnFoster | Stskeeps: I think that lbt's post to the mailing list was very long and the real issue was buried | 17:59 |
Stskeeps | DawnFoster: not entirely disagreeing on that point | 17:59 |
*** smaug has quit IRC | 17:59 | |
*** mlin has quit IRC | 18:00 | |
DawnFoster | Stskeeps: I think people missed the core of what he was asking | 18:00 |
lbt | buried? | 18:00 |
*** Erkan_Yilmaz has joined #meego | 18:00 | |
lbt | The purpose of this letter is to ask the MeeGo community | 18:00 |
Stskeeps | DawnFoster: but anyway, repo.meego.com resolves to OSUOSL and hosts closed source software, so we have a bigger problem if this is the agreement. | 18:00 |
lbt | for their permission to bring Maemo build targets (currently Fremantle | 18:00 |
lbt | eventually Harmattan, Diablo, Chinook?) to the MeeGo Community OBS | 18:00 |
lbt | "We want to build Nokia SW on MeeGo" ... how is that buried? | 18:01 |
DawnFoster | Stskeeps: I agree that we haven't figured that out yet. | 18:01 |
*** eti has quit IRC | 18:02 | |
DawnFoster | lbt: the email was very long | 18:02 |
lbt | it was in the first paragraph | 18:02 |
Stskeeps | DawnFoster: sorry, didn't mean to appear hostile, not my intention.. i guess the center core is that we're missing out on the possibility for bringing in maemo developers on to meego this way | 18:02 |
DawnFoster | lbt: I'm just speculating | 18:02 |
lbt | anyhow... now you know... have a longer read :) | 18:03 |
*** MiskaX has quit IRC | 18:03 | |
lbt | It's a horrible position to be in | 18:03 |
lbt | you know I'm a rabid card-carrying FSF member (really, I am) | 18:03 |
lbt | but I think we need to be pragmatic | 18:03 |
*** kkszysiu has quit IRC | 18:04 | |
*** UlfHofemeier has quit IRC | 18:04 | |
DawnFoster | The balance between open / proprietary isn't always clean, and it's hard to figure out where to draw the line. | 18:04 |
lbt | *nod*.... we want to support the maemo community | 18:04 |
lbt | and *THAT* is the crux | 18:04 |
DawnFoster | lbt: I agree | 18:04 |
DawnFoster | lbt: but we need to make sure that we do it in the right way | 18:05 |
Stskeeps | lbt: is there any problem in keeping maemo.org OBS and a OBS link to make it possible to build apps? | 18:05 |
lbt | we will also have other real world issues going fwd ... but they can wait for a bar | 18:05 |
DawnFoster | if we make exceptions for Nokia, do we make exceptions for every device manufacturer? | 18:05 |
*** niqt has quit IRC | 18:05 | |
lbt | see the email :) | 18:05 |
lbt | para 5 or 6 | 18:05 |
lbt | I put hours of thought into writing and re-writing (and condensing) it | 18:06 |
Stskeeps | DawnFoster: we also have a problem with forum software choice now then, as mike shaver originally said it wasn't a problem.. | 18:07 |
Stskeeps | as long as umbrella project was os | 18:07 |
Stskeeps | s | 18:07 |
Stskeeps | (Re: [Meego-community] (URGENT) Meego Forum Software Choice ) | 18:07 |
*** CosmoHill has joined #meego | 18:07 | |
DawnFoster | Stskeeps: that's a different issue | 18:08 |
*** luist has quit IRC | 18:08 | |
Stskeeps | DawnFoster: no, not really, http://pastebin.com/Z1fkjnBC | 18:09 |
DawnFoster | Stskeeps: like I said, this is one of those gray areas | 18:10 |
Stskeeps | :nod: | 18:10 |
*** lizardo has joined #meego | 18:10 | |
*** MiskaX has joined #meego | 18:10 | |
Stskeeps | DawnFoster: either way.. getting a clear statement is probably the basis of these discussions | 18:10 |
DawnFoster | Stskeeps: I gave my opinion of which side of the gray area it falls in bugzilla | 18:10 |
DawnFoster | Stskeeps: someone may decide I'm wrong :) | 18:10 |
Stskeeps | DawnFoster: :nod: and i might be wrong too | 18:10 |
lbt | this is why I wrote an open letter for discussion... | 18:11 |
*** smaug has joined #meego | 18:11 | |
Stskeeps | DawnFoster: from a entirely practical point of view, we have a problem in how to merge these two communities and continuation of app developers on to meego, we have to find a way to deal with it :P | 18:12 |
DawnFoster | So rather than debate amongst ourselves, who owns making this decision? Probably Arjan from an overall technical project architecture and someone from the Linux Foundation (maybe Ibrahim) | 18:12 |
*** zaheerm has quit IRC | 18:12 | |
DawnFoster | or maybe Mark Skarpness from a compliance perspective | 18:13 |
Stskeeps | okay, so, stepping back - we're speaking of maemo closed bins, which is needed to build apps for maemo | 18:13 |
Stskeeps | they have nothing to deal with meego app building or inclusion into the meego software | 18:13 |
DawnFoster | Stskeeps: application development is critical to the success of MeeGo, and I agree that we can't lose application developers | 18:13 |
*** jkridner1 has quit IRC | 18:14 | |
DawnFoster | we just need to make sure that we get everyone together working on MeeGo (not Maemo / Moblin) | 18:14 |
Stskeeps | yes, and being able to build for the two is a key issue | 18:14 |
*** jkridner1 has joined #meego | 18:14 | |
lbt | From Nokia PoV we have Harmattan as the first MeeGo-esque target too | 18:15 |
Stskeeps | DawnFoster: another (big) issue is the whole issue with harmattan.. | 18:15 |
lbt | snap? | 18:15 |
Stskeeps | DawnFoster: okay.. so, a practical suggestion: would you be able to make a writeup presenting this topic so we can get the topic discussed properly? | 18:17 |
Stskeeps | because i think the discussion needs to be taken properly this time around so we can put it in the ground or on wheels | 18:17 |
*** andrei1089 has quit IRC | 18:18 | |
Stskeeps | and preferably agreed on either by CO or TSG so it's stone set | 18:18 |
DawnFoster | Stskeeps: I disagree | 18:18 |
thiago | the one after Harmattan is *really* MeeGo | 18:18 |
thiago | I've been talking to the team who is organising themselves to do it | 18:18 |
DawnFoster | Stskeeps: this is outside of the scope of the community office | 18:19 |
timeless | thiago: hey, you're the Qt person, right? | 18:19 |
thiago | they will take MeeGo 1.0.80 snapshots now and try to bolt the Nokia apps on top | 18:19 |
timeless | a colleague is running into Qt pain and is looking for help | 18:19 |
* slonopotamus yawns. same talk again and again... just publish closed stuff in a country where it isn't against law and ftw. | 18:19 | |
Stskeeps | DawnFoster: okay | 18:19 |
thiago | timeless: no, I'm a Qt person. Not "the one" :-) | 18:19 |
DawnFoster | Stskeeps: TSG is only for escalations and big decisions that can't be made lower in the project | 18:19 |
timeless | thiago: you'll do ;-b) | 18:19 |
*** dvoid has joined #meego | 18:19 | |
DawnFoster | Stskeeps: someone should take it to Arjan, Mark and Ibrahim first | 18:19 |
DawnFoster | I'm not the right person to do that | 18:19 |
thiago | these people are also investigating the delta (versions, patches) between Harmattan and MeeGo 1.1 | 18:19 |
thiago | including the multitouch X.org driver | 18:20 |
*** eti has joined #meego | 18:20 | |
w00t_ | thiago: sounds fun | 18:20 |
Stskeeps | DawnFoster: i'll make a 10 liner writeup on the issue and get the conversation starte | 18:20 |
timeless | thiago: basically, we're having trouble figuring out what is responsible for ensuring that dead keys get partially eaten by the QtXIM bridge before they arrive at the application's event handler | 18:20 |
Stskeeps | d | 18:20 |
thiago | timeless: someone inserted an event filter and they're getting deadkeys? | 18:21 |
timeless | i don't think they've inserted anything | 18:21 |
Stskeeps | DawnFoster: would you like to review before it's passed around? | 18:21 |
*** smyows has joined #meego | 18:21 | |
timeless | i think for some reason the normal Qt filtering isn't being triggered | 18:21 |
thiago | if they just have keyEvent handlers, they shouldn't be getting deadkeys | 18:21 |
timeless | .. so they get too much of the deadkeys | 18:21 |
thiago | but I have seen cases where it doesn't work | 18:21 |
DawnFoster | Stskeeps: I'd be happy to take a look if you want my opinion on it | 18:21 |
timeless | thiago: anyway, the code is mozilla's Qt widget stack | 18:22 |
thiago | it happens once in a while in KDE apps, but doing Alt+Tab out and back solves the problem | 18:22 |
Stskeeps | DawnFoster: gladly - i do respect your opinion and most often agree with it :P | 18:22 |
thiago | it happens consistently on Qt Creator when opening tests/auto/qurl/tst_qurl.cpp | 18:22 |
timeless | this is consistent, the app (Fennec-Qt) *always* gets Press+Release | 18:22 |
thiago | timeless: of the deadkeys? | 18:22 |
timeless | i think they're expecting not to get the Press for the deadkey | 18:22 |
timeless | thiago: yep | 18:22 |
timeless | (and any other key) | 18:22 |
DawnFoster | Stskeeps: half the fun of working on an open source project is that we get to argue with people until we finally find something we can all agree to :) | 18:22 |
thiago | timeless: so if you press dead_acute, you get ´ printed? | 18:22 |
*** KevinHuang has joined #meego | 18:23 | |
timeless | thiago: um, lemme make a call | 18:23 |
*** kevinverma has quit IRC | 18:23 | |
*** wasikevin has quit IRC | 18:24 | |
*** hari_ has joined #meego | 18:24 | |
timeless | i think the key we're using is ^/umlaut/tilde | 18:24 |
TSCHAKeee | it makes me respect the IETF process all the more, "rough consensus, working code." :P | 18:24 |
*** zaheerm has joined #meego | 18:24 | |
timeless | i guess the natural character is umlaut, which i don't think is normally represented | 18:25 |
*** RhymeswAlbert has left #meego | 18:25 | |
timeless | (uncomposed) | 18:25 |
*** mitsutaka has quit IRC | 18:26 | |
*** MiskaX has quit IRC | 18:26 | |
*** fredy has quit IRC | 18:27 | |
*** MiskaX has joined #meego | 18:27 | |
timeless | thiago: anyway, i'll try to get him to poke you tomorrow | 18:27 |
*** fredy has joined #meego | 18:28 | |
timeless | you're @troll central, right? are you generally around by 9a local time? | 18:28 |
* timeless just wants to make a connection, not sit as a middleman | 18:28 | |
*** CosmoHill has quit IRC | 18:30 | |
*** zalan has quit IRC | 18:30 | |
*** CosmoHill has joined #meego | 18:30 | |
CosmoHill | wrong button | 18:30 |
* thiago is on vacation | 18:31 | |
CosmoHill | yay | 18:31 |
thiago | ask him to go to #qt or #qt-labs | 18:31 |
*** andyross has joined #meego | 18:31 | |
timeless | funny use of a vacation =b | 18:31 |
*** Gibba has quit IRC | 18:34 | |
*** W_I has quit IRC | 18:35 | |
*** ninan__ is now known as ninan | 18:37 | |
*** tilppis_ has quit IRC | 18:37 | |
*** dazo is now known as dazo_afk | 18:38 | |
*** MiskaX has quit IRC | 18:38 | |
*** fredy has quit IRC | 18:39 | |
*** MiskaX has joined #meego | 18:39 | |
*** fredy has joined #meego | 18:47 | |
*** iberlynx has joined #meego | 18:48 | |
*** heffer has joined #meego | 18:48 | |
*** KevinHuang has quit IRC | 18:48 | |
*** MiskaX has quit IRC | 18:49 | |
*** fredy has quit IRC | 18:49 | |
*** eti has quit IRC | 18:50 | |
*** fredy has joined #meego | 18:51 | |
*** abstract3d has joined #meego | 18:52 | |
*** eti has joined #meego | 18:52 | |
*** hari_ has quit IRC | 18:54 | |
*** fredy has quit IRC | 18:55 | |
*** MiskaX has joined #meego | 18:55 | |
*** burdi01 has joined #meego | 18:55 | |
*** poutsi has quit IRC | 18:55 | |
*** MacDrunk has quit IRC | 18:56 | |
*** fredy has joined #meego | 18:57 | |
*** abstract3d has quit IRC | 18:59 | |
*** hari_ has joined #meego | 19:01 | |
*** panaggio has joined #meego | 19:01 | |
*** heffer has quit IRC | 19:01 | |
Stskeeps | DawnFoster: mail sent to you and quim - thanks in advance for comments and suggestions | 19:02 |
*** jpetersen has joined #meego | 19:02 | |
*** choppa has joined #meego | 19:02 | |
*** amjad has quit IRC | 19:02 | |
*** Armi^ has joined #meego | 19:05 | |
*** heliocastro has quit IRC | 19:07 | |
*** heliocastro has joined #meego | 19:07 | |
*** achipa has quit IRC | 19:08 | |
*** luist has joined #meego | 19:08 | |
*** slaine has quit IRC | 19:10 | |
*** javierF has joined #meego | 19:12 | |
*** javiF has quit IRC | 19:12 | |
*** Termana has quit IRC | 19:12 | |
*** leinir has quit IRC | 19:17 | |
*** leinir has joined #meego | 19:17 | |
*** leinir has joined #meego | 19:17 | |
*** MiskaX has quit IRC | 19:18 | |
*** MiskaX has joined #meego | 19:19 | |
*** ZogG has quit IRC | 19:20 | |
*** luist has quit IRC | 19:21 | |
*** poutsi has joined #meego | 19:22 | |
*** jpetersen has quit IRC | 19:26 | |
*** luist has joined #meego | 19:27 | |
*** hjsm has quit IRC | 19:28 | |
*** jpetersen has joined #meego | 19:28 | |
*** leinir has quit IRC | 19:28 | |
*** leinir has joined #meego | 19:28 | |
*** andrei1089 has joined #meego | 19:29 | |
*** mitsutaka has joined #meego | 19:29 | |
*** mmeeks has quit IRC | 19:32 | |
*** burdi01 has quit IRC | 19:33 | |
*** Tili_ has joined #meego | 19:34 | |
*** pramodxyle has quit IRC | 19:34 | |
*** githogori has left #meego | 19:34 | |
*** sheepbat has quit IRC | 19:35 | |
*** MiskaX has quit IRC | 19:36 | |
*** alvaro__ has joined #meego | 19:36 | |
*** MiskaX has joined #meego | 19:38 | |
*** leinir has quit IRC | 19:39 | |
*** leinir has joined #meego | 19:39 | |
*** leinir has joined #meego | 19:39 | |
*** UlfHofemeier has joined #meego | 19:42 | |
*** jln has quit IRC | 19:43 | |
*** jln has joined #meego | 19:43 | |
*** macintro has joined #meego | 19:46 | |
*** MiskaX has quit IRC | 19:49 | |
*** MiskaX has joined #meego | 19:49 | |
*** hari_ has quit IRC | 19:50 | |
*** kW has joined #meego | 19:52 | |
*** Milhouse has quit IRC | 19:53 | |
*** Milhouse has joined #meego | 19:55 | |
*** MiskaX has quit IRC | 19:57 | |
*** MiskaX has joined #meego | 19:59 | |
*** javierF has quit IRC | 20:05 | |
*** UlfHofem1ier has joined #meego | 20:05 | |
*** MiskaX has quit IRC | 20:05 | |
*** leinir has quit IRC | 20:06 | |
*** MiskaX has joined #meego | 20:06 | |
*** leinir has joined #meego | 20:06 | |
*** Mars20266 has joined #meego | 20:07 | |
*** UlfHofemeier has quit IRC | 20:08 | |
*** Armi^ has quit IRC | 20:09 | |
*** Armi^ has joined #meego | 20:09 | |
*** UlfHofem1ier has quit IRC | 20:10 | |
*** javiF has joined #meego | 20:14 | |
*** leinir has quit IRC | 20:15 | |
*** leinir has joined #meego | 20:15 | |
*** leinir has joined #meego | 20:15 | |
*** MiskaX has quit IRC | 20:17 | |
*** amjad has joined #meego | 20:18 | |
*** MiskaX has joined #meego | 20:19 | |
*** csd_ has joined #meego | 20:19 | |
*** VDVsx has joined #meego | 20:20 | |
*** leinir has quit IRC | 20:20 | |
*** slonopotamus has quit IRC | 20:20 | |
*** leinir has joined #meego | 20:20 | |
*** W_I has joined #meego | 20:22 | |
*** heffer has joined #meego | 20:24 | |
*** murrayc has joined #meego | 20:24 | |
*** vgrade_ has quit IRC | 20:24 | |
*** MiskaX has quit IRC | 20:25 | |
*** MiskaX has joined #meego | 20:26 | |
*** andrei1089 has quit IRC | 20:27 | |
*** andrei1089 has joined #meego | 20:27 | |
*** pavank10 has quit IRC | 20:28 | |
*** leinir has quit IRC | 20:29 | |
*** leinir has joined #meego | 20:29 | |
*** arfoll has quit IRC | 20:32 | |
*** MiskaX has quit IRC | 20:35 | |
*** MiskaX has joined #meego | 20:36 | |
*** macintro has left #meego | 20:36 | |
*** Mars20266 has left #meego | 20:36 | |
*** dolp has joined #meego | 20:37 | |
*** leinir has quit IRC | 20:39 | |
*** leinir has joined #meego | 20:39 | |
*** pcacjr has quit IRC | 20:42 | |
*** murrayc has quit IRC | 20:45 | |
Stskeeps | cool, the handset and netbook qemu sdk images are out | 20:45 |
*** MiskaX has quit IRC | 20:45 | |
*** MiskaX has joined #meego | 20:46 | |
*** Tili_ has quit IRC | 20:47 | |
*** poutsi has quit IRC | 20:48 | |
*** MNJ has joined #meego | 20:48 | |
*** CoderForLife has quit IRC | 20:49 | |
*** MNJ has quit IRC | 20:49 | |
*** murrayc has joined #meego | 20:50 | |
*** vgrade has quit IRC | 20:51 | |
CosmoHill | PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND | 20:52 |
CosmoHill | 6813 root 30 10 3676 504 428 R 79.2 0.1 0:45.63 rm | 20:52 |
CosmoHill | 2053 root 15 -5 0 0 0 R 16.5 0.0 12:10.45 kmirrord | 20:52 |
CosmoHill | hehe | 20:52 |
*** wman has joined #meego | 20:53 | |
*** wman has quit IRC | 20:53 | |
*** radhermit has quit IRC | 20:53 | |
*** vblazquez has joined #meego | 20:54 | |
*** iberlynx has quit IRC | 20:55 | |
*** mlfoster has joined #meego | 20:55 | |
*** balor has quit IRC | 20:56 | |
*** balor has joined #meego | 20:57 | |
*** swc|666 has joined #meego | 20:57 | |
*** balor has quit IRC | 20:58 | |
*** MiskaX has quit IRC | 20:58 | |
*** balor has joined #meego | 20:59 | |
*** MiskaX has joined #meego | 20:59 | |
*** balor has quit IRC | 21:00 | |
*** githogori has joined #meego | 21:00 | |
*** tackat has joined #meego | 21:00 | |
*** balor has joined #meego | 21:00 | |
*** eti has quit IRC | 21:01 | |
*** armika has quit IRC | 21:01 | |
*** mzanetti has joined #meego | 21:03 | |
*** slonopotamus has joined #meego | 21:03 | |
*** sawe has joined #meego | 21:04 | |
*** radhermit has joined #meego | 21:06 | |
*** jln has quit IRC | 21:07 | |
*** armika has joined #meego | 21:08 | |
*** pvdm has joined #meego | 21:08 | |
*** MiskaX has quit IRC | 21:08 | |
*** jln has joined #meego | 21:09 | |
*** MiskaX has joined #meego | 21:09 | |
*** balor has quit IRC | 21:10 | |
*** exman has quit IRC | 21:16 | |
*** balor has joined #meego | 21:16 | |
*** MiskaX has quit IRC | 21:17 | |
*** lardman has joined #meego | 21:17 | |
*** MiskaX has joined #meego | 21:17 | |
*** sawe has quit IRC | 21:18 | |
*** sawe has joined #meego | 21:19 | |
*** VDVsx has quit IRC | 21:19 | |
*** ysyrota has quit IRC | 21:20 | |
*** choppa has quit IRC | 21:21 | |
*** choppa has joined #meego | 21:22 | |
*** armika has quit IRC | 21:22 | |
*** armika has joined #meego | 21:23 | |
*** MiskaX has quit IRC | 21:26 | |
Myrtti | hrm. | 21:26 |
Stskeeps | mm | 21:27 |
Stskeeps | ? | 21:27 |
*** MiskaX has joined #meego | 21:27 | |
*** trem has joined #meego | 21:27 | |
*** sawe has quit IRC | 21:28 | |
*** sawe has joined #meego | 21:29 | |
*** pan1nx has joined #meego | 21:32 | |
*** trem has left #meego | 21:33 | |
*** MiskaX has quit IRC | 21:39 | |
*** MiskaX has joined #meego | 21:40 | |
*** leinir has quit IRC | 21:40 | |
*** smaug has quit IRC | 21:40 | |
*** leinir has joined #meego | 21:40 | |
*** leinir has joined #meego | 21:40 | |
*** vgrade has joined #meego | 21:40 | |
*** rcc has quit IRC | 21:40 | |
*** amjad has quit IRC | 21:41 | |
*** Votan has quit IRC | 21:44 | |
*** Votan has joined #meego | 21:45 | |
*** lardman is now known as lardman|eating | 21:45 | |
*** smaug has joined #meego | 21:46 | |
*** leinir has quit IRC | 21:48 | |
*** MiskaX has quit IRC | 21:48 | |
*** leinir has joined #meego | 21:48 | |
*** dl9pf_ has joined #meego | 21:49 | |
*** dl9pf has quit IRC | 21:49 | |
*** MiskaX has joined #meego | 21:49 | |
*** ScottishDuck_ has joined #meego | 21:50 | |
*** sjgadsby has joined #meego | 21:51 | |
*** ScottishDuck has quit IRC | 21:51 | |
*** ScottishDuck_ is now known as ScottishDuck | 21:51 | |
*** lynxis has joined #meego | 21:52 | |
*** fiferboy has quit IRC | 21:53 | |
*** leinir has quit IRC | 21:53 | |
*** leinir has joined #meego | 21:54 | |
*** leinir has joined #meego | 21:54 | |
*** fiferboy has joined #meego | 21:54 | |
*** fiferboy has joined #meego | 21:54 | |
*** abhijeet has joined #meego | 21:56 | |
*** MiskaX has quit IRC | 21:59 | |
*** marciom has quit IRC | 22:00 | |
*** fiferboy has quit IRC | 22:02 | |
*** MiskaX has joined #meego | 22:02 | |
*** slaine has joined #meego | 22:04 | |
slaine | evening all | 22:04 |
*** ucomesdag has quit IRC | 22:06 | |
*** fiferboy has joined #meego | 22:07 | |
*** fiferboy has joined #meego | 22:07 | |
*** mikhas has joined #meego | 22:09 | |
*** psankar has joined #meego | 22:10 | |
th0br0 | evening slaine | 22:12 |
DawnFoster | hi slaine | 22:13 |
slaine | evening th0br0, long time no type | 22:13 |
slaine | Hey DawnFoster, welcome back | 22:13 |
slaine | did you have a good vacation ? | 22:13 |
th0br0 | indeed, the past few weeks have been horrible in terms of work-load for me | 22:13 |
th0br0 | wb DawnFoster | 22:13 |
slaine | th0br0: snap | 22:13 |
slaine | hella busy | 22:13 |
*** MiskaX has quit IRC | 22:13 | |
slaine | it's 20:13 here and I'm still working | 22:13 |
DawnFoster | slaine, thanks! I had a really nice, relaxing location - I ignored work and email for 6 days :) | 22:13 |
*** poutsi has joined #meego | 22:14 | |
DawnFoster | oops location = vacation | 22:14 |
slaine | DawnFoster: awe, sounds like bliss | 22:14 |
*** MiskaX has joined #meego | 22:14 | |
DawnFoster | slaine: it was nice - visited with family, rode enormous fast roller coasters | 22:14 |
slaine | stop, I'm turning green | 22:15 |
slaine | with jealousy, not imagined motion sickness ;) | 22:15 |
slaine | When will Intel release cloning technology | 22:16 |
DawnFoster | I was just wondering which one :) We went here, btw: http://www.cedarpoint.com/public/park/rides/coasters/index.cfm | 22:16 |
DawnFoster | we're working on it | 22:16 |
slaine | I've so much stuff to do and so many "projects" I'm never going to get time to start | 22:16 |
slaine | cedarpoint, I've heard of it (all good things) | 22:16 |
DawnFoster | it's one of the top roller coaster parks in the world - conveniently located 1.5 hours away from where I grew up | 22:17 |
slaine | handy alright | 22:17 |
DawnFoster | I know the feeling - too many projects & not enough time. | 22:18 |
slaine | yup | 22:18 |
*** twn_ has joined #meego | 22:18 | |
*** pan1nx has quit IRC | 22:18 | |
slaine | awe well, coffee will help some of them to fruition, bbs | 22:18 |
DawnFoster | I have some personal tech projects that I am deliberately neglecting until summer is over. | 22:18 |
DawnFoster | I was pretty burned out already when I started working at Intel, so I needed a little down time | 22:18 |
*** twn has quit IRC | 22:19 | |
ScottishDuck | DawnFoster: Could you send me a sandy bridge CPU and LGA2011 motherboard | 22:19 |
*** pkt has joined #meego | 22:19 | |
*** pkt has left #meego | 22:19 | |
ScottishDuck | thanks in advance | 22:19 |
DawnFoster | ScottishDuck: nice try :) | 22:19 |
DawnFoster | I haven't even been able to get my hands on one of those aava platforms (my request was denied) :) | 22:20 |
slaine | DawnFoster: the shame | 22:20 |
ScottishDuck | You could send me a Rockwell CPU then | 22:20 |
slaine | ;) | 22:20 |
DawnFoster | I'll keep asking - someday I'll get one | 22:20 |
slaine | "Dream weaver, I believe in you...." | 22:21 |
*** MiskaX has quit IRC | 22:21 | |
slaine | yeah right | 22:21 |
ScottishDuck | I think those aava handsets are devilishly expensive | 22:21 |
Kaadlajk | current aava images dont work anyway :) | 22:22 |
*** LinuxCode has joined #meego | 22:22 | |
Kaadlajk | or atleast you need keyboard | 22:22 |
*** MiskaX has joined #meego | 22:22 | |
*** SWFu64 has quit IRC | 22:22 | |
DawnFoster | I've seen it working, but I wouldn't call it end use ready :) | 22:23 |
Kaadlajk | yeah the image released on handset day 1 worked | 22:23 |
* Stskeeps has started making a kitchen UX based on handset UX for him and his wife (joggler based) | 22:23 | |
Stskeeps | nice free time project | 22:23 |
*** ucomesdag has joined #meego | 22:25 | |
th0br0 | haha Stskeeps | 22:27 |
th0br0 | nice idea. | 22:27 |
th0br0 | and hello | 22:27 |
TSCHAKeee | Stskeeps: I need to get you on a LinuxMCE installation. ;) | 22:28 |
Myrtti | Stskeeps: you're going to port a recipe app to it? | 22:28 |
*** CosmoHill has quit IRC | 22:28 | |
Stskeeps | Myrtti: we have recipes in onenote so we were thinking of exporting to html | 22:29 |
*** luist has quit IRC | 22:29 | |
Stskeeps | as a start | 22:29 |
Stskeeps | TSCHAKeee: once you can view tv series like boxee does, i'm in | 22:29 |
Stskeeps | :P | 22:29 |
Myrtti | right. I've got Gourmet on my desktop and had the whatever app it was on N800 | 22:29 |
* TSCHAKeee has our current Orbiter ported over to the Joggler for now. | 22:29 | |
Myrtti | goddammit, hiccups | 22:30 |
TSCHAKeee | Stskeeps: it's on the list to redo the entire media browser... but it is worth noting we're the only whole house solution that exists. | 22:30 |
Stskeeps | TSCHAKeee: yeah, i like whole house but with a wife that cares about power consumption.. | 22:30 |
*** smhar has joined #meego | 22:30 | |
TSCHAKeee | (the ultra high end solutions like Crestron and AMX don't even come close) | 22:30 |
TSCHAKeee | *nod* | 22:31 |
TSCHAKeee | ok | 22:31 |
*** fiferboy has quit IRC | 22:31 | |
TSCHAKeee | </sales_pitch> | 22:31 |
TSCHAKeee | :P | 22:31 |
Stskeeps | i really wouldn't mind power management that didn't only deal with cpus and battery life.. but seeing the entire house in context | 22:32 |
ScottishDuck | I wonder how Intel intends to make 16nm CPUs in 2013 | 22:32 |
Stskeeps | :P | 22:32 |
ScottishDuck | because I'm pretty sure it's impossible with silicon | 22:32 |
*** [DarkGUNMAN] has joined #meego | 22:32 | |
*** MiskaX has quit IRC | 22:32 | |
*** fiferboy has joined #meego | 22:33 | |
*** chi is now known as DNR | 22:35 | |
*** DNR is now known as chi | 22:35 | |
*** leinir has quit IRC | 22:35 | |
*** leinir has joined #meego | 22:36 | |
*** lardman|eating is now known as lardman | 22:36 | |
*** MiskaX has joined #meego | 22:38 | |
*** RhymeswAlbert has joined #meego | 22:40 | |
vgrade | zimmerle, hi, just seen your page on the psb netbook build | 22:41 |
*** fiferboy has quit IRC | 22:46 | |
*** leinir has quit IRC | 22:46 | |
*** leinir has joined #meego | 22:47 | |
*** leinir has joined #meego | 22:47 | |
*** leinir has quit IRC | 22:48 | |
*** sawe has quit IRC | 22:48 | |
*** leinir has joined #meego | 22:48 | |
*** leinir has joined #meego | 22:49 | |
*** sawe has joined #meego | 22:49 | |
*** mlfoster has quit IRC | 22:49 | |
*** luist has joined #meego | 22:53 | |
*** felipec has joined #meego | 22:53 | |
*** leinir has quit IRC | 22:53 | |
*** leinir has joined #meego | 22:54 | |
*** leinir has joined #meego | 22:54 | |
*** franz` has joined #meego | 22:54 | |
*** aleksandar has joined #meego | 22:54 | |
*** abhijeet has quit IRC | 22:55 | |
*** psankar has quit IRC | 22:58 | |
*** mrmoku|away has joined #meego | 22:59 | |
*** lardman is now known as lardman|afk | 23:01 | |
*** SunilSaxena has joined #meego | 23:03 | |
*** CosmoHill has joined #meego | 23:03 | |
*** felipec has quit IRC | 23:04 | |
*** mrmoku|away is now known as mrmoku | 23:04 | |
*** javiF has quit IRC | 23:05 | |
*** pvdm has quit IRC | 23:07 | |
*** slaine has quit IRC | 23:08 | |
*** leinir has quit IRC | 23:09 | |
*** leinir has joined #meego | 23:09 | |
*** balor has quit IRC | 23:09 | |
*** ucomesdag has quit IRC | 23:09 | |
*** fiferboy has joined #meego | 23:10 | |
*** dvoid has quit IRC | 23:12 | |
*** leinir has quit IRC | 23:13 | |
*** sawe has quit IRC | 23:13 | |
*** leinir has joined #meego | 23:13 | |
*** smyows has quit IRC | 23:16 | |
*** smaug has quit IRC | 23:19 | |
*** leinir has quit IRC | 23:22 | |
*** ucomesdag has joined #meego | 23:22 | |
*** leinir has joined #meego | 23:22 | |
*** aubrey has quit IRC | 23:23 | |
*** franz_ has joined #meego | 23:25 | |
*** choppa_ has joined #meego | 23:25 | |
*** aubrey has joined #meego | 23:27 | |
*** chigge has joined #meego | 23:27 | |
*** tilppis has joined #meego | 23:27 | |
*** mzanetti_ has joined #meego | 23:28 | |
*** chigge has quit IRC | 23:28 | |
*** chigge has joined #meego | 23:28 | |
*** mzanetti has quit IRC | 23:28 | |
*** franz_ has quit IRC | 23:28 | |
*** choppa has quit IRC | 23:29 | |
*** luist has quit IRC | 23:29 | |
*** Tsarpf_ has joined #meego | 23:29 | |
*** Tsarpf has quit IRC | 23:30 | |
*** choppa_ has quit IRC | 23:31 | |
zimmerle | vgrade: hi there :P | 23:31 |
*** Armi^ has quit IRC | 23:31 | |
zimmerle | vgrade: i not tested yours yet | 23:31 |
zimmerle | vgrade: the image is built | 23:31 |
* zimmerle is trying to find my usb stick :P | 23:32 | |
*** Tsarpf_ is now known as Tsarpf | 23:33 | |
*** leinir has quit IRC | 23:34 | |
*** leinir has joined #meego | 23:34 | |
*** leinir has joined #meego | 23:34 | |
*** guardian has joined #meego | 23:40 | |
*** sar3th|vacation has joined #meego | 23:41 | |
*** ZogG has joined #meego | 23:41 | |
*** franz` has quit IRC | 23:44 | |
*** srag has quit IRC | 23:46 | |
*** saschpe has quit IRC | 23:46 | |
*** gentth has joined #meego | 23:48 | |
*** sjgadsby has quit IRC | 23:48 | |
*** fiferboy has quit IRC | 23:48 | |
gentth | hi | 23:48 |
*** gentth has left #meego | 23:48 | |
*** lardman|afk has quit IRC | 23:49 | |
*** baraujo has quit IRC | 23:49 | |
*** tilppis has quit IRC | 23:49 | |
*** fiferboy has joined #meego | 23:49 | |
*** fiferboy has joined #meego | 23:49 | |
*** CoderForLife has joined #meego | 23:49 | |
*** tilppis has joined #meego | 23:49 | |
*** MiskaX has quit IRC | 23:50 | |
*** carloscesa has quit IRC | 23:51 | |
*** lizardo has quit IRC | 23:53 | |
*** fredy has quit IRC | 23:53 | |
*** mzanetti_ has quit IRC | 23:57 | |
*** tilppis_ has joined #meego | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!