| *** CoderForLife has quit IRC | 00:02 | |
| *** toniher_ has joined #meego | 00:03 | |
| *** CoderForLife has joined #meego | 00:03 | |
| *** th3hate_ has quit IRC | 00:04 | |
| *** sawe has quit IRC | 00:07 | |
| *** rwhitby has quit IRC | 00:08 | |
| *** juliank has quit IRC | 00:16 | |
| *** CoderForLife has quit IRC | 00:18 | |
| *** smoku has left #meego | 00:19 | |
| *** smhar has quit IRC | 00:27 | |
| *** Simonsez has joined #meego | 00:35 | |
| thopiekar | how is the path called to the meego installer? | 00:38 |
|---|---|---|
| Cosmo[PB] | care to reword that into something I can understand? | 00:38 |
| Cosmo[PB] | do you want to go from the live image to the installer? | 00:39 |
| *** Erkan_Yilmaz has joined #meego | 00:49 | |
| trem | nite all, sweet dreams | 00:52 |
| Cosmo[PB] | bye trem | 00:55 |
| *** quetzalzun has joined #meego | 00:56 | |
| *** trem has quit IRC | 00:56 | |
| *** Erkan_Yilmaz_ has joined #meego | 00:57 | |
| *** jpetersen has joined #meego | 00:57 | |
| *** felipec has joined #meego | 00:59 | |
| *** pupnik has joined #meego | 01:00 | |
| *** niadh has joined #meego | 01:01 | |
| *** Simonsez has left #meego | 01:01 | |
| *** Erkan_Yilmaz has quit IRC | 01:01 | |
| *** SWFu has joined #meego | 01:01 | |
| niadh | I am trying to package vlc for meego but I have an error about a file not being able to be installed in a directory not ending with /usr/local/lib/ what does this mean? | 01:01 |
| *** niqt has joined #meego | 01:02 | |
| *** pcacjr__ has quit IRC | 01:03 | |
| sofar | either /usr/local is entirely missing, not writeable by you (user meego) or something else | 01:03 |
| Cosmo[PB] | ls /usr/local | 01:04 |
| *** Erkan_Yilmaz_ has quit IRC | 01:04 | |
| *** dani_l has quit IRC | 01:04 | |
| niadh | its present and am root, i suspect my vlc.spec file may be at fault | 01:04 |
| Cosmo[PB] | did you make vlc.spec? | 01:05 |
| sofar | ah | 01:05 |
| sofar | you're not allowed to make rpm's that install in /usr/local by rule | 01:05 |
| sofar | if you're packaging vlc, make it install under /usr | 01:05 |
| Cosmo[PB] | if anything goes wrong you can rpm -e | 01:05 |
| *** jeansch has joined #meego | 01:06 | |
| *** dl9pf has joined #meego | 01:06 | |
| niadh | The spec file prefix is /usr not /usr/local | 01:06 |
| Cosmo[PB] | did you make VLC yourself? | 01:06 |
| *** rwhitby has joined #meego | 01:06 | |
| niadh | Just compiled it myself using the rpm build process | 01:07 |
| niadh | it compiled but bailed at %install | 01:07 |
| Cosmo[PB] | can I see it? | 01:07 |
| niadh | Sure, just the spec file? | 01:07 |
| Cosmo[PB] | yeah | 01:07 |
| niadh | Sure | 01:07 |
| sofar | pastebot it? | 01:07 |
| Cosmo[PB] | pastebin? | 01:08 |
| *** dvoid has quit IRC | 01:09 | |
| niadh | pastebin.ca/1917680 | 01:09 |
| niadh | I know theres nothing in the files section, until it builds correctly the first time i dont know what files to add to that section | 01:10 |
| Cosmo[PB] | I see | 01:10 |
| Cosmo[PB] | ./configure --prefix=/usr | 01:10 |
| *** tchan has quit IRC | 01:10 | |
| Cosmo[PB] | make install DESTDIR=$RPM_BUILD_ROOT | 01:10 |
| niadh | Thought thats what the %prefix value was for | 01:11 |
| niadh | ? | 01:11 |
| Cosmo[PB] | hmm | 01:11 |
| Cosmo[PB] | I missed that | 01:11 |
| Cosmo[PB] | don't you have to use it tho? | 01:11 |
| Cosmo[PB] | ./configure --prefix=%{prefix} ? | 01:11 |
| niadh | No idea, I have hacked only three packages together in a trial and error manner | 01:12 |
| *** berndhs has quit IRC | 01:12 | |
| niadh | I may be well wrond | 01:12 |
| niadh | worng* | 01:12 |
| Cosmo[PB] | hehe | 01:12 |
| *** mitsutaka has joined #meego | 01:12 | |
| niadh | Will try your suggestion, see if it works | 01:13 |
| Cosmo[PB] | I think "prefix" might only be used if you use %configure | 01:13 |
| sofar | there's no need to %define name first | 01:13 |
| sofar | just do `Name: vlc` | 01:13 |
| *** dani_l has joined #meego | 01:13 | |
| *** tchan has joined #meego | 01:14 | |
| sofar | macros | 01:14 |
| *** tchan has quit IRC | 01:14 | |
| *** tchan has joined #meego | 01:14 | |
| sofar | same for the other macros | 01:14 |
| Cosmo[PB] | night night | 01:14 |
| *** bef0rd has joined #meego | 01:16 | |
| niadh | sofar: I dont fully understand, can you explain further | 01:16 |
| *** Cosmo[PB] has quit IRC | 01:16 | |
| sofar | don't make %define lines | 01:16 |
| *** smaug has quit IRC | 01:16 | |
| sofar | just write lines like: "Name : vlc" | 01:16 |
| *** eti has quit IRC | 01:16 | |
| niadh | Ok, why? | 01:16 |
| *** jeansch has quit IRC | 01:16 | |
| sofar | rpm internally will make the %defines for you | 01:16 |
| niadh | Cool | 01:17 |
| niadh | I was just using part of a hello world spec file so mine will be rather basic atm | 01:17 |
| *** dani_l has quit IRC | 01:18 | |
| *** Erkan_Yilmaz_ has joined #meego | 01:18 | |
| *** arfoll has quit IRC | 01:24 | |
| *** Armi^ has quit IRC | 01:25 | |
| *** jeansch has joined #meego | 01:25 | |
| *** mitsutaka has quit IRC | 01:28 | |
| *** dani_l has joined #meego | 01:29 | |
| *** jkridner1 has quit IRC | 01:30 | |
| *** niqt has quit IRC | 01:34 | |
| *** akeripper has quit IRC | 01:35 | |
| *** dailylinux has quit IRC | 01:37 | |
| zeenix | hi | 01:49 |
| *** tyan_ has quit IRC | 01:53 | |
| *** jeansch has quit IRC | 01:54 | |
| *** jpetersen_ has joined #meego | 01:58 | |
| *** jpetersen has quit IRC | 01:58 | |
| *** jkridner1 has joined #meego | 02:01 | |
| *** sheepbat has quit IRC | 02:03 | |
| *** niadh has quit IRC | 02:03 | |
| *** thopiekar has quit IRC | 02:13 | |
| *** neopsis has joined #meego | 02:24 | |
| *** chriadam|away is now known as chriadam | 02:25 | |
| *** Phazorx has quit IRC | 02:26 | |
| *** jkridner1 has quit IRC | 02:28 | |
| *** mitsutaka has joined #meego | 02:34 | |
| *** DevUI has joined #meego | 02:34 | |
| *** sepultina has quit IRC | 02:35 | |
| *** DevUI has quit IRC | 02:37 | |
| *** TSCHAKeee has quit IRC | 02:37 | |
| *** TSCHAKeee has joined #meego | 02:39 | |
| *** thiago_home has quit IRC | 02:42 | |
| *** jpetersen_ has quit IRC | 02:43 | |
| *** neopsis has quit IRC | 02:44 | |
| *** LjL^ has joined #meego | 02:52 | |
| *** LjL^ is now known as Guest58816 | 02:53 | |
| *** LjL has quit IRC | 02:53 | |
| *** Guest58816 has quit IRC | 02:54 | |
| *** Guest58816 has joined #meego | 02:54 | |
| *** Guest58816 is now known as LjL | 02:54 | |
| *** felipec has quit IRC | 03:04 | |
| *** pcacjr has joined #meego | 03:08 | |
| *** pcacjr has quit IRC | 03:10 | |
| *** Termana has joined #meego | 03:12 | |
| *** luist has joined #meego | 03:22 | |
| *** luist has quit IRC | 03:23 | |
| *** ulfhofemeier has joined #meego | 03:23 | |
| *** Termana has quit IRC | 03:26 | |
| *** ninan__ has joined #meego | 03:29 | |
| *** ninan_ has quit IRC | 03:30 | |
| *** ulfhofemeier has quit IRC | 03:46 | |
| *** SWFu has quit IRC | 03:49 | |
| *** chemfy has joined #meego | 03:51 | |
| *** andyross has joined #meego | 03:52 | |
| *** ulfhofemeier has joined #meego | 04:02 | |
| *** TSCHAKeee has quit IRC | 04:05 | |
| *** sabotage has quit IRC | 04:05 | |
| *** TSCHAKeee has joined #meego | 04:05 | |
| *** sabotage has joined #meego | 04:05 | |
| *** toniher_ has quit IRC | 04:10 | |
| *** glin has joined #meego | 04:14 | |
| *** vaughan has joined #meego | 04:19 | |
| *** vaughan is now known as Guest13618 | 04:20 | |
| *** SWFu has joined #meego | 04:34 | |
| *** aloisiojr has joined #meego | 04:40 | |
| *** andyross has quit IRC | 04:43 | |
| *** bef0rd has quit IRC | 04:54 | |
| *** taljurf has quit IRC | 04:55 | |
| *** Savago has quit IRC | 04:55 | |
| *** hd has joined #meego | 04:57 | |
| *** jd has quit IRC | 04:59 | |
| *** jkridner1 has joined #meego | 05:02 | |
| *** SWFu_ has joined #meego | 05:11 | |
| *** mrmoku|away has quit IRC | 05:11 | |
| *** SWFu has quit IRC | 05:12 | |
| *** X-Fade has quit IRC | 05:14 | |
| *** pcfe has quit IRC | 05:16 | |
| *** pcfe has joined #meego | 05:17 | |
| *** pcfe has joined #meego | 05:17 | |
| *** mrmoku|away has joined #meego | 05:17 | |
| *** MacMiller has joined #meego | 05:25 | |
| *** MacMiller has joined #meego | 05:26 | |
| *** Al_ has joined #meego | 05:32 | |
| *** dchang has joined #meego | 05:33 | |
| *** kkszysiu has quit IRC | 05:35 | |
| *** LjL has quit IRC | 05:38 | |
| *** wasikevin has joined #meego | 05:39 | |
| *** aloisiojr has quit IRC | 05:41 | |
| *** aloisiojr has joined #meego | 05:43 | |
| *** TermanaN900 has joined #meego | 05:45 | |
| *** kkszysiu has joined #meego | 05:48 | |
| *** srag has joined #meego | 05:52 | |
| *** paulliu has joined #meego | 05:53 | |
| *** lcukn900 has quit IRC | 05:54 | |
| *** ulfhofemeier has quit IRC | 06:01 | |
| *** andyross has joined #meego | 06:03 | |
| *** aloisiojr has quit IRC | 06:07 | |
| *** Unmenschlich has joined #meego | 06:07 | |
| *** aloisiojr has joined #meego | 06:08 | |
| *** Unmensch has quit IRC | 06:11 | |
| *** Dextralus has joined #meego | 06:12 | |
| *** xnt14 is now known as zz_xnt14 | 06:13 | |
| *** akeripper has joined #meego | 06:24 | |
| *** TermN900 has joined #meego | 06:26 | |
| *** TSCHAKeee has quit IRC | 06:26 | |
| *** TSCHAKeee has joined #meego | 06:27 | |
| *** Surfa has quit IRC | 06:28 | |
| *** Surfa has joined #meego | 06:28 | |
| *** TermanaN900 has quit IRC | 06:29 | |
| *** jkridner1 has quit IRC | 06:35 | |
| *** lsm5 has quit IRC | 06:54 | |
| *** SWFu_ has quit IRC | 06:56 | |
| *** e-yes has quit IRC | 06:56 | |
| *** aloisiojr has quit IRC | 06:58 | |
| *** aleksandar has quit IRC | 07:01 | |
| *** aleksandar has joined #meego | 07:01 | |
| *** lsm5 has joined #meego | 07:02 | |
| *** zz_xnt14 is now known as xnt14 | 07:04 | |
| *** TermN900 has quit IRC | 07:05 | |
| *** ngocketit has joined #meego | 07:06 | |
| ngocketit | hello | 07:07 |
| ngocketit | any of you know about current status of Web Runtime framework in Meego? | 07:08 |
| ngocketit | I mean when will it be available? | 07:08 |
| *** e-yes has joined #meego | 07:09 | |
| *** kkszysiu has quit IRC | 07:15 | |
| *** wazd has joined #meego | 07:22 | |
| *** kkszysiu has joined #meego | 07:28 | |
| *** DocScrutinizer has quit IRC | 07:29 | |
| *** DocScrutinizer has joined #meego | 07:29 | |
| *** ubIx_ has joined #meego | 07:31 | |
| *** ubIx has quit IRC | 07:32 | |
| *** andyross has quit IRC | 07:41 | |
| *** andyross has joined #meego | 07:42 | |
| *** zariz has quit IRC | 07:51 | |
| sofar | ngocketit: ask again tomorrow, and I'll see if there's a timeline planned | 07:55 |
| ngocketit | @sofar: thanks | 07:55 |
| *** sheepbat has joined #meego | 07:56 | |
| *** mirr0r has quit IRC | 07:59 | |
| *** mirr0r has joined #meego | 08:00 | |
| *** lcukn900 has joined #meego | 08:00 | |
| *** jd has joined #meego | 08:00 | |
| *** zariz has joined #meego | 08:01 | |
| *** hd has quit IRC | 08:03 | |
| *** lcukn900 has quit IRC | 08:06 | |
| *** andyross has quit IRC | 08:06 | |
| *** lcukn900 has joined #meego | 08:11 | |
| *** lsm5 has quit IRC | 08:16 | |
| *** lremes has joined #meego | 08:18 | |
| *** villev has joined #meego | 08:23 | |
| *** trip0 has quit IRC | 08:30 | |
| *** JL__ has joined #meego | 08:37 | |
| *** srag has quit IRC | 08:39 | |
| *** vblazquez has quit IRC | 08:41 | |
| *** psycho_oreos has joined #meego | 08:42 | |
| *** vblazquez has joined #meego | 08:44 | |
| *** ab[out] is now known as ab | 08:45 | |
| *** slithytove2006 has joined #meego | 08:51 | |
| slithytove2006 | is htere a way to require a password at login on a netbook installation? | 08:52 |
| *** srag has joined #meego | 08:53 | |
| *** ben__ has joined #meego | 09:02 | |
| *** vblazquez has quit IRC | 09:07 | |
| *** Vanadis_Work has joined #meego | 09:08 | |
| *** slithytove20061 has joined #meego | 09:14 | |
| *** slithytove2006 has quit IRC | 09:14 | |
| *** nicu has joined #meego | 09:14 | |
| *** lcukn900 has quit IRC | 09:18 | |
| *** ae has joined #meego | 09:23 | |
| *** ysyrota has joined #meego | 09:23 | |
| *** ae is now known as sx0n | 09:24 | |
| *** lcukn900 has joined #meego | 09:25 | |
| *** anbaldwi has joined #meego | 09:26 | |
| *** wazd has quit IRC | 09:27 | |
| *** thiago_home has joined #meego | 09:29 | |
| *** dvoid has joined #meego | 09:32 | |
| *** hhartz has joined #meego | 09:33 | |
| Trollkarlen | I am having some trouble creating a armv7el handset image on a ubuntu 9.10 system, i get this error: No such file or directory: 'meego/handset/.mic2-cli601.mic2pipe' | 09:36 |
| Trollkarlen | Im using a --bootstrap env if that helps. | 09:37 |
| *** pohly has joined #meego | 09:38 | |
| *** pvdm has joined #meego | 09:42 | |
| *** swc|666 has quit IRC | 09:45 | |
| *** quetzalzun has quit IRC | 09:46 | |
| *** amjad has joined #meego | 09:50 | |
| *** Erkan_Yilmaz_ has quit IRC | 09:54 | |
| *** vilvo|vacation is now known as vilvo | 09:57 | |
| *** timoph|away is now known as timoph | 09:58 | |
| timoph | o/ | 09:58 |
| *** mutoga has joined #meego | 10:00 | |
| *** jjkivilu has joined #meego | 10:02 | |
| *** sheepbat has quit IRC | 10:03 | |
| *** bef0rd has joined #meego | 10:06 | |
| *** _BuBU has joined #meego | 10:07 | |
| *** theopensourcerer has joined #meego | 10:14 | |
| *** jsv has joined #meego | 10:16 | |
| *** JL__ is now known as jlamadon | 10:21 | |
| *** michaelg|nok has quit IRC | 10:22 | |
| *** sx0n has quit IRC | 10:23 | |
| *** dvoid has quit IRC | 10:23 | |
| *** dazo_afk is now known as dazo | 10:24 | |
| *** jpal has joined #meego | 10:28 | |
| *** Dextralus has quit IRC | 10:30 | |
| *** javiF has joined #meego | 10:32 | |
| *** lcukn900 has quit IRC | 10:33 | |
| *** lcukn900 has joined #meego | 10:33 | |
| *** ae has joined #meego | 10:35 | |
| *** ae is now known as sx0n | 10:37 | |
| *** ksanjeet has joined #meego | 10:39 | |
| *** jjkivilu has quit IRC | 10:39 | |
| *** thiago_home has quit IRC | 10:41 | |
| *** lcukn900 has quit IRC | 10:42 | |
| *** TibshoOT has joined #meego | 10:42 | |
| *** jjkivilu has joined #meego | 10:43 | |
| *** arkub has joined #meego | 10:43 | |
| *** rcc has joined #meego | 10:44 | |
| *** lcukn900 has joined #meego | 10:45 | |
| *** kevsim has joined #meego | 10:49 | |
| *** terranova_tw has joined #meego | 10:49 | |
| Trollkarlen | ll | 10:49 |
| *** dwmw2_gone has quit IRC | 10:53 | |
| *** pavank10 has joined #meego | 10:55 | |
| *** timoph is now known as timoph|away | 10:56 | |
| *** slaine has joined #meego | 10:58 | |
| *** ksanjeet has left #meego | 10:58 | |
| *** mgoetz has joined #meego | 11:01 | |
| *** lremes has quit IRC | 11:01 | |
| *** dharman has joined #meego | 11:03 | |
| *** guardian has joined #meego | 11:03 | |
| *** jausmus_ has joined #meego | 11:04 | |
| *** jausmus has quit IRC | 11:04 | |
| *** sigilioso has joined #meego | 11:04 | |
| *** psycho_oreos has quit IRC | 11:06 | |
| *** tmikola has joined #meego | 11:06 | |
| *** psycho_oreos has joined #meego | 11:06 | |
| *** tihkal has joined #meego | 11:08 | |
| *** tihkal has left #meego | 11:08 | |
| *** chriadam is now known as chriadam|away | 11:10 | |
| *** biochimia has joined #meego | 11:13 | |
| *** tihkal has joined #meego | 11:16 | |
| *** ayanes has joined #meego | 11:16 | |
| *** bef0rd has quit IRC | 11:18 | |
| *** hunger has joined #meego | 11:20 | |
| *** lremes has joined #meego | 11:23 | |
| *** smaug_ has joined #meego | 11:28 | |
| *** tekoholic has quit IRC | 11:30 | |
| *** tekoholic has joined #meego | 11:30 | |
| *** tmikola has quit IRC | 11:31 | |
| *** kyb3R has quit IRC | 11:32 | |
| *** kyb3R has joined #meego | 11:33 | |
| *** th3hate has joined #meego | 11:33 | |
| *** X-Fade has joined #meego | 11:33 | |
| *** townxelliot has joined #meego | 11:34 | |
| *** tmikola has joined #meego | 11:35 | |
| *** X-Fade has joined #meego | 11:35 | |
| *** leinir___ is now known as leinir | 11:36 | |
| *** leinir has quit IRC | 11:36 | |
| *** leinir has joined #meego | 11:36 | |
| *** abstract3d has quit IRC | 11:38 | |
| *** abstract3d has joined #meego | 11:38 | |
| *** pvdm has quit IRC | 11:39 | |
| *** dagger_ has quit IRC | 11:39 | |
| *** cyndis has quit IRC | 11:39 | |
| *** mansson has joined #meego | 11:39 | |
| *** dm8tbr has quit IRC | 11:40 | |
| *** pvdm has joined #meego | 11:40 | |
| *** tigert has quit IRC | 11:41 | |
| *** dagger has joined #meego | 11:41 | |
| *** dagger has joined #meego | 11:41 | |
| *** cyndis has joined #meego | 11:41 | |
| *** tigert has joined #meego | 11:43 | |
| *** mmc has joined #meego | 11:46 | |
| *** dm8tbr has joined #meego | 11:47 | |
| *** Kompo has joined #meego | 11:47 | |
| *** Vudentz has quit IRC | 11:50 | |
| *** krau has quit IRC | 11:51 | |
| *** Votan|off is now known as Votan | 11:55 | |
| *** florian_kc has joined #meego | 11:57 | |
| *** florian_kc is now known as florian | 11:58 | |
| *** jreznik has joined #meego | 12:00 | |
| *** Vudentz has joined #meego | 12:02 | |
| *** sp3001 has joined #meego | 12:03 | |
| *** sp3000 has quit IRC | 12:06 | |
| *** sp3001 is now known as sp3000 | 12:06 | |
| *** krau has joined #meego | 12:10 | |
| *** guardian has quit IRC | 12:13 | |
| *** kitu_ has quit IRC | 12:13 | |
| *** daubers has joined #meego | 12:17 | |
| daubers | Hey all, I'm trying to get meego to boot on my n900 off a micro-ssd, and it doesn't seem to load. The kernel penguin icon appears briefly, then disappears then it goes to the standard nokia screen then switches off... | 12:18 |
| *** tackat has joined #meego | 12:19 | |
| daubers | How do I diagnose this issue? | 12:20 |
| *** milliams has joined #meego | 12:21 | |
| *** topsy has joined #meego | 12:21 | |
| *** lcukn900 has quit IRC | 12:22 | |
| *** jreznik has quit IRC | 12:26 | |
| *** toggles_1 has joined #meego | 12:33 | |
| *** toggles_w has quit IRC | 12:34 | |
| *** niala has joined #meego | 12:36 | |
| *** wazd has joined #meego | 12:36 | |
| *** SWFu has joined #meego | 12:39 | |
| *** andre__ has joined #meego | 12:45 | |
| *** andre__ has joined #meego | 12:45 | |
| *** lcukn900 has joined #meego | 12:46 | |
| *** heliocastro has joined #meego | 12:50 | |
| *** itdock has joined #meego | 12:56 | |
| *** jani has quit IRC | 12:56 | |
| *** jani-work has joined #meego | 13:00 | |
| *** felipec has joined #meego | 13:02 | |
| *** taljurf has joined #meego | 13:06 | |
| *** niqt has joined #meego | 13:07 | |
| *** jani has joined #meego | 13:09 | |
| *** jani is now known as Guest83808 | 13:10 | |
| *** jmcphers has quit IRC | 13:10 | |
| *** jmcphers has joined #meego | 13:10 | |
| *** otep has quit IRC | 13:13 | |
| *** TermanaN900 has joined #meego | 13:14 | |
| *** javiF has quit IRC | 13:15 | |
| *** javiF has joined #meego | 13:16 | |
| *** felipec has quit IRC | 13:17 | |
| *** fcrozat has joined #meego | 13:18 | |
| fcrozat | hi all. just wondering : is 1.0.2 for netbook released or not ? I'm not seeing a 1.0.2 directory at http://repo.meego.com/MeeGo/releases/ | 13:19 |
| *** Guest83808 is now known as jani | 13:19 | |
| *** otep has joined #meego | 13:20 | |
| *** jani-work has quit IRC | 13:20 | |
| *** javiF has quit IRC | 13:21 | |
| Trollkarlen | I am having some trouble creating a armv7el handset image on a ubuntu 9.10 system, first of all the mic-image-creator script it self is not installed in the bootstrap env. | 13:25 |
| Trollkarlen | If i fix that then the pipe cant be read inside the bootstrap env. error: No such file or directory: 'meego/handset/.mic2-cli601.mic2pipe' | 13:26 |
| Trollkarlen | Is it suposed to work ? | 13:26 |
| *** ben__ has quit IRC | 13:29 | |
| *** wasikevin has quit IRC | 13:29 | |
| slaine | fcrozat: it's an incremental rollup of bug fixes | 13:32 |
| *** marcob has joined #meego | 13:32 | |
| *** aquatix has quit IRC | 13:32 | |
| slaine | i.e. install and then upgrade | 13:33 |
| *** leinir has quit IRC | 13:33 | |
| *** LjL has joined #meego | 13:34 | |
| *** leinir has joined #meego | 13:36 | |
| *** CoderForLife has joined #meego | 13:37 | |
| *** felipec has joined #meego | 13:38 | |
| *** leinir has quit IRC | 13:38 | |
| *** felipec has quit IRC | 13:39 | |
| *** fredy has joined #meego | 13:41 | |
| *** otep has quit IRC | 13:41 | |
| *** jeansch has joined #meego | 13:42 | |
| *** leinir has joined #meego | 13:43 | |
| *** lizardo has joined #meego | 13:44 | |
| *** leinir has quit IRC | 13:44 | |
| *** leinir has joined #meego | 13:44 | |
| *** niala has quit IRC | 13:44 | |
| *** c3l_ has joined #meego | 13:46 | |
| *** jeansch has quit IRC | 13:49 | |
| *** CosmoHill has joined #meego | 13:49 | |
| *** Flanbix has quit IRC | 13:49 | |
| *** hystdog has joined #meego | 13:50 | |
| *** lsm5 has joined #meego | 13:50 | |
| *** c3l_ has quit IRC | 13:51 | |
| *** c3l_ has joined #meego | 13:51 | |
| *** c3l_ has quit IRC | 13:52 | |
| *** c3l_ has joined #meego | 13:52 | |
| *** jjkivilu_ has joined #meego | 13:53 | |
| *** SWFu_ has joined #meego | 13:54 | |
| *** hystdog has left #meego | 13:54 | |
| *** SWFu has quit IRC | 13:55 | |
| *** otep has joined #meego | 13:56 | |
| *** achipa has joined #meego | 13:56 | |
| *** sawe has joined #meego | 13:56 | |
| *** jjkivilu has quit IRC | 13:57 | |
| *** SWFu_ has quit IRC | 13:57 | |
| *** SWFu has joined #meego | 13:57 | |
| *** jluisn has joined #meego | 13:57 | |
| *** Flanbix has joined #meego | 13:58 | |
| *** TermanaN900 has quit IRC | 13:58 | |
| *** felipec has joined #meego | 13:59 | |
| *** Kompo has quit IRC | 14:00 | |
| *** niqt has quit IRC | 14:01 | |
| *** luist has joined #meego | 14:01 | |
| *** sawe has quit IRC | 14:05 | |
| *** jluisn has quit IRC | 14:06 | |
| *** sawe has joined #meego | 14:07 | |
| *** Guest13618 has quit IRC | 14:07 | |
| *** c3l_ has quit IRC | 14:08 | |
| *** jeansch has joined #meego | 14:10 | |
| fcrozat | slaine: expect the packages aren't on the repo ;) | 14:10 |
| fcrozat | or I'm blind | 14:10 |
| CosmoHill | fcrozat: use "find" instead of looking | 14:10 |
| slaine | http://repo.meego.com/MeeGo/updates/1.0/netbook/repos/ia32/packages/ | 14:10 |
| CosmoHill | if it goes "phrase not found" then it's missing :( | 14:10 |
| CosmoHill | :) * | 14:11 |
| *** lmoura has joined #meego | 14:11 | |
| fcrozat | hmm, ok, I thought it was handled the same way as 1.0.1 | 14:12 |
| *** Phazorx has joined #meego | 14:13 | |
| *** mmeeks has joined #meego | 14:14 | |
| *** TibshoOT has quit IRC | 14:15 | |
| *** chemfy has quit IRC | 14:15 | |
| *** TibshoOT has joined #meego | 14:17 | |
| wao | w/ 33 | 14:17 |
| *** anbaldwi has quit IRC | 14:21 | |
| *** slithytove20061 has quit IRC | 14:22 | |
| *** tmikola has quit IRC | 14:22 | |
| *** CoderForLife has quit IRC | 14:25 | |
| *** jusliukk has joined #meego | 14:26 | |
| *** pohly1 has joined #meego | 14:27 | |
| *** anbaldwi has joined #meego | 14:27 | |
| *** sar3th|vacation has joined #meego | 14:27 | |
| *** pohly has quit IRC | 14:29 | |
| *** NishanthMenon has joined #meego | 14:30 | |
| *** dchang has quit IRC | 14:30 | |
| *** tim_jenssen has joined #meego | 14:30 | |
| *** jesperht_ has joined #meego | 14:30 | |
| *** mauricek has joined #meego | 14:30 | |
| *** sar3th|vacation is now known as sar3th | 14:31 | |
| *** jesperht_ has quit IRC | 14:34 | |
| *** mauricek has quit IRC | 14:34 | |
| *** tim_jenssen has quit IRC | 14:34 | |
| *** mauricek has joined #meego | 14:35 | |
| *** tim_jenssen has joined #meego | 14:35 | |
| *** jesperht_ has joined #meego | 14:35 | |
| *** aquatix has joined #meego | 14:35 | |
| *** sawe has quit IRC | 14:36 | |
| *** ngocketit has quit IRC | 14:36 | |
| *** sawe has joined #meego | 14:37 | |
| *** amjad has quit IRC | 14:37 | |
| *** _BuBU has quit IRC | 14:38 | |
| *** mauricek has quit IRC | 14:38 | |
| *** tim_jenssen has quit IRC | 14:38 | |
| *** jesperht_ has quit IRC | 14:38 | |
| *** _BuBU has joined #meego | 14:38 | |
| *** jesperht_ has joined #meego | 14:39 | |
| *** tim_jenssen has joined #meego | 14:39 | |
| *** mauricek has joined #meego | 14:39 | |
| *** tmikola has joined #meego | 14:41 | |
| Trollkarlen | What package manager will be used yum or zypper ? | 14:46 |
| *** LjL has quit IRC | 14:46 | |
| CosmoHill | zypper | 14:46 |
| *** glin has quit IRC | 14:47 | |
| Trollkarlen | Nice, are all the issues solved that reverted to yum ? | 14:47 |
| *** LjL has joined #meego | 14:48 | |
| CosmoHill | I don;t know what the issues were | 14:48 |
| CosmoHill | i think someone said it was better in some ways and worse in others | 14:48 |
| *** mlin has joined #meego | 14:50 | |
| *** smoku has joined #meego | 14:53 | |
| *** KA has joined #meego | 14:55 | |
| *** mwichmann has joined #meego | 14:56 | |
| *** ragner has joined #meego | 14:57 | |
| *** LjL has quit IRC | 15:01 | |
| *** mutoga has quit IRC | 15:05 | |
| *** lmoura has quit IRC | 15:07 | |
| *** Al_ has quit IRC | 15:07 | |
| *** LjL has joined #meego | 15:08 | |
| *** terranova_tw has quit IRC | 15:08 | |
| *** niala has joined #meego | 15:09 | |
| *** lmoura has joined #meego | 15:09 | |
| *** hurewitz has joined #meego | 15:11 | |
| *** LjL has quit IRC | 15:12 | |
| *** amjad has joined #meego | 15:13 | |
| *** aleksandar has quit IRC | 15:15 | |
| *** Mek has quit IRC | 15:17 | |
| *** smoku has left #meego | 15:17 | |
| *** smoku has joined #meego | 15:17 | |
| *** jkridner1 has joined #meego | 15:17 | |
| *** niala has quit IRC | 15:18 | |
| *** balor has quit IRC | 15:21 | |
| *** ptl has quit IRC | 15:22 | |
| *** pvdm has quit IRC | 15:23 | |
| *** alvaro__ has joined #meego | 15:23 | |
| *** MarcosFabio has joined #meego | 15:24 | |
| *** mansson has quit IRC | 15:25 | |
| *** tyan_ has joined #meego | 15:25 | |
| MarcosFabio | hi there, is anyone running fullscreen Qt applications in MeeGo? | 15:25 |
| *** diegohcg has joined #meego | 15:26 | |
| *** Guest58787 has joined #meego | 15:27 | |
| *** Guest58787 has joined #meego | 15:27 | |
| *** Bostik has quit IRC | 15:27 | |
| *** Guest58787 is now known as LjL | 15:28 | |
| *** killeus_ has joined #meego | 15:28 | |
| *** robotnO has joined #meego | 15:29 | |
| *** luck has joined #meego | 15:29 | |
| *** robotnO has left #meego | 15:29 | |
| *** killeus_ has quit IRC | 15:30 | |
| *** killeus has joined #meego | 15:31 | |
| *** ScriptRipper has joined #meego | 15:31 | |
| *** ScriptRipper has quit IRC | 15:32 | |
| *** ScriptRipper has joined #meego | 15:32 | |
| *** A\b1` has joined #meego | 15:32 | |
| A\b1` | hi all | 15:32 |
| CosmoHill | hi | 15:32 |
| *** ptl has joined #meego | 15:33 | |
| *** ptl has joined #meego | 15:33 | |
| *** sigilioso has quit IRC | 15:35 | |
| *** heliocastro has quit IRC | 15:37 | |
| *** lmoura has quit IRC | 15:37 | |
| *** heliocastro has joined #meego | 15:37 | |
| *** heliocastro has joined #meego | 15:37 | |
| *** luck has quit IRC | 15:37 | |
| *** wasikevin has joined #meego | 15:40 | |
| killeus | hi all | 15:44 |
| CosmoHill | hello | 15:44 |
| killeus | anybody knows how to set an application to be fullscreen on meego? | 15:44 |
| killeus | i tested with showFullscreen on Qt but it doesn't works | 15:44 |
| CosmoHill | double click on the top part of the window? | 15:45 |
| *** luck has joined #meego | 15:45 | |
| killeus | and how to do it programatically? | 15:45 |
| *** A\b1` has left #meego | 15:45 | |
| CosmoHill | ask lcuk :) | 15:45 |
| * CosmoHill runs away before lcuk knows what happening | 15:45 | |
| *** tmikola has quit IRC | 15:46 | |
| lcuk | oi CosmoHill !! I saw that | 15:49 |
| lcuk | and actually, I don't know off hand, killeus meego handset or meego netbook? | 15:49 |
| *** lmoura has joined #meego | 15:49 | |
| *** Mek has joined #meego | 15:50 | |
| *** Kompo has joined #meego | 15:50 | |
| *** notmart has joined #meego | 15:51 | |
| lcuk | lbt, he had tried here first | 15:52 |
| *** renato has joined #meego | 15:52 | |
| CosmoHill | I'm off to uni, cyas | 15:52 |
| *** CosmoHill has quit IRC | 15:53 | |
| *** lcukn900 has quit IRC | 15:53 | |
| *** Shaan7 has joined #meego | 15:53 | |
| *** javiF has joined #meego | 15:53 | |
| killeus | lcuk: handset | 15:53 |
| killeus | lcuk: on n900 | 15:53 |
| *** pupnik has quit IRC | 15:56 | |
| *** Nitial has quit IRC | 15:56 | |
| *** tmikola has joined #meego | 15:57 | |
| *** kirma has quit IRC | 15:57 | |
| *** robotnO has joined #meego | 16:00 | |
| robotnO | Canplease someone tell me when you got the last update of meego?? | 16:00 |
| *** alt096 has joined #meego | 16:02 | |
| *** alt096 has quit IRC | 16:02 | |
| *** alt096 has joined #meego | 16:02 | |
| *** _BuBU has quit IRC | 16:03 | |
| *** _BuBU has joined #meego | 16:04 | |
| *** _BuBU has quit IRC | 16:05 | |
| *** lremes has quit IRC | 16:05 | |
| robotnO | And another question.. Is someone here having problem with Empathy crashing alot and logging out with MSN accounts?? | 16:08 |
| robotnO | This is something that worked flawlessly for me with Moblin | 16:08 |
| *** lcukn900 has joined #meego | 16:12 | |
| *** _BuBU has joined #meego | 16:17 | |
| *** jpal has left #meego | 16:17 | |
| *** Xisdibik has joined #meego | 16:18 | |
| *** Xisdibik has quit IRC | 16:18 | |
| *** marciom has joined #meego | 16:18 | |
| *** wasikevin has quit IRC | 16:20 | |
| *** abinader has joined #meego | 16:21 | |
| *** tekoholic has quit IRC | 16:22 | |
| *** tekoholic has joined #meego | 16:23 | |
| *** carloscesa has joined #meego | 16:29 | |
| *** sawe has quit IRC | 16:31 | |
| *** sawe has joined #meego | 16:32 | |
| *** pvdm has joined #meego | 16:35 | |
| *** ahma has quit IRC | 16:36 | |
| *** ahma has joined #meego | 16:37 | |
| *** mitsutaka has quit IRC | 16:39 | |
| *** anbaldwi has quit IRC | 16:40 | |
| *** CosmoHill has joined #meego | 16:44 | |
| *** robotnO has left #meego | 16:45 | |
| *** hhartz has quit IRC | 16:45 | |
| CosmoHill | hola | 16:45 |
| *** sawe has quit IRC | 16:45 | |
| *** jjkivilu_ has quit IRC | 16:45 | |
| CosmoHill | I go to get a drink and when I come back I find someone's come into my room (at uni) :o | 16:45 |
| andre__ | lockers can help. | 16:46 |
| *** sawe has joined #meego | 16:47 | |
| CosmoHill | it's a computer lab | 16:47 |
| DuckBoot | CosmoHill: Tripwire... | 16:47 |
| CosmoHill | he says he can't print in A so he's come into B (my room) | 16:48 |
| *** andyross has joined #meego | 16:48 | |
| CosmoHill | if that's true I'm going to be flooded :o | 16:48 |
| *** amjad has quit IRC | 16:48 | |
| *** Botsik has joined #meego | 16:49 | |
| lcuk | CosmoHill, put a warning sign on the door "room flooded, printers in section D (or any room on other side of campus) | 16:49 |
| *** jluisn has joined #meego | 16:49 | |
| CosmoHill | that would be so funny | 16:50 |
| CosmoHill | cos D is the office of education ^.^ | 16:50 |
| CosmoHill | lcuk: oo better idea, a room on the other side of the OTHER campus :D | 16:51 |
| CosmoHill | "please use RAM 201, Cambridge" | 16:51 |
| *** andre__ has quit IRC | 16:51 | |
| lcuk | tell them to hold laptop up to the photocopier to print anything out | 16:52 |
| CosmoHill | and out a USB cable on the side to see how many of them are smart | 16:53 |
| *** ssvb has joined #meego | 16:53 | |
| *** marciom has quit IRC | 16:58 | |
| *** lmoura has quit IRC | 16:58 | |
| *** luck has quit IRC | 16:58 | |
| *** renato has quit IRC | 16:58 | |
| CosmoHill | ah there's another one | 16:59 |
| CosmoHill | once they're both gone I'm locking the door | 17:00 |
| *** renato has joined #meego | 17:00 | |
| *** luck has joined #meego | 17:00 | |
| *** marciom has joined #meego | 17:00 | |
| *** lmoura has joined #meego | 17:00 | |
| *** sawe has quit IRC | 17:01 | |
| *** sawe has joined #meego | 17:02 | |
| *** UlfHofemeier has joined #meego | 17:07 | |
| *** alt096 has quit IRC | 17:08 | |
| *** alt096 has joined #meego | 17:09 | |
| *** alt096 has quit IRC | 17:09 | |
| *** alt096 has joined #meego | 17:09 | |
| * alt096 hi | 17:10 | |
| *** alt096 is now known as Alt096 | 17:10 | |
| *** tmikola has quit IRC | 17:11 | |
| *** TSCHAKeee has quit IRC | 17:11 | |
| *** TSCHAKeee has joined #meego | 17:12 | |
| *** guardian has joined #meego | 17:12 | |
| *** ctusar has joined #meego | 17:13 | |
| *** javiF has quit IRC | 17:13 | |
| *** andyross has quit IRC | 17:14 | |
| CosmoHill | hey alt | 17:14 |
| Alt096 | :) | 17:15 |
| CosmoHill | I have to many nice on my desk | 17:17 |
| *** balor has joined #meego | 17:17 | |
| *** pvdm has quit IRC | 17:17 | |
| *** dl9pf_ has joined #meego | 17:18 | |
| *** taljurf has quit IRC | 17:18 | |
| *** dl9pf has quit IRC | 17:19 | |
| *** jlamadon has quit IRC | 17:19 | |
| *** TSCHAKeee has quit IRC | 17:19 | |
| *** TSCHAKeee has joined #meego | 17:19 | |
| *** nicu has quit IRC | 17:20 | |
| *** LjL has quit IRC | 17:20 | |
| *** e-yes has quit IRC | 17:20 | |
| *** jusliukk has quit IRC | 17:22 | |
| *** pcacjr has joined #meego | 17:27 | |
| *** marciom has quit IRC | 17:27 | |
| *** marciom has joined #meego | 17:27 | |
| *** taljurf has joined #meego | 17:29 | |
| *** jjkivilu has joined #meego | 17:31 | |
| *** tekojo has joined #meego | 17:31 | |
| CosmoHill | hey tekojo | 17:32 |
| tekojo | hello! | 17:32 |
| * tekojo is just popping by before food | 17:33 | |
| *** e-yes has joined #meego | 17:33 | |
| CosmoHill | food! | 17:33 |
| CosmoHill | I'm being distracted | 17:34 |
| *** rodarvus has quit IRC | 17:34 | |
| *** pmcgowan has joined #meego | 17:34 | |
| tekojo | CosmoHill: never get distracted from food! | 17:34 |
| *** rodarvus has joined #meego | 17:35 | |
| *** smhar has joined #meego | 17:36 | |
| *** taljurf has quit IRC | 17:36 | |
| *** Mirv has joined #meego | 17:37 | |
| *** LjL has joined #meego | 17:38 | |
| *** LjL is now known as Guest87440 | 17:39 | |
| *** Moku has quit IRC | 17:40 | |
| *** Moku has joined #meego | 17:42 | |
| *** mitsutaka has joined #meego | 17:46 | |
| *** Guest87440 has quit IRC | 17:47 | |
| *** Guest87440 has joined #meego | 17:47 | |
| *** Guest87440 is now known as LjL | 17:47 | |
| *** sar3th is now known as sar3th|away | 17:47 | |
| *** sheepbat has joined #meego | 17:48 | |
| *** taljurf has joined #meego | 17:48 | |
| *** marciom has quit IRC | 17:51 | |
| *** renato has quit IRC | 17:52 | |
| *** renato has joined #meego | 17:52 | |
| *** marciom has joined #meego | 17:52 | |
| *** RST38bis has joined #meego | 17:54 | |
| *** heliocastro has quit IRC | 17:57 | |
| *** Xisdibik has joined #meego | 17:58 | |
| *** tekojo has quit IRC | 17:59 | |
| *** Xisdibik has quit IRC | 17:59 | |
| CosmoHill | tekoholic: I'm in a lab with my friends | 18:00 |
| *** sawe has quit IRC | 18:00 | |
| *** SWFu64 has joined #meego | 18:06 | |
| *** SWFu has quit IRC | 18:06 | |
| *** Rearden has joined #meego | 18:07 | |
| *** javiF has joined #meego | 18:07 | |
| *** taljurf has quit IRC | 18:07 | |
| *** guardian has quit IRC | 18:09 | |
| *** ab is now known as ab[out] | 18:11 | |
| *** sawe has joined #meego | 18:14 | |
| *** killeus has quit IRC | 18:16 | |
| *** RST38bis has quit IRC | 18:16 | |
| *** taljurf has joined #meego | 18:17 | |
| *** LjL has quit IRC | 18:17 | |
| *** kentlin has joined #meego | 18:22 | |
| *** Erkan_Yilmaz has joined #meego | 18:23 | |
| *** sawe has quit IRC | 18:23 | |
| *** mlfoster has joined #meego | 18:23 | |
| *** sawe has joined #meego | 18:24 | |
| *** ayanes has quit IRC | 18:26 | |
| *** andyross has joined #meego | 18:27 | |
| *** mmc has quit IRC | 18:27 | |
| *** kkszysiu has quit IRC | 18:28 | |
| *** notmart has quit IRC | 18:29 | |
| *** baraujo has joined #meego | 18:29 | |
| *** chemfy has joined #meego | 18:30 | |
| *** mmc has joined #meego | 18:31 | |
| *** tekojo has joined #meego | 18:31 | |
| *** tekojo has joined #meego | 18:31 | |
| *** killeus has joined #meego | 18:34 | |
| *** marciom has quit IRC | 18:35 | |
| *** marciom has joined #meego | 18:36 | |
| *** taljurf has quit IRC | 18:37 | |
| *** MacDrunk has quit IRC | 18:38 | |
| *** kentlin has quit IRC | 18:38 | |
| *** Armi^ has joined #meego | 18:39 | |
| *** drizztbsd_ has quit IRC | 18:44 | |
| *** sean_1 has joined #meego | 18:44 | |
| *** townxelliot has quit IRC | 18:45 | |
| *** SWFu has joined #meego | 18:46 | |
| *** taljurf has joined #meego | 18:47 | |
| *** tekojo has quit IRC | 18:47 | |
| *** drizztbsd has joined #meego | 18:48 | |
| *** dailylinux has joined #meego | 18:48 | |
| *** dvoid_ has joined #meego | 18:49 | |
| *** whitewine__ has joined #meego | 18:50 | |
| *** killeus has quit IRC | 18:50 | |
| *** whitewine__ has quit IRC | 18:51 | |
| CosmoHill | it's funny watching students shit themselfs | 18:55 |
| CosmoHill | in 5 min time they will have either handed in their assignments or fail | 18:56 |
| CosmoHill | Uni is very strict, if the deadline is 5pm and you hand it in a 5:05pm you fail | 18:56 |
| *** Al_ has joined #meego | 18:57 | |
| timeless | good lesson | 18:57 |
| ScottishDuck | Yeah at Uni you're either punctual or failing | 19:00 |
| *** slonopotamus has joined #meego | 19:01 | |
| achipa | heh, reminds me of my old competition coding days... autosubmit results 5 minutes before deadline if I have not done so (and pray for synched clocks and no network errors :) | 19:02 |
| CosmoHill | my switch is making very bad sounds :s | 19:03 |
| *** fcrozat is now known as fcrozat|gone | 19:03 | |
| *** achipa has quit IRC | 19:04 | |
| *** Shaan7 has quit IRC | 19:05 | |
| *** hhartz has joined #meego | 19:07 | |
| *** jjkivilu has quit IRC | 19:07 | |
| *** taljurf has quit IRC | 19:07 | |
| CosmoHill | this switch this so gonna die soon >.< | 19:08 |
| *** kulve has quit IRC | 19:08 | |
| *** dharman has quit IRC | 19:09 | |
| *** kulve has joined #meego | 19:12 | |
| *** eti has joined #meego | 19:15 | |
| *** taljurf has joined #meego | 19:16 | |
| *** Al_ has quit IRC | 19:17 | |
| *** Shaan7 has joined #meego | 19:19 | |
| *** sheepbat has quit IRC | 19:20 | |
| *** nicu has joined #meego | 19:20 | |
| *** lmoura has quit IRC | 19:21 | |
| *** lmoura has joined #meego | 19:22 | |
| *** luck has quit IRC | 19:22 | |
| *** Alt096 has left #meego | 19:22 | |
| *** leinir has quit IRC | 19:23 | |
| *** luck has joined #meego | 19:23 | |
| *** leinir has joined #meego | 19:23 | |
| *** GordonS has joined #meego | 19:23 | |
| *** mikhailz has joined #meego | 19:24 | |
| *** mikhailz has quit IRC | 19:24 | |
| *** mikhailz has joined #meego | 19:24 | |
| *** slaine has quit IRC | 19:25 | |
| *** Nitial has joined #meego | 19:25 | |
| *** Vanadis_Work has quit IRC | 19:25 | |
| *** zs has joined #meego | 19:29 | |
| *** renato has quit IRC | 19:29 | |
| *** renato has joined #meego | 19:30 | |
| *** jpetersen has joined #meego | 19:31 | |
| *** dailylinux has quit IRC | 19:31 | |
| *** mikeleib_afk is now known as mikeleib | 19:31 | |
| *** mmeeks has quit IRC | 19:33 | |
| *** kirma has joined #meego | 19:35 | |
| *** taljurf has quit IRC | 19:35 | |
| *** mz_ has joined #meego | 19:36 | |
| *** ddez is now known as zeddii | 19:39 | |
| *** CosmoHill has quit IRC | 19:39 | |
| *** pmcgowan has quit IRC | 19:44 | |
| *** marciom has quit IRC | 19:45 | |
| *** marciom has joined #meego | 19:45 | |
| *** taljurf has joined #meego | 19:48 | |
| *** ysyrota has quit IRC | 19:51 | |
| *** sawe has quit IRC | 19:53 | |
| *** _BuBU has quit IRC | 19:54 | |
| *** sawe has joined #meego | 19:54 | |
| *** boss has joined #meego | 19:56 | |
| *** taljurf has quit IRC | 19:57 | |
| *** abhijeet has joined #meego | 19:57 | |
| *** boss is now known as TurboMan | 19:58 | |
| *** sawe has quit IRC | 19:58 | |
| *** sawe has joined #meego | 19:59 | |
| *** lmoura has quit IRC | 20:02 | |
| *** marcob has quit IRC | 20:04 | |
| *** luck has quit IRC | 20:04 | |
| *** slonopotamus has quit IRC | 20:04 | |
| *** githogori has quit IRC | 20:05 | |
| *** Shaan7 has quit IRC | 20:05 | |
| *** TurboMan has quit IRC | 20:05 | |
| *** marciom has quit IRC | 20:05 | |
| *** Shaan7 has joined #meego | 20:05 | |
| *** luck has joined #meego | 20:06 | |
| *** _BuBU has joined #meego | 20:06 | |
| *** luck has quit IRC | 20:07 | |
| *** VDVsx has joined #meego | 20:07 | |
| *** taljurf has joined #meego | 20:07 | |
| *** renatofilho has joined #meego | 20:08 | |
| *** luck has joined #meego | 20:08 | |
| *** pcacjr_ has joined #meego | 20:08 | |
| *** renato has quit IRC | 20:08 | |
| *** pcacjr has quit IRC | 20:09 | |
| *** aloisiojr has joined #meego | 20:11 | |
| *** sawe has quit IRC | 20:11 | |
| *** villev has quit IRC | 20:13 | |
| *** arkub has quit IRC | 20:14 | |
| *** jluisn has quit IRC | 20:17 | |
| *** hunger has quit IRC | 20:19 | |
| *** Shaan7 has quit IRC | 20:19 | |
| *** dharman has joined #meego | 20:19 | |
| *** smoku has left #meego | 20:19 | |
| *** smoku has joined #meego | 20:19 | |
| lbt | I can't find hotel info on the meego conference site | 20:22 |
| GAN900 | lbt, they're filtering for your IPs. | 20:23 |
| *** jluisn has joined #meego | 20:23 | |
| *** carloscesa has quit IRC | 20:23 | |
| *** diegohcg has quit IRC | 20:23 | |
| *** fredy has quit IRC | 20:23 | |
| *** lizardo has quit IRC | 20:24 | |
| *** alvaro__ has quit IRC | 20:24 | |
| Stskeeps | lbt: hmm? | 20:24 |
| *** LjL has joined #meego | 20:24 | |
| *** baraujo has quit IRC | 20:24 | |
| *** abinader has quit IRC | 20:24 | |
| *** ragner has quit IRC | 20:24 | |
| Stskeeps | right hand side, hotels | 20:24 |
| Stskeeps | :) | 20:24 |
| *** smoku has left #meego | 20:24 | |
| *** smoku has joined #meego | 20:24 | |
| lbt | Stskeeps: yeah.. I found the booking... need the prices | 20:26 |
| lbt | "our amazing rates" | 20:26 |
| *** CosmoHill has joined #meego | 20:29 | |
| *** Unmensch has joined #meego | 20:29 | |
| *** marciom has joined #meego | 20:29 | |
| *** milliams has quit IRC | 20:30 | |
| *** sar3th|away is now known as sar3th | 20:30 | |
| lbt | I have no idea who put "delegates should use MS Internet Explorer version 5.0 or higher" to complete the MeeGo conference booking form... | 20:30 |
| *** balor has quit IRC | 20:32 | |
| *** Unmenschlich has quit IRC | 20:32 | |
| *** balor has joined #meego | 20:33 | |
| *** balor has quit IRC | 20:33 | |
| *** vblazquez has joined #meego | 20:34 | |
| *** jausmus_ is now known as jausmus | 20:34 | |
| *** balor has joined #meego | 20:34 | |
| *** marcels has joined #meego | 20:34 | |
| *** jausmus is now known as jausmus_ | 20:34 | |
| lcuk | lbt, does IE5 still exist on the planet? I was under the impression it self combusted a while ago | 20:34 |
| *** jausmus_ is now known as jausmus | 20:35 | |
| lbt | yesh... | 20:35 |
| CosmoHill | IE for Mac was killed in 2005 | 20:35 |
| CosmoHill | i know this cos the factor image for my mac doesn't have IE5 but the restore disc does | 20:35 |
| *** Unmensch has quit IRC | 20:36 | |
| GAN900 | CosmoHill, old Mac. | 20:36 |
| *** smoku has left #meego | 20:36 | |
| CosmoHill | GAN900: I'm typing on it now ^.^ | 20:37 |
| *** taljurf has quit IRC | 20:37 | |
| *** Vanadis has joined #meego | 20:37 | |
| auke | hmm | 20:39 |
| auke | someone asked this weekend about something, and I told them to re-ask it | 20:39 |
| * auke can't remember | 20:40 | |
| Stskeeps | auke, you also messaged me and i don't think you told me what it was about :) | 20:40 |
| *** amjad has joined #meego | 20:40 | |
| auke | Stskeeps: I got that part resolved | 20:40 |
| Stskeeps | k | 20:40 |
| CosmoHill | auke: so you have the "who" but not the "what"? | 20:40 |
| auke | I think it was about the web runtime kit or something schedule | 20:41 |
| Stskeeps | ah | 20:41 |
| *** pmcgowan has joined #meego | 20:42 | |
| *** panaggio has joined #meego | 20:42 | |
| Stskeeps | any word on sreadahead patch or is it easiest if i submit a patch to the packaging instead? | 20:43 |
| *** ninan__ has quit IRC | 20:43 | |
| *** dazo is now known as dazo_afk | 20:44 | |
| *** arfoll has joined #meego | 20:45 | |
| *** mardy has quit IRC | 20:46 | |
| *** ninan has joined #meego | 20:47 | |
| *** taljurf has joined #meego | 20:48 | |
| *** mikhailz has quit IRC | 20:48 | |
| *** luck has quit IRC | 20:49 | |
| *** VDVsx has quit IRC | 20:50 | |
| *** SWFu_ has joined #meego | 20:52 | |
| *** mardy has joined #meego | 20:53 | |
| *** SWFu has quit IRC | 20:53 | |
| CosmoHill | I think I've turned into a lecturer | 20:54 |
| *** slonopotamus has joined #meego | 20:54 | |
| CosmoHill | I'm looking at a first year student's code going "that's wrong, that's wrong, that doesn't even make sense" etc | 20:54 |
| lcuk | welcome to the world of professional code review :P | 20:55 |
| *** andrewfblack has joined #meego | 20:55 | |
| CosmoHill | yay | 20:56 |
| *** DevUI has joined #meego | 20:56 | |
| andrewfblack | What is up with the Meego Conference being Mon, Tues, and Wednesday? | 20:56 |
| CosmoHill | now if only I could pronouce his name | 20:56 |
| *** taljurf has quit IRC | 20:56 | |
| CosmoHill | andrewfblack: you tell your employer it's mon - fri and have a nice break | 20:56 |
| lcuk | CosmoHill, http://www.osnews.com/story/19266/WTFs_m | 20:56 |
| *** Vanadis has quit IRC | 20:57 | |
| Jaffa | andrewfblack: It's a professional conference, intended to attract commercial vendors, h/w OEMs and networks, apparently | 20:57 |
| CosmoHill | lcuk: I may have help him with his assignment | 20:57 |
| CosmoHill | or helped him miss the deadline | 20:57 |
| CosmoHill | I'm not sure | 20:57 |
| lcuk | CosmoHill, if members of your team are going to be around on the thu/fri it would actually make sense to stick around :P | 20:57 |
| andrewfblack | This stops anyone who is out of vacation from going. I get 3 weeks a year but I have to set my Vacation by end of Feb. | 20:57 |
| *** jausmus has quit IRC | 20:57 | |
| CosmoHill | lcuk: hahah | 20:57 |
| * Jaffa suggests we ignore that, get pissed and hack the place up. | 20:57 | |
| andrewfblack | Jaffa: so I take it devs aren't wanted to go them | 20:57 |
| Jaffa | andrewfblack: Hobbyist devs didn't seem to be the primary motivation, no :-/ | 20:58 |
| *** SWFu64 has quit IRC | 20:58 | |
| lcuk | Jaffa, you do recall where the conf is this time. getting drunk is a profession over there - theres lots of practice been done :P | 20:58 |
| *** balor has quit IRC | 20:58 | |
| CosmoHill | hmm | 20:59 |
| andrewfblack | Well I just unsigned up | 20:59 |
| Jaffa | lcuk: Yeah, but I've never like Guinness. Murphy's is OK, but I prefer a proper ale | 20:59 |
| Jaffa | Or wine | 20:59 |
| Jaffa | Or um | 20:59 |
| *** balor has joined #meego | 20:59 | |
| CosmoHill | case zero is "break" which exits the while loop which exits on zero anyway | 20:59 |
| Jaffa | ^r | 20:59 |
| Jaffa | andrewfblack: :-( | 20:59 |
| * CosmoHill prints out the wtf/min comic | 21:03 | |
| *** florian has quit IRC | 21:03 | |
| CosmoHill | oh great, I have a email entitled "Female Participants Wanted" -.- | 21:04 |
| Stskeeps | Jaffa: uhm, that is really not the intention of the cfp. it's really inclusive. | 21:04 |
| *** balor has quit IRC | 21:04 | |
| *** balor has joined #meego | 21:04 | |
| *** luck has joined #meego | 21:05 | |
| *** lsm5 has quit IRC | 21:05 | |
| Stskeeps | would you invite l10n people to a suit and tie conference? :P | 21:05 |
| *** timoph|away is now known as timoph | 21:06 | |
| *** hhartz has quit IRC | 21:06 | |
| CosmoHill | lcuk: I've just noticed this C code is named "accigment 2.cpp" | 21:07 |
| *** balor has quit IRC | 21:07 | |
| *** zariz has quit IRC | 21:07 | |
| *** taljurf has joined #meego | 21:07 | |
| CosmoHill | Having just said that I couldn't spell "assignment" in my first year >.> | 21:07 |
| *** zariz has joined #meego | 21:08 | |
| Stskeeps | try writing about rehabiliation in your master's thesis and 'exersise' being one of your error-words | 21:08 |
| *** lsm5 has joined #meego | 21:08 | |
| *** Vanadis has joined #meego | 21:09 | |
| auke | CosmoHill: lol, and with a space too in the filename | 21:11 |
| Jaffa | Stskeeps: I'n not talking about the CfP. The dates, being a weekday, were mentioned as being more attractive to professionals, rather than hobbyists. | 21:11 |
| Stskeeps | Jaffa: and maemo summit was thursday to sunday | 21:12 |
| *** mrmoku|away is now known as mrmoku | 21:13 | |
| *** pavank10 has quit IRC | 21:13 | |
| andrewfblack | thursday to sunday wasn't as bad because you could go to a few days if you could only go weekends. | 21:13 |
| Stskeeps | yeah, but people also travel home sunday.. | 21:13 |
| *** Vanadis has quit IRC | 21:14 | |
| Stskeeps | which leaves very little time for actual presentations | 21:14 |
| *** andrewfblack has left #meego | 21:14 | |
| *** zgoldberg has quit IRC | 21:14 | |
| *** zgoldberg has joined #meego | 21:14 | |
| *** javiF has quit IRC | 21:15 | |
| *** criswell has quit IRC | 21:15 | |
| *** polac has joined #meego | 21:16 | |
| *** criswell has joined #meego | 21:19 | |
| *** trem has joined #meego | 21:19 | |
| *** pvdm has joined #meego | 21:21 | |
| *** timoph is now known as timoph|away | 21:22 | |
| *** marcels has quit IRC | 21:22 | |
| *** taljurf has quit IRC | 21:22 | |
| *** jausmus has joined #meego | 21:24 | |
| *** SWFu_ has quit IRC | 21:25 | |
| *** SWFu has joined #meego | 21:25 | |
| *** Vanadis has joined #meego | 21:26 | |
| *** grishnav has quit IRC | 21:28 | |
| *** lsm5 has quit IRC | 21:28 | |
| *** grishnav has joined #meego | 21:28 | |
| *** trem has left #meego | 21:29 | |
| *** Rearden has quit IRC | 21:30 | |
| *** ScottishDuck has quit IRC | 21:30 | |
| *** Rearden has joined #meego | 21:30 | |
| *** rcc has quit IRC | 21:31 | |
| *** zariz has quit IRC | 21:31 | |
| *** zariz has joined #meego | 21:32 | |
| *** mz_ has quit IRC | 21:32 | |
| *** pcacjr_ has quit IRC | 21:32 | |
| *** taljurf has joined #meego | 21:32 | |
| *** aloisiojr has quit IRC | 21:33 | |
| *** renatofilho has quit IRC | 21:33 | |
| *** luck has quit IRC | 21:33 | |
| *** luck has joined #meego | 21:34 | |
| *** lsm5 has joined #meego | 21:35 | |
| *** renato has joined #meego | 21:36 | |
| *** taljurf has quit IRC | 21:42 | |
| *** smaug has joined #meego | 21:43 | |
| *** smaug_ has quit IRC | 21:43 | |
| *** luck has quit IRC | 21:48 | |
| *** renato has quit IRC | 21:48 | |
| *** marciom has quit IRC | 21:49 | |
| *** taljurf has joined #meego | 21:52 | |
| *** hhartz has joined #meego | 21:55 | |
| *** ScottishDuck has joined #meego | 21:56 | |
| *** renato has joined #meego | 21:57 | |
| *** Brik has quit IRC | 21:57 | |
| *** Brik has joined #meego | 21:57 | |
| *** zs has quit IRC | 22:01 | |
| *** abhijeet has quit IRC | 22:02 | |
| lbt | X-Fade: there seems to be intermittent nw connectivty issues to downloads.obs.maemo.org | 22:04 |
| *** taljurf has quit IRC | 22:06 | |
| vgrade | Hi X-Fade | 22:06 |
| TSCHAKeee | hmm, who said Nokia's last Fremantle update will be PR1.3 ? | 22:07 |
| *** marciom has joined #meego | 22:07 | |
| *** tackat has quit IRC | 22:08 | |
| *** pcacjr has joined #meego | 22:09 | |
| vgrade | lbt, obs network issues, http://mg.pov.lt/meego-irclog/%23meego.2010-08-13.log.html#t2010-08-13T17:18:46 | 22:11 |
| *** balor has joined #meego | 22:11 | |
| lbt | I see the lighttpd got restarted | 22:11 |
| lbt | why do I run ldap and kerberos locally? | 22:12 |
| vgrade | lbt, as usual there were a coupe of issues, first we could not see download... which X-Fade fixed then we had the issue with connections dropping | 22:12 |
| Stskeeps | lbt: because you're a ldap fan? | 22:12 |
| lbt | it seemed like a good idea at the time | 22:12 |
| lbt | "You don't exist, go away!" | 22:13 |
| *** luck has joined #meego | 22:13 | |
| *** trem has joined #meego | 22:13 | |
| lbt | vgrade: yes... | 22:14 |
| *** eti has quit IRC | 22:14 | |
| lbt | this looks like nw issues though... I think I need to let X-fade handle this... | 22:14 |
| *** lmoura has joined #meego | 22:14 | |
| *** CoderForLife has joined #meego | 22:16 | |
| lbt | http://kerneltrap.org/mailarchive/linux-netdev/2009/4/19/5515864 | 22:16 |
| *** aloisiojr has joined #meego | 22:16 | |
| lbt | wrt "unexpectedly shrunk window" | 22:16 |
| lbt | which I thought I knew | 22:17 |
| *** taljurf has joined #meego | 22:17 | |
| *** vgrade-netbook has joined #meego | 22:17 | |
| auke | wow kerneltrap.org is still alive? | 22:18 |
| lbt | google finds stuff there from time to time :) | 22:18 |
| *** amjad has quit IRC | 22:25 | |
| *** ssweeny has quit IRC | 22:27 | |
| *** ssweeny has joined #meego | 22:28 | |
| CosmoHill | auke: hehe yeah (sorry for delay) | 22:29 |
| *** bef0rd has joined #meego | 22:29 | |
| *** pcacjr has quit IRC | 22:29 | |
| *** pcacjr has joined #meego | 22:30 | |
| *** javiF has joined #meego | 22:30 | |
| *** dharman has quit IRC | 22:31 | |
| *** taljurf has quit IRC | 22:32 | |
| *** zariz has quit IRC | 22:32 | |
| *** guardian has joined #meego | 22:39 | |
| *** baraujo has joined #meego | 22:39 | |
| *** renato has quit IRC | 22:40 | |
| *** renato has joined #meego | 22:41 | |
| *** GordonS has quit IRC | 22:42 | |
| *** zariz has joined #meego | 22:46 | |
| *** pcacjr has quit IRC | 22:46 | |
| *** marciom has quit IRC | 22:47 | |
| *** marciom has joined #meego | 22:47 | |
| *** taljurf has joined #meego | 22:48 | |
| *** heliocastro has joined #meego | 22:48 | |
| *** heliocastro has joined #meego | 22:49 | |
| *** pvdm has quit IRC | 22:49 | |
| *** pvdm has joined #meego | 22:50 | |
| *** jpetersen has quit IRC | 22:52 | |
| *** estranho is now known as estranho_out | 22:52 | |
| *** lmoura has quit IRC | 22:52 | |
| *** balor has quit IRC | 22:52 | |
| *** balor has joined #meego | 22:53 | |
| *** lmoura has joined #meego | 22:53 | |
| *** smoku has joined #meego | 22:53 | |
| *** hhartz has quit IRC | 22:57 | |
| *** guardian_ has joined #meego | 23:00 | |
| *** guardian has quit IRC | 23:01 | |
| *** guardian_ is now known as guardian | 23:01 | |
| *** jacquesdptd_iPad has quit IRC | 23:03 | |
| *** taljurf has quit IRC | 23:06 | |
| *** pvdm has quit IRC | 23:06 | |
| *** ahma has quit IRC | 23:07 | |
| *** luck has quit IRC | 23:10 | |
| *** luck has joined #meego | 23:11 | |
| *** mako-sama has quit IRC | 23:11 | |
| *** marciom has quit IRC | 23:12 | |
| *** baraujo has quit IRC | 23:13 | |
| *** baraujo has joined #meego | 23:13 | |
| *** mako-sama has joined #meego | 23:13 | |
| *** balor has quit IRC | 23:14 | |
| *** marciom has joined #meego | 23:14 | |
| *** balor has joined #meego | 23:15 | |
| *** simulacrum has joined #meego | 23:17 | |
| *** taljurf has joined #meego | 23:18 | |
| *** Rearden has quit IRC | 23:19 | |
| *** rodarvus_ has joined #meego | 23:20 | |
| *** madko has joined #meego | 23:21 | |
| *** jluisn_away has joined #meego | 23:22 | |
| *** jluisn has quit IRC | 23:22 | |
| *** rodarvus has quit IRC | 23:23 | |
| madko | hi guys, can't switch between zones anymore since meego 1.1, is that a known bug? | 23:24 |
| madko | I mean with alt+tab | 23:24 |
| *** andre__ has joined #meego | 23:24 | |
| *** andre__ has joined #meego | 23:24 | |
| *** vgrade-netbook has quit IRC | 23:26 | |
| *** renato has quit IRC | 23:26 | |
| *** renato has joined #meego | 23:27 | |
| *** ScottishDuck has quit IRC | 23:29 | |
| *** smaug has quit IRC | 23:29 | |
| CosmoHill | madko: check on bugzilla | 23:30 |
| *** ScottishDuck has joined #meego | 23:30 | |
| madko | ok I'm opening a new bug | 23:30 |
| CosmoHill | i mean check there first | 23:30 |
| CosmoHill | if there isn't one then make a new one :) | 23:30 |
| *** taljurf has quit IRC | 23:31 | |
| *** aloisiojr has quit IRC | 23:33 | |
| *** tackat has joined #meego | 23:34 | |
| *** aloisiojr has joined #meego | 23:34 | |
| *** DevUI has quit IRC | 23:35 | |
| madko | done | 23:35 |
| CosmoHill | cool | 23:36 |
| madko | my third report | 23:36 |
| madko | meego is so cool I want it perfect | 23:36 |
| * CosmoHill puts that quote on the front page | 23:36 | |
| madko | hehe | 23:37 |
| trem | and we could see meego on N900 a day ? | 23:37 |
| madko | is there a way to reduce the height of the title bar of windows? | 23:37 |
| *** aloisiojr has quit IRC | 23:38 | |
| CosmoHill | I typed in "meego n900" and yahoo is giving me Nokia N8 | 23:38 |
| ScottishDuck | I think it's telling you something | 23:40 |
| ScottishDuck | also | 23:40 |
| ScottishDuck | your using yahoo? | 23:40 |
| CosmoHill | yes | 23:40 |
| *** vgrade_nb has joined #meego | 23:42 | |
| jani | the daily wtf | 23:42 |
| CosmoHill | jani: you mean "life"? | 23:42 |
| *** taljurf has joined #meego | 23:42 | |
| CosmoHill | it's daily and it\s wtf | 23:42 |
| simulacrum | ICS Network - An Introduction to Meego -> http://www.youtube.com/watch?v=TY-HHfYeukk | 23:43 |
| *** javiF has quit IRC | 23:43 | |
| *** lmoura has quit IRC | 23:43 | |
| tripzero | madko, no you can't reduce the height of the title bar, but apps can make it go away | 23:44 |
| tripzero | disappear/reappear type thing | 23:44 |
| *** thiago_home has joined #meego | 23:44 | |
| ali1234 | you can reduce the height by making the font smaller | 23:44 |
| ScottishDuck | so how are you folks feeling about the beta deadline | 23:44 |
| *** lmoura has joined #meego | 23:44 | |
| ScottishDuck | or is it looking like being delayed | 23:44 |
| jani | no, the yahoo =) | 23:45 |
| *** mwichmann has quit IRC | 23:46 | |
| *** renato has quit IRC | 23:46 | |
| *** renato has joined #meego | 23:47 | |
| *** th3hate has quit IRC | 23:51 | |
| *** taljurf has quit IRC | 23:53 | |
| *** marciom has quit IRC | 23:55 | |
| *** marciom has joined #meego | 23:55 | |
| *** vgrade_nb has quit IRC | 23:57 | |
| *** Phazorx has left #meego | 23:58 | |
| *** pohly1 has quit IRC | 23:58 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!