[12:04] good night === Zerlinna [n=Zerlinna@Q764e.q.strato-dslnet.de] has left #kubuntu-devel ["Konversation] [12:07] Riddell: we have a statement in german for the linuxtag with pics, wanna put an english translation on .org? [12:08] http://user.uni-frankfurt.de/~waeckerl/kmark.jpg [12:08] that is one handsome looking man :-) [12:10] kwwii: sure [12:11] kwwii: great pic [12:11] can't you have a bit more of the K ? [12:11] http://www.flickr.com/photos/foobarbaz/141521711/ [12:12] he looks like superman [12:12] great [12:12] :) [12:12] next comes the cape === raphink wonders how an open-source designer can use flickr ;) [12:12] oh, that is not mine [12:12] ok [12:12] I did not have my camera at the convention [12:12] mhm [12:12] which reminds me to cut the video [12:12] raphink: why ? [12:13] raphink: don't liek Yahoo ? === kwwii reboots [12:14] wow [12:14] great message in minicli [12:15] KMessageBox::error( this, i18n("You do not exist.\n")); [12:15] lol [12:15] I love this error message [12:20] raphink: su.cpp is a c++ file and m_User sounds like a member. Is == overloaded in the class of m_User? If not you compare two memory addresses. [12:21] hmmm [12:21] well what I do is [12:21] if ( m_User == "root" ) { [12:21] superUserCommand = "su"; [12:21] } [12:21] but then it seems it considers this is always the case [12:21] and I end up running su all the time with kdesu [12:21] at least now I can run as foo [12:22] but I can't use sudo anymore ;) [12:24] but then I wonder what the if ((m_Scheduler != SchedNormal) || (m_Priority > 50)) tests [12:24] any idea allee? [12:24] add after the if { } test: kdDebug() << m_User << ", " << superUserCommand << endl; [12:25] huh? [12:25] Tonio_: uploaded [12:25] Riddell: thanks [12:26] what is << for in c++ anyway? [12:26] :s [12:26] raphink: no idea what Scheduler and Priority is [12:26] raphink: bitshift [12:26] stream (like pipe in shell) [12:26] ah ok [12:26] in the same direction than | in shell ? [12:26] raphink: afair, yes << is overloaded [12:26] you pass m_user to kdDebug [12:26] it often gets overloaded to mean sending a string to a pipe type class. c++ is horrible like that [12:26] so it's the other direction [12:26] from right to left [12:27] raphink: no you feed it into the object. therefore the direction to kdDebug() [12:27] raphink: you can read that line as printing out m_User, followed by ", " followed by superUserCommand, followed by newline (endl) [12:28] ok [12:28] if the debug flag is on that is [12:28] so this is to trace the values of m_User and superUserCommand at this time [12:28] but I have to build kdelibs for 1 hour again to see the trace :( [12:29] raphink: you want ccache. [12:29] raphink: as long as configure is not called with --disable-debug you should get output [12:29] crimsun: what is that? [12:29] raphink: install it and weep. [12:29] hmmm how do you mean? === raphink is not C++ literatte [12:29] raphink: debuild -nc # <- no clean and not configure run [12:29] ah [12:30] is that for the local dir or for the whole package ? [12:30] raphink: these kdDebug() is 90% of my c++ knowledge ;) [12:30] allee: haha [12:30] debuild would be for the source package; ccache would be for anything. [12:30] raphink: whole pkg [12:30] raphink: but ... [12:30] make [12:30] allee: then it'll take 1 hours still [12:31] (where anything is the subset of stuff that requires gcc or g++) [12:31] crimsun: ah, so I'd just type ccache to build [12:31] cp kdesu to install dir may work too [12:31] raphink: it takes a bit more configuration than that [12:31] hmm [12:31] it has to build though [12:31] and typing make in the current dir won't build it [12:31] it maintains hashes of object code; if they match, no need to recompile [12:31] ah [12:32] raphink: if no clean is run before -nc does make and make install then create pkg, so only recreating kdesu binary [12:34] I'll try something else [12:34] hehe [12:35] not sure of what I'm doing but it might work [12:35] and then I'm learning :) [12:35] and I love that :) === Lure -> bed - good night [12:38] good night Lure [12:38] good luck raphink ;-) [12:38] Anyone feels like testing digikam: downloading a digikam deb and 3 pictures? [12:39] thanks Lure [12:39] not right now allee [12:39] but when I'm building sure [12:39] okay uploading ... [12:40] nite guys :) [12:40] nite [12:41] raphink: demain faut qu'on parle de ce qu'on a dit [12:41] ah oui [12:41] on a pas beaucoup de temps pour faire entrer des modifs [12:41] je suis sr que je suis prt de rgler ce run as foo [12:41] c coule :) [12:43] raphink: you can test an i386 deb or should I upload source? [12:43] source [12:43] my i386 server is busy building [12:43] so I'm on the ppc [12:44] since the other i386 I have here are still running breezy [12:46] raphink: http://www.mpe.mpg.de/~ach/tmp/argl/ [12:47] raphink: copy pictures of fake-camera into an empty dir. Add a 'Mounted Camera' with the path to dir that contains the dir [12:49] raphink: then download the pics. Check in Properties dialog if 'EXIF' data of the pics in (hopefully not) empty [12:49] s/in/is/ [12:49] do I have to build the packages ? [12:49] or should I test with current digikam ? [12:49] raphink: you wanted the source, so you have to build it ;) [12:50] raphink: yes you can test with current digikam too. In this case EXIF data will be lost after download. [12:50] sure [12:50] ah [12:50] well let's see if I understand what you mean [12:50] I copy your pics into an empty dir on my HD [12:50] raphink: yes [12:50] I open digikam [12:51] and use this dir as a fake already mounted cam [12:51] yes [12:51] so it will think it's downloading from it [12:51] yes [12:51] hmmw [12:51] where do I add a camera this way? [12:51] In the list in 'add camera' search 'Mounted camera' asmodel [12:52] camera -> add camera -> new [12:52] s/new/Add .../ [12:53] found [12:53] ok [12:53] so I downloaded them [12:53] now what? [12:54] RMB -> Properties, EXIF tab [12:54] I have no EFIX [12:54] no exif infos for these pics [12:54] :) [12:54] but I have them in konqueror [12:54] so ok [12:54] now I'm supposed to build the new package [12:54] ah, this is expected with digikam from dapper [12:54] and test again [12:54] :) [12:55] right? [12:55] :) [12:55] raphink: right [12:55] ok [12:55] let me update my pbuilder [12:55] then build :) === allee crosses his fingers that only his system is fucked up and it works for raphink [12:58] let's build now :) === raphink also crosses fingers that his kdelibs fix will fix the run as foo problem properly === haggai [n=halls@i-83-67-59-194.freedom2surf.net] has joined #kubuntu-devel === poimen [n=Owner@66-50-33-151.prtc.net] has joined #kubuntu-devel [01:09] what is the diference in the flight releases and the beta LTS ??? [01:10] allee: still building if you wonder [01:11] :) [01:13] poimen: 2 weeks. [01:14] ok [01:30] night all - time for sleep [01:30] bye kwwii === kwwii [n=kwwii@likes.smoking.more.than.watching.spacenight.dk] has left #kubuntu-devel [] [01:37] allee: still doesn't work it seems [01:38] raphink: thx for trying. So it's not my just system :( [01:38] sorry :( [01:38] I hope my fix for kdelibs will work [01:38] otherwise I'll have to wipe with you === allee crosses fingers === poningru [n=poningru@pool-71-251-119-149.tampfl.fios.verizon.net] has joined #kubuntu-devel [01:39] updating now [01:41] argh [01:41] doesn't work [01:42] so not the right place to replace it [01:42] I'll keep tracking tomorrow [01:42] I'm sure I'm pretty much done fixing it === uniq [n=frode@ubuntu/member/frode] has joined #kubuntu-devel === uniq_ [n=frode@ubuntu/member/frode] has joined #kubuntu-devel === Czessi [n=Czessi@dslb-088-073-062-238.pools.arcor-ip.net] has joined #kubuntu-devel === poningru [n=poningru@pool-71-251-119-149.tampfl.fios.verizon.net] has joined #kubuntu-devel === freeflying [n=freeflyi@61.190.65.30] has joined #kubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel === _jdong [n=jdong@d149-67-101-201.try.wideopenwest.com] has joined #kubuntu-devel === claydoh [n=clay@bb-66-63-100-239.gwi.net] has joined #kubuntu-devel === viviersf [n=cain@196.44.1.98] has joined #kubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel === OdyX [n=Didier@8.Red-80-33-64.staticIP.rima-tde.net] has joined #kubuntu-devel === kasina [n=kasina@196.200.37.114] has joined #kubuntu-devel === \sh [n=shermann@unaffiliated/sh/x-000000002] has joined #kubuntu-devel === Lure [n=lure@ubuntu/member/lure] has joined #kubuntu-devel === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #kubuntu-devel === abattoir_ [n=abattoir@bb220-255-64-180.singnet.com.sg] has joined #kubuntu-devel === haggai [n=halls@i-83-67-59-194.freedom2surf.net] has joined #kubuntu-devel === kwwii [n=kwwii@likes.smoking.more.than.watching.spacenight.dk] has joined #kubuntu-devel [10:17] can anyone play this movie? [10:17] http://bootsplash.org/kubuntuAtLinuxTag2006.mov [10:17] 65MB beware [10:26] <\sh> not right now :( [10:26] <\sh> moins kwwii btw :) [10:26] hi kwii. Its can open with Quicktime (Mac or on Windows) [10:27] kasina: I hoped that the qt for linux stuff would work, or at least mplayer :-) [10:27] it is mp4 video and audio [10:28] \sh: howdy [10:28] :-9 [10:28] erm, I am still waking up :-) [10:30] kwii: I doubt it. I tried before with such file formats but they failed to work on my Linux. [10:33] kasina: yeah, that is what I am afraid of [10:35] Kwii: I'm interested in writing a coded for it, coz I'd also love to use files with such formats, but not soon though. My hands are full at the moment [10:35] "codec" not coded :) [10:35] :-) [10:35] actually, it plays on my mplayer [10:36] kwwii but kaffeine gives error due to http plugin? [10:37] Does it? :/ === pradeepto [n=pradeept@59.182.20.103] has joined #kubuntu-devel [10:37] I tried but it failed back then [10:38] kwwii: nice [10:39] looking at that video makes me want to do it all again :-) It really was a great time there....the perfect group of people, we all had fun I think === pygi [n=korisnik@195.29.80.222] has joined #kubuntu-devel [10:39] Riddell: ping === _pradeepto [n=pradeept@59.182.55.240] has joined #kubuntu-devel [10:46] kwwii: I can try to make a Ogg-Theora-Vorbis version if you want.. [10:47] <_pradeepto> sorry got disconnected. But can anybody help me with a nice Kubuntu logo and such. [10:47] _pradeepto: I made Kubuntu-fr version. What do you need ? [10:48] <_pradeepto> OdyXydO: a simple Kubuntu logo thats all. One that can be used for printing stickers. [10:48] _pradeepto: Riddel has one, wait, I find it. [10:48] <_pradeepto> :) [10:49] http://www.kubuntu.org/~jriddell/kubuntu-dapper.svg <- SVG version. === My8os [n=My8os@ppp125-49.adsl.forthnet.gr] has joined #Kubuntu-devel [10:49] OdyXydO: that would be cool, what do you need as an input file? [10:50] kwwii: I can try with that one, but plain mpeg is lot better. [10:50] erm, you guys should get the newest version of the logo to print [10:50] kwwii: isn't it that one the new ? [10:50] <_pradeepto> OdyXydO: thanks. [10:50] OdyXydO: I'll export a photo-jpeg if you want - that works everywhere, but the file size will be pretty big [10:51] OdyX: I doub tit [10:51] kwwii: let me first try with that one... [10:51] <_pradeepto> kwwii: sorry to ask this but aren't you Ken? :) [10:52] _pradeepto: yepp :-) [10:52] hi [10:52] <_pradeepto> kwwii: hey there [10:52] that is the newest version for onscreen stuff, but for print stuff there is a better one [10:52] I made that one in london [10:52] and canonical has changed the colors a bit since then [10:52] <_pradeepto> ah ok [10:53] <_pradeepto> so any chance I can lay my hands on the, [10:53] where are you printing it? [10:53] t-shirt, sticker, etc, I mean [10:53] <_pradeepto> I guess I will do it here locally or something. [10:53] <_pradeepto> t-shirt ofcourse I got it done locally. [10:54] so it will go on a t-shirt and a sticker? [10:54] <_pradeepto> for now stickers and kwwii please please dont give me t-shirt ideas ;) [10:54] hehe :-) [10:54] I'd just have more work to do! [10:55] <_pradeepto> heh [10:55] <_pradeepto> kwwii: honestly during those days when I was fighting for t-shirt and all, you know what, [10:55] <_pradeepto> the first sample t-shirt had your design on the front and kubutu logo in the back :) [10:55] :-) [10:55] <_pradeepto> your *first* design [10:56] kwwii: I re-wrote yours entirely in SVG, for kubuntu-fr: http://didier.raboud.com/share/artwork [10:56] <_pradeepto> kwwii: there's just one copy of that tee in the whole planet :) [10:56] _pradeepto: lol [10:57] <_pradeepto> OdyX: nice :) [10:57] OdyX: why did you redo it? (no bad feelings or anything, just a question) [10:57] well.. yours was not in "text"... in mine, you can type whatever you want, you will get the effect.... [10:58] So.. perfect for other communities.. making -de is 2mins... [10:58] OdyX: yeah, but you cannot really type anything cause that font is pretty shitty === kwwii always has to make the umlaut's for german letters [10:58] kwwii: well.. sure. [10:58] no big letters, have to modify if you use "y" [10:59] but....welll.. for our use, it is fine ;D [10:59] :-) === _pradeepto is now known as pradeepto [11:01] kwwii: any chance I can get the artwork you made in London? [11:02] pradeepto: well, pretty much all of it is already available or in kubuntu [11:02] pradeepto: that logo from riddell is the one I made in london [11:02] ahh [11:02] kwwii: what is the original format of the video ? [11:03] kwwii: so can I not find some that is there on my dapper box or use the one OdyX gave me? Those are good for printing right? [11:03] OdyX: well, I shot it in DV [11:03] kwwii: well... then it's easy ;-) [11:03] OdyX: what format do you want? [11:03] DV might be kinda big [11:03] converting from quicktime is a piece of sh** [11:03] yeah, I kinda guessed that [11:03] kwwii: well.. convertion is really a command line... :D [11:04] kwwii: if you have good proc, it won't take too much time... [11:04] OdyX: yeah, I could do that too, I am just too lazy to use mencoder [11:04] kwwii: I will find you the command lines [11:04] hmm is there another LT video other than that I found on Riddell's page or something? [11:04] OdyX: ok, deal [11:04] (ffmpeg2theora, not mencoder) ;D [11:04] ok, I even have ffmpeg on my mac :-) [11:05] but I'll do this in linux anyway [11:05] kwwii: it's special paquage... [11:05] not plain ffmpeg [11:05] ahhh [11:05] install ffmpeg2theora [11:05] ok [11:05] first I will export this clip as DV and then reboot :-) [11:06] kwwii: in fact, just type ffmpeg2theora... the script is really easy to use. [11:08] I'd wish to start contributing to Kubuntu - I'm based in Kenya, Africa and just wanted to know what the process is. :) Some guidance [11:10] kasina: well, it is really simple...find something that needs fixing and fix it :-) [11:10] kasina: ever walked through https://launchpad.net ? [11:12] not yet [11:12] Let me check it out [11:13] Actually I had some long time back in the first Kubuntu release. Then I got into some projects that hardly gave me any time for contribution. [11:14] Riddell: how do you want to work on the installer UI stuff? [11:14] Riddell: should I make mockups? can you tell me any limitations, etc.? === kasina [n=kasina@196.200.37.114] has joined #kubuntu-devel [11:43] kwwii: no paticular limitations that I can think of [11:43] this is the UI file http://kubuntu.org/~jriddell/bzr/ubiquity/ubuntu/ubiquity/frontend/liveinstaller.ui === \sh [n=shermann@server3.servereyes.de] has joined #kubuntu-devel [11:57] Riddell: cool. thanks === kwwii moves to the balcony...brb [11:58] my summer of code t-shirt came! [11:58] Riddell: for being a mentor? [11:59] or was it from last year? [11:59] yes, from last year [11:59] and you got that now [12:00] Riddell: and yesterday they were discussion effeciency at G on #kde-devel , I think ;) [12:00] haha [12:00] hello Tm_T :) [12:00] abattoir_: well, hello :) === raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel === pradeepto_ [n=pradeept@59.182.30.70] has joined #kubuntu-devel === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #kubuntu-devel === Seveas [n=seveas@ubuntu/member/seveas] has joined #kubuntu-devel === Huahua [n=hua_@222.50.183.114] has joined #kubuntu-devel === pradeepto_ is now known as pradeepto === _pradeepto_ [n=pradeept@59.182.0.44] has joined #kubuntu-devel === _pradeepto__ [n=pradeept@59.182.21.44] has joined #kubuntu-devel === MidMark [n=MidMark@host-84-221-196-191.cust-adsl.tiscali.it] has joined #kubuntu-devel [12:58] Hi, Riddell I've problem with ubiquity in flight-7 [12:59] could you help me? [12:59] probably some bugs [01:00] MidMark: what's up? [01:01] Riddell: I've run live-cd with flight-7 on an old pc, only keyboard, no mouse [01:01] ages to run bot ok it runs [01:02] then: click on install icon, choose next, choose Italian (yes I'm ITA) [01:02] and the first bug in my op: only Welcome translated in italian, instructions remains in ENG [01:02] then loads step 3, but it freeze [01:03] ctrl-alt-F2 not working [01:04] the cd-rom light is always on, the rest is all freeze [01:06] don't know if the cd-rom is burned ok, it's the first time I used it, but I think freeze is abnormal === kasina [n=kasina@196.200.37.114] has left #kubuntu-devel ["Leaving"] [01:07] Riddell: is there something I can do to provide more informations? === insanekane [n=kane@202.83.33.3] has joined #kubuntu-devel [01:13] is flight 7 out ? [01:13] yepp [01:13] http://cdimage.ubuntu.com/kubuntu/releases/dapper/flight-7/ [01:13] damn me! [01:13] i just finished the flight-6 download :P [01:13] of course, having a flight-7 is a good thing :) [01:14] MidMark: does stage three get loaded or does it freeze before that? [01:14] Riddell: before that [01:14] during loading step 3 === freeflying [n=freeflyi@61.190.65.30] has joined #kubuntu-devel [01:16] MidMark: i386 PC? [01:16] Riddell: it a P3-450, 192 ram, riva tnt2 16 mb, 6,4+8,4 GB hdd [01:20] mobo: Soyo i440bx2, sound: creatice PCI 128 [01:22] I wonder if it ran out of memory [01:22] MidMark: can you kill it and try again? [01:22] you'll also need to kill any debconf process going on [01:23] I cannot kill it, it all freeze, I can reboot [01:23] I can reboot and starts ubiquity from a console... [01:24] probably show more infos [01:24] yeah please [01:24] ok, ubiquity is correct to start it? [01:24] could well be an our of memory thing, we've had that before [01:25] kdesu ubiquity kde-ui [01:26] Riddell: during loading, but dma is always off in cd-rom and hard disk? It takes looong time to boot [01:33] _Sime, sebas: http://kubuntu.org/~jriddell/tmp/soc2.png [01:37] Add/Remove programs: [01:37] =================== [01:37] If you cancel a started download and install, you get a message [01:37] "Application installed successfully!" [01:37] mornfall: ^^ spotted in an e-mail to kubuntu-devel list [01:38] Riddell: yeah, probably so... but, ui freeze? [01:39] that's a bug, fixing it doesn't go against UI freeze so long as it can be done without adding a new string somehow [01:39] well, but how? [01:40] don't display any dialogue? the person has already clicked cancel so should know what the result is [01:40] hmm, jump straight back to selection? [01:40] could do [01:40] how can open a console without mouse? KDE is unusable without it [01:41] good thing i didn't make the tarballs yesterday :p [01:41] MidMark: alt+space [01:41] konsole [01:41] done [01:41] or alt+f2 (?) and konsole [01:41] win+r here [01:43] MidMark: you may also want to do `tail -f /var/log/syslog &` === Tm_T has enough terminals running _always_ ;-P [01:44] ah... I can open another konsole and do that [01:44] how can I move windows without mouse? [01:45] like now in desktop 1 (from 8) I have 4 different terminal programs running err, 10 bash sessions [01:45] MidMark: whoo, enable keyboard mouse? [01:46] tmt: how? [01:47] hummm [01:47] it doesn't matter, I switch with alt+tab [01:47] ok starting ubiquity... [01:48] basse wants to know if we want more konqi graphics [01:48] MidMark: it can be enabled in kcontrol -> peripherals -> mouse [01:51] Riddell: is there somebody still taking care of Breezy and older versions? (Bugs & Co) I see a lot of Breezy bugs, but nobody to confirm or manage? [01:53] OdyX: if the bug is fixed in dapper then mark it as fixed released, breezy is long since released it doesn't get changes [01:54] Riddell: so bugs in Breezy are not meant to be fixed ? [01:54] OdyX: it's about 6 months too late for that :) [01:54] Riddell: OK. Did not understand it correctly. [01:55] bug 31768 [01:55] Malone bug 31768 in k3b "Dapper: k3b ignores manually set burn speed" [Normal,Unconfirmed] http://launchpad.net/bugs/31768 === freeflying is away: [01:55] OdyX: I'll check [01:55] just have to find something to burn [01:56] freeze again, I can make a photo :/ [01:57] OdyX: I found arson somewhat good burner [01:57] arson ? [01:57] yes [01:57] instead of k3b ? [01:57] yes, it's very simple, so it doesn't totally replace it [01:57] but if you just have to burn image... :) [01:58] well.. Images and backups ;-) [01:58] yeah [01:58] Tm_T: some burn:/ protocol is missing in Konqui... [01:58] ...hey! you criminal! [01:58] Tm_T: ???? [01:58] OdyX: ont when you do the kioslave ;-P [01:58] s/ont/not/ [01:59] Tm_T: hum... Well.... Not now ;-) [01:59] hehe [01:59] OdyX: later today? [01:59] well later that decade? [01:59] ;( [02:00] does the live installer always take so long to start? [02:01] kwwii: as long as Breezy's ? [02:02] I don't think... [02:02] going back to office [02:02] mornfall: K-office? ;) [02:03] Tm_T: could you explain me Ridel's explanation above? After the release, the bugs are note supposed to be fixed? [02:04] ? [02:04] Midmark: this is a screenshot after freeze -> http://img62.imageshack.us/my.php?image=p50900017ag.jpg [02:04] wnat to say Riddell :p [02:04] OdyX: no, "fix released" if there's fix released, whatever it's dapper or not ;-P [02:05] Tm_T: but "fix released", means the guy has to go on Dapper, huh = [02:05] ? [02:05] OdyX: yes [02:05] OdyX: not "fixed" but "fix released" [02:06] MidMark: and it freezes when you click the "Next" button? [02:06] Tm_T: OK. Then it's backport team's work ? [02:06] Riddell: exactly it freeze about 4-5 seconds after I click next to go from step 2 to 3 [02:06] OdyX: possibly [02:07] Tm_T: Thanks. I will go on to close some bugs then ;-) [02:07] OdyX: heh [02:07] OdyX: ok, I check that k3b issue now [02:07] Tm_T: Fine.. [02:08] Tm_T: as you are on it.. try bug 31950 [02:08] Malone bug 31950 in k3b "Dapper: k3b tries to burn DVD with file size exactly 2**32, doesn't warn, fails" [Normal,Unconfirmed] http://launchpad.net/bugs/31950 [02:09] Riddell: if you want I can fill a bug for this [02:10] Riddell: or try the cd-rom on my pc to see if it is an hardware problem [02:10] OdyX: I have nothing to burn to dvd [02:11] OdyX: btw looks like here it burns happily at 40x as it should [02:11] Tm_T: and slowing speed ? [02:11] nope [02:11] Tm_T: that's the bug, no ? [02:12] real speed is between 30x and 42x [02:12] Tm_T: just one more detail... There is no state "Fixed" ... [02:12] :o [02:12] well, I don't really know =) [02:13] MidMark: both would be good [02:13] MidMark: you could also try a different language, although I doubt that's what the problem is [02:13] Riddell: now I'm trying with my mouse, after I can try with my pc [02:14] for example, bug 31001. It seems solved in Dapper, but dunno for Breezy. What should be done? Changing to "Fix Released" or/and noting it for Brrezy (I dunno howto) ? [02:14] Malone bug 31001 in kdebase "Cannot switch keyboard variants as easily as keyboard layouts." [Normal,Unconfirmed] http://launchpad.net/bugs/31001 [02:14] Riddell: the problem is in my pc I don't want to install it yet [02:14] and I have a fakeraid installed now [02:14] :( [02:15] OdyX: hum, I commented that bug === \sh [n=shermann@unaffiliated/sh/x-000000002] has joined #kubuntu-devel [02:15] MidMark: just going to the third page won't touch your PC [02:16] agh! I'm always mistyping in bug reports [02:17] Riddell: ok, I'll report when done [02:17] MidMark: thanks, much appreciated [02:18] Riddell: I'm trying to report as bug as I can... Kubuntu will be my default OS [02:20] raphink: do you have a floppy drive? [02:21] or anyone else fancy looking at the media floppy fixes? [02:22] Riddell: which bug? === jjesse [n=jjesse@mail.ftpb.com] has joined #kubuntu-devel [02:25] Riddell & MidMark: bug 30207 [02:25] Malone bug 30207 in kdebase "media:/ does not handle floppy mounting correctly" [Normal,Confirmed] http://launchpad.net/bugs/30207 [02:25] Riddell: nope I don't [02:25] well I have a USB floppy drive, recognized as sda1 ;) [02:25] nah, this is a floppy issue only [02:26] ok [02:26] MidMark: do you have a floppy drive and a desire to try fishing out some patches to fix that problem? [02:26] I have had no floppy for years [02:26] sorry [02:26] i have a usb floppy [02:26] ah, doesnt help [02:26] I have a drive here, but no disks [02:26] huhu [02:26] Lathiat: it might do, give it a shot and see if you get that bug [02:26] I have disks [02:26] but no drive [02:27] whats the bug? [02:27] ah [02:27] hrm i dont have kubuntu on this machine atm [02:27] hah [02:27] i'l grab fl7 and install it [02:27] Riddell: what's problem with floppies? [02:27] Riddell: I have floppy but can only run flight-7 live cd [02:27] I used my floppy drive just some time ago [02:27] Riddell: ubiquity-> with english and my mouse NOT freezing [02:27] Tm_T: media:/ doesn't work [02:27] MidMark: interesting [02:28] Riddell: ah, I'll look at it [02:28] MidMark: so question is whether the mouse or the italian is At fault [02:28] now if I close ubiquity and reopen it, I can choose ita and A mouse ok? [02:29] yes [02:29] Riddell: ah yes, this problem, now I remember why I did copy and all in bash =) [02:30] Riddell: test fix in kde bug report? [02:30] Tm_T: it's in http://websvn.kde.org/branches/work/coolos_media/mediamanager/ [02:30] looks like you need the recent changes to halbackend.cpp and halbackend.h [02:31] hum [02:32] so either something is wrong with the CD burned or the ppc install is b0rked :-) [02:32] Riddell: hum, so I compile and install that or just take that latest change and try to put it to kdebase? [02:34] Tm_T: get the diff out of websvn, apt-get source kdebase, apply diff, compile and see if it works [02:34] then package it properly (diff in debian/patches, changelog) and send me debdiff [02:35] Riddell: aye sir :) [02:36] Tm_T: thanks :) [02:37] riddell: it freeze with ita and a mouse [02:37] don't know if the ita package is broken on my cd [02:38] someone could go to step 3 in live-flight-7 with ITA to confirm it? [02:40] MidMark: I'll try it later today [02:40] Riddell: ok so I wait for a bugreport^ [02:42] MidMark: in the mean time feel free to try and complete an install in english, see what other problems you can find [02:43] Riddell: if I have time I'll do, but often localized OSes has >= than default-lang [02:43] >= bugs I mean [02:44] now I have to go to the bank to pay my new TFT, good work! [02:47] kwwii: can I put you down on the suggested people to invite to the ubuntu developer summit? [02:47] june 18th to 24th, Paris [02:47] Riddell: definitely :-) === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel [03:08] Riddell: konversation will be added in Rosetta as every other KDE program, no ? [03:09] OdyX: yes, I need to fix it today, along with some others https://wiki.kubuntu.org/MissingPotFiles [03:09] Riddell: just a zh_CN wondering why not in Chinese. [03:10] I comment and change the bug to "Work in Progress" ? [03:11] OdyX: where? [03:12] Riddell: just closed the tab. Wait === verwilst [n=verwilst@212.123.1.32] has joined #kubuntu-devel [03:25] Riddell: bug 32939 [03:25] Malone bug 32939 in konversation "konversation does not appear internationalized" [Normal,In progress] http://launchpad.net/bugs/32939 [03:26] thanks [03:26] it's next on my todo list [03:27] ;-) My TodoList is to get rid of 3000 "unconfirmed" ;-D [03:27] hehe [03:27] good luck OdyX :) [03:27] OdyX: you rock :) === Hobbsee contemplates - a faster system = quicker building... [03:27] well... I just take Kde's ;D [03:29] Riddell: hi [03:30] hi freeflying [03:31] Hobbsee: so you can spend more time playing minesweeper on an unloaded machine yay! [03:31] Riddell: how about the update-notifier in kubuntu livecd? [03:31] freeflying: we need to look at casper and see how it gets disabled in gnome [03:31] mornfall: hehe! [03:32] Hobbsee: how's your cupboard corpse btw? :) [03:32] no, i've learned NOT to play excessive amounts of minesweeper - RSI from it... [03:32] heh...rotting nicely.. [03:32] good for it [03:32] right now i'd vote for a dinner and bed [03:33] shame it's only half past three pm [03:33] hehe [03:34] do my assignment, and i'll go to bed [03:34] ! [03:34] that's very unlikely [03:34] i can't very well even imagine the probability of all the electrons taking the right jumps to accomplish that [03:35] Riddell: the scripts http://paste.ubuntu.org.cn/191 === Czessi [n=Czessi@dslb-088-073-058-144.pools.arcor-ip.net] has joined #kubuntu-devel [03:36] mornfall: hehe. even evil calculus? [03:36] i suppose 0.1^googleplex is a very big number in comparison [03:37] "rm /root/etc/xdg/autostart/update-notifier.desktop" well that's easy :) [03:37] freeflying: any idea how it gets put back after install? [03:37] Riddell: no clue [03:37] postinst? [03:38] I presume there's another script to add it back [03:38] Riddell: haven't found any :) [03:38] hmm, spooky === mpas [n=michael@router.isea.RWTH-Aachen.DE] has joined #kubuntu-devel [03:39] Riddell: for bug 35786, is kaffeine still default ? [03:39] Malone bug 35786 in kdebase "konqueror with kaffeine-xine plugin crashes on certain sites" [Normal,Unconfirmed] http://launchpad.net/bugs/35786 [03:40] Riddell: dose espresso copy the mounted dir to hdd, or use the squashfs file? [03:40] OdyX: kaffeine is no longer default [03:40] OdyX: but the bug still exists so we can't close it [03:40] Riddell: OK. I will mention the fact in comments. [03:40] freeflying: I though it copied the mounted directory but I could be wrong [03:41] lets ask someone who knows [03:41] okey, waitting for your confirm, or I'd file bug on it [03:43] freeflying: can you get a diff of that file to add a line removing the adept-updater autostart too? [03:43] Riddell: sure [03:43] updater autostart? === mornfall confuses [03:43] mornfall: in livecd [03:43] you mean notifier? [03:44] Bye all. Seeya later. [03:44] OdyX: bye [03:44] adept-notifier I mean === |ZuZuu| [n=ZuZubunt@AVelizy-154-1-89-151.w86-217.abo.wanadoo.fr] has joined #kubuntu-devel [04:08] Riddell: bug 43806 [04:08] Malone bug 43806 in casper "kubuntu livecd's update_notifier need been disable" [Normal,Unconfirmed] http://launchpad.net/bugs/43806 === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #kubuntu-devel === yogi [n=yogi@64.88.212.180] has joined #kubuntu-devel [04:30] hi yogi q [04:30] Hey-hey, Riddell! Whassup? [04:31] word on the streets is that kmail filters aren't working [04:32] Uh-oh... word travels fast. ;-) Yep... I submitted the bug# 39944 some time back, was given a provisional confirmation & asked for my kmailrc to make certain rules were correct. Never heard back. [04:32] I've not had time to look into it [04:32] Fact is, these same rules worked in Breezy & earlier versions of KDE. Now, they don't. [04:32] and probably won't be able to today [04:32] we can poke danimo when we turns up [04:32] Can I send you my kmailrc file for your inspection? [04:33] yogi: so it's just for your specific rules? [04:33] yogi: is it attached to the bug? [04:33] Yep... I have several POP rules & other filters ...and none work. Nope... not attached. I'll do that. [04:35] It was reported on 4/17, and Rocco Stanzione stated he'd suspected it. Not quite a confirmation. === MidMark [n=MidMark@host-84-221-196-191.cust-adsl.tiscali.it] has joined #kubuntu-devel [04:41] Riddell: I've done the same thing on my pc, with ITA I can go to step 3 [04:41] so now I cannot know what is the problem [04:41] ram? [04:44] Riddell:I don't want to be a PITA ...however, the fact that they do not work is *definitely* a PITA. :-\ The file is attached ...and I found that I had already copied/pasted. You got two copies. ;-) [04:44] how much memory does your PC have MidMark ? [04:45] yogi: yes, it's an important bug I agree [04:45] the PC that freeze with ITA and not with ENG -> 192 MB [04:45] my PC that doesn't freeze -> 1 GB [04:45] Riddell:It'd be great if this was fixed b-4 the release date. :-) Good luck!! ...and Thanks!!! [04:45] bye... === yogi [n=yogi@64.88.212.180] has left #kubuntu-devel ["Konversation] [04:46] MidMark: and you've ruled out it being the mouse? [04:46] yes the mouse doesn't change things, the last thing I can do is trying the burner instead reader... [04:46] to read the CD [04:47] so probably memory :( [04:47] MidMark: can you try it with the gtk frontend? [04:47] Riddell: I have to download the ubuntu cd? [04:47] sudo apt-get update && sudo apt-get install ubiqiuty-frontend-gtk && kdesu ubiquity gtk [04:48] no, kubuntu cd will be fine, unless it runs out of "disk" space [04:48] that it's all in ram isn't? [04:48] s/gtk/gtkui/ [04:49] but can I see the ram during loading step 3? Is reliable? [04:51] df -h . possibly [04:52] Riddell: point me to the packages to download manually, I haven't internet on the other pc, so I can use usb [04:53] probably can't do it then, it'll need a tonne of gtk dependencies [04:53] mmm so df -h? [04:54] df -h . will say how much "disk" space you have === neoncode [n=neoncode@unaffiliated/neoncode] has joined #kubuntu-devel [04:55] not ram? [04:58] on a live CD they're much the same thing [04:58] free gives memory [04:59] to auto-update df-h ? [05:00] I don't follow [05:01] there is "tail" for df -h ? [05:01] could try watch [05:01] that update it before freeze [05:01] `watch df -h .` [05:01] ok [05:10] watch is generally useful utility ;) [05:10] Riddell: thanks, i was looking for that! [05:13] I have to see to / ? [05:13] or which line in df -h ? [05:14] MidMark: add a "." [05:14] ok [05:19] damn! I haven't enough time to alt-tab to konsole that was under ubiquity... and it freeze! [05:19] the pc is too slow! [05:20] before click to step 3 it says 88% used, 57 MB free [05:20] after clicking I don't knwo === marseillai_ [n=marseill@AMarseille-153-1-103-46.w86-219.abo.wanadoo.fr] has joined #kubuntu-devel [05:29] try again... [05:32] MidMark: try doing a tail -f /var/log/syslog too [05:35] ok I'll do it again, but I need a mouse... try with mine, hotplugging ps/w works? [05:40] Riddell: it freeze with 78/647 MB free 12% [05:41] syslog is identical like the photo provided before [05:41] http://img62.imageshack.us/my.php?image=p50900017ag.jpg === OculusAquilae [n=oculus@pD9508BD7.dip0.t-ipconnect.de] has joined #kubuntu-devel [05:46] the strange thing it's the memory is free for 12% from the start to the freeze, it never changed [05:47] it say unionfs [05:52] Riddell: wait for order :) === kwwii [n=kwwii@likes.smoking.more.than.watching.spacenight.dk] has left #kubuntu-devel [] === OdyX [n=Didier@8.Red-80-33-64.staticIP.rima-tde.net] has joined #kubuntu-devel [06:12] MidMark: hmm, I'm out of ideas [06:12] MidMark: other than suggesting downloading the ubuntu CD and seeing if it has the same problem [06:14] Riddell: ok I can do, last test! === OdyX closed 4 bugs today, by "waking up" bug reporters. === Riddell hugs OdyX [06:19] Riddell: you should wait tomorrow, it's hug day ;-) [06:19] But thanks though === Czessi [n=Czessi@dslb-088-073-058-144.pools.arcor-ip.net] has joined #kubuntu-devel [06:34] mornfall: did you do the new adept tar? [06:34] Riddell: not yet :\ [06:34] i just got home [06:34] and want to eat [06:34] I'm probably out for some of this evening [06:34] i'll try to persuade myself that it needs to be done right after food === |ZuZuu| [n=ZuZubunt@AVelizy-154-1-40-136.w82-124.abo.wanadoo.fr] has joined #kubuntu-devel [06:35] Riddell: is there some near deadline? when is the RC flight? [06:35] not for a bit, I was just checking incase I'd missed one you'd made [06:35] like, i can do it tonight and you can pick it up tomorrow or something [06:36] May 25th [06:36] Riddell: if you are going to be away, i can mail you an url [06:36] Riddell: If you have time, probably related with media:/ "crap", bug 43311 [06:36] Malone bug 43311 in meta-kde "Impossible to read DVD-video's content" [Normal,Unconfirmed] http://launchpad.net/bugs/43311 [06:36] Riddell: plenty of time then, even in case problems pop up with rc1 of adept [06:40] CD candidates would start 23rd === pygi [n=korisnik@195.29.80.222] has joined #kubuntu-devel [06:41] Riddell: poke [06:42] please take a look at [06:42] http://code.google.com/soc/ubuntu/app.html?csaid=yuriy.kozlov@gmail.com:16485917:52b034bb === Lure [n=lure@ubuntu/member/lure] has joined #kubuntu-devel [06:47] "Kubuntu Printing with CUPS 1.2" interesting [06:47] :D [06:47] but he'd do better applying to KDE to find a good mentor for it [06:48] Riddell, indeed, but considering he applied here, perhaps you could mentor him? [06:48] yes, trouble is there's a few like that [06:49] and I doubt we'll get more than a couple kubuntu projects [06:49] I havn't heard back from the floppy fomatting guy [06:49] indeed :-/ [06:49] I'll look at them all tomorrow once applications are closed [06:49] I just looked over all the applications, and a very lill' number is for kubuntu [06:49] oki Riddell [06:50] even those that are for Kubuntu, are duplicates [06:55] Riddell: I have another one [06:55] http://code.google.com/soc/ubuntu/app.html?csaid=yuriy.kozlov@gmail.com:163a367b:88d89396 [06:55] I recognise that e-mail address :) [06:56] who is he? :) [06:56] "KControl/KDE-guidance module for Wine" hmm [06:56] pygi: same guy as the last application you pointed out :) === _Sime is not against that idea. In fact he has been playing with wine lately. [06:57] doesn't sound like a summer's worth of work though [06:57] Riddell, aah, yes, indeed :) [06:58] _Sime: did you see the one I posted this morning? http://kubuntu.org/~jriddell/tmp/soc2.png [06:58] <_Sime> nope, not unless you try to create installers etc for a heap of windows software and games. [06:58] <_Sime> someone asked me about writing a init* config thingy for guidance. [06:58] <_Sime> in C++. [06:59] <_Sime> I don't know if is the sam person. [06:59] _Sime: ah, the module would bittorrent your chosen game from the best warez sites, good idea [06:59] an initng guidance module would depend on whether we used initng in edgy [06:59] <_Sime> has that been decided yet? [07:00] nope [07:00] <_Sime> also... [07:00] <_Sime> do you know why I can't upload .po files to rosetta? [07:00] <_Sime> and are things being actively translated now? [07:01] _Sime: seems Edgy won't use initNG [07:01] <_Sime> oh, pity. [07:01] _Sime: things are being actively translated yes [07:01] upload translations, or templates? [07:04] <_Sime> "Uplaod a file" ==> "NOt allowed here" === korisnik_ [n=korisnik@195.29.80.222] has joined #kubuntu-devel [07:05] Riddell: it seems to freeze also with ubuntu flight-7 and choosing ITA [07:05] different burned cd, so I think it isn't a media problem [07:05] _Sime: where? [07:06] MidMark: oh good not my fault then :) [07:06] <_Sime> https://launchpad.net/distros/ubuntu/dapper/+source/kde-guidance/+pots/guidance [07:07] Riddell: so I can report to Malone? [07:07] _Sime: are you uploading a template or a translation? [07:07] MidMark: yes please do [07:07] Riddell: ok [07:07] <_Sime> Riddell: well, I can't get to an upload form, so it doesn't really matter yet. [07:11] true [07:11] carlos will know the details but I guess .pots can only be uploaded by elite people, and .po's by people who are on the translation team [07:12] Riddell: seems to, yep. I could upload .po for koffice. [07:14] <_Sime> Riddell: oh, then I need someone to upload the .pot from guidance. The .pot in the tarball is up to date BTW. [07:14] if there's a .pot in the tar we just need to poke carlos to load it into rosetta [07:17] _Sime: is the problem that the .pot in rosetta is out of date? === _jdong [n=jdong@d149-67-101-201.try.wideopenwest.com] has joined #kubuntu-devel [07:18] <_Sime> it might be, but I can't tell because I have no idea when it was last uploaded. === pradeepto [n=pradeept@dialpool-210-214-12-208.maa.sify.net] has joined #kubuntu-devel === _Sime needs to go to the shops. food. [07:20] bug 43841 [07:20] Malone bug 43841 in ubiquity "Ubiquity freeze during loading step 3 (Ubuntu AND Kubuntu flight-7)" [Normal,Unconfirmed] http://launchpad.net/bugs/43841 === freeflying-ibook [n=freeflyi@61.190.65.30] has joined #kubuntu-devel [07:23] _Sime: well you can look at the strings it has. but rosetta will sync the .pot files each time the package is uploaded so it should be up to date === kwwii [n=kwwii@likes.smoking.more.than.watching.spacenight.dk] has joined #kubuntu-devel === abattoir_ [n=abattoir@bb220-255-80-190.singnet.com.sg] has joined #kubuntu-devel === freeflying-ibook [n=freeflyi@61.190.65.30] has joined #kubuntu-devel === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #kubuntu-devel === dinofly [n=dinofly@vbo91-1-82-238-217-179.fbx.proxad.net] has joined #kubuntu-devel [07:51] hello [07:52] dinofly: hi === kmon [n=javier@217.Red-80-25-51.staticIP.rima-tde.net] has joined #kubuntu-devel === marseillai [n=marseill@AMarseille-153-1-103-46.w86-219.abo.wanadoo.fr] has joined #kubuntu-devel [07:59] hi === Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel [08:19] hi everyone [08:19] Riddell: ping ? [08:27] Tonio_: have you noticed that kio_beagle will search in system directions [08:28] freeflying-ibook: fepends on the beagled configuration I assume [08:28] depends [08:28] Tonio_: I've excluded all system dirs [08:29] Tonio_: did anyone managed to separate gtk dependencies on beagle so installing kerry doesn't install them? [08:29] kmon: seems jpatrick works on [08:29] freeflying-ibook: thanks [08:29] freeflying-ibook: I personnaly don't mind ;) I don't use beagle, but I don't find that shocking that it can search in the full system [08:30] kmon: I asked for this, but I was told that it will be done "in the future" [08:30] means that if we don't insist hard, that may never happen ;) [08:30] too late for dapper btw [08:30] but we need to keep in touch concerning this for edgy [08:30] I hope kde people bring a better desktop search solution [08:31] kmon: there is kat, wich works very nicelly [08:31] but the point is that it would be nice to have the same backend for gnome and kde === ubuntu [n=ubuntu@168-234.surfsnel.dsl.internl.net] has joined #kubuntu-devel [08:32] going onto 2 different technologies........... would be a pain [08:32] I went to ask about kat in their chat room [08:32] and they say they were a bit stalled [08:32] hey riddell, great job on the liveinstaller ;-) [08:32] looks cool [08:32] very cool [08:33] tough it bails out on custom partition setup (bug already there in bugdatabase) [08:33] and i still think we could work a bit on the style (polyester and round top corners windeco) [08:33] kmon: Huahua has a project writen in python , for index-search [08:34] it would be nice if all this desktop search ideas came together into a single app [08:34] but it won't happen... [08:38] I want to translate my recent addition to kubuntu [08:38] the send via email service menu [08:38] can someone refreshme how to do a debdiff? [08:39] kmon: debdiff old.dsc new.dsc > outfile [08:40] thanks [08:48] arrg [08:50] which is first, dch or debuild? [08:53] kmon: dch [08:53] freeflying-ibook: thanks [08:53] then debuild [08:53] trial and error gave me the solution ;) [08:55] Riddell: I've sent the spanish translation of the email.desktop service menu [08:55] and I've send it using that same service menu [08:55] hehe === hunger [n=tobias@p54A6423D.dip0.t-ipconnect.de] has joined #kubuntu-devel === poningru [n=poningru@pool-71-251-119-149.tampfl.fios.verizon.net] has joined #kubuntu-devel [09:11] cannonical should invite aseigo to the paris summit. He's been talking nice about kubuntu on his blog and the dot === bddebian [n=bdefrees@mail.ottens.com] has joined #kubuntu-devel [09:25] Howdy folks [09:25] hi bddebian [09:25] Any of you have any thoughts about konqplus? I think we should remove it since both it and a build-dep (keasydlg) have been dropped from Debian? [09:27] what's konqplus? [09:27] No freakin clue :-) [09:29] Aptitude reports: "Konqplus add some function to context menu" [09:30] it's seems to be a package of extensions to konqueror [09:31] the package contains information on the current functionality [09:31] Yeah well good luck building it :-) [09:31] err [09:31] no thanks ;) === ubijtsa [n=ubijtsa@karlsson.force9.co.uk] has joined #kubuntu-devel [09:37] bddebian: are you a debian kde maintainer? [09:37] (just curious) [09:37] Know, I'm just a (l)user :-) [09:37] And MOTU [09:38] kubuntu user or ubuntu user? ;) [09:38] Both now :-) [09:42] bddebian: we welcome (l)user too :) [09:42] :-) [10:14] evening [10:15] Hello kwwii [10:15] bddebian: howdy [10:23] well flight7 works worse on my laptop than before [10:32] so why does adept say "BREAK(install)" in red letters when i try to install a package? [10:33] i suppose it's broken [10:33] (the package) [10:34] but I mean in the list itself, request install leads to that [10:36] wow [10:36] guess os [10:36] so [10:36] so flight7 is pretty much still unusable [10:36] nasty [10:37] at least, I certainly have the wrong hardware for this stuff [10:37] oh well === kwwii reboots === neoncode [n=neoncode@unaffiliated/neoncode] has joined #kubuntu-devel === kwwii [n=kwwii@likes.smoking.more.than.watching.spacenight.dk] has left #kubuntu-devel [] === mornfall [n=mornfall@rb4b151.chello.upc.cz] has joined #kubuntu-devel === superstoned [n=supersto@168-234.surfsnel.dsl.internl.net] has joined #kubuntu-devel === raphink [n=raphink@ubuntu/member/raphink] has joined #kubuntu-devel === nikikko [n=nikikko@lav35-1-82-236-136-47.fbx.proxad.net] has joined #kubuntu-devel [11:07] Hi all [11:07] I had a really strange bug with KPresenter and french locale [11:07] http://bugs.kde.org/show_bug.cgi?id=126990 [11:07] KDE bug 126990 in general "points are saved with , instead of . in e.g. french locale" [Normal,Resolved: fixed] [11:07] I think the fix should be beckported in kubuntu dapper [11:08] Because all my presentation are messy under open office or kpresenter with an us locale [11:08] Which is really bad for OpenDocument [11:09] Is it possible or is it too late ? === jdong_ [n=jdong@d149-67-101-201.try.wideopenwest.com] has joined #kubuntu-devel [11:11] nikikko: don't know, maybe Riddell can tell. If it's too late, there's a good chance to have koffice 1.5.1 (first point release) for dapper. [11:12] kmon: ok, thank you... [11:15] nikikko: is bug already opened in Launchpad - if not, you should open it and link to KDE bug entry [11:15] Lure: no, not in launchpad, I'll open one [11:16] I really hope koffice 1.5.1 can go in dapper... [11:17] nikikko: please do so - if it is not in LP it will probably be missed... (not that it will get in if it is there though ;-)) [11:19] hi Lure [11:20] hi kmon [11:20] my .desktop file is in dapper ;) [11:21] kmon: you see how easy it is to contribute ;-) [11:22] yes, you are very helpfull here [11:23] I'm wouldn't mind help porting the hardware tool in ubuntu to pyqt [11:23] but I've no idea of pyqt :) [11:25] kmon: what kind of hardware tool? [11:26] ubuntu has a python tool to submit hw info to the devs [11:26] I don't know the name, but it's been there since the first releases [11:26] it's basically a tool to test if sounds ok, mouse, keyboard, etc [11:27] Lure : bug #43887, thank you [11:27] Malone bug 43887 in koffice "In OpenDocuement file, points are saved with "," instead of "." in e.g. french locale" [Normal,Unconfirmed] http://launchpad.net/bugs/43887 [11:29] by all === kmon leaves [11:31] good night everyone === kmon [n=javier@217.Red-80-25-51.staticIP.rima-tde.net] has left #kubuntu-devel ["Konversation] === OdyX [n=Didier@80.33.64.8] has joined #kubuntu-devel === jdong_ [n=jdong@d149-67-101-201.try.wideopenwest.com] has joined #kubuntu-devel