/srv/irclogs.ubuntu.com/2006/05/14/#kubuntu-devel.txt

Zerlinnagood night12:04
=== Zerlinna [n=Zerlinna@Q764e.q.strato-dslnet.de] has left #kubuntu-devel ["Konversation]
kwwiiRiddell: we have a statement in german for the linuxtag with pics, wanna put an english translation on .org?12:07
kwwiihttp://user.uni-frankfurt.de/~waeckerl/kmark.jpg12:08
kwwiithat is one handsome looking man :-)12:08
Riddellkwwii: sure12:10
raphinkkwwii: great pic12:11
raphinkcan't you have a bit more of the K ?12:11
kwwiihttp://www.flickr.com/photos/foobarbaz/141521711/12:11
kwwiihe looks like superman12:12
raphinkgreat12:12
raphink:)12:12
kwwiinext comes the cape12:12
=== raphink wonders how an open-source designer can use flickr ;)
kwwiioh, that is not mine12:12
raphinkok12:12
kwwiiI did not have my camera at the convention12:12
raphinkmhm12:12
kwwiiwhich reminds me to cut the video12:12
OdyXraphink: why ?12:12
OdyXraphink: don't liek Yahoo ?12:13
=== kwwii reboots
raphinkwow12:14
raphinkgreat message in minicli12:14
raphinkKMessageBox::error( this, i18n("You do not exist.\n"));12:15
raphinklol12:15
raphinkI love this error message12:15
alleeraphink: 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:20
raphinkhmmm12:21
raphinkwell what I do is12:21
raphinkif ( m_User == "root" ) {12:21
raphinksuperUserCommand = "su";12:21
raphink}12:21
raphinkbut then it seems it considers this is always the case12:21
raphinkand I end up running su all the time with kdesu12:21
raphinkat least now I can run as foo12:21
raphinkbut I can't use sudo anymore ;)12:22
raphinkbut then I wonder what the if ((m_Scheduler != SchedNormal) || (m_Priority > 50)) tests12:24
raphinkany idea allee?12:24
alleeadd after the if { } test:   kdDebug() << m_User << ", " << superUserCommand << endl;  12:24
raphinkhuh?12:25
RiddellTonio_: uploaded12:25
Tonio_Riddell: thanks12:25
raphinkwhat is << for in c++ anyway?12:26
raphink:s12:26
alleeraphink: no idea what Scheduler and Priority is12:26
Riddellraphink: bitshift12:26
Lurestream (like pipe in shell)12:26
raphinkah ok 12:26
raphinkin the same direction than | in shell ?12:26
alleeraphink: afair, yes  << is overloaded12:26
Lureyou pass m_user to kdDebug12:26
Riddellit often gets overloaded to mean sending a string to a pipe type class.  c++ is horrible like that12:26
raphinkso it's the other direction12:26
raphinkfrom right to left12:26
alleeraphink: no you feed it into the object.  therefore the direction to kdDebug()12:27
Lureraphink: you can read that line as printing out m_User, followed by ", " followed by superUserCommand, followed by newline (endl)12:27
raphinkok12:28
raphinkif the debug flag is on that is12:28
raphinkso this is to trace the values of m_User and superUserCommand at this time12:28
raphinkbut I have to build kdelibs for 1 hour again to see the trace :(12:28
crimsunraphink: you want ccache.12:29
alleeraphink: as long as configure is not called with --disable-debug you should get output12:29
raphinkcrimsun: what is that?12:29
crimsunraphink: install it and weep.12:29
raphinkhmmm how do you mean?12:29
=== raphink is not C++ literatte
alleeraphink: debuild -nc   # <- no clean and not configure run12:29
raphinkah12:29
raphinkis that for the local dir or for the whole package ?12:30
alleeraphink: these kdDebug() is 90% of my c++ knowledge ;)12:30
raphinkallee: haha12:30
crimsundebuild would be for the source package; ccache would be for anything.12:30
alleeraphink: whole pkg12:30
alleeraphink: but ...12:30
alleemake12:30
raphinkallee: then it'll take 1 hours still12:30
crimsun(where anything is the subset of stuff that requires gcc or g++)12:31
raphinkcrimsun: ah, so I'd just type ccache to build 12:31
alleecp kdesu to install dir may work too12:31
crimsunraphink: it takes a bit more configuration than that12:31
raphinkhmm12:31
raphinkit has to build though12:31
raphinkand typing make in the current dir won't build it12:31
crimsunit maintains hashes of object code; if they match, no need to recompile12:31
raphinkah12:31
alleeraphink: if no clean is run before -nc  does  make and make install then create pkg, so only recreating kdesu binary12:32
raphinkI'll try something else12:34
raphinkhehe12:34
raphinknot sure of what I'm doing but it might work12:35
raphinkand then I'm learning :)12:35
raphinkand I love that :)12:35
=== Lure -> bed - good night
raphinkgood night Lure12:38
Luregood luck raphink ;-)12:38
alleeAnyone feels like testing digikam: downloading a digikam deb and 3 pictures?12:38
raphinkthanks Lure12:39
raphinknot right now allee12:39
raphinkbut when I'm building sure12:39
alleeokay uploading ...12:39
Tonio_nite guys :)12:40
alleenite12:40
Tonio_raphink: demain faut qu'on parle de ce qu'on a dit12:41
raphinkah oui12:41
Tonio_on a pas beaucoup de temps pour faire entrer des modifs12:41
raphinkje suis sr que je suis prt de rgler ce run as foo12:41
Tonio_c coule :)12:41
alleeraphink: you can test an i386 deb or should I upload source?12:43
raphinksource12:43
raphinkmy i386 server is busy building12:43
raphinkso I'm on the ppc12:43
raphinksince the other i386 I have here are still running breezy12:44
alleeraphink: http://www.mpe.mpg.de/~ach/tmp/argl/12:46
alleeraphink: copy pictures of fake-camera into an empty dir.  Add a 'Mounted Camera' with the path to dir that contains the dir12:47
alleeraphink: then download the pics.  Check in Properties dialog if 'EXIF' data of the pics in (hopefully not) empty12:49
allees/in/is/12:49
raphinkdo I have to build the packages ?12:49
raphinkor should I test with current digikam ?12:49
alleeraphink: you wanted the source, so you have to build it ;)12:49
alleeraphink: yes you can test with current digikam too.  In this case EXIF data will be lost after download.12:50
raphinksure12:50
raphinkah12:50
raphinkwell let's see if I understand what you mean12:50
raphinkI copy your pics into an empty dir on my HD12:50
alleeraphink: yes12:50
raphinkI open digikam12:50
raphinkand use this dir as a fake already mounted cam12:51
alleeyes12:51
raphinkso it will think it's downloading from it12:51
alleeyes12:51
raphinkhmmw12:51
raphinkwhere do I add a camera this way?12:51
alleeIn the list in 'add camera' search 'Mounted camera' asmodel12:51
alleecamera -> add camera -> new12:52
allees/new/Add .../12:52
raphinkfound12:53
raphinkok12:53
raphinkso I downloaded them12:53
raphinknow what?12:53
alleeRMB -> Properties, EXIF tab12:54
raphinkI have no EFIX 12:54
raphinkno exif infos for these pics12:54
raphink:)12:54
raphinkbut I have them in konqueror12:54
raphinkso ok12:54
raphinknow I'm supposed to build the new package12:54
alleeah, this is expected with digikam from dapper12:54
raphinkand test again12:54
raphink:)12:54
raphinkright?12:55
raphink:)12:55
alleeraphink: right12:55
raphinkok12:55
raphinklet me update my pbuilder12:55
raphinkthen build :)12:55
=== allee crosses his fingers that only his system is fucked up and it works for raphink
raphinklet's build now :)12:58
=== 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
poimenwhat is the diference in the flight releases and the beta LTS ???01:09
raphinkallee: still building if you wonder01:10
allee:)01:11
OdyXpoimen: 2 weeks.01:13
poimenok01:14
kwwiinight all - time for sleep01:30
raphinkbye kwwii01:30
=== kwwii [n=kwwii@likes.smoking.more.than.watching.spacenight.dk] has left #kubuntu-devel []
raphinkallee: still doesn't work it seems01:37
alleeraphink: thx for trying.  So it's not my just system :(01:38
raphinksorry :(01:38
raphinkI hope my fix for kdelibs will work01:38
raphinkotherwise I'll have to wipe with you01:38
=== allee crosses fingers
=== poningru [n=poningru@pool-71-251-119-149.tampfl.fios.verizon.net] has joined #kubuntu-devel
raphinkupdating now01:39
raphinkargh01:41
raphinkdoesn't work01:41
raphinkso not the right place to replace it01:42
raphinkI'll keep tracking tomorrow01:42
raphinkI'm sure I'm pretty much done fixing it01:42
=== 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
kwwiican anyone play this movie?10:17
kwwiihttp://bootsplash.org/kubuntuAtLinuxTag2006.mov10:17
kwwii65MB beware10:17
\shnot right now :( 10:26
\shmoins kwwii btw :)10:26
kasinahi kwii. Its can open with Quicktime (Mac or on Windows)10:26
kwwiikasina: I hoped that the qt for linux stuff would work, or at least mplayer :-)10:27
kwwiiit is mp4 video and audio10:27
kwwii\sh: howdy 10:28
kwwii:-910:28
kwwiierm, I am still waking up :-)10:28
kasinakwii: I doubt it. I tried before with such file formats but they failed to work on my Linux.10:30
kwwiikasina: yeah, that is what I am afraid of 10:33
kasinaKwii: 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 moment10:35
kasina"codec" not coded :)10:35
kwwii:-)10:35
kwwiiactually, it plays on my mplayer10:35
OdyXydOkwwii but kaffeine gives error due to http plugin?10:36
kasinaDoes it? :/10:37
=== pradeepto [n=pradeept@59.182.20.103] has joined #kubuntu-devel
kasinaI tried but it failed back then10:37
freeflyingkwwii:  nice10:38
kwwiilooking 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 think10:39
=== pygi [n=korisnik@195.29.80.222] has joined #kubuntu-devel
pygiRiddell: ping10:39
=== _pradeepto [n=pradeept@59.182.55.240] has joined #kubuntu-devel
OdyXydOkwwii: I can try to make a Ogg-Theora-Vorbis version if you want..10:46
_pradeeptosorry got disconnected. But can anybody help me with a nice Kubuntu logo and such.10:47
OdyXydO_pradeepto: I made Kubuntu-fr version. What do you need ?10:47
_pradeeptoOdyXydO: a simple Kubuntu logo thats all. One that can be used for printing stickers.10:48
OdyXydO_pradeepto: Riddel has one, wait, I find it.10:48
_pradeepto:)10:48
OdyXydOhttp://www.kubuntu.org/~jriddell/kubuntu-dapper.svg <- SVG version.10:49
=== My8os [n=My8os@ppp125-49.adsl.forthnet.gr] has joined #Kubuntu-devel
kwwiiOdyXydO: that would be cool, what do you need as an input file?10:49
OdyXydOkwwii: I can try with that one, but plain mpeg is lot better.10:50
kwwiierm, you guys should get the newest version of the logo to print10:50
OdyXydOkwwii: isn't it that one the new ?10:50
_pradeeptoOdyXydO: thanks.10:50
kwwiiOdyXydO: I'll export a photo-jpeg if you want - that works everywhere, but the file size will be pretty big10:50
kwwiiOdyX: I doub tit10:51
OdyXkwwii: let me first try with that one...10:51
_pradeeptokwwii: sorry to ask this but aren't you Ken? :) 10:51
kwwii_pradeepto: yepp :-)10:52
kwwiihi10:52
_pradeeptokwwii: hey there10:52
kwwiithat is the newest version for onscreen stuff, but for print stuff there is a better one10:52
kwwiiI made that one in london10:52
kwwiiand canonical has changed the colors a bit since then10:52
_pradeeptoah ok10:52
_pradeeptoso any chance I can lay my hands on the,10:53
kwwiiwhere are you printing it?10:53
kwwiit-shirt, sticker, etc, I mean10:53
_pradeeptoI guess I will do it here locally or something.10:53
_pradeeptot-shirt ofcourse I got it done locally.10:53
kwwiiso it will go on a t-shirt and a sticker?10:54
_pradeeptofor now stickers and kwwii please please dont give me t-shirt ideas ;)10:54
kwwiihehe :-)10:54
kwwiiI'd just have more work to do!10:54
_pradeeptoheh10:55
_pradeeptokwwii: honestly during those days when I was fighting for t-shirt and all, you know what,10:55
_pradeeptothe first sample t-shirt had your design on the front and kubutu logo in the back :)10:55
kwwii:-)10:55
_pradeeptoyour *first* design10:55
OdyXkwwii: I re-wrote yours entirely in SVG, for kubuntu-fr: http://didier.raboud.com/share/artwork10:56
_pradeeptokwwii: there's just one copy of that tee in the whole planet :)10:56
kwwii_pradeepto: lol10:56
_pradeeptoOdyX: nice :)10:57
kwwiiOdyX: why did you redo it? (no bad feelings or anything, just a question)10:57
OdyXwell.. yours was not in "text"... in mine, you can type whatever you want, you will get the effect....10:57
OdyXSo.. perfect for other communities.. making -de is 2mins...10:58
kwwiiOdyX: yeah, but you cannot really type anything cause that font is pretty shitty10:58
=== kwwii always has to make the umlaut's for german letters
OdyXkwwii: well.. sure.10:58
OdyXno big letters, have to modify if you use "y"10:58
OdyXbut....welll.. for our use, it is fine ;D10:59
kwwii:-)10:59
=== _pradeepto is now known as pradeepto
pradeeptokwwii: any chance I can get the artwork you made in London?11:01
kwwiipradeepto: well, pretty much all of it is already available or in kubuntu11:02
kwwiipradeepto: that logo from riddell is the one I made in london11:02
pradeeptoahh11:02
OdyXkwwii: what is the original format of the video ?11:02
pradeeptokwwii: 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
kwwiiOdyX: well, I shot it in DV11:03
OdyXkwwii: well... then it's easy ;-)11:03
kwwiiOdyX: what format do you want?11:03
kwwiiDV might be kinda big11:03
OdyXconverting from quicktime is a piece of sh**11:03
kwwiiyeah, I kinda guessed that11:03
OdyXkwwii: well.. convertion is really a command line... :D11:03
OdyXkwwii: if you have good proc, it won't take too much time...11:04
kwwiiOdyX: yeah, I could do that too, I am just too lazy to use mencoder11:04
OdyXkwwii: I will find you the command lines11:04
pradeeptohmm is there another LT video other than that I found on Riddell's page or something?11:04
kwwiiOdyX: ok, deal11:04
OdyX(ffmpeg2theora, not mencoder) ;D11:04
kwwiiok, I even have ffmpeg on my mac :-)11:04
kwwiibut I'll do this in linux anyway11:05
OdyXkwwii: it's special paquage...11:05
OdyXnot plain ffmpeg11:05
kwwiiahhh11:05
OdyXinstall ffmpeg2theora11:05
kwwiiok11:05
kwwiifirst I will export this clip as DV and then reboot :-)11:05
OdyXkwwii: in fact, just type ffmpeg2theora... the script is really easy to use.11:06
kasinaI'd wish to start contributing to Kubuntu - I'm based in Kenya, Africa and just wanted to know what the process is. :) Some guidance11:08
kwwiikasina: well, it is really simple...find something that needs fixing and fix it :-)11:10
OdyXkasina: ever walked through https://launchpad.net ?11:10
kasinanot yet11:12
kasinaLet me check it out11:12
kasinaActually 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:13
kwwiiRiddell: how do you want to work on the installer UI stuff?11:14
kwwiiRiddell: should I make mockups? can you tell me any limitations, etc.?11:14
=== kasina [n=kasina@196.200.37.114] has joined #kubuntu-devel
Riddellkwwii: no paticular limitations that I can think of11:43
Riddellthis is the UI file http://kubuntu.org/~jriddell/bzr/ubiquity/ubuntu/ubiquity/frontend/liveinstaller.ui11:43
=== \sh [n=shermann@server3.servereyes.de] has joined #kubuntu-devel
kwwiiRiddell: cool. thanks11:57
=== kwwii moves to the balcony...brb
Riddellmy summer of code t-shirt came!11:58
abattoir_Riddell: for being a mentor?11:58
abattoir_or was it from last year?11:59
Riddellyes, from last year11:59
pradeeptoand you got that now11:59
pradeeptoRiddell: and yesterday they were discussion effeciency at G on #kde-devel , I think ;)12:00
Tm_Thaha12:00
abattoir_hello Tm_T :) 12:00
Tm_Tabattoir_: well, hello :)12:00
=== 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
MidMarkHi, Riddell I've problem with ubiquity in flight-712:58
MidMarkcould you help me?12:59
MidMarkprobably some bugs12:59
RiddellMidMark: what's up?01:00
MidMarkRiddell: I've run live-cd with flight-7 on an old pc, only keyboard, no mouse01:01
MidMarkages to run bot ok it runs01:01
MidMarkthen: click on install icon, choose next, choose Italian (yes I'm ITA)01:02
MidMarkand the first bug in my op: only Welcome translated in italian, instructions remains in ENG01:02
MidMarkthen loads step 3, but it freeze01:02
MidMarkctrl-alt-F2 not working01:03
MidMarkthe cd-rom light is always on, the rest is all freeze01:04
MidMarkdon't know if the cd-rom is burned ok, it's the first time I used it, but I think freeze is abnormal01:06
=== kasina [n=kasina@196.200.37.114] has left #kubuntu-devel ["Leaving"]
MidMarkRiddell: is there something I can do to provide more informations?01:07
=== insanekane [n=kane@202.83.33.3] has joined #kubuntu-devel
insanekaneis flight 7 out ?01:13
kwwiiyepp01:13
kwwiihttp://cdimage.ubuntu.com/kubuntu/releases/dapper/flight-7/01:13
insanekanedamn me!01:13
insanekanei just finished the flight-6 download :P01:13
insanekaneof course, having a flight-7 is a good thing :)01:13
RiddellMidMark: does stage three get loaded or does it freeze before that?01:14
MidMarkRiddell: before that01:14
MidMarkduring loading step 301:14
=== freeflying [n=freeflyi@61.190.65.30] has joined #kubuntu-devel
RiddellMidMark: i386 PC?01:16
MidMarkRiddell: it a P3-450, 192 ram, riva tnt2 16 mb, 6,4+8,4 GB hdd01:16
MidMarkmobo: Soyo i440bx2, sound: creatice PCI 12801:20
RiddellI wonder if it ran out of memory01:22
RiddellMidMark: can you kill it and try again?01:22
Riddellyou'll also need to kill any debconf process going on01:22
MidMarkI cannot kill it, it all freeze, I can reboot01:23
MidMarkI can reboot and starts ubiquity from a console...01:23
MidMarkprobably show more infos01:24
Riddellyeah please01:24
MidMarkok, ubiquity is correct to start it?01:24
Riddellcould well be an our of memory thing, we've had that before01:24
Riddellkdesu ubiquity kde-ui01:25
MidMarkRiddell: during loading, but dma is always off in cd-rom and hard disk? It takes looong time to boot01:26
Riddell_Sime, sebas: http://kubuntu.org/~jriddell/tmp/soc2.png01:33
RiddellAdd/Remove programs:01:37
Riddell===================01:37
RiddellIf you cancel a started download and install, you get a message01:37
Riddell"Application installed successfully!"01:37
Riddellmornfall: ^^  spotted in an e-mail to kubuntu-devel list01:37
mornfallRiddell: yeah, probably so... but, ui freeze?01:38
Riddellthat's a bug, fixing it doesn't go against UI freeze so long as it can be done without adding a new string somehow01:39
mornfallwell, but how?01:39
Riddelldon't display any dialogue?  the person has already clicked cancel so should know what the result is01:40
mornfallhmm, jump straight back to selection?01:40
mornfallcould do01:40
MidMarkhow can open a console without mouse? KDE is unusable without it01:40
mornfallgood thing i didn't make the tarballs yesterday :p01:41
RiddellMidMark: alt+space01:41
Riddellkonsole01:41
Tm_Tdone01:41
Tm_Tor alt+f2 (?) and konsole01:41
Tm_Twin+r here01:41
RiddellMidMark: you may also want to do `tail -f /var/log/syslog &`01:43
=== Tm_T has enough terminals running _always_ ;-P
MidMarkah... I can open another konsole and do that01:44
MidMarkhow can I move windows without mouse?01:44
Tm_Tlike now in desktop 1 (from 8) I have 4 different terminal programs running err, 10 bash sessions01:45
Tm_TMidMark: whoo, enable keyboard mouse?01:45
MidMarktmt: how?01:46
Tm_Thummm01:47
MidMarkit doesn't matter, I switch with alt+tab01:47
MidMarkok starting ubiquity...01:47
Riddellbasse wants to know if we want more konqi graphics01:48
Tm_TMidMark: it can be enabled in kcontrol -> peripherals -> mouse01:48
OdyXRiddell: 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:51
RiddellOdyX: if the bug is fixed in dapper then mark it as fixed released, breezy is long since released it doesn't get changes01:53
OdyXRiddell: so bugs in Breezy are not meant to be fixed ?01:54
RiddellOdyX: it's about 6 months too late for that :)01:54
OdyXRiddell: OK. Did not understand it correctly.01:54
Tm_Tbug 3176801:55
UbugtuMalone bug 31768 in k3b "Dapper:  k3b ignores manually set burn speed" [Normal,Unconfirmed]  http://launchpad.net/bugs/3176801:55
=== freeflying is away:
Tm_TOdyX: I'll check01:55
Tm_Tjust have to find something to burn01:55
MidMarkfreeze again, I can make a photo :/01:56
Tm_TOdyX: I found arson somewhat good burner01:57
OdyXarson ?01:57
Tm_Tyes01:57
OdyXinstead of k3b ?01:57
Tm_Tyes, it's very simple, so it doesn't totally replace it01:57
Tm_Tbut if you just have to burn image... :)01:57
OdyXwell.. Images and backups ;-)01:58
Tm_Tyeah01:58
OdyXTm_T: some burn:/ protocol is missing in Konqui...01:58
Tm_T...hey! you criminal!01:58
OdyXTm_T: ????01:58
Tm_TOdyX: ont when you do the kioslave ;-P01:58
Tm_Ts/ont/not/01:58
OdyXTm_T: hum... Well.... Not now ;-) 01:59
Tm_Thehe01:59
Tm_TOdyX: later today?01:59
OdyXwell later that decade?01:59
Tm_T;(01:59
kwwiidoes the live installer always take so long to start?02:00
OdyXkwwii: as long as Breezy's ?02:01
OdyXI don't think...02:02
mornfallgoing back to office02:02
Tm_Tmornfall: K-office? ;)02:02
OdyXTm_T: could you explain me Ridel's explanation above? After the release, the bugs are note supposed to be fixed?02:03
Tm_T?02:04
MidMarkMidmark: this is a screenshot after freeze -> http://img62.imageshack.us/my.php?image=p50900017ag.jpg02:04
MidMarkwnat to say Riddell :p02:04
Tm_TOdyX: no, "fix released" if there's fix released, whatever it's dapper or not ;-P02:04
OdyXTm_T: but "fix released", means the guy has to go on Dapper, huh =02:05
OdyX?02:05
Tm_TOdyX: yes02:05
Tm_TOdyX: not "fixed" but "fix released"02:05
RiddellMidMark: and it freezes when you click the "Next" button?02:06
OdyXTm_T: OK. Then it's backport team's work ?02:06
MidMarkRiddell: exactly it freeze about 4-5 seconds after I click next to go from step 2 to 302:06
Tm_TOdyX: possibly02:06
OdyXTm_T: Thanks. I will go on to close some bugs then ;-)02:07
Tm_TOdyX: heh02:07
Tm_TOdyX: ok, I check that k3b issue now02:07
OdyXTm_T: Fine..02:07
OdyXTm_T: as you are on it.. try bug 3195002:08
UbugtuMalone 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/3195002:08
MidMarkRiddell: if you want I can fill a bug for this02:09
MidMarkRiddell: or try the cd-rom on my pc to see if it is an hardware problem02:10
Tm_TOdyX: I have nothing to burn to dvd02:10
Tm_TOdyX: btw looks like here it burns happily at 40x as it should02:11
OdyXTm_T: and slowing speed ?02:11
Tm_Tnope02:11
OdyXTm_T: that's the bug, no ?02:11
Tm_Treal speed is between 30x and 42x02:12
OdyXTm_T: just one more detail... There is no state "Fixed" ...02:12
Tm_T:o02:12
Tm_Twell, I don't really know =)02:12
RiddellMidMark: both would be good02:13
RiddellMidMark: you could also try a different language, although I doubt that's what the problem is02:13
MidMarkRiddell: now I'm trying with my mouse, after I can try with my pc02:13
OdyXfor 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
UbugtuMalone bug 31001 in kdebase "Cannot switch keyboard variants as easily as keyboard layouts." [Normal,Unconfirmed]  http://launchpad.net/bugs/3100102:14
MidMarkRiddell: the problem is in my pc I don't want to install it yet02:14
MidMarkand I have a fakeraid installed now02:14
MidMark:(02:14
Tm_TOdyX: hum, I commented that bug02:15
=== \sh [n=shermann@unaffiliated/sh/x-000000002] has joined #kubuntu-devel
RiddellMidMark: just going to the third page won't touch your PC02:15
Tm_Tagh! I'm always mistyping in bug reports02:16
MidMarkRiddell: ok, I'll report when done02:17
RiddellMidMark: thanks, much appreciated02:17
MidMarkRiddell: I'm trying to report as bug as I can... Kubuntu will be my default OS02:18
Riddellraphink: do you have a floppy drive?02:20
Riddellor anyone else fancy looking at the media floppy fixes?02:21
MidMarkRiddell: which bug?02:22
=== jjesse [n=jjesse@mail.ftpb.com] has joined #kubuntu-devel
OdyXRiddell & MidMark: bug 3020702:25
UbugtuMalone bug 30207 in kdebase "media:/ does not handle floppy mounting correctly" [Normal,Confirmed]  http://launchpad.net/bugs/3020702:25
raphinkRiddell: nope I don't02:25
raphinkwell I have a USB floppy drive, recognized as sda1 ;)02:25
Riddellnah, this is a floppy issue only02:25
raphinkok02:26
RiddellMidMark: do you have a floppy drive and a desire to try fishing out some patches to fix that problem?02:26
raphinkI have had no floppy for years02:26
raphinksorry02:26
Lathiati have a usb floppy02:26
Lathiatah, doesnt help02:26
RiddellI have a drive here, but no disks02:26
raphinkhuhu02:26
RiddellLathiat: it might do, give it a shot and see if you get that bug02:26
raphinkI have disks02:26
raphinkbut no drive02:26
Lathiatwhats the bug?02:27
Lathiatah02:27
Lathiathrm i dont have kubuntu on this machine atm02:27
Lathiathah02:27
Lathiati'l grab fl7 and install it02:27
Tm_TRiddell: what's problem with floppies?02:27
MidMarkRiddell: I have floppy but can only run flight-7 live cd02:27
Tm_TI used my floppy drive just some time ago02:27
MidMarkRiddell: ubiquity-> with english and my mouse NOT freezing02:27
RiddellTm_T: media:/ doesn't work02:27
RiddellMidMark: interesting02:27
Tm_TRiddell: ah, I'll look at it02:28
RiddellMidMark: so question is whether the mouse or the italian is At fault02:28
MidMarknow if I close ubiquity and reopen it, I can choose ita and A mouse ok?02:28
Riddellyes02:29
Tm_TRiddell: ah yes, this problem, now I remember why I did copy and all in bash =)02:29
Tm_TRiddell: test fix in kde bug report?02:30
RiddellTm_T: it's in http://websvn.kde.org/branches/work/coolos_media/mediamanager/02:30
Riddelllooks like you need the recent changes to halbackend.cpp and halbackend.h02:30
Tm_Thum02:31
kwwiiso either something is wrong with the CD burned or the ppc install is b0rked :-)02:32
Tm_TRiddell: hum, so I compile and install that or just take that latest change and try to put it to kdebase?02:32
RiddellTm_T: get the diff out of websvn, apt-get source kdebase, apply diff, compile and see if it works02:34
Riddellthen package it properly (diff in debian/patches, changelog) and send me debdiff02:34
Tm_TRiddell: aye sir :)02:35
RiddellTm_T: thanks :)02:36
MidMarkriddell: it freeze with ita and a mouse02:37
MidMarkdon't know if the ita package is broken on my cd02:37
MidMarksomeone could go to step 3 in live-flight-7 with ITA to confirm it?02:38
RiddellMidMark: I'll try it later today02:40
MidMarkRiddell: ok so I wait for a bugreport^02:40
RiddellMidMark: in the mean time feel free to try and complete an install in english, see what other problems you can find02:42
MidMarkRiddell: if I have time I'll do, but often localized OSes has >= than default-lang02:43
MidMark>= bugs I mean02:43
MidMarknow I have to go to the bank to pay my new TFT, good work!02:44
Riddellkwwii: can I put you down on the suggested people to invite to the ubuntu developer summit?02:47
Riddelljune 18th to 24th, Paris02:47
kwwiiRiddell: definitely :-)02:47
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #kubuntu-devel
OdyXRiddell: konversation will be added in Rosetta as every other KDE program, no ?03:08
RiddellOdyX: yes, I need to fix it today, along with some others https://wiki.kubuntu.org/MissingPotFiles03:09
OdyXRiddell: just a zh_CN wondering why not in Chinese.03:09
OdyXI comment and change the bug to "Work in Progress" ?03:10
RiddellOdyX: where?03:11
OdyXRiddell: just closed the tab. Wait03:12
=== verwilst [n=verwilst@212.123.1.32] has joined #kubuntu-devel
OdyXRiddell: bug 3293903:25
UbugtuMalone bug 32939 in konversation "konversation does not appear internationalized" [Normal,In progress]  http://launchpad.net/bugs/3293903:25
Riddellthanks03:26
Riddellit's next on my todo list03:26
OdyX;-) My TodoList is to get rid of 3000 "unconfirmed" ;-D03:27
Hobbseehehe03:27
Hobbseegood luck OdyX :)03:27
RiddellOdyX: you rock :)03:27
=== Hobbsee contemplates - a faster system = quicker building...
OdyXwell... I just take Kde's ;D03:27
freeflyingRiddell: hi03:29
Riddellhi freeflying 03:30
mornfallHobbsee: so you can spend more time playing minesweeper on an unloaded machine yay!03:31
freeflyingRiddell: how about the update-notifier in kubuntu livecd?03:31
Riddellfreeflying: we need to look at casper and see how it gets disabled in gnome03:31
Hobbseemornfall: hehe!03:31
mornfallHobbsee: how's your cupboard corpse btw? :)03:32
Hobbseeno, i've learned NOT to play excessive amounts of minesweeper - RSI from it...03:32
Hobbseeheh...rotting nicely..03:32
mornfallgood for it03:32
mornfallright now i'd vote for a dinner and bed03:32
mornfallshame it's only half past three pm03:33
Hobbseehehe03:33
Hobbseedo my assignment, and i'll go to bed03:34
Hobbsee!03:34
mornfallthat's very unlikely03:34
mornfalli can't very well even imagine the probability of all the electrons taking the right jumps to accomplish that03:34
freeflyingRiddell: the scripts http://paste.ubuntu.org.cn/19103:35
=== Czessi [n=Czessi@dslb-088-073-058-144.pools.arcor-ip.net] has joined #kubuntu-devel
Hobbseemornfall: hehe.  even evil calculus?03:36
mornfalli suppose 0.1^googleplex is a very big number in comparison03:36
Riddell"rm /root/etc/xdg/autostart/update-notifier.desktop"  well that's easy :)03:37
Riddellfreeflying: any idea how it gets put back after install?03:37
freeflyingRiddell: no clue03:37
mornfallpostinst?03:37
RiddellI presume there's another script to add it back03:38
freeflyingRiddell: haven't found any :)03:38
Riddellhmm, spooky03:38
=== mpas [n=michael@router.isea.RWTH-Aachen.DE] has joined #kubuntu-devel
OdyXRiddell: for bug 35786, is kaffeine still default ? 03:39
UbugtuMalone bug 35786 in kdebase "konqueror with kaffeine-xine plugin crashes on certain sites" [Normal,Unconfirmed]  http://launchpad.net/bugs/3578603:39
freeflyingRiddell: dose espresso copy the mounted dir to hdd, or use the squashfs file?03:40
RiddellOdyX: kaffeine is no longer default03:40
RiddellOdyX: but the bug still exists so we can't close it03:40
OdyXRiddell: OK. I will mention the fact in comments.03:40
Riddellfreeflying: I though it copied the mounted directory but I could be wrong03:40
Riddelllets ask someone who knows03:41
freeflyingokey, waitting for your confirm, or I'd file bug on it 03:41
Riddellfreeflying: can you get a diff of that file to add a line removing the adept-updater autostart too?03:43
freeflyingRiddell: sure03:43
mornfallupdater autostart?03:43
=== mornfall confuses
freeflyingmornfall: in livecd03:43
mornfallyou mean notifier?03:43
OdyXBye all. Seeya later.03:44
freeflyingOdyX: bye03:44
Riddelladept-notifier I mean03:44
=== |ZuZuu| [n=ZuZubunt@AVelizy-154-1-89-151.w86-217.abo.wanadoo.fr] has joined #kubuntu-devel
freeflyingRiddell:  bug 4380604:08
UbugtuMalone bug 43806 in casper "kubuntu livecd's update_notifier need been disable" [Normal,Unconfirmed]  http://launchpad.net/bugs/4380604:08
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #kubuntu-devel
=== yogi [n=yogi@64.88.212.180] has joined #kubuntu-devel
Riddellhi yogi q04:30
yogiHey-hey, Riddell!  Whassup?04:30
Riddellword on the streets is that kmail filters aren't working04:31
yogiUh-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
RiddellI've not had time to look into it04:32
yogiFact is, these same rules worked in Breezy & earlier versions of KDE.  Now, they don't.04:32
Riddelland probably won't be able to today04:32
Riddellwe can poke danimo when we turns up04:32
yogiCan I send you my kmailrc file for your inspection?04:32
Riddellyogi: so it's just for your specific rules?04:33
Riddellyogi: is it attached to the bug?04:33
yogiYep... I have several POP rules & other filters ...and none work.  Nope... not attached.  I'll do that.04:33
yogiIt was reported on 4/17, and Rocco Stanzione stated he'd suspected it.  Not quite a confirmation.04:35
=== MidMark [n=MidMark@host-84-221-196-191.cust-adsl.tiscali.it] has joined #kubuntu-devel
MidMarkRiddell: I've done the same thing on my pc, with ITA I can go to step 304:41
MidMarkso now I cannot know what is the problem04:41
MidMarkram?04:41
yogiRiddell: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
Riddellhow much memory does  your PC have MidMark ?04:44
Riddellyogi: yes, it's an important bug I agree04:45
MidMarkthe PC that freeze with ITA and not with ENG -> 192 MB04:45
MidMarkmy PC that doesn't freeze -> 1 GB04:45
yogiRiddell:It'd be great if this was fixed b-4 the release date. :-)  Good luck!! ...and Thanks!!!04:45
yogibye...04:45
=== yogi [n=yogi@64.88.212.180] has left #kubuntu-devel ["Konversation]
RiddellMidMark: and you've ruled out it being the mouse?04:46
MidMarkyes the mouse doesn't change things, the last thing I can do is trying the burner instead reader...04:46
MidMarkto read the CD04:46
Riddellso probably memory :(04:47
RiddellMidMark: can you try it with the gtk frontend?04:47
MidMarkRiddell: I have to download the ubuntu cd?04:47
Riddellsudo apt-get update && sudo apt-get install ubiqiuty-frontend-gtk && kdesu ubiquity gtk04:47
Riddellno, kubuntu cd will be fine, unless it runs out of "disk" space04:48
MidMarkthat it's all in ram isn't?04:48
Riddells/gtk/gtkui/04:48
MidMarkbut can I see the ram during loading step 3? Is reliable?04:49
Riddelldf -h .  possibly04:51
MidMarkRiddell: point me to the packages to download manually, I haven't internet on the other pc, so I can use usb04:52
Riddellprobably can't do it then, it'll need a tonne of gtk dependencies04:53
MidMarkmmm so df -h?04:53
Riddelldf -h .  will say how much "disk" space you have04:54
=== neoncode [n=neoncode@unaffiliated/neoncode] has joined #kubuntu-devel
MidMarknot ram?04:55
Riddellon a live CD they're much the same thing04:58
Riddellfree  gives memory04:58
MidMarkto auto-update df-h ?04:59
RiddellI don't follow05:00
MidMarkthere is "tail" for df -h ?05:01
Riddellcould try watch05:01
MidMarkthat update it before freeze05:01
Riddell`watch df -h .`05:01
MidMarkok05:01
mornfallwatch is generally useful utility ;)05:10
HobbseeRiddell: thanks, i was looking for that!05:10
MidMarkI have to see to / ?05:13
MidMarkor which line in df -h ?05:13
RiddellMidMark: add a "."05:14
MidMarkok05:14
MidMarkdamn! I haven't enough time to alt-tab to konsole that was under ubiquity... and it freeze!05:19
MidMarkthe pc is too slow!05:19
MidMarkbefore click to step 3 it says 88% used, 57 MB free05:20
MidMarkafter clicking I don't knwo05:20
=== marseillai_ [n=marseill@AMarseille-153-1-103-46.w86-219.abo.wanadoo.fr] has joined #kubuntu-devel
MidMarktry again...05:29
RiddellMidMark: try doing a tail -f /var/log/syslog too05:32
MidMarkok I'll do it again, but I need a mouse... try with mine, hotplugging ps/w works?05:35
MidMarkRiddell: it freeze with 78/647 MB free 12%05:40
MidMarksyslog is identical like the photo provided before05:41
MidMarkhttp://img62.imageshack.us/my.php?image=p50900017ag.jpg05:41
=== OculusAquilae [n=oculus@pD9508BD7.dip0.t-ipconnect.de] has joined #kubuntu-devel
MidMarkthe strange thing it's the memory is free for 12% from the start to the freeze, it never changed05:46
MidMarkit say unionfs05:47
MidMarkRiddell: wait for order :)05:52
=== 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
RiddellMidMark: hmm, I'm out of ideas06:12
RiddellMidMark: other than suggesting downloading the ubuntu CD and seeing if it has the same problem06:12
MidMarkRiddell: ok I can do, last test!06:14
=== OdyX closed 4 bugs today, by "waking up" bug reporters.
=== Riddell hugs OdyX
OdyXRiddell: you should wait tomorrow, it's hug day ;-)06:19
OdyXBut thanks though06:19
=== Czessi [n=Czessi@dslb-088-073-058-144.pools.arcor-ip.net] has joined #kubuntu-devel
Riddellmornfall: did you do the new adept tar?06:34
mornfallRiddell: not yet :\06:34
mornfalli just got home06:34
mornfalland want to eat06:34
RiddellI'm probably out for some of this evening06:34
mornfalli'll try to persuade myself that it needs to be done right after food06:34
=== |ZuZuu| [n=ZuZubunt@AVelizy-154-1-40-136.w82-124.abo.wanadoo.fr] has joined #kubuntu-devel
mornfallRiddell: is there some near deadline? when is the RC flight?06:35
Riddellnot for a bit, I was just checking incase I'd missed one you'd made06:35
mornfalllike, i can do it tonight and you can pick it up tomorrow or something06:35
RiddellMay 25th06:36
mornfallRiddell: if you are going to be away, i can mail you an url06:36
OdyXRiddell: If you have time, probably related with media:/ "crap", bug 4331106:36
UbugtuMalone bug 43311 in meta-kde "Impossible to read DVD-video's content" [Normal,Unconfirmed]  http://launchpad.net/bugs/4331106:36
mornfallRiddell: plenty of time then, even in case problems pop up with rc1 of adept06:36
RiddellCD candidates would start 23rd06:40
=== pygi [n=korisnik@195.29.80.222] has joined #kubuntu-devel
pygiRiddell: poke06:41
pygiplease take a look at06:42
pygihttp://code.google.com/soc/ubuntu/app.html?csaid=yuriy.kozlov@gmail.com:16485917:52b034bb06:42
=== Lure [n=lure@ubuntu/member/lure] has joined #kubuntu-devel
Riddell"Kubuntu Printing with CUPS 1.2"  interesting06:47
OdyX:D06:47
Riddellbut he'd do better applying to KDE to find a good mentor for it06:47
pygiRiddell, indeed, but considering he applied here, perhaps you could mentor him?06:48
Riddellyes, trouble is there's a few like that06:48
Riddelland I doubt we'll get more than a couple kubuntu projects06:49
RiddellI havn't heard back from the floppy fomatting guy06:49
pygiindeed :-/06:49
RiddellI'll look at them all tomorrow once applications are closed06:49
pygiI just looked over all the applications, and a very lill' number is for kubuntu06:49
pygioki Riddell06:49
pygieven those that are for Kubuntu, are duplicates06:50
pygiRiddell: I have another one06:55
pygihttp://code.google.com/soc/ubuntu/app.html?csaid=yuriy.kozlov@gmail.com:163a367b:88d8939606:55
RiddellI recognise that e-mail address :)06:55
pygiwho is he? :)06:56
Riddell"KControl/KDE-guidance module for Wine" hmm06:56
Riddellpygi: same guy as the last application you pointed out :)06:56
=== _Sime is not against that idea. In fact he has been playing with wine lately.
Riddelldoesn't sound like a summer's worth of work though06:57
pygiRiddell, aah, yes, indeed :)06:57
Riddell_Sime: did you see the one I posted this morning?  http://kubuntu.org/~jriddell/tmp/soc2.png06:58
_Simenope, not unless you try to create installers etc for a heap of windows software and games.06:58
_Simesomeone asked me about writing a init* config thingy for guidance.06:58
_Simein C++.06:58
_SimeI don't know if is the sam person.06:59
Riddell_Sime: ah, the module would bittorrent your chosen game from the best warez sites, good idea06:59
Riddellan initng guidance module would depend on whether we used initng in edgy06:59
_Simehas that been decided yet?06:59
Riddellnope07:00
_Simealso...07:00
_Simedo you know why I can't upload .po files to rosetta?07:00
_Simeand are things being actively translated now?07:00
Riddell_Sime: seems Edgy won't use initNG07:01
_Simeoh, pity.07:01
Riddell_Sime: things are being actively translated yes07:01
Riddellupload translations, or templates?07:01
_Sime"Uplaod a file" ==> "NOt allowed here"07:04
=== korisnik_ [n=korisnik@195.29.80.222] has joined #kubuntu-devel
MidMarkRiddell: it seems to freeze also with ubuntu flight-7 and choosing ITA07:05
MidMarkdifferent burned cd, so I think it isn't a media problem07:05
Riddell_Sime: where?07:05
RiddellMidMark: oh good not my fault then :)07:06
_Simehttps://launchpad.net/distros/ubuntu/dapper/+source/kde-guidance/+pots/guidance07:06
MidMarkRiddell: so I can report to Malone?07:07
Riddell_Sime: are you uploading a template or a translation?07:07
RiddellMidMark: yes please do07:07
MidMarkRiddell: ok07:07
_SimeRiddell: well, I can't get to an upload form, so it doesn't really matter yet.07:07
Riddelltrue07:11
Riddellcarlos 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 team07:11
OdyXRiddell: seems to, yep. I could upload .po for koffice.07:12
_SimeRiddell: oh, then I need someone to upload the .pot from guidance. The .pot in the tarball is up to date BTW.07:14
Riddellif there's a .pot in the tar we just need to poke carlos to load it into rosetta07:14
Riddell_Sime: is the problem that the .pot in rosetta is out of date?07:17
=== _jdong [n=jdong@d149-67-101-201.try.wideopenwest.com] has joined #kubuntu-devel
_Simeit might be, but I can't tell because I have no idea when it was last uploaded.07:18
=== pradeepto [n=pradeept@dialpool-210-214-12-208.maa.sify.net] has joined #kubuntu-devel
=== _Sime needs to go to the shops. food.
MidMarkbug 4384107:20
UbugtuMalone bug 43841 in ubiquity "Ubiquity freeze during loading step 3 (Ubuntu AND Kubuntu flight-7)" [Normal,Unconfirmed]  http://launchpad.net/bugs/4384107:20
=== freeflying-ibook [n=freeflyi@61.190.65.30] has joined #kubuntu-devel
Riddell_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 date07:23
=== 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
dinoflyhello07:51
freeflying-ibookdinofly: hi07:52
=== 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
kmonhi07:59
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #kubuntu-devel
Tonio_hi everyone08:19
Tonio_Riddell: ping ?08:19
freeflying-ibookTonio_:  have you noticed that kio_beagle will search in system directions08:27
Tonio_freeflying-ibook: fepends on the beagled configuration I assume08:28
Tonio_depends08:28
freeflying-ibookTonio_: I've excluded all system dirs08:28
kmonTonio_: did anyone managed to separate gtk dependencies on beagle so installing kerry doesn't install them?08:29
freeflying-ibookkmon: seems jpatrick works on08:29
kmonfreeflying-ibook: thanks08:29
Tonio_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 system08:29
Tonio_kmon: I asked for this, but I was told that it will be done "in the future"08:30
Tonio_means that if we don't insist hard, that may never happen ;)08:30
Tonio_too late for dapper btw08:30
Tonio_but we need to keep in touch concerning this for edgy08:30
kmonI hope kde people bring a better desktop search solution08:30
Tonio_kmon: there is kat, wich works very nicelly08:31
Tonio_but the point is that it would be nice to have the same backend for gnome and kde08:31
=== ubuntu [n=ubuntu@168-234.surfsnel.dsl.internl.net] has joined #kubuntu-devel
Tonio_going onto 2 different technologies........... would be a pain08:32
kmonI went to ask about kat in their chat room08:32
kmonand they say they were a bit stalled08:32
superstonedhey riddell, great job on the liveinstaller ;-)08:32
superstonedlooks cool08:32
superstonedvery cool08:32
superstonedtough it bails out on custom partition setup (bug already there in bugdatabase)08:33
superstonedand i still think we could work a bit on the style (polyester and round top corners windeco)08:33
freeflying-ibookkmon: Huahua has a project writen in python , for index-search08:33
kmonit would be nice if all this desktop search ideas came together into a single app08:34
kmonbut it won't happen...08:34
kmonI want to translate my recent addition to kubuntu08:38
kmonthe send via email service menu08:38
kmoncan someone refreshme how to do a debdiff?08:38
freeflying-ibookkmon: debdiff old.dsc new.dsc > outfile08:39
kmonthanks08:40
kmonarrg08:48
kmonwhich is first, dch or debuild?08:50
freeflying-ibookkmon: dch08:53
kmonfreeflying-ibook: thanks08:53
freeflying-ibookthen debuild08:53
kmontrial and error gave me the solution ;)08:53
kmonRiddell: I've sent the spanish translation of the email.desktop service menu08:55
kmonand I've send it using that same service menu08:55
kmonhehe08:55
=== 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
kmoncannonical should invite aseigo to the paris summit. He's been talking nice about kubuntu on his blog and the dot09:11
=== bddebian [n=bdefrees@mail.ottens.com] has joined #kubuntu-devel
bddebianHowdy folks09:25
kmonhi bddebian09:25
bddebianAny 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:25
kmonwhat's konqplus?09:27
bddebianNo freakin clue :-)09:27
kmonAptitude reports: "Konqplus add some function to context menu"09:29
kmonit's seems to be a package of extensions to konqueror09:30
kmonthe package contains information on the current functionality09:31
bddebianYeah well good luck building it :-)09:31
kmonerr09:31
kmonno thanks ;)09:31
=== ubijtsa [n=ubijtsa@karlsson.force9.co.uk] has joined #kubuntu-devel
kmonbddebian: are you a debian kde maintainer?09:37
kmon(just curious)09:37
bddebianKnow, I'm just a (l)user :-)09:37
bddebianAnd MOTU09:37
kmonkubuntu user or ubuntu user? ;)09:38
bddebianBoth now :-)09:38
alleebddebian: we welcome (l)user too :)09:42
bddebian:-)09:42
kwwiievening10:14
bddebianHello kwwii10:15
kwwiibddebian: howdy10:15
kwwiiwell flight7 works worse on my laptop than before10:23
kwwiiso why does adept say "BREAK(install)" in red letters when i try to install a package?10:32
mornfalli suppose it's broken10:33
mornfall(the package)10:33
kwwiibut I mean in the list itself, request install leads to that10:34
kwwiiwow10:36
kwwiiguess os10:36
kwwiiso10:36
kwwiiso flight7 is pretty much still unusable10:36
kwwiinasty10:36
kwwiiat least, I certainly have the wrong hardware for this stuff10:37
kwwiioh well10:37
=== 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
nikikkoHi all11:07
nikikkoI had a really strange bug with KPresenter and french locale11:07
nikikkohttp://bugs.kde.org/show_bug.cgi?id=12699011:07
UbugtuKDE bug 126990 in general "points are saved with , instead of . in e.g. french locale" [Normal,Resolved: fixed]  11:07
nikikkoI think the fix should be beckported in kubuntu dapper11:07
nikikkoBecause all my presentation are messy under open office or kpresenter with an us locale11:08
nikikkoWhich is really bad for OpenDocument11:08
nikikkoIs it possible or is it too late ?11:09
=== jdong_ [n=jdong@d149-67-101-201.try.wideopenwest.com] has joined #kubuntu-devel
kmonnikikko: 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:11
nikikkokmon: ok, thank you...11:12
Lurenikikko: is bug already opened in Launchpad - if not, you should open it and link to KDE bug entry11:15
nikikkoLure: no, not in launchpad, I'll open one11:15
nikikkoI really hope koffice 1.5.1 can go in dapper...11:16
Lurenikikko: 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:17
kmonhi Lure11:19
Lurehi kmon11:20
kmonmy .desktop file is in dapper ;)11:20
Lurekmon: you see how easy it is to contribute ;-)11:21
kmonyes, you are very helpfull here11:22
kmonI'm wouldn't mind help porting the hardware tool in ubuntu to pyqt11:23
kmonbut I've no idea of pyqt :)11:23
Lurekmon: what kind of hardware tool?11:25
kmonubuntu has a python tool to submit hw info to the devs11:26
kmonI don't know the name, but it's been there since the first releases11:26
kmonit's basically a tool to test if sounds ok, mouse, keyboard, etc11:26
nikikkoLure : bug #43887, thank you11:27
UbugtuMalone bug 43887 in koffice "In OpenDocuement file, points are saved with "," instead of "." in e.g. french locale" [Normal,Unconfirmed]  http://launchpad.net/bugs/4388711:27
nikikkoby all11:29
=== kmon leaves
kmongood night everyone11:31
=== 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

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