IRC log of #harmattan for Sunday, 2012-04-01

*** NIN101 has joined #harmattan00:00
itsnotabigtruckjavispedro DocScrutinizer: so, no idea about any libraries like this besides glib and qt?00:02
itsnotabigtruckthis isn't exactly an uncommon requirement, i find it hard to believe those are the only games in town00:03
javispedrocalling libc "boilerplatish" isn't a common opinion =)00:04
itsnotabigtruckjavispedro: sure it is...posix apis are the result of decades of cruft and backward compatibility and aren't very nice to use in the slightest00:08
itsnotabigtrucksure, they do give you maximum power, but sometimes you want to write c code -and- not have to jump through lots of bs hoops just to write files and things00:10
javispedrowell, I have rather the opposite opinion, so I can't be of much help there00:12
itsnotabigtruckthen you probably haven't dealt with it much lately :p00:13
javispedroI think that you need to try AIO or similar brainfsck to know how good plain stdlib is =)00:16
villagerwhy is eintr a problem? normally it shouldn't be00:17
itsnotabigtruckvillager: because i want it to be robust if somebody decides to spam my program with ignored signals or something00:17
villagerif it's ignored, then it shouldn't cause an eintr, should it?00:18
itsnotabigtruckand in theory you're *always* supposed to detect eintr and retry, unless you're doing something unusual and using eintr to break out of a call00:18
itsnotabigtruckand it feels like all the error handling code is starting to snowball into this terrible mess00:20
javispedroyou can't implement the Nth iteration of fully_write/safe_write and call it a day?00:21
villagerI just feel that if you're concerned about eintr when doing regular file access, you're doing something wrong00:21
DocScrutinizerwell, itsnotabigtruck has a tendency to think old proven stuff been done by idiots and he's about to implement the new shiny world00:23
*** Natunen has quit IRC00:23
itsnotabigtruckjavispedro: i've already done that, but having to do so is exactly the problem00:23
itsnotabigtruckthe very need for that is proof that posix just isn't usable for regular programming00:24
itsnotabigtruckif you have to hide away the complexities of an api, the api isn't doing its job00:24
itsnotabigtruckand every single project shouldn't need a pile of cruft to deal with it00:24
itsnotabigtruckso i was hoping that at least someone already did all the cruft and put it in a library00:25
javispedrothere's no way in hell you are going to skip this trivial level of error handling00:25
villageritsnotabigtruck: nah, I think the rest of us actually knows how to use the api00:25
DocScrutinizerno sir, you're the very first one with that brilliant insight00:25
javispedroat somepoint, you will have to write what happens when there is a short read, or the device is full00:25
javispedro*write00:25
javispedroa magic library at most will assert() on that00:26
DocScrutinizersee why today's sw sucks?00:26
javispedroeven C++'s iostreams force you to check for .good() everytime you << to an ostream00:26
villagerI know glib has some i/o stuff00:26
javispedro(noone does it)00:26
villagerbut it's not much nicer to use if you're using c, since you still have to check for errors00:27
*** messerting has joined #harmattan00:27
villagerthough it does make reading line-by-line easier I think00:27
villagerg_io_channel_read_line ftw00:28
*** jreznik has quit IRC00:32
itsnotabigtruckvillager: the 'file utilities' functions are mostly just symlinks to libc, iochannels seem to be oriented toward text00:32
javispedrochannels can work with binary if you set the encoding to raw00:33
itsnotabigtruckalso the api for opening the iochannel is pretty limited and forces going back to open() and then wrapping that with an iochannel00:33
itsnotabigtruckit also doesn't seem to guarantee that a short read is an eof00:33
DocScrutinizersigh00:35
DocScrutinizerit all boils down to the notion that all those who wrote all the proven to work stuff in e.g coreutils were idiots, but now you came to do it right00:36
itsnotabigtruckDocScrutinizer: that's your idea, not mine00:37
itsnotabigtruckdon't be an ass00:37
DocScrutinizerno, your idea is simply that all the other idiots were too lazy to create a lib for you so you don't have to deal with stuff that's inevitable to deal with00:38
Anssi138*gets popcorn*00:38
Anssi138or beer in this case.00:38
DocScrutinizerAnssi138: forget it, I'm already bored00:38
javispedromaybe the #posix guys will be happy to help =)00:39
Anssi138and dont mix linux to posix either.00:39
Anssi138^ that comment always cheers up people.00:40
*** M4rtinK has quit IRC00:43
ZogG_laptopomg, wrong channel... oh, wit it's not =)00:46
*** messerting has quit IRC00:51
bindiahem00:52
bindiis there any way to export contacts and edit them on PC and import them back?00:52
*** ajalkane has quit IRC00:52
bindiold phone decided to save them in some non-standard way on the sim card00:52
bindi"lastname;firstname/1" <.<00:53
*** tbf has quit IRC00:54
ZogG_laptopbindi: there is thread on TMO afaik that explaines how to extrackt them from database, so you can edit them with script i think00:56
*** tbf has joined #harmattan00:56
ZogG_laptopparse and change00:56
*** messerting has joined #harmattan00:56
*** messerting has quit IRC00:57
DocScrutinizeraah, a semi-standard way00:58
DocScrutinizersome semi-documented semi-standardized way to have rich contacts on poor stupid sim00:59
DocScrutinizerprobably a Motorola, or a Sony?01:00
bindisony01:00
bindiwait actually01:00
bindisony ericsson01:00
DocScrutinizer:nod:01:00
DocScrutinizerif only I could recall where I commented on it01:01
DocScrutinizereither it was in maemo, or rather in fso/shr domain01:02
*** tbf has quit IRC01:05
DocScrutinizerhttp://web.archiveorange.com/archive/v/EtLz1leWaBnIGqaOWy1p01:05
DocScrutinizerwow, didn't think I'd find a comment from 2009 that fast01:06
DocScrutinizeranyway seems Nokia is using that scheme as well, so it should get handled properly by HARM01:09
bindiwell, it didn't01:09
bindiit's like that in the contacts01:09
bindiwhen i imported from sim01:09
*** divan has quit IRC01:10
DocScrutinizerblame HARM01:11
bindii'd rather get it fixed than blame anything :p01:11
DocScrutinizerI'd open a bug ticket... wait, they closed trac so no more tickets :-P01:11
*** divan has joined #harmattan01:11
DocScrutinizeryou could fix it yourself, but where's the sourcecode...?01:12
bindicould always install android ICS :d01:13
DocScrutinizerI neither understand :p nor :q01:14
DocScrutinizerI do understand :-P01:14
bindiwell01:14
bindii'm glad I had a 'd' and not one of those01:14
bindibut it was a capslock failure, what I meant was ':D'01:14
DocScrutinizeraah01:14
javispedrodoes android also follow that scheme?01:15
DocScrutinizernfc01:15
bindinfc brings to mind01:15
DocScrutinizerhehe01:15
bindinfc between N9 and galaxy nexus doesn't work :(01:15
bindiwait actually, it does but not everything01:15
DocScrutinizernot really any surprise01:15
javispedroN9 brings to mind..01:15
bindibefore pr 1.2 it didn't work at all, now i can send links but not pictures01:16
javispedro... that I should join #n9 and start asking where it is being sold at <300eur.01:16
bindigot it for 299e :p01:16
bindior well, my mum did01:16
javispedro.fi ?01:16
bindiya01:16
*** M4rtinK has joined #harmattan01:17
javispedropft01:18
javispedroship internationally dammit01:19
itsnotabigtruckyeah, it seems like extremely few EU based resellers ship out of the EU01:21
javispedroand no .fi resellers ship outside of .fi ;P01:21
itsnotabigtrucknone at all? i doubt that :p01:21
javispedrowell, i'd like to see one.... specially one of those 300eur. ones01:22
*** tbf has joined #harmattan01:27
faenilmmm this isn't funny01:27
faenilthe led of my n950's kb blinks01:27
faenilbacklight01:27
faenilI see the keyboard blinking...01:28
*** HAMIDx9 has joined #harmattan01:28
faeniland when I slide the keyboard or it locks, it doesn't stop blinking...-.-01:28
itsnotabigtruckfaenil: did you turn r&d mode on?01:29
faenilitsnotabigtruck, yes, marquiz made me do that to debug dualbooting issues01:30
faenilis that it?01:30
itsnotabigtruckfaenil: yep, just turn that back off and you'll be set01:31
itsnotabigtruckdoes enabling that do anything useful on n9, anyway?01:31
faenildon't know...01:31
itsnotabigtruckwell, why did (he?) have you enable it, in the first place :p01:32
faenilanyway, that's why my N950 was discharging faster...kb didn't stop blinking :D01:32
faenilitsnotabigtruck, just an attempt :P01:32
faenilI disabled watchdog01:32
faenilmarquiz thought that prevented harmattan from booting in the dualboot setup01:32
itsnotabigtruckfaenil: ah, ok, that makes sense then01:33
itsnotabigtruckbut yeah, better undo that now and disable r&d mode to stop the blinking01:33
faenilyeah01:33
faenildon't see why it should blink though :P01:34
javispedroso it turned out that the positioningd output is already unfiltered, despite me thinking it was filtered01:35
javispedrohttp://javispedro.com/maemo/captures/maebasecamp.png mwahaha01:35
*** tbf has quit IRC02:01
*** javispedro has quit IRC02:04
*** e-yes has joined #harmattan02:16
*** benares_98 has quit IRC02:30
*** piggz__ has quit IRC02:42
*** willer_ has quit IRC02:50
*** smokex|away has quit IRC02:50
*** smokex|away has joined #harmattan02:53
*** e-yes has quit IRC02:55
*** arcean has quit IRC03:09
*** NIN101 has quit IRC03:29
*** risca has joined #harmattan03:55
*** M4rtinK has quit IRC04:15
*** bef0rd has joined #harmattan04:20
*** bef0rd has quit IRC05:06
*** oberling_ has joined #harmattan05:42
*** oberling has quit IRC05:45
*** risca has quit IRC06:10
*** faenil has quit IRC06:13
*** smokex|away has quit IRC06:26
*** smokex|away has joined #harmattan06:28
*** blueslee has joined #harmattan06:42
*** blueslee has quit IRC06:54
*** smokex|away has quit IRC06:56
*** smokex|away has joined #harmattan06:59
*** beford_ has joined #harmattan07:59
*** Novag has joined #harmattan08:32
Novagx-fade if you can look into why my project isnt in appsformeego i would be greatful http://build.pub.meego.com/package/show?package=metro&project=MeeGo%3A1.2%3AHarmattan%3AApps%3ATesting08:34
*** crevetor has quit IRC08:37
itsnotabigtruckNovag: odd08:38
itsnotabigtruckhttp://repo-origin.apps.formeego.org/harmattan/apps-testing/armel/metro_1.0_armel.deb < the package itself is in the repo08:38
Novagwhy isnt it here then http://apps.formeego.com/staging/applications/n9/pr1.0/harmattan/Graphics/08:40
itsnotabigtruckbtw Novag: since your package is architecture-independent, it should really be set to Architecture: all08:40
itsnotabigtrucknot any or armel08:40
itsnotabigtruckno idea about that though :(08:41
*** risca has joined #harmattan08:41
Novagwould that be reason enough not to have it on the store? surely they would reject the package if it didnt meet the criteria08:42
itsnotabigtruckNovag: there aren't really any criteria, it's all automated08:43
itsnotabigtruckthe criteria are a) does it have pics, b) does it build, c) does it have a category on the list :p08:43
itsnotabigtrucki was just saying that because i noticed your package was marked as armel, not all08:44
itsnotabigtruckappsformeego seems to be a bit buggy, you're not the first person to have something not show up08:45
Novagit is only supported on N9 and N950 so shouldnt it be arm because its only supported on that device08:45
*** sony123 has joined #harmattan08:45
itsnotabigtruckNovag: but if they made a new harmattan phone that's almost the same but had atom inside, it would still be compatible08:46
itsnotabigtrucki mean, this is all theoretical, the point is that correct info is good :p08:46
Novagi cant claim to know that because the package doesnt work on N900 so the next version might have a different gui again which would break it, i understand your point, i just compiled it the same way other themes were done08:47
itsnotabigtruckNovag: it's not about the target platform08:47
itsnotabigtruckit's about, does your package have cpu-specific files08:48
itsnotabigtruckif no, all, if yes, armel/i386/whatever08:48
Novagthanks, since its just a proof of concept at the moment i will update in on the next release08:48
itsnotabigtruckanyway...usually it takes a while for stuff to come up on the site, but i noticed your theme in the repo a few hours ago so it should be up by now :/08:49
sony123How do I gain the permission to execute 'ifconfig wlan0 up'?08:50
itsnotabigtrucksony123: develsh08:50
itsnotabigtruckopensh works too08:50
sony123Executing it as root I got something like 'SIOCSIFFLAGS: Operation not permitted'08:50
itsnotabigtrucksony123: i didn't say 'run it as root', did i08:51
Novagalright the only reason i asked why its not there is because "bossbot (bossbot) accepted request 4548 2 weeks ago "08:51
itsnotabigtruckbeing root doesn't help, the CAP::net_admin credential does08:51
itsnotabigtruckdevel-su actually resets your credentials08:52
itsnotabigtruckunlike su on a normal linux box, which would add capabilities08:52
itsnotabigtruckso you need to do the ifconfig from a develsh08:52
itsnotabigtruckbeing root doesn't hurt but you need to run develsh *after* devel-su08:52
itsnotabigtruckNovag: haha, ok, that's been a bit more than a few hours then :p08:53
sony123itsnotabigtruck: Ok thanks I see the difference.08:54
itsnotabigtrucksony123: it's definitely rather confusing08:54
itsnotabigtrucknormally, simply becoming root grants all linux capabilities08:54
sony123itsnotabigtruck: Yeah, so a big thank you :)08:55
itsnotabigtrucksony123: btw did you get incepted08:56
sony123itsnotabigtruck: No... it's sweet but the capabilities it provides are out of my reach so I don't have it.09:00
sony123itsnotabigtruck: But thanks for opening the door for other more hard-core devs09:00
itsnotabigtrucksony123: well, it doesn't hurt to install it anyway :p09:06
sony123I'll give it a try.. I saw creamy goodness has overclocking patch.09:12
itsnotabigtruckyeah, not sure it's such a great idea but it's cool to see someone finally went ahead and did it09:13
sony123You opened the flood gate :>09:14
*** sony123 has quit IRC09:17
*** adlan has quit IRC09:21
*** Novag has quit IRC09:29
itsnotabigtruckhttps://twitter.com/#!/tfadp/status/18590123847753728109:30
itsnotabigtruck:/09:30
*** Natunen has joined #harmattan09:40
*** jaywink has joined #harmattan09:50
*** beford_ has quit IRC10:17
*** James_Blond has joined #harmattan10:32
*** James_Blond has quit IRC10:40
*** risca has quit IRC10:43
*** niqt has joined #harmattan10:55
*** niqt has quit IRC11:17
*** piggz__ has joined #harmattan11:30
pabtw i made the wlan "toggle" sort of, now i have to understand how i can clone and rename a project/application before publishing it, coz i started from an existing n9 application project11:33
*** Free-MG has joined #harmattan11:36
*** rcg has joined #harmattan12:00
*** faenil has joined #harmattan12:01
*** dm8tbr has quit IRC12:03
*** dm8tbr has joined #harmattan12:16
*** rzr has quit IRC12:19
phakopa: project settings, run and expand the packaging thing12:26
phakoit's the first thing under the list of files to install12:27
*** piggz has joined #harmattan12:38
*** piggz__ has quit IRC12:39
*** pawky|2 has joined #harmattan12:41
*** Sazpaimon_ has joined #harmattan12:41
*** Sazpaimon has quit IRC12:43
*** ab has quit IRC12:43
*** piggz has quit IRC12:43
*** arcean has joined #harmattan12:44
*** ab has joined #harmattan12:45
*** ab has quit IRC12:45
*** ab has joined #harmattan12:45
*** piggz has joined #harmattan12:47
*** M4rtinK has joined #harmattan12:49
*** rcg has quit IRC12:52
*** piggz_ has joined #harmattan12:52
*** piggz has quit IRC12:53
*** NIN101 has joined #harmattan13:18
*** dymaxion_ has quit IRC13:40
*** djszapiN9 has joined #harmattan13:44
*** dymaxion has joined #harmattan13:55
*** faenil has quit IRC13:58
*** rzr has joined #harmattan14:03
*** rcg has joined #harmattan14:03
*** ab has quit IRC14:06
*** DocScrutinizer has quit IRC14:15
*** DocScrutinizer has joined #harmattan14:16
*** KRF has quit IRC14:20
*** KRF has joined #harmattan14:23
*** e-yes has joined #harmattan14:29
*** psycho_oreos has quit IRC14:38
*** piggz_ has quit IRC14:41
*** faenil has joined #harmattan14:43
*** gabriel9 has joined #harmattan14:46
*** macmaN has quit IRC14:51
*** macmaN has joined #harmattan14:53
*** ab has joined #harmattan14:57
*** ab has quit IRC14:57
*** ab has joined #harmattan14:57
*** e-yes has quit IRC15:15
*** piggz_ has joined #harmattan15:20
*** rcg has quit IRC15:21
*** lbt is now known as lbt_away15:37
*** Free-MG has quit IRC15:50
*** James_Blond has joined #harmattan16:39
*** jani has quit IRC16:51
itsnotabigtruckwow, nothing at all overnight?17:02
*** James_Blond has quit IRC17:19
*** djszapi has joined #harmattan17:35
*** djszapi has left #harmattan17:35
*** NIN101 has quit IRC17:36
*** ab has quit IRC17:37
*** Crnkoj has joined #harmattan17:38
*** NIN101 has joined #harmattan17:41
*** faenil has quit IRC17:48
*** gabriel9 has quit IRC17:54
*** faenil has joined #harmattan18:01
*** piggz_ has quit IRC18:03
*** ab has joined #harmattan18:11
*** ab has quit IRC18:11
*** ab has joined #harmattan18:11
*** Crnkoj has quit IRC18:17
*** GeorgeH_ has joined #harmattan18:19
*** GeorgeH has quit IRC18:21
*** faenil has quit IRC18:30
*** NIN101 has quit IRC18:48
*** n9appscom has joined #harmattan18:49
*** decibyte has quit IRC18:59
*** Sazpaimon_ is now known as Sazpaimon19:11
*** [XeN] has joined #harmattan19:11
*** [XeN] has quit IRC19:12
*** NIN101 has joined #harmattan19:13
*** djszapiN9 has quit IRC19:13
*** faenil has joined #harmattan19:27
*** gabriel9 has joined #harmattan19:34
*** NIN101 has quit IRC19:40
*** AndrewX192|N9 has joined #harmattan19:45
*** AndrewX192|N9 is now known as Guest5612119:45
*** Guest56121 has quit IRC19:46
*** adlan has joined #harmattan19:47
*** njeiseck has joined #harmattan20:00
*** njeiseck has quit IRC20:01
*** slin123 has joined #harmattan20:01
slin123hi! i've just got my first own debian package deployed on my devdays n9!20:04
slin123does anybody know why i cannot uninstall it directly from the launcher?20:05
slin123if i press and hold no red cross appears.20:05
slin123i cann uninstall from the application manager though.20:06
jonnislin123: depends if you installed the package through the ui, or with dpkg from commandline.20:09
jonnior your desktop file.20:10
*** tbf has joined #harmattan20:11
slin123ah ok. i'll try installing using a file manager.20:12
slin123thanks20:12
SpeedEvilslin123: Congrats!20:13
itsnotabigtruckslin123: install using pkgmgr install-file -f foo.deb20:14
itsnotabigtruckthat installs through the same mechanism as the gui20:14
itsnotabigtruckalso you should put XB-MeeGo-Desktop-Entry-Filename in your debian/control but that doesn't always seem to do anything20:15
slin123well, sometimes harmattan docs are kind of lacking information...20:16
slin123thanks for your advise!20:17
slin123oh. baby cries! must leave. good night.20:18
*** piggz_ has joined #harmattan20:19
itsnotabigtruckslin123: oh, and make sure to get incepted20:20
*** Siosm has joined #harmattan20:24
ZogG_laptopitsnotabigtruck: drug dealer =)20:31
itsnotabigtruckZogG_laptop: lol20:38
itsnotabigtruckwell, it seems like a huge portion of irc 'dropins' haven't heard of it, so i might as well spam it when i have the chance :p20:38
itsnotabigtruckespecially since inception taking off is entirely dependent on developers doing cool things with it20:39
ZogG_laptopitsnotabigtruck: btw account may have 3 plugins i need to write =)20:43
ZogG_laptopone for webupload lib, one for creation and account managment, one for sync (if i want sync)20:44
*** lbt_away is now known as lbt20:47
paany alternative pdf reader for harmattan, so far?20:47
palike okular, evince or xpdf20:47
pathe integrated one sucks.. many pdf cannot even be opened20:47
itsnotabigtruckZogG_laptop: damn :/20:55
itsnotabigtruckthink you're up to it?20:55
itsnotabigtruckthe docs aren't exactly excellent20:55
*** arcean has quit IRC20:57
*** faenil has quit IRC20:58
*** arcean has joined #harmattan21:00
*** teleshoes has joined #harmattan21:03
*** NIN101 has joined #harmattan21:04
*** arcean has quit IRC21:15
*** arcean has joined #harmattan21:18
*** slin123 has quit IRC21:19
ZogG_laptopitsnotabigtruck: i think it would be ready when 2 meego phones would be released21:30
*** slin123 has joined #harmattan21:31
itsnotabigtruckZogG_laptop: so never then?21:33
itsnotabigtruckthat was an unsubstantiated rumor21:34
ZogG_laptopmaybe i'll be able to do it oneday21:34
*** tbf has quit IRC21:34
*** gabriel9 has quit IRC21:36
dm8tbrZogG_laptop: in that context a quote from #mer21:37
dm8tbr12:50:20< dm8tbr> we could have pointed him to _today's_ Nokia press release in which they repent, abandon MS and go full out MeeGo and that MeltMeCheese21:37
*** slin123 has quit IRC21:40
ZogG_laptopdm8tbr: i know what day today21:42
*** Siosm has quit IRC21:44
*** faenil has joined #harmattan21:51
*** slin123 has joined #harmattan21:53
*** alterego has quit IRC21:54
*** NIN102 has joined #harmattan22:06
*** NIN101 has quit IRC22:08
*** decibyte has joined #harmattan22:09
*** NIN102 has quit IRC22:17
*** gabriel9 has joined #harmattan22:18
tehdelythat would be a funny joke for nokia to play22:20
teleshoesanyone wanna find out if n9-button-monitor works for them, to do: volume_up key to toggle torch/flashlight and focus-then-snap pictures in camera app?22:23
*** e-yes has joined #harmattan22:26
*** slin123 has quit IRC22:31
*** niqt has joined #harmattan22:33
*** piggz_ has quit IRC22:42
*** gabriel9 has quit IRC22:48
*** niqt has quit IRC22:49
*** leinir has quit IRC23:02
*** leinir has joined #harmattan23:02
teleshoesanyone know how to start/stop/skip/next the built-in shitty music player with cli?23:02
Anssi138maybe with dbus command.23:09
teleshoesscrounging hasnt turned anything up23:09
*** Nirkus has quit IRC23:11
teleshoesso i just found it23:11
teleshoesthe interface at least, using dbus-monitor23:11
*** luke-jr has quit IRC23:17
*** risca has joined #harmattan23:21
*** sahib_ has joined #harmattan23:25
*** Nirkus has joined #harmattan23:28
*** Nirkus has joined #harmattan23:28
teleshoesqdbus com.nokia.maemo.meegotouch.MusicSuiteService / com.nokia.maemo.meegotouch.MusicSuite23:33
teleshoesInterface.resumePlayback23:33
teleshoesqdbus com.nokia.maemo.meegotouch.MusicSuiteService / com.nokia.maemo.meegotouch.MusicSuite23:33
teleshoesInterface.pausePlayback23:33
teleshoesqdbus com.nokia.maemo.meegotouch.MusicSuiteService / com.nokia.maemo.meegotouch.MusicSuite23:33
teleshoesInterface.next23:33
teleshoesqdbus com.nokia.maemo.meegotouch.MusicSuiteService / com.nokia.maemo.meegotouch.MusicSuite23:33
teleshoesInterface.previous23:33
teleshoesoops, irc, right23:33
teleshoesqdbus com.nokia.maemo.meegotouch.MusicSuiteService / com.nokia.maemo.meegotouch.MusicSuiteInterface.resumePlayback23:34
teleshoesresumePlayback/pausePlayback/next/previous23:34
*** teleshoes has quit IRC23:34
*** Venemo has joined #harmattan23:36
*** Sazpaimon_ has joined #harmattan23:38
*** Sazpaimon has quit IRC23:42
*** Venemo has quit IRC23:45
*** Venemo has joined #harmattan23:45
Venemohi23:45
Venemodoes Fedora contain the X11 multitouch patches yet?23:45
*** MohammadAG has quit IRC23:46
*** MohammadAG has joined #harmattan23:46
Venemoeh, wrong channel, sorry23:48

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