akgraner | ok - I'm just installing all the Qt 4 stuff in the software center and we can see if that works :-) | 00:00 |
---|---|---|
Silverlion | again ... i am not taking ANY responsibilities for your system. just to make this clear :D | 00:00 |
Silverlion | wb gonyere | 00:03 |
=== gonyere_ is now known as gonyere | ||
gonyere | thnx | 00:04 |
akgraner | Silverlion, hehe - I know how to reinstall machine if something happens. I've had to do it more than once over the last few years as I venture ourside my comfort zone | 00:06 |
Silverlion | *gg* i just wanted to have that on the logs - just in case i get a package from overseas :P | 00:07 |
bkerensa | hello | 00:07 |
akgraner | bkerensa, so | 00:07 |
gonyere | are ther packages for sigil for ubuntu? | 00:07 |
akgraner | Silverlion, said I needed to install this - http://code.google.com/p/sigil/downloads/detail?name=Sigil-0.5.3-Code.zip&can=2&q= | 00:08 |
Silverlion | gonyere: nope | 00:08 |
gonyere | or do you have to build? | 00:08 |
Silverlion | gonyere: yes | 00:08 |
Silverlion | compile from source :( | 00:08 |
akgraner | and then do this - http://code.google.com/p/sigil/wiki/RunningFromSource | 00:08 |
akgraner | bkerensa, ^^ | 00:08 |
Silverlion | but once you have the software this is a blast | 00:08 |
akgraner | but I read on the page you shouldn't have to compile it - so I installed everything in the software center that had to do with Qt 4 | 00:09 |
bkerensa | akgraner: apt-get build-dep qt4-qmake | 00:09 |
bkerensa | to get dependencies | 00:09 |
akgraner | bkerensa, and so I am wondering what I need to do with that zip file now? | 00:09 |
bkerensa | also you need git so | 00:09 |
bkerensa | apt-get install git-core | 00:09 |
akgraner | I think I have git installed - no it's on my laptop | 00:09 |
akgraner | ok one sec | 00:09 |
akgraner | bkerensa, thank you! | 00:10 |
bkerensa | so then you will want to | 00:10 |
bkerensa | git clone git://gitorious.org/qt/qt.git | 00:10 |
bkerensa | which is the source tree for the latest qt | 00:10 |
bkerensa | then | 00:10 |
bkerensa | cd into the directory | 00:10 |
akgraner | bkerensa, do I need to uninstall the stuff from the software center? | 00:10 |
bkerensa | so "cd qt" | 00:10 |
bkerensa | akgraner: uhh is it qt? | 00:10 |
akgraner | bkerensa, let me catch up | 00:11 |
bkerensa | did you install qt from usc? | 00:11 |
bkerensa | kk | 00:11 |
akgraner | bkerensa, got to the software center and search Qt 4 - you'll see | 00:11 |
bkerensa | yeah so those are not qt4 they are qt4 packages for developing stuff | 00:13 |
bkerensa | but I believe you need the qt4 libraries | 00:13 |
akgraner | ok - :-) | 00:13 |
bkerensa | the actually source package | 00:13 |
bkerensa | you can install this from USC btw | 00:13 |
bkerensa | it might save you trouble | 00:13 |
bkerensa | but terminal is easy too | 00:13 |
bkerensa | :D | 00:13 |
akgraner | following your instructions now | 00:13 |
akgraner | I like the terminal | 00:13 |
bkerensa | kk | 00:13 |
akgraner | should I uninstall what I did earlier? | 00:13 |
bkerensa | you can do it later | 00:14 |
akgraner | ok | 00:14 |
bkerensa | so once you got the source tree cloned with git and are in the directory let me know | 00:14 |
bkerensa | :) | 00:14 |
akgraner | bkerensa, will do | 00:15 |
Silverlion | akgraner: i have a little present for you ;) | 00:16 |
bkerensa | akgraner: also before we compile please be sure to "sudo apt-get install ubuntu-dev-tools" so you have everything needed to compile | 00:17 |
akgraner | akgraner@thor:~$ git clone git://gitorious/qt/qt.git | 00:17 |
akgraner | Cloning into 'qt'... | 00:17 |
akgraner | fatal: unable to connect to gitorious: | 00:17 |
akgraner | gitorious: Name or service not known | 00:17 |
bkerensa | hmms | 00:18 |
bkerensa | one sec | 00:18 |
bkerensa | akgraner: gitorious.org | 00:19 |
bkerensa | :) | 00:19 |
bkerensa | <bkerensa> git clone git://gitorious.org/qt/qt.git | 00:19 |
Silverlion | guess akgraner now is not open for presents :D | 00:21 |
akgraner | once sec | 00:22 |
bkerensa | akgraner: once you add the .org to that command it will work but will take awhile since it has to pull the whole repo down :) | 00:22 |
akgraner | ohhhh | 00:22 |
bkerensa | but after this the next steps are simple | 00:22 |
akgraner | oops | 00:22 |
bkerensa | yes | 00:22 |
bkerensa | :D | 00:22 |
akgraner | bkerensa, it's working now | 00:23 |
bkerensa | akgraner: good :) | 00:23 |
akgraner | (Hey nigelb - isn't this funny that I am doing this :P) | 00:23 |
bkerensa | akgraner: so this could take 10-15-20mins depending on your connection speed and the load on that server | 00:23 |
bkerensa | the next steps are simple | 00:23 |
nigelb | akgraner: I'm enjoying watching ^_^ | 00:24 |
akgraner | bkerensa, It's counting remote objects now | 00:24 |
akgraner | if that means anything | 00:24 |
bkerensa | akgraner: yeah so its counting how many files it has to download | 00:24 |
bkerensa | :) | 00:24 |
bkerensa | then it will actually clone them | 00:24 |
bkerensa | :) | 00:24 |
bkerensa | thats what takes time | 00:24 |
akgraner | akgraner@thor:~$ git clone git://gitorious.org/qt/qt.git | 00:25 |
akgraner | Cloning into 'qt'... | 00:25 |
akgraner | remote: Counting objects: 682273, done. | 00:25 |
akgraner | fatal: The remote end hung up unexpectedly | 00:25 |
akgraner | fatal: early EOF | 00:25 |
akgraner | fatal: index-pack failed | 00:25 |
akgraner | akgraner@thor:~$ | 00:25 |
bkerensa | fail | 00:25 |
bkerensa | so thats something on their end | 00:25 |
bkerensa | :) | 00:25 |
akgraner | no kidding even I understood that | 00:25 |
bkerensa | you can retry | 00:25 |
akgraner | :-P | 00:25 |
bkerensa | until you get win | 00:25 |
bkerensa | :D | 00:25 |
Silverlion | akgraner: but you should continue your important work too ^^ | 00:26 |
Unit193 | akgraner: Hah, do you fully do norse gods? | 00:26 |
bkerensa | Silverlion: compiling source is always important work | 00:26 |
bkerensa | ;p | 00:26 |
Unit193 | And I always go for git, maybe I should get git-core | 00:26 |
Silverlion | good morning Unit193 | 00:26 |
bkerensa | Unit193: Git is just the meta package git-core is inside it | 00:26 |
bkerensa | I think its just linked to git-core so either works | 00:27 |
akgraner | bkerensa, I am receiving objects now this is a good sign | 00:27 |
bkerensa | good | 00:27 |
bkerensa | hopefully their server doesnt failwhale again | 00:27 |
Unit193 | bkerensa: Yes, one installs less. | 00:27 |
bkerensa | darn Nokia people :P | 00:27 |
bkerensa | Unit193: ahh I will have to look at Git and see what all it installs | 00:27 |
Unit193 | bkerensa: http://pastebin.com/n0xECyuU :P | 00:29 |
bkerensa | huh | 00:29 |
bkerensa | git-gui | 00:29 |
bkerensa | interesting | 00:29 |
bkerensa | I fixed a bug in that package upstream | 00:30 |
akgraner | there is a gui for everything now | 00:30 |
akgraner | :-P | 00:30 |
bkerensa | even Juju | 00:30 |
bkerensa | its a shame | 00:30 |
Unit193 | gitweb breaks, replaces, and suggests... | 00:30 |
Unit193 | akgraner: That is, do you use norse gods for all computer names is what I meant. :P | 00:30 |
akgraner | Nope | 00:31 |
akgraner | my other machine is Spartacus :-) | 00:31 |
akgraner | pgraner cringes every time I add a new machine | 00:31 |
* Silverlion smiles happily | 00:32 | |
Silverlion | gosh its 2.30 AM and i am still able to code valid CSS 3 :D | 00:32 |
akgraner | not because of the machines but my choice of names and how I choose them :-/ | 00:32 |
akgraner | bkerensa, I am at 20% - I see what you mean with "it takes a while" - Silverlion what was your present :-) | 00:33 |
bkerensa | akgraner: you will have to get a flu shot before UDS this year :P | 00:33 |
akgraner | I already have | 00:33 |
bkerensa | UDS-Q you got pretty sick :) | 00:34 |
Silverlion | akgraner: i have coded a css file for your uwn ebook | 00:34 |
bkerensa | me and phill were your neighbor | 00:34 |
bkerensa | ;p | 00:34 |
akgraner | If pgraner had not been there I would have been in the hospital | 00:34 |
akgraner | bkerensa, I'm sorry - that was a rough UDS for me | 00:35 |
bkerensa | akgraner: oh no worries I didnt hear you guys :) we just saw a lot of room service and know you were not feeling well | 00:35 |
akgraner | then 2 weeks later it was time for Connect - I was wiped our when I got back | 00:35 |
akgraner | s/our/out | 00:35 |
bkerensa | I think I was more concerned with the lack of working room door and AC | 00:35 |
bkerensa | ;p | 00:35 |
akgraner | nods | 00:35 |
bkerensa | the hotel locked us out three times | 00:35 |
bkerensa | :( | 00:36 |
bkerensa | akgraner: http://paste.ubuntu.com/1290791/ | 00:36 |
bkerensa | remaining steps ^ | 00:36 |
akgraner | once of the Southeast Linux Fest guys during SCaLE 9x actually got locked in his room the had to come take the door off to get him out | 00:36 |
bkerensa | I have to walk away to marinate some chicken | 00:36 |
bkerensa | bbs | 00:36 |
akgraner | cool thank you | 00:36 |
akgraner | this will be a while I am at 30% now | 00:37 |
Silverlion | akgraner: please do also install this: http://www.epubread.com/en/ | 00:38 |
akgraner | ok | 00:38 |
silverlion | re | 00:39 |
akgraner | woo hoo - 45% | 00:41 |
silverlion | *gg* | 00:43 |
silverlion | my project is done 75 % | 00:43 |
akgraner | Yay! | 00:43 |
akgraner | you did an ebook version of the last issue of UWN :-) | 00:43 |
silverlion | well not completely ^^ | 00:45 |
silverlion | but i did the preparations for it | 00:45 |
akgraner | :-) sweet | 00:45 |
akgraner | 53% | 00:45 |
silverlion | hope you like it ^^ | 00:47 |
silverlion | at least the design is validated with w3c which means its correct *happy* | 00:47 |
akgraner | :-) | 00:47 |
silverlion | akgraner: wanna have a sneak preview of what we are going to do? | 00:51 |
akgraner | 77% | 00:51 |
silverlion | :D | 00:51 |
akgraner | silverlion, sure | 00:52 |
silverlion | akgraner: https://dl.dropbox.com/u/1668987/UWN_Ebook-Draft__V1.png | 00:52 |
silverlion | this will be part of the final result :D | 00:52 |
silverlion | using the fonts Liberation Serif and Century Schoolbook :D | 00:52 |
silverlion | PLEEEEEEEEEEEEEEEEEASE tell me you like the style :D | 00:53 |
akgraner | we can't use the Ubuntu Font? | 00:53 |
silverlion | we can use every font you wish ma'am ;) | 00:53 |
bkerensa | Can I get a RT? https://twitter.com/bkerensa/status/259457124705382401 | 00:53 |
akgraner | well yes, but can we work on branding it with the Ubuntu Orange and stuff at some point? :-) | 00:53 |
akgraner | bkerensa, /me looks | 00:54 |
akgraner | oh I love the olpc project | 00:54 |
cprofitt | olpc is awesome -- I did some work with them a while back | 00:54 |
silverlion | akgraner: tell me what you need and i'll get it done for you ;) | 00:55 |
bkerensa | cprofitt: if you get a chance a RT would go a long way :) especially since we are not at the summit :) and Fedora and other distros are :P we need to let them know we love their work | 00:56 |
bkerensa | :D | 00:56 |
akgraner | nigelb, do you know where the branding guidelines/themes are - so we get the colors right (you know like what's on the Fridge or wiki pages) | 00:56 |
silverlion | akgraner: when will you be available? | 00:56 |
silverlion | i mean for recording 2morrow? | 00:56 |
nigelb | No clue. I've been out of Ubuntu things for a while. | 00:57 |
akgraner | I'm at 91% now | 00:57 |
silverlion | I might be able to make it around 7PM UTC | 00:57 |
akgraner | ohh - hmmm probably around 20:00 UTC | 00:57 |
akgraner | my kids have a band competition tomorrow and it's the only one I will get to see | 00:57 |
silverlion | that comes first off course | 00:58 |
bkerensa | so looks like bbq is out... rain downpour :) fish tacos are in :) | 00:58 |
akgraner | bkerensa, you mean it rains there - wow | 00:58 |
akgraner | who would have thunk it | 00:58 |
akgraner | :-P | 00:58 |
silverlion | but i have to earn money on sunday so i might not be available this long tomorrow night | 00:58 |
silverlion | bkerensa: retweetet you via akgraner | 00:59 |
akgraner | silverlion, ok - I am trying to hurry but I can only go as fast as this git clone will allow :-) | 00:59 |
akgraner | If I get back earlier tomorrow - I'll ping you | 01:00 |
silverlion | akgraner: no worries :( | 01:00 |
silverlion | family comes first... it just passed 3AM on my clock and if I want to have some sleep at all i need to turn the machine down now | 01:00 |
akgraner | ok :-) I appreciate you staying as long as you have - I might see if bkerensa wants to jump on a hangout we can explain the first few steps :-) | 01:01 |
bkerensa | akgraner: tonight or tomorrow? I am about to be deep in halibut taco making in about five minutes then listening to violin music :P | 01:01 |
akgraner | and what needed to happen before we get started with the actually making of the ebook | 01:01 |
bkerensa | my fiancee just got a new violin so I'm cooking dinner :) | 01:01 |
akgraner | ok no worries | 01:01 |
akgraner | oh nice - sounds very relaxing - unless she is learning to play the violin | 01:02 |
akgraner | violins, bagpipes and banjos - eeek when people are learning | 01:02 |
silverlion | am i still needed ? | 01:03 |
akgraner | silverlion, one sec | 01:03 |
silverlion | kk | 01:03 |
bkerensa | akgraner: she has played since youth :) she actually went to Wash DC and played for a few members of congress a few years back | 01:03 |
bkerensa | she is pretty good | 01:03 |
bkerensa | :D | 01:03 |
akgraner | 1 - Install Kompozer 2 download http://code.google.com/p/sigil/downloads/detail?name=Sigil-0.5.3-Code.zip&can=2&q= Step 3 install qt4 and all the dependencies step (see bkerensa steps) step 4 - install http://www.epubread.com/en/ what do I do with what I downloaded? | 01:05 |
akgraner | bkerensa, awesome! | 01:06 |
akgraner | ok git clone is done - now to follow the rest of the steps | 01:06 |
silverlion | akgraner: i dont get your question... *sorry* | 01:06 |
nhandler | akgraner: I only skimmed the scrollback. If you want to do UWN in a different format, I would be more than glad to tweak the scripts to handle converting the wiki to the new format. Just give me some sample output. | 01:06 |
akgraner | silverlion, - <akgraner> 1 - Install Kompozer 2 download http://code.google.com/p/sigil/downloads/detail?name=Sigil-0.5.3-Code.zip&can=2&q= Step 3 install qt4 and all the dependencies step (see bkerensa steps) step 4 - install http://www.epubread.com/en/ what do I do with what I downloaded? | 01:06 |
akgraner | nhandler, not a different format - an additional format :-) | 01:07 |
nhandler | akgraner: That's what I meant to say ;) | 01:07 |
akgraner | nhandler, just playing with an ebook | 01:07 |
nhandler | Cool | 01:07 |
silverlion | akgraner: you mean the picture i put in dropbox? | 01:07 |
akgraner | not step 2 what do I do with that zip file | 01:08 |
akgraner | silverlion, ^^ | 01:08 |
akgraner | s/not/no | 01:08 |
akgraner | nhandler, :-) | 01:08 |
akgraner | nhandler, I've been meaning to learn how to do this for a while - silverlion does the ebook format for Full Circle | 01:09 |
silverlion | nhandler: what are your plans for october 20th around 20.00 UTC | 01:09 |
akgraner | silverlion, nhandler created the awesome script magic we use now on UWN (thank goodness) | 01:09 |
nhandler | silverlion: I'll probably be driving around then. Should be back by 01:00 UTC on the 21st | 01:10 |
silverlion | nhandler: bummer would have invited you to the G+ Hangout to join akgraner | 01:10 |
akgraner | bkerensa, ok silly question when you say run - I don't actually type 'run' I just type everything after run - correct? | 01:11 |
silverlion | akgraner: with the zip file you need to follow the instructions page i gave you | 01:11 |
nhandler | silverlion: Don't worry about it ;) After the first ebook is made, I'll figure out some way to try and automate it | 01:11 |
akgraner | nhandler, I'll document all the step like I did with UWN :-) you know how I like to write down *all* the steps :-) | 01:12 |
nhandler | akgraner: That would be perfect. Thanks! | 01:12 |
silverlion | akgraner: maybe this will help : http://www.jonathanmoeller.com/screed/?p=3631 | 01:12 |
silverlion | if nothing works http://sigil.googlecode.com/files/Sigil-0.5.3-Linux-x86-Setup.bin this is what i just found :( | 01:14 |
silverlion | akgraner: you are officially approved to kill me :/ | 01:14 |
silverlion | a setup bin ... I feel ashamed | 01:14 |
silverlion | it had not been listed on the download page | 01:15 |
silverlion | akgraner: ... are you mad at me? | 01:16 |
akgraner | no why | 01:16 |
akgraner | silverlion, no why - I am just typing commands | 01:16 |
bkerensa | akgraner: no run | 01:16 |
bkerensa | akgraner: just the command with the full tail of modules | 01:16 |
akgraner | k | 01:17 |
silverlion | akgraner: because i made you go all the way to compile and not directing you to the *.bin file | 01:17 |
bkerensa | silverlion: but does the bin also have qt4 binaries? | 01:17 |
akgraner | silverlion, no - this is great | 01:17 |
akgraner | I love learning all this | 01:17 |
silverlion | bkerensa: no idea | 01:18 |
bkerensa | akgraner: pgraner doesn't teach you? :) | 01:18 |
akgraner | silverlion, I would never get made at anyone who helps me expand my knowledge | 01:18 |
akgraner | bkerensa, hahahahahahahahaha..... | 01:18 |
akgraner | bkerensa, um you've meet him and been around us when we are both together right? | 01:19 |
bkerensa | akgraner: uhh no I don't think I have seen you guys interact together | 01:19 |
bkerensa | I have met him though | 01:19 |
bkerensa | I made the mistake of suggesting a pizza place was open late night | 01:20 |
bkerensa | and yeah idk :) he was not amused | 01:20 |
bkerensa | ;p | 01:20 |
akgraner | hehe - there is a reason people don't see us interact | 01:20 |
bkerensa | thats not very open source like | 01:20 |
bkerensa | ;p | 01:20 |
* bkerensa is now official gone to taco land | 01:21 | |
akgraner | bkerensa, thanks for your help | 01:21 |
akgraner | silverlion, thank you - and we'll work on this some more tomorrow | 01:21 |
silverlion | bkerensa: have a good one ;) | 01:22 |
silverlion | akgraner: looking forward to put you to the test ^^ | 01:22 |
akgraner | me too - thanks | 01:23 |
silverlion | reporting off duty now | 01:24 |
silverlion | ;) | 01:24 |
silverlion | cu 2morrow (my TZ | 01:24 |
akgraner | yeppers - night | 01:25 |
akgraner | ok - I am stuck - nigelb thoughts looks like everything I was trying to compile didn't :-( | 01:44 |
akgraner | nigelb, this might help you - http://paste.ubuntu.com/1290895/ | 01:44 |
nigelb | Not sure why you were trying to compile qt in the first place. You can just apt-get install. Gimme a sec to figure out the right packages. | 01:45 |
akgraner | ok | 01:45 |
akgraner | I'll write up what I've done so far so I (well you) can see if I need to undo anything | 01:45 |
nigelb | libqt4-xml libqt4-svg | 01:46 |
nigelb | (that's not all, acceidental enter press) | 01:46 |
nigelb | akgraner: "apt-get install libqt4-xml libqt4-svg libqt4-webkit libqt4-dev" | 01:48 |
nigelb | After that, unzip that file you downloaded. | 01:48 |
akgraner | sudo right? | 01:48 |
nigelb | yes | 01:49 |
akgraner | :-) | 01:49 |
akgraner | I knew that :-P just asking | 01:49 |
nigelb | :) | 01:49 |
akgraner | ok unzipping it now | 01:49 |
nigelb | tell me where it's getting unzipped | 01:50 |
akgraner | ok I can see all the files - do I extract it or what (ok maybe it's not unzipped I just clicked on it and now I can see the file names) | 01:51 |
nigelb | aha | 01:52 |
nigelb | extractit. | 01:52 |
nigelb | err | 01:52 |
nigelb | extract it | 01:52 |
akgraner | if the file is zipped - why not say unzip grrrr | 01:52 |
akgraner | so I extract all files and let it re-create folders and overwrite existing files? | 01:53 |
nigelb | had you extracted this before? | 01:54 |
akgraner | nigelb, sorry to ask so many questions I just want to get it right (those were the boxes that were checked by default) | 01:54 |
akgraner | nope - not that I know of | 01:54 |
nigelb | akgraner: if we were to get on a google hangout, can you share your desktop with me? | 01:55 |
nigelb | probably easier that way :) | 01:55 |
akgraner | sure | 01:55 |
nigelb | give me 2 mins | 01:55 |
akgraner | k | 01:55 |
akgraner | sorry | 01:55 |
akgraner | I think dholbach and dpm are crazy about all this being "easy" this is soooo perspective driven :-P | 01:56 |
nigelb | hahah | 01:56 |
nigelb | ok | 01:56 |
nigelb | lets go | 01:56 |
akgraner | you want me to invite you | 01:57 |
nigelb | yeah | 01:57 |
akgraner | you should have the invite | 01:58 |
akgraner | https://plus.google.com/hangouts/_/f483afde454f8d135f7f8ec28d749d5e05664a2e?authuser=0&hl=en-GB | 01:58 |
akgraner | nigelb, did you get the invite? ^^^ | 01:59 |
nigelb | joining | 02:01 |
JoseeAntonioR | akgraner: nope, haven't seem them | 06:03 |
JoseeAntonioR | I know doctormo has them | 06:03 |
MrChrisDruif | akgraner; you did NOT name your systems thor and spartacus?! Why? =) | 08:11 |
Silverlion | good day everyone! | 10:05 |
Silverlion | bkerensa: ping | 10:07 |
Silverlion | hi daviey | 10:29 |
akgraner | MrChrisDruif, :-P | 12:24 |
akgraner | JoseeAntonioR, oops sorry - haven't seem who/what? sorry late night - remind me of the context | 12:24 |
Silverlion | good morning akgraner ;) how is your system ;) | 13:08 |
akgraner | fine - we got it compiled and working but I am about to head out the the competition | 13:09 |
Silverlion | akgraner: have fun there | 13:11 |
Silverlion | i need to do some gardening :( | 13:11 |
akgraner | thanks | 13:12 |
JoseeAntonioR | akgraner: about the branding, doctormo is the one who has the branding for it | 16:31 |
JoseeAntonioR | he created and updated the branding a couple months ago | 16:33 |
JoseeAntonioR | or was it the classroom team? | 16:33 |
Silverlion | hey JoseeAntonioR ;) | 16:42 |
JoseeAntonioR | hi, Silverlion! | 16:42 |
* Silverlion is preparing the speech for tonight | 16:42 | |
JoseeAntonioR | cool, I'd like to have some photos posted so we can link it in the UWN, maybe, if they're from your LoCo blog | 16:46 |
Silverlion | JoseeAntonioR: what kind of photos? | 18:06 |
JoseeAntonioR | of the speech | 18:06 |
Silverlion | JoseeAntonioR: I wont post any pictures but you are free to do so if you want ;) | 18:07 |
JoseeAntonioR | oh, well | 18:07 |
Silverlion | only need to ask akgraner for permission | 18:07 |
Silverlion | hey bizhanMona | 19:28 |
bizhanMona | Silverlion: hi | 19:29 |
Silverlion | JoseeAntonioR: the speech is going to be delayed | 19:32 |
JoseeAntonioR | oh | 19:39 |
MrChrisDruif | JoseeAntonioR; I know where you can spot doctormo if you're interested. | 21:24 |
JoseeAntonioR | MrChrisDruif: he's online on #u-community-team atm | 21:24 |
MrChrisDruif | He's always online in #novacut , I don't scroll-down that much on #u-c-t | 21:25 |
JoseeAntonioR | thanks! | 21:27 |
Silverlion | hoi MrChrisDruif | 21:42 |
MrChrisDruif | Hoi Silverlion | 21:42 |
Silverlion | seems like the vid will not be recorded tonight | 21:43 |
Silverlion | MrChrisDruif: ping | 22:28 |
MrChrisDruif | Silverlion; pong | 22:28 |
Silverlion | MrChrisDruif: why dont you react on G+? | 22:28 |
Silverlion | ^^ | 22:29 |
MrChrisDruif | Because there is nothing to react to? | 22:29 |
MrChrisDruif | I heard one ping, ONE PING!! | 22:29 |
MrChrisDruif | Nothing to be found where it came from. | 22:30 |
Silverlion | MrChrisDruif: i asked you a question there ^^ | 22:30 |
Silverlion | whether you are willing to look into the ebook thing we talked about yesterday | 22:30 |
MrChrisDruif | I did not see something like that. | 22:30 |
Silverlion | weird ^^ | 22:33 |
MrChrisDruif | I would be, but I must say I'm a midst a move from one place to another. Hopefully I go over next weekend. | 22:33 |
Silverlion | MrChrisDruif: all the best for the move ^^ i have read it on FB - that is why i was asking | 22:36 |
MrChrisDruif | I'd put it on my to-do list. Been awhile since I last did something note worthy for Ubuntu. | 22:38 |
Silverlion | kk I will turn the Computer off now | 22:44 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!