irclog2html for #kde on 20051012

00:01.06*** join/#kde chakie (n=jeh@ext122.almare.com)
00:01.06*** join/#kde vinister (n=vinister@12-203-204-22.client.insightBB.com)
00:01.07*** join/#kde Manu (n=Manu@211.253.124.44)
00:01.26*** join/#kde gregday (i=500@25511435.ecsis.net)
00:01.57*** join/#kde Pitchin_uk (n=Pitchin_@user-4454.l3.c2.dsl.pol.co.uk)
00:02.03Pitchin_ukHi Guys
00:02.19Pitchin_ukwhy I recieve the default mandriva email every time i open kmail even though i delete it??????????
00:02.50*** join/#kde benJIman (n=benJIman@212.241.231.67)
00:03.27annmaPitchin_uk: you have to set a default folder
00:03.28*** join/#kde Xorlev (n=xorlev@unaffiliated/xorlev)
00:03.47annmado you do that already?
00:03.55Pitchin_ukyep
00:04.06annmain Configure KMail -> Misc
00:04.29*** join/#kde Latem (n=Latem@CPE000129d034b0-CM00e06f23bb4e.cpe.net.cable.rogers.com)
00:04.29annmawhat folder is open at startup?
00:04.37*** join/#kde pipoun (n=pipoun@dan75-1-81-57-18-87.fbx.proxad.net)
00:05.26Pitchin_uklocal folders/inbox
00:05.47annmaand do you get mail here?
00:06.04annmait should be one mail you get that is in there
00:06.04Pitchin_ukyer
00:06.41Pitchin_ukits weird because i can delete it - close kmail - open it and hey presto
00:07.14annmayou should ask that in #mandriva
00:07.21annmaas I have no idea what mail it is
00:07.32annmaI compile my kde from source
00:09.46*** join/#kde CavalierBob (n=bob@c-24-4-128-79.hsd1.ca.comcast.net)
00:11.21*** join/#kde Ertain (n=Ertain@c-24-0-216-54.hsd1.tx.comcast.net)
00:12.00ErtainSay, does anyone know how one can connect, through programming, an already built command line program with the GUI?
00:12.30annmaexplain with further details?
00:12.37annmaKDE programming I suppose?
00:12.58ErtainYes, annma.
00:13.11annmaexplain better please
00:13.23annmayou have a comand line
00:13.28annmacommand line
00:13.42annmaand you want to get it executed?
00:14.12ErtainYeah, a command line program, "Foo".  I'd like to make a good GUI program for it in KDE, "KFoo".  Btw, those aren't the real names of the programs. ;-)
00:14.50annmaok so what is your question in fact?
00:15.02annmais it about the GUI?
00:15.48ErtainIt's about how to make the GUI interact with the command line program.  For example, creating a GUI in C++ and having that little program talk to the command line program that acts as the backend.
00:16.33annmadoes the command line takes arguments the user has to choose?
00:16.41*** join/#kde SubNuke (i=[U2FsdGV@pdpc/supporter/active/SubNuke)
00:17.14annmayou have to think about how your program interacts with the user
00:17.20annmaor the other way around
00:17.49ErtainYes.  Another example: taking in the argument "Foo -b Fubu" as it would be in the command line and turning it into a clickable GUI with maybe a text field.
00:18.20annmathe idea is not having the user type Foo -b Fubu
00:18.31annmathe idea is Foo will be executed
00:18.40annma-b might be a check box
00:18.52annmaFubu a text field
00:19.07ErtainOkay then.  Is there any clear cut way of doing that?  Maybe coding it out in C++?
00:19.26annmawhen the user has check or not -b and enter a Fubu, he clicks on Ok and hop, Foo -b Fubu is run
00:19.36annmathen another window/tab gives the output
00:20.00annmayou never coded in qt/kde?
00:20.00ErtainThen how would one do that in the coding process?
00:20.07*** join/#kde magyar (n=Ondrash@206-248-137-43.dsl.teksavvy.com)
00:20.15annmalook at the KDE api docs
00:20.20annmaKProcess maybe
00:20.24ErtainI've tried.  But I know little.
00:20.26annmain konqueror, type
00:20.31annmakde:kprocess
00:20.36ErtainRight-o then.
00:20.41annmaand the API doc of KProcess will load
00:21.00*** join/#kde pookey (n=pookey@xian.ncuk.net)
00:21.10ErtainI need to remember that one. :-)
00:21.11annmathere are examples in the API doc
00:21.25pookeyhey all. KMail is telling me I don't have asepll in my path, but I do. I can't figure out why spell checking is't working
00:21.39annma<PROTECTED>
00:21.39annma<PROTECTED>
00:21.40annma<PROTECTED>
00:21.48*** join/#kde _gui (n=gui@201.7.14.155)
00:21.55annmaisn;t that exactly what youwant, Ertain ?
00:22.08annmapookey: distro?
00:22.23pookeyannma: gentoo. built from SVN though
00:22.29Ertainannma: Something like that.
00:22.36annmahmm what about the config.log in kdepim?
00:22.48annmaErtain: you should be started now
00:22.57annmaErtain: do you knwo about signals and slots?
00:23.04*** join/#kde dave (n=dave@81.078.dsl.mel.iprimus.net.au)
00:23.06annmaif not, read the qt doc
00:23.06ErtainJust a little.
00:23.12*** join/#kde Skiff (n=Skiff@cpe-24-164-159-220.si.res.rr.com)
00:23.44annmaqt3 programming, Ertain ?
00:24.15Ertainannma: Fooling around with KDevelop.
00:24.19annmahttp://doc.trolltech.com/3.3/index.html
00:24.24pookeyannma: about about the config.log? is spell checking a compile time option? kopete's spell checkign stuff isn't working either, and that's not in kdepim
00:24.29annmahttp://doc.trolltech.com/3.3/signalsandslots.html
00:24.43annmaErtain: in KDevelop doc you'l find a tutorial I wrote
00:24.51annmaabout KDevelop and QtDesigner
00:25.03annmayou do your GUI with QtDesigner
00:25.27annmapookey: in config.log check if aspell is found
00:25.39annmaand where it looked when it did not find it
00:26.21annmaI'll be back in like 20 minutes when you 2 have processed all I said
00:26.25annma;)
00:26.32pookeyannma: sure :)
00:26.52*** join/#kde bushwakko (n=wakko@195.18.226.6)
00:28.08*** part/#kde dave (n=dave@81.078.dsl.mel.iprimus.net.au)
00:28.30*** part/#kde Ertain (n=Ertain@c-24-0-216-54.hsd1.tx.comcast.net)
00:29.34*** join/#kde Mad_Scientist (n=madscien@68.113.88.122)
00:30.21Mad_ScientistHey guys...Im using a USB/memory stick adapter (similar to a jump drive) Earlier today, when I plugged it in, it would recognize it as 'Generic Volume' Now, when I plug it in, It doesnt see it.
00:30.26Mad_ScientistAnyone know anything about that?
00:30.32SbCl3is inkscape better than karbon?
00:31.01*** join/#kde stodge (n=mike@CPE0080c8289877-CM000039179a5e.cpe.net.cable.rogers.com)
00:31.10stodgeIs there a KDE app to let you post to blogger.com?
00:32.35*** join/#kde Skiff (i=Skiff@cpe-24-164-159-220.si.res.rr.com)
00:32.44*** part/#kde SbCl3 (n=sbcl3@pcp0010580302pcs.coatsv01.pa.comcast.net)
00:33.31*** join/#kde gregday (i=500@25511435.ecsis.net)
00:33.39gregdayis SCons required yet to build kde4?
00:34.08Mad_Scientistbrb
00:36.48*** join/#kde SbCl3 (n=sbcl3@pcp0010580302pcs.coatsv01.pa.comcast.net)
00:37.00SbCl3i just tried to compile karbon and i get this error after trying to load it:
00:37.02SbCl3koffice (lib kofficecore): ERROR: The serviceType KOfficePart is missing. Check that you have a kofficepart.desktop file in the share/servicetypes directory.
00:37.02SbCl3koffice (lib kofficecore): ERROR: Couldn't find the native MimeType in karbon's desktop file. Check your installation !
00:37.13SbCl3what is wrong?
00:37.22*** join/#kde K3V (n=DefaultX@tc-gs1-m034.ez-net.com)
00:39.53*** join/#kde Mad_Scientist (n=madscien@68.113.88.122)
00:41.32*** part/#kde stodge (n=mike@CPE0080c8289877-CM000039179a5e.cpe.net.cable.rogers.com)
00:45.01*** join/#kde Hobbsee (n=sarah@CPE-144-136-127-247.nsw.bigpond.net.au)
00:45.27annmaSbCl3: karbon only?
00:45.31SbCl3right
00:45.41annmafrom where?
00:46.01SbCl3i downloaded koffice 1.4.2, did a ./configure make make install on "lib", and then did the same on karbon
00:46.20pookeyannma: hm, it seems spell checking stuff is provided by kspell, which is providedby kdelibs, so it's the config.log for kdelibs I want to be checking isn't it ?
00:46.34annmano
00:46.48annmaaspell is not kspell
00:47.06annmaSbCl3: hmm apparently it's not enough
00:47.20SbCl3oh?
00:47.41annmamimetypes
00:47.47annmaplugins maybe
00:47.54pookeyannma: well, kopete uses kspell for it's spell checking apparently.. and spell checking isn't working in kopete. I've checked the config.log for kopete, and the only mention of 'spell' in there is -lkspell in the compile options
00:47.56SbCl3is there a guide to this somewhere?
00:48.10annmathe advice is to compile all of koffice
00:48.22annmathere's no guide for karbon alone
00:48.25SbCl3okay
00:49.42SbCl3will "./configure --prefix=`kde-config --prefix`" work?
00:49.57annmayes of course
00:50.45annmapookey: is it kmail or kopete then?
00:50.48annmaboth?
00:50.49pookeyannma: it's both
00:51.25SbCl3about how long does koffice take to compile? more than an hour?
00:51.36gregdaySbCl3:  what hardware?
00:51.37annmaSbCl3: depends on your CPU
00:51.44*** join/#kde bushwakko (n=wakko@195.18.226.6)
00:51.49annmapookey: did you ask in #gentoo?
00:51.50SbCl3pentium 4 2.4ghz
00:51.57pookeyannma: I just can't understand why kmail would be suggesting I don't have aspell in my path when I do.
00:52.07gregdaySbCl3:  probably 30-45 minutes at most
00:52.13annmapookey: when does it suggest that?
00:52.15pookeyannma: I've not, but I'm not using the standard kde ebuilds that gentoo provides
00:52.22pookeyannma: compser window > tools > spelling
00:52.29annmaso how are you compiling, pookey ?
00:52.56pookeyannma: unoffical svn ebuilds
00:53.10annmapookey: seriously?
00:53.19annmaand you come here for help...
00:53.44pookeyannma: because I assumed kde was loking for aspell at runtime, not compile time.
00:53.44annmamy dict is ISpell
00:54.02annmawell maybe
00:54.12annmaI compile kde and it finds my ISpell
00:54.24SbCl3*sigh* i don't want or need 90% of koffice
00:54.56SMiLeafso don't install 90% of it.
00:55.24annmaSbCl3: well look in the Makefile.am then
00:55.28gregdaySbCl3:  apologies, you will receive a full refund since you are not satisfied
00:55.30annmato find out what yu need
00:55.53SbCl3i could also do make cleans for each one except what i need
00:56.00annmaSbCl3: and then write a note that I'll publish on the website
00:56.14gregdaySbCl3:  'make install' will build before installing
00:56.16annmalooking at the build needs is smarter
00:56.21pookeyannma: I'm not sure this is a compile issue at all. does your config.log contain any mention of ispell ?
00:56.30SbCl3something is wrong with karbon's make?
00:56.39annmaSbCl3: what error?
00:56.49SbCl3well, i got one above
00:56.58SbCl3it didn't install a mimetype
00:57.01annmaabove?
00:57.04annmain make
00:57.09annmais that a make error?
00:57.17SbCl3[20:37] <SbCl3> i just tried to compile karbon and i get this error after trying to load it:
00:57.17SbCl3[20:37] <SbCl3> koffice (lib kofficecore): ERROR: The serviceType KOfficePart is missing. Check that you have a kofficepart.desktop file in the share/servicetypes directory.
00:57.17SbCl3[20:37] <SbCl3> koffice (lib kofficecore): ERROR: Couldn't find the native MimeType in karbon's desktop file. Check your installation !
00:57.18gregdayannma:  congratulations on 1.4.2 btw, it's lovely  =)
00:57.30annmaSbCl3: is it the first prog you compile?
00:57.39annmagregday: I did not code anyting
00:57.42annmathing
00:57.44annma;)
00:57.57SbCl3yeah, i compiled the lib and then compiled karbon
00:58.12annmaI mean did you copile anything before?
00:58.23annmaI said the mimetypes dir should be built as well
00:58.32annmajust look at the source and look at your error
00:58.42SbCl3no, i didn't compile anything before
00:58.57annmaso build the mimetypes dir
00:59.15annmaand that one as well obviously: servicetypes/
00:59.36SbCl3ah, okay
01:00.28annmaSbCl3: if you compile by hand, just look at the error and look at the source code
01:00.30SbCl3oh...yes, that would be the problem
01:00.39annmait's quite easy
01:00.55annmaI would also build all dirs that are not koffice components
01:00.55*** join/#kde [Fusi0n] (n=Fusi0n@CPE00119557806e-CM000f9f786fce.cpe.net.cable.rogers.com)
01:01.13anisXAnne Marie Mahouf
01:01.16annmatools/
01:01.17SbCl3now i'm stuck with a full office :/
01:01.19annmatemplates/
01:01.29qknightannma: hey
01:01.29annmaSbCl3: I did not say all
01:01.31qknightannma: your back?
01:01.35annmayep
01:01.42pookeyannma: did you look in your config.log ?
01:01.46annmaanisX: Mahfouf
01:01.58annmapookey: I did  it is run time
01:02.10annmabut maybe your aspell or whatever is not in the path
01:02.16anisXannma: christ ?
01:02.21pookeyannma: I thought so :)  well.. it is, that's the oddity.
01:02.29annmaanisX: pardon?
01:02.48annmapookey: just try another dict, ok/
01:02.56annmasurely you don't have only 1
01:03.07*** join/#kde benJIman (n=benJIman@212.241.231.67)
01:03.15pookeyannma: I can install ispell I guess :)
01:03.39anisXannma: nothing auntie anne ;p
01:03.51annmapookey: yes, aspell works well here
01:03.54SMiLeafdefinitely obvous annma is a girl.. lol ... how many conversations are you handling atm?.. hehe ..
01:03.58annmapookey: what kmail version is it?
01:04.07annmaSMiLeaf: ;-)
01:04.08pookeyannma: latest SVN build.
01:04.15annmapookey: so kde 3.5
01:04.26annmapookey: I confirm Aspell works here
01:04.31annmain kmail
01:04.54pookeyannma: if I open aterm, and echo $PATH, will that path be the same path KDE is looking at ?
01:05.06pookeyannma: I guess not, becasue it will be sourcing my .bash_profile etc.
01:05.27annmasourcing your bash_profile is done in eterm
01:05.31annmaaterm
01:05.36annmause Konsole!!!
01:05.44pookeyI do use konsole actually ;)
01:05.59annmaah, I hate these *term things
01:06.13pookeythe fact bash_profile is sourced was exactly my point... how do I get what KDE is currently using as the PATH ?
01:06.15*** join/#kde [WoLf] (n=wolf@h237.165.213.151.ip.alltel.net)
01:06.19annmaso when you are in konsole, your .bash_profile is loaded
01:06.43annmawhen you log in kde with your user, the user .bash_profile is read
01:06.53annmait's how I lig in different kde versions
01:06.56annmalog
01:07.09pookeyso in theory, the path in the kde env will be the same as that in my konsole env
01:07.56annmayes of course
01:08.01annmaif you are the same user
01:08.05*** join/#kde grepper (n=robert@ip216-239-85-221.vif.net)
01:08.20annmaexcept if you amended the path manually
01:08.24pookeyRight, in that case, aspell is *definatly* in path. and if spelling is handled at runtime, I just cna't understand whats goign wrong
01:08.26annmaafter login in
01:08.37annmawell as I said it works here
01:08.45annmano problem at all
01:09.11annmaI htink that when I change language it might even load the correct one as well, not sure though
01:09.44pookeyannma: well.. if I use ispell, it works
01:09.47pookeybut not aspell
01:09.54pookey(only justfound this out, only just installed ispell)
01:10.12pookeyand ispell and aspell are in the same path
01:10.14annmapookey: check that with your gentoo people
01:10.22annmamaybe your aspell is messed
01:10.34pookeyannma: if that's the case, KDE shouldn't be telling me it can't find it
01:10.48annmapookey: don't be smarter than devels here
01:11.23annmashould it tell you: hey, I found a weird aspell from a gentoo ebuild which is correctly installed but misses some libs?
01:11.35pookeyannma: I beleive the error to be incorrect. I'm not trying to be smart
01:12.00pookeyannma: it shoudln't say aspell isnt' found in path is it if. It should error with the output of aspell, or perhaps 'incompatable versoin of aspell found'
01:12.47*** join/#kde stodge (n=mike@CPE0080c8289877-CM000039179a5e.cpe.net.cable.rogers.com)
01:13.01stodgeWhat's the new search technology for KDE called? Like Apple's spotlight
01:13.12pookeycept ideally, an error message woudln't contain my bad spelling/typing ;)
01:14.14*** join/#kde hydrogen (n=hydrogen@londonderry-cuda2-68-171-252-188.lndnnh.adelphia.net)
01:16.54*** join/#kde Chambers` (n=Thom@pcp02906040pcs.roylok01.mi.comcast.net)
01:17.46Chambers`hey guys, what's the command that i should put for my email client in opera?  I'm using Kontact..  is it kmail and then some string so it will make a new email?
01:18.25pookeyannma: what version of aspell do you have there out of interest ?
01:18.47Chambers`found it
01:18.49Chambers`kmail [-s %s] [--body %b] [%t]
01:19.32annma0.60 it seems
01:19.50*** join/#kde Alethes (n=alethes@unaffiliated/alethes)
01:20.17pookeyperhaps it's an incompatability with newer versions then. I'm using 0.63. What version of ispell does 0.6 say it is in the version output ?
01:20.34pookeyno, I'm using 0.60.3 actaully.
01:20.57pookeyI'm happy now it's working with ispell, but I honestly think this might be a bug that needs reporting.
01:21.01annmaInternational Ispell Version 3.1.20
01:21.16annmaif it's a bug why does it work for me?
01:21.31Alethesannma: developers are immune from bugs :)
01:21.35annmalol
01:21.39pookeythe only difference I can see if you are using a lower version of aspell
01:21.41annmaI report some quite ofte
01:21.49annmapookey: and I compiled by myself
01:22.25annmamaybe your aspell misses something
01:22.35pookeyannma: but it's done at runtime, we've already agreed that. if it can find ispell in $PATH,but apparently not aspell, (which is also in /usr/bin)
01:22.39annmapookey: first look at gentoo forums
01:22.45*** join/#kde Pixels- (n=debian@216-166-250-130.clec.peknil.commercial.madisonriver.net)
01:22.46SbCl3compared to inkscape, karbon is quite disappointing :/
01:22.52annmaSbCl3: of course
01:22.57pookeyannma: IMO, this is irrelevent even if this is a gentoo problem, the error is misleading.
01:23.32SbCl3i guess i should waste my learning energy over inkscape, then
01:23.33annmapookey: well if you want do a bug report but then at least propose a better error message
01:23.44annmaSbCl3: Karbon is quite new
01:23.54annmainkscape is mature
01:24.10pookeyI'll have a look at the source before I report the bug
01:24.16annmapookey: but you should investigate better on how your aspell is installed
01:24.35annmareinstall it for example and pipe the make install output
01:25.03pookeyhttp://bugs.kde.org/show_bug.cgi?id=70606
01:25.11annmalook in gentoo forums about aspell problems to see if you can find something precise
01:25.29pookeylooks like it might be as simple as a missing language file....
01:25.44pookeyI'll most a comment on that bug suggesting a better error message
01:25.59pookeyhaving spent about an hour looking into this, I guess I should really get on with some work ;)
01:26.29SuperLagannma: How is my favorite ornery French lady? :)
01:26.39annmalol
01:27.03SuperLagannma: you *know* it's true, and that I'm right. :)
01:27.09annma;)
01:27.37annmayou're in compliment mode?
01:28.22*** join/#kde bushwakko (n=wakko@195.18.226.6)
01:28.31SuperLagannma: got a new job.
01:28.39annma:)) nice?
01:28.58bushwakkois kdm theme manager supposed to be included in kde 3.5 beta?
01:29.07SuperLagannma: and we use SUSE... must admit, it's a pain compared to Gentoo (since it uses RPM) but SUSE 10.0 is *NICE*
01:29.12pookeyheh, this aspell problem is a bug left from KDE 3.2 beta 2,
01:29.15SuperLagannma: and yes, really good job
01:29.21pookeyanyway, I've updated the bug, I'm out of here, thanks for your help annma :)
01:29.29annmaSuperLag: congrats
01:29.39SuperLagannma: genes.cs.wustl.edu
01:29.43Tm_Tpookey: oh :o
01:29.47SuperLagbioscience cluster
01:29.52pookeyph,  hi Tm_T  :)
01:30.06Tm_T"hi"
01:30.10pookeyTm_T: I fixed my spell checker problem.
01:30.13pookeyTm_T: are you following me ? :)
01:30.15Tm_Tyes
01:30.21Tm_Tplease tell
01:30.53annmapookey: you're not on a 64 bit arch?
01:30.56pookeyTm_T: http://bugs.kde.org/show_bug.cgi?id=70606  that's the bug, I've installed ispell for now, it's working for the moment. I'm investingating more about what's wrong with aspell at the moment though
01:31.10pookeyannma: nah,  I'm still on a crappy 2400XP :)
01:31.27annma;)
01:31.30pookeyit's somewhat ironic that I always seem to spell aspell wrong, and put asepll
01:31.31SuperLagLinux zoom 2.6.13-gentoo-r3 #1 Wed Oct 5 14:47:07 CDT 2005 x86_64 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
01:32.12Tm_Tpookey: currenyt?
01:32.23pookeycurrent
01:33.00pookeylast time he brought a desktop PC, it was a dual 3.4HT xeon
01:33.05Tm_T:)
01:33.09pookeyso I really should put my arse in gear ;)
01:33.49pookeygrr. .my cats, nocternal streatures, have beaten me to bed.... that's so wrong
01:33.50SuperLagincredible waste of power, since it's just a desktop machine
01:34.37*** part/#kde stodge (n=mike@CPE0080c8289877-CM000039179a5e.cpe.net.cable.rogers.com)
01:36.46*** join/#kde gravix (n=bthomson@pcp02159484pcs.gnscrp01.va.comcast.net)
01:37.01pookeyright, bye for now all. thanks again annma  :)
01:37.02*** part/#kde pookey (n=pookey@xian.ncuk.net)
01:37.14*** join/#kde Pupeno (n=pupeno@host25.201-252-28.telecom.net.ar)
01:40.03*** join/#kde _annma (n=annma@modemcable180.151-37-24.mc.videotron.ca)
01:41.43*** join/#kde chakie (n=jeh@ext122.almare.com)
01:43.28*** join/#kde madpenguin8 (n=mike@d14-69-100-200.try.wideopenwest.com)
01:54.08*** join/#kde Lenolium (n=rawb@c-67-166-119-191.hsd1.ut.comcast.net)
01:55.06LenoliumI'm running debian/sid, KDE 3.4, and I'm wondering how to get it so I can have a 3x3 desktop setup. I had it setup in the version of KDE I just upgraded from, but the setting aparently didn't properly migrate.
01:56.00*** join/#kde Nation-of-Baby-G (n=cyamamot@ool-182db039.dyn.optonline.net)
01:56.42annmaLenolium: #debian-kde is the channel for you
01:56.53Lenoliumannma: Thanks.
02:00.07*** join/#kde h2oman (i=h2oman@cpe-67-49-119-61.socal.res.rr.com)
02:00.43*** join/#kde jesusfish (n=trevor@CPE0040f44854df-CM000a739b46f7.cpe.net.cable.rogers.com)
02:01.53_annmatest
02:02.16bushwakkois kdm theme manager supposed to be included in kde 3.5 beta?
02:02.55Hobbseebushwakko: dont think so, it's not here
02:03.16bushwakko:/
02:03.19bushwakkothat sucks
02:03.33bushwakkoa little weird though, that kdm supports themes, but doesnt have a manager
02:03.34Hobbseeyou can compile it, i presume
02:03.43bushwakkoeven though one exists
02:03.43Hobbseeapparently the theme manager is a few bugs
02:03.47Hobbseei wish it did!
02:03.49annmadoes it have themes?
02:04.00bushwakkowell, lots of stuff has a few bugs
02:04.01Hobbseewhat, kdm themes?
02:04.12*** join/#kde vinister (n=vinister@12-203-204-22.client.insightBB.com)
02:04.13Hobbseeno, not that i've found
02:04.15annmais there many kdm themes around?
02:04.17chavothe theme manager is still too buggy
02:04.17Hobbseethere's the one that comes with the distro
02:04.22Hobbseeyeah, kde-look.org
02:04.30bushwakkoemerging it now
02:04.43bushwakkochavo: what's wrong with it?
02:05.17chavobushwakko, well it doesn't remember the themes, I have to add them each time I run it
02:05.29bushwakkoalso a few other things that really should be included soon is "rubberband" selector like in gnome
02:05.36bushwakkoand like auto-applying
02:05.46chavoas often as I change the kdm theme it's easier to edit kdmrc
02:05.49bushwakkopushing apply to test something is really redundant
02:06.04*** join/#kde unikon (n=supersur@CPE-69-76-224-139.kc.res.rr.com)
02:06.24bushwakkochavo: if you're a newbie, manually downlaoding a file and editing a textfile is too much work
02:06.33*** part/#kde unikon (n=supersur@CPE-69-76-224-139.kc.res.rr.com)
02:06.33*** join/#kde |WoLf| (n=wolf@h25.123.40.69.ip.alltel.net)
02:06.40bushwakkokdm-manager with knewhotstuff would be great
02:06.44chavobushwakko, I didn't write any of this stuff
02:07.00chavodon't kill the messenger dude
02:07.03bushwakkohehe
02:07.05bushwakkono killing
02:07.11bushwakkochecking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) not found. Please check your installation!
02:07.26bushwakkoanyway, I get this with kdmtheme
02:07.26chavobushwakko, get the code and start cracking on it
02:07.35bushwakkowhat does this mean?
02:07.49*** join/#kde JabberWokky (n=evan@69-162-59-13.stcgpa.adelphia.net)
02:08.04chavobushwakko, looks like your qt build is messed up
02:08.26bushwakko[ebuild   R   ] x11-libs/qt-3.3.4-r8
02:08.29bushwakkois what I have
02:08.34bushwakkono other problems
02:08.45bushwakkobut back to the rubberband selector
02:08.50*** join/#kde idiotbs|away (n=frank@p54B24AC2.dip.t-dialin.net)
02:08.57bushwakkognome allready has it, should only be a simple copypaste to get it
02:09.03chavodid you build it with the threaded option to configure?
02:09.20*** part/#kde idiotbs|away (n=frank@p54B24AC2.dip.t-dialin.net)
02:09.24*** part/#kde grepper (n=robert@ip216-239-85-221.vif.net)
02:09.35chavobushwakko, file a bug, download the patch, don't bitch to me about free software that I didn't write
02:09.43bushwakkono bitching
02:09.49gregdaybushwakko:  a simple copy and paste to implement one feature of "gnome" (nautilus?) to Qt?  Yeah, sure.
02:09.49bushwakkojust suggesting
02:09.53chavorubberband would be the first thing I turned off anyway
02:10.10chavothere's a patch for it. search kde-look.org
02:10.15bushwakkogregday: well, the drawing perhaps
02:10.41gregdaybushwakko:  i highly doubt it.  Gtk and Qt are completely unlike.
02:10.58chavobut it's real slow unless you have accelerated xorg driver
02:11.09bushwakkochavo: but it's really fast in gnome
02:11.16bushwakkothough I use ati and fglrx
02:11.24*** join/#kde grepper (n=robert@ip216-239-85-221.vif.net)
02:11.25bushwakkojust tested gnome 2.12 today
02:11.28chavobushwakko, once again you're barking up the wrong tree
02:11.39bushwakkoagain, no barking
02:11.47bushwakkojust healty discussion
02:12.12chavowell you did see the part where I mentioned there's a patch for rubberband?
02:12.24bushwakkoyup
02:12.45chavoit's on in kubuntu by default
02:13.21chavoso it works well enough for one distro to include it
02:13.25*** part/#kde Chambers` (n=Thom@pcp02906040pcs.roylok01.mi.comcast.net)
02:13.31*** part/#kde Lenolium (n=rawb@c-67-166-119-191.hsd1.ut.comcast.net)
02:13.42Hobbseechavo: say what?  what's on kubuntu by default?
02:14.04chavoHobbsee, the rubberband selection patch for konq, is in breezy
02:14.10JabberWokkyMust be in Breezy... not in the latest Hoary updates (not the ones in the KDE announcements).  Regardless, the best venue would be http://appeal.kde.org/wiki/Appeal , and I'd imagine they know about it.
02:14.13*** join/#kde Pixels- (n=debian@216-166-250-130.clec.peknil.commercial.madisonriver.net)
02:14.20*** join/#kde Frogbarf (n=Frogbarf@c-67-166-54-126.hsd1.co.comcast.net)
02:14.35Hobbseeoh, i thought you meant the kdm theme program
02:15.00Hobbseerubberband selection...wonder what that is
02:15.06Frogbarfi'm looking for a clock applet that will display zulu time. The normal "clock" seems to show timezones but not zulu
02:15.47chavoHobbsee, it's the semi transparent selection thing when selecting multiple files with your mouse
02:15.50*** join/#kde b0xy (n=b0xy@65.255.135.160)
02:16.15grepperFrogbarf: pick another city with the same timezone ?
02:16.27Hobbseechavo: oh that!  i was wondering what that was!
02:16.31Hobbseepretty neat that
02:16.43Frogbarfgrepper, that doesn't work because it shouldn't change with DST
02:16.58FrogbarfUTC stays the same all year round
02:17.05chavoHobbsee, I don't use the kubuntu packages, does it work well?
02:17.10Hobbseeyeah, seems to
02:17.27*** join/#kde Quinn_Storm (n=quinn@68.68.116.234)
02:17.46Hobbseeyep, it still lets you select in multiple boxes as well
02:17.50*** part/#kde Quinn_Storm (n=quinn@68.68.116.234)
02:18.20chavofrom what I've heard it's slow unaccelerated video drivers though
02:18.23JabberWokkyHobbsee: Heh.  Never noticed that until you mentioned it,
02:18.59grepperhm, I just noticed the nptdate option in the configure clock dialogue
02:19.10grepperseems like just a one time thing though
02:19.29Hobbsee:P
02:20.14chavogrepper, ubuntu syncs the clock at each boot
02:21.27*** join/#kde hydrogen (n=hydrogen@londonderry-cuda2-68-171-252-188.lndnnh.adelphia.net)
02:23.17*** join/#kde magyar (n=Ondrash@206-248-137-43.dsl.teksavvy.com)
02:24.52*** join/#kde syahira2 (n=syahira2@222.124.93.146)
02:26.48syahira2heloooooooooooooooooo
02:27.00*** join/#kde stpere (n=stpere@ts1-28.f1231.ts.globetrotter.net)
02:27.02JabberWokkyYes?
02:27.16putriwanna chat withme?
02:28.57*** join/#kde DJ-KING (n=slacker@81.10.62.173)
02:29.08*** join/#kde KillerV (i=500@c911b120.bhz.virtua.com.br)
02:29.15putrihelooooooooooooooooooooooo
02:29.21DJ-KINGguys , i am using debian (testing) and i need to install kde , is there an apt-get for kde ?
02:30.46*** join/#kde htedrom (n=htedrom@d154-20-13-12.bchsia.telus.net)
02:31.03*** join/#kde chrisag (n=chrisag@college9-23-98.resnet.ucsc.edu)
02:31.23htedromhey guys....my k3b won't burn cue/bins
02:32.05HobbseeDJ-KING: #debian-kde
02:32.37DJ-KINGthanks Hobbsee
02:32.44HobbseeDJ-KING: no problems
02:32.58Hobbseeit's in the faq there i think
02:33.04*** join/#kde syahira2 (n=syahira2@222.124.45.160)
02:33.29*** join/#kde gregmon-pterando (n=greg@ool-4579652e.dyn.optonline.net)
02:33.45puputhelooooooooooooooooooooooooooooooooooo
02:34.50gregmon-pterandoHi. I'm using Kanotix and running Blender.  I find that an action i want Blender to take in response to Alt-D ain't working.  Some blamed KDE hotkeys
02:35.05puputwanna chat with me?
02:36.14JabberWokkygregmon-pterando:  Control Center >> Regional & Accesibility >> Keyboard Shortcuts
02:36.34JabberWokkyThe global shortcuts are there.
02:38.38JabberWokky(And in Khotkeys, but I assume you checked there by the way you phrased the question... also in Regional & Accessibility).
02:39.02gregmon-pterandoYes, thanks, i looked there and never saw an Alt-D.  So I suppose it's a wild goose chase to blame KDE?
02:39.30JabberWokkyProbably.  What happens when you hit Alt-D?
02:41.10gregmon-pterandonothing
02:41.26*** join/#kde liucougar (n=liucouga@amtpc02.ohm.york.ac.uk)
02:43.08*** join/#kde Xorlev (n=xorlev@unaffiliated/xorlev)
02:43.11JabberWokkyI have no ideas off the top of my head.  Does Blender have reassignable keys?  (I imagine it does, most specialized apps do, but I've not used Blender)
02:44.06JabberWokkyIf you're paranoid, and want to be sure, you can log out and log back in under a minimal WM like fluxbox and run it.  That would be a quick "Is it KDE catching the keystroke" check...
02:44.31gregmon-pterandok thankz
02:44.32*** part/#kde DJ-KING (n=slacker@81.10.62.173)
02:46.25*** join/#kde Pixels- (n=debian@216-166-250-130.clec.peknil.commercial.madisonriver.net)
02:46.49*** join/#kde SuperLag (i=aaron@gentoo/developer/SuperLag)
02:52.38*** join/#kde syahira2 (n=syahira2@222.124.45.160)
02:56.05gregmon-pterandojust tried some more things and found a quirky scenario where Alt-D did work in Blender.  So it's blender's fault, not KDE.
02:56.13gregmon-pterandothanks nevertheless. bye
02:56.27*** part/#kde gregmon-pterando (n=greg@ool-4579652e.dyn.optonline.net)
02:58.54*** join/#kde egon_spengler (n=egon@71.98.84.18)
02:59.31*** join/#kde surfer (i=charles@badpenguin.net)
02:59.37surferhello
02:59.47surferanyone knows where can i get mandrake 10 wallpapers
02:59.54surferi messed it up and lost all my wallpapers :\
03:02.47Roeyhi
03:02.58SuperLagDoes Kate have vi key mappings?
03:03.41Roeya problem with k3b:  I get this error with cdrecord:  "Error: Cannot gain SYS_RAWIO capability.Is cdrecord installed SUID root?  : Operation not permitted".  How do I fix this permissions problem?
03:04.29SuperLagrun k3b_setup, I think it is.
03:05.26Roeyok
03:05.30*** join/#kde Hobbsee (n=sarah@CPE-144-136-127-247.nsw.bigpond.net.au)
03:05.30Roeyand specify what?
03:05.37RoeySuperLag:  I've tried differnet htings.
03:08.39SuperLagRoey: I'm not sure.  Usually the "Is cdrecord installed SUID root?" is indicative that k3b_setup hasn't been run yet.
03:09.49Roeyok
03:10.14*** join/#kde _root (n=root@vannuys-cuda2-70-35-10-45.vnnyca.adelphia.net)
03:10.58surferanybody?
03:11.05surferwhere can i get those wallpapers?
03:11.08surferas in from the net
03:11.17surferi looked in kde-look but they ain there
03:11.19surfert*
03:11.26frbwallpapers are just big images
03:11.31surferno way
03:11.32frbSuperLag: use kvim?
03:11.33surfer-_-
03:11.41*** part/#kde _root (n=root@vannuys-cuda2-70-35-10-45.vnnyca.adelphia.net)
03:14.19SuperLagI deleted the Kontact icon from my panel, by mistake, and I can't find which menu it's in to readd it.
03:14.27SuperLagfrb: I don't.
03:14.54frbSuperLag: I'm suggesting it since you wanted vi keybindings
03:15.16RoeyI ran k3bsetup and stracing the process, I see that it is hanging on "connect(8, {sa_family=AF_FILE, path="/tmp/ksocket-roey/kdesud_:0"}, 29".  What is this???
03:15.26SuperLagkvim is not the most stable creature, and just opening for the first time on this install corroborates what I just said :)
03:15.34jhutchinssurfer:  kdeartwork-3.4.2-3mdk
03:15.43grepperRoey: dpkg-reconfigure cdrecord
03:15.49grepperand choose suid root
03:16.38grepperhttp://lists.debian.org/debian-kde/2005/10/msg00039.html
03:16.44Roeygrepper:  oh... ok
03:16.45Roeymm
03:17.02jhutchinsSuperLag: It's in Internet/Mail on Manrdiva 2006.
03:17.36jhutchinsSuperLag: Use the menu editor if you can't find it, or add something else then change it's properties.
03:19.35Roeydamnit!
03:19.42Roeygrepper:  k3bsetup doesn't come up! it just hangs there.
03:19.57grepperRoey: don't bother then
03:19.58Roeygrepper:  like I said, I staced the process and it's just doing this connect() thing.. it's blocking onit
03:20.01Roeygrepper:  with k3b?
03:20.17grepperdo the dpkg-reconfigure thang
03:20.36Roeyoh what?
03:20.39Roeyon cdrecord?
03:20.40RoeyI did that.
03:20.48Roeylemme try burning again.
03:20.50grepperand it still doesn't work ?
03:23.21RoeyError: Cannot gain SYS_RAWIO capability.Is cdrecord installed SUID root?
03:23.22Roey: Operation not permitted
03:23.25Roeynope, doesn't work still.
03:23.54RoeyI wonder why the hell k3bsetup doesn't come
03:23.58grepperback to the command line I guess
03:24.54Roeyarg :(
03:25.58surferPlaying: Sarah Mclaughlin ~x~ Will You Remember Me ~x~ Track #1134
03:27.24Roeygrepper:  ide-cd module should be loaded right?
03:28.57greppermine is built in so I'm not even sure anymore
03:30.39Roeygrepper:  ok... I think it's because I didn't specify ATAPI:0,0,0 as the value for dev=  in the commandline for cdrecord.
03:30.39Roeynow
03:30.45Roeyhow do I fix it in k3b?/
03:31.15Roeyplus, everything SLOWS DOWN
03:31.16grepperyou can customize program commands somewhere
03:31.24Roeyi mean
03:31.28grepperbut I just use dev=/dev/hdc
03:31.29Roeythis is ridiculous
03:32.37grepperyep
03:33.21greppernow k3bsetup wants to take off the suid bit on cdrecord
03:33.27grepperthanksfully, I never use it :)
03:34.08Roeyah
03:34.13Roeygrepper:  so you don't burn as root?
03:34.44surferwww.omegairc.org/slackware.jpg
03:34.56RoeyI don't understand why assigning burning rights to users is such a big security deal.
03:35.48Roeysurfer:  heh
03:35.55grepperRoey: no
03:35.58surfer:D
03:36.09Roeygrepper:  oh?
03:36.14Roey("oh, no!")
03:37.21greppernope, I've been using growisofs as user
03:37.52Roeyoh
03:37.52Roeyok
03:37.54grepperor mkisofs and cdrecord
03:37.58Roeywhat for, may I ask?
03:38.29grepperI made a dvd for my mother of old super8 childhood movies
03:38.29greppernice menu and everything
03:38.32Roeyah :)
03:38.37EruditeHermithow do you make menus?
03:38.38grepperseperated into clips, it was a mess before
03:38.53grepperdvdstyler is a pretty good app
03:39.09grepperand I used gimp and layers to make the bg pic a little nicer
03:39.28EruditeHermithal is cool
03:39.49EruditeHermitmy cdrom drive now pops up an icon when I insert a CD
03:42.25*** join/#kde _tlatilco (n=tlatilco@ARennes-252-1-78-1.w86-195.abo.wanadoo.fr)
03:42.49EruditeHermitdvdstyler looks cool
03:44.42*** join/#kde _tlatilco (n=tlatilco@ARennes-252-1-78-1.w86-195.abo.wanadoo.fr)
03:46.29*** join/#kde jorgp3 (n=jorgp@bnet-dial2-248.bartnet.net)
03:48.38*** join/#kde WesTAcE (n=westace@ppp-71-130-249-177.dsl.sndg02.pacbell.net)
03:49.49WesTAcEwhat is the best music player for linux???
03:49.55*** join/#kde manymore (n=gary@ip68-98-18-50.ph.ph.cox.net)
03:49.58WesTAcEwhats the best music player for linux??
03:50.18*** join/#kde drzed_ (n=drzed@193.80.11.44)
03:50.23SuperLagWesTAcE: what is your favorite breakfast food?
03:50.49WesTAcEmy favorite breakfast food is answer my above question
03:50.50grepperRoey: phebehouse.dyndns.org/dvdstyler/images.html   <- which main menu look do you like better ?
03:52.59RoeyTimeout on server
03:52.59Roey<PROTECTED>
03:53.29Roeygrepper:  I couldn't get it to load
03:53.36Roeygrepper:  (btw, going to sleep; good night :)
03:53.38grepperhm
03:53.40greppernight
03:54.18WesTAcEuhh anyone know if its possible to switch from GNOME to KDE??
03:55.11grepperRoey: sorry, just remembered I had to reset my router the other night after probs and didn't open up 80 again
03:55.23frbWesTAcE: anything is possible
03:55.53WesTAcEhow do i??
03:56.03WesTAcEi want to try KDE, im new to linux (obviously)
03:57.21frbWesTAcE: install it via yast, then pick it on the graphical login screen
03:57.25surferWesTAcE
03:57.29surfertype xwmconfig
03:57.31surferand
03:57.37surferselect kde
03:57.39surferthen startx
03:57.54WesTAcEok
03:57.56WesTAcEty
03:57.58surferyw
03:59.34greppershould work now
04:01.23*** join/#kde jsingh (n=JSP@203.134.192.88)
04:02.04*** join/#kde halcyonCorsair (n=Lord-Pho@port-219-88-129-70.orcon.net.nz)
04:03.51*** join/#kde litage (n=nick@203.220.55.70)
04:04.38litagewhen i type a URL into konqueror, instead of loading the page, it downloads the page into /tmp and then runs firefox, which loads the temp file. how can i fix this?
04:06.01JabberWokkyYou've associated text/html with Firefox.  Go to Settings... hang on...
04:06.10JabberWokkyConfigure Konqueror, File Associations.
04:06.27JabberWokkyI did the same thing with Kate once.  Oops.
04:07.10surferkate is sexy
04:08.03*** join/#kde Xorlev (n=xorlev@unaffiliated/xorlev)
04:08.22litageJabberWokky: in file associations > text > html, the "application preference order" is konqueror, quanta plus, kimagemapeditor, firefox...
04:08.37JabberWokkyKate will get immesurably more sexy when scripting is released with 3.5 (it's still in 3.5, right?).  I keep opening the command bar and typing random things and wishing I could code for it.
04:08.45surferlol
04:09.16JabberWokkylitage: Is it set to "Open in External Application" or "Show in Embedded Viewer" (I'm guessing at the wording).  Should be Embedded.
04:10.17litagethe Embedded tab for text > html is set to "show file in embedded viewer"
04:10.43*** join/#kde mb- (i=mb@mail.GSG.Goe.NI.Schule.DE)
04:11.15JabberWokkyAnd KHTML is set as the top embedded viewer?
04:11.26JabberWokkyIs this for all websites or just one?
04:11.39surferjust dun set firefox as the default application to view stuff
04:11.44*** join/#kde javb (n=javb@200.88.5.193)
04:11.47surferfirefox is gheee
04:11.49*** join/#kde Xorlev (n=xorlev@unaffiliated/xorlev)
04:12.37javbhow can i make the kde menu list (the one that appears when i hi de Kmenu Buttom transparent?)
04:13.03surferthe kmenu ?
04:13.08surferor the taskbar
04:13.56JabberWokkyjavb: Turn on transparent menus, IIRC.  I don't use transparency.
04:14.26javbmmm THE MENU.
04:14.32javbKDE 3.4
04:14.33JabberWokkyYes.
04:14.44javbJabberWokky i CANT find the option.
04:15.16javbIIRC ?
04:15.39WesTAcEi can't even play music in amarok
04:15.42surferi dunno how to do that
04:15.47surferWesTAcE
04:15.49surferyou on suse?
04:15.52surferpersonal?
04:15.53JabberWokkyControl Center >> Appearance and Themes >> Style, Effects Tab
04:15.56WesTAcEsuse personal yes
04:16.10surferi doubt u can have full control of the customization with suse
04:16.11surferin fact
04:16.15WesTAcEi double click a song and it just goes through the list
04:16.19surferwith suse personal u canot even compile
04:16.22JabberWokkyEnable GUI effects, Menu Style == Transparent.
04:16.24surfercannot*
04:16.31WesTAcEhmm
04:16.34surferyup
04:16.36*** join/#kde chavo (n=chavo@195.sub-70-196-191.myvzw.com)
04:16.39surferopen a shell
04:16.41WesTAcExmms won't even add mp3 files to my play list
04:16.45surferand look if the make
04:16.49javbthanks JabberWokky..
04:16.51surferor make install are working
04:16.56JabberWokkyjavb: No problem.
04:17.05javbdo you have any idea how i can change the Kmenu Buttom..?
04:17.12WesTAcEyes they are both working
04:17.42surferjavb the image?
04:17.46javbyes
04:17.48litageJabberWokky: yes, khtml is the first embedded viewer. neither konq nor firefox are listed for some reason. should they be?
04:18.11surferum its /opt/kde/share/icons/(your icon scheme)/
04:18.20JabberWokkyjavb: Now that I can't help you off the top of my head with.  Never really tried.
04:18.20surferu find folders with their size
04:18.25surfer16x16
04:18.30surfer32x32 and so on
04:18.34surferoverride the kmenu.png
04:18.40surferfor the one you like most
04:18.43surferrestart kde
04:18.45surferand thats it
04:18.56javbsurfer THANKS.
04:18.57surferthis is mine, if u like it i send u the star
04:19.00javblets tryit.
04:19.04surfergo to www.omegairc.org/slackware1.jpg
04:19.07javbJabberWokky thanks.. dont worry.
04:19.13JabberWokkylitage: No, Firefox can't embed.  Odd... try saving an html file and viewing it on your local disk.
04:19.52litageJabberWokky: it opens in konq when i do that
04:20.30JabberWokkyI missed your answer to an earlier question: is this happening for just one website or for all websites?
04:20.49litageJabberWokky: ah sorry, i didn't see that q. as far as i can tell, it happens for all sites
04:20.55JabberWokky(It's possible a single website is sending some oddball mimetype other than html)
04:21.00JabberWokkyHunh.
04:21.07JabberWokkyREALLY odd.  OH!
04:21.10JabberWokkyDuh
04:21.14surferhah
04:21.15JabberWokkyControl Panel - Default browser?
04:22.03JabberWokkyKDE Components >> Component Chooser
04:22.40JabberWokkyI have never changed it... actually, that's probably not it (in retrospect... it seemed like such a great "Ah!  That's the problem")
04:23.12litageJabberWokky: "open http and https URLs" is set to "x-debian-apps-net-mozilla_firefox"
04:23.45JabberWokkyI think you found the problem. Was it in the Component Chooser?
04:23.56litageyes
04:24.23JabberWokkyTry changing it and click here: http://www.kde.org/
04:24.37JabberWokky(Assuming you use a KDE IRC app)
04:25.28litageJabberWokky: why would setting the default browser to firefox force konqueror (in webbrowser profile) to send URLs to firefox?
04:26.01litageJabberWokky: firefox should be my default browser, but i should still be able to load pages in konq
04:26.19JabberWokkyBecause all links kick up the browser you choose, including URLs in Konqueror.
04:26.38frbbecause then konquerer is just a file browswer
04:26.50JabberWokkyI am not sure why it kicks it over to /tmp rather than passing the URL to the app.
04:28.01litagethat behaviour is absurd though. if i type a url into konq, it should load the url regardless of what the default browser is. if i [double-]click on a url, only then should it use the default browser
04:28.35javbsurfer ?
04:28.36*** join/#kde CRXLNX (n=kvirc@pcp08972467pcs.lbanon01.tn.comcast.net)
04:28.39merjavb
04:29.00javb/opt/kde isnt there?
04:29.09mertry /opt/kde3/ ?
04:29.15javbno
04:29.18javbnothing..
04:29.23merodd
04:29.33meri just checked
04:30.00mermy path to file is /opt/kde/share/icons/crystalsvg/<size>/apps/kmenu.png
04:30.33javblet me see
04:32.56*** join/#kde drzed (n=drzed@193.80.11.44)
04:33.03*** join/#kde bluelightning (n=blueligh@219-89-13-237.dialup.xtra.co.nz)
04:36.17*** join/#kde KDE (n=KDE@wayax6-244.dialup.optusnet.com.au)
04:39.08*** join/#kde DaSkreech (n=Me@208.138.25.49)
04:39.17DaSkreechMe wants 3.5
04:39.39thiagodownload it
04:39.52DaSkreechIt' supposed to drop in November?
04:40.00thiagobeta 2 exists already
04:40.03*** part/#kde mer (i=charles@badpenguin.net)
04:41.13JabberWokkyThe new Koffice is pretty stable.  I use it everyday, upgraded last night, and so far so good... did some invoices and a few letters, opened some documents sent to me.  Looks nice.  Not much new.
04:42.02DaSkreechthiago: real reason I want 3.5 is so they can boogie on KDE4 :-D
04:43.03DaSkreechShould be fun to have a KDE with vision (As it's being termed)
04:43.04*** join/#kde spstarr (n=sh0n@CPEdeadbeef0000-CM000039d4cc6a.cpe.net.cable.rogers.com)
04:43.12spstarrWhere do i go to discuss bugs in kmail?
04:43.28spstarrkmail is progressively becoming slower and slower at downloading email
04:43.37spstarrMaildir format becoming fragmented too much?
04:43.38spstarr:(
04:44.30*** join/#kde freddy (n=freddy@201.216.151.79)
04:47.10*** join/#kde ataxic (n=ataxic@a84-231-131-176.elisa-laajakaista.fi)
04:47.25freddyHave a question guys... yesterday I connected my computer to my TV... have a Sony TV with a S-Video connection... the thing is, I was able to see Windows on my TV screen but when I tried logging into Linux... all I got was a blank screen, any ideas if I'm able to do the same on linux as in Windows?
04:47.41DaSkreechhttp://developer.kde.org/development-versions/ is the place to watch for mid granular reports on KDE4?
04:47.47*** join/#kde relentlessslacke (n=Ivan_Lez@217.117.75.59)
04:56.28thiagospstarr: maildir is supposed to be ok
04:56.37thiagombox is slow and space-inefficient
04:57.10thiagofreddy: find the manual for the X video card driver and find out how to turn the TV-Out plug on
04:57.12JabberWokkyfreddy: Try #linux.  Or look into your video driver.  It's not really a KDE issue.
04:58.24freddyHave a Nvidia geforce video card installed...
04:58.38spstarrthiago, hmm, downloading 50 emails too a long time lots of disk usage
04:58.50spstarri clean the inbox and compress
04:58.53spstarrstill
04:58.56JabberWokkyfreddy: It's your X configuration.  Try Googling "Linux TV-out Geforce"
04:59.04spstarri have old email going back from last year
04:59.09spstarrin other folders
04:59.42freddyJabberWokky: Ok, will look into it...
05:00.31JabberWokkyfreddy: It's just one of those things where it's not a KDE issue so it's juts luck if someone here has the same setup.  You're better off asking in an X forum.
05:00.40*** join/#kde eisregen (n=eisregen@mail.delphin-computer.de)
05:00.57JabberWokkyTry #xorg
05:01.03freddyJabberWokky: What forum do you recommend?
05:01.38JabberWokkyI have no idea how active they are, but I just hopped into #xorg , and there are certainly quite a few people in there.
05:02.06freddyOk... thanks for the tip.
05:02.14thiagospstarr: how big is your inbox?
05:04.38chavothe bad thing about kmail is it's unusable while downloading mail
05:04.52*** join/#kde eisregen (n=eisregen@mail.delphin-computer.de)
05:05.45thiagoworks fine here
05:05.57*** join/#kde Hobbsee (n=sarah@CPE-144-136-127-247.nsw.bigpond.net.au)
05:06.37*** join/#kde halcyonCorsair (n=Lord-Pho@port-219-88-128-248.orcon.net.nz)
05:06.37*** join/#kde jsingh (n=JSP@203.134.192.88)
05:07.32rutski89Kmail won't show my encrypted messages (messages I get that are encrypted with my public key meant for me to read)
05:07.51rutski89it's never asked me for a passphrase, and I don't know how to feed it my passphrase
05:08.03thiagoare those inline or MIME PGP?
05:08.14rutski89pgp ala gpg
05:08.14rutski89yes
05:08.29rutski89although I can send out encrypted messages just fine
05:08.35thiagoplease don't answer "yes" to the "or" question
05:08.38thiagowhich of the two?
05:08.44rutski89oh, sorry, heh
05:09.04rutski89it's mostly likey MIME PGP
05:09.14thiagoplease be 100% certain
05:09.26rutski89sure, lemme decrypt it manually, brb
05:09.44thiagojust look at the message source or the MIME tree
05:11.52rutski89thiago: yup, i just gpg'ed the message source in the command line
05:11.55rutski89it's MIME PGP
05:12.03thiagois gpg-agent running?
05:12.07rutski89yes
05:12.09*** join/#kde chetanr (n=chetan@unaffiliated/chetanr)
05:13.25rutski89still with me guys?
05:13.32thiagoyes
05:13.44thiagoif you try to gpg-decrypt the message, does the pinentry window show up?
05:13.52*** join/#kde neptune3k (n=neptune3@62.147.78.189)
05:14.04rutski89thiago: if i try to decryt it how?
05:14.18thiagorutski89: "gpg" and pipe in the messsage
05:14.43rutski89thiago: what is the "pinetry window"?
05:14.58rutski89passphrase entry?
05:15.17bsstephhttp://kmail.kde.org/kmail-pgpmime-howto.html        it's a bit old, you should probably start from "Configure GnuPG to use gpg-agent" to the end
05:15.41thiagorutski89: the window where you type your password
05:15.45thiagodoes it show up when you use gpg?
05:15.49bsstephyeah, the passphrase entry rutski89
05:15.53bsstephwhat thiago said :)
05:16.49rutski89umm, this is in the console, there are no windows, right?
05:17.13bsstephif things are configured right, app x will query gpg-agent which will query pinentry
05:17.16bssteph(or pinentry-qt)
05:17.32bsstephpinentry will provide the challenge where you enter the passphrase
05:17.40rutski89nope
05:17.53rutski89gpg is the CLI based program by GNU
05:17.57bsstephright
05:18.00rutski89why would GUI stuff be called via it's invocation?
05:18.10bsstephbecause you have to tell gpg-agent to use pinentry-qt
05:18.28rutski89i don't have a program called "gpg-agent" in my path
05:18.37rutski89and umm, then why does encrypting work jsut fine
05:18.42thiagorutski89: no, the pinentry *window* must show up
05:18.43thiagodoes it?
05:18.43rutski89but decrypting goes soure
05:18.48rutski89**sour
05:19.04rutski89thiago: heh, sorry, I'm kind of confused :(
05:19.13thiagothere's nothing to be confused
05:19.17thiagodoes the windows show up or not?
05:19.22rutski89if i type what?
05:19.27bsstephi don't remember exactly why, but i had the same problem; i couldn't decrypt until i got pinentry right
05:19.30rutski89gpg mail.eml | less
05:19.33thiagoif you try to decrypt something
05:19.49rutski89no, if i type "gpg mail.eml | less" no windows show up
05:19.56rutski89it asks me for the passphrase on the command line
05:19.57thiagodoes it ask for a password?
05:20.00thiagook
05:20.03thiagois gpg-agent running?
05:20.07rutski89heh, i know where your going now
05:20.12bsstephit's not in the path
05:20.15rutski89kgpg is running if thats what you mean
05:20.18thiagono
05:20.20bsstephso it probably needs to be installed :)
05:20.21thiagois gpg-agent running?
05:20.22bsstephno, not kgpg
05:20.39rutski89rutski89@vulcan:~$ ps -A | grep gpg-agent
05:20.40rutski89rutski89@vulcan:~$
05:20.44thiagoit's not
05:20.49rutski89yea :(
05:20.52thiagoit has to be if KMail is to decrypt MIME-PGP
05:20.54bsstephyup
05:20.57bsstephthat's the next step
05:21.02thiagofollow the link bssteph gave you and configure it correctly
05:21.03rutski89apt-cache search gpg | grep agent
05:21.03rutski89gnome-gpg - GPG passphrase agent based on GNOME Keyring
05:21.03rutski89gpgsm - GNU privacy guard - password agent
05:21.04rutski89rutski89@vulcan:~$
05:21.35rutski89thiago: he gave a link?
05:21.40bsstephi did :)
05:21.44rutski89nm, got it
05:21.50bssteph[00:15:17] <bssteph> http://kmail.kde.org/kmail-pgpmime-howto.html
05:21.51rutski89bssteph: ty :)
05:21.52rutski89yea
05:22.07bsstephstart with configure gnupg to use gpg-agent
05:22.11bsstephyou have the basics working
05:22.31bsstephbut you probably need to install gpg-agent, and i'm not sure how your distro packages it
05:22.56*** part/#kde manymore (n=gary@ip68-98-18-50.ph.ph.cox.net)
05:23.53rutski89bssteph: yea :( I'll get it eventually, thanks for the link
05:23.57rutski89I've gota get to bed now though
05:24.00bsstephno problem
05:24.17rutski89g'night guys, thanks for the help/patients ;)
05:24.22bsstephnight
05:24.28DaSkreechzzZZZZ
05:24.35*** part/#kde rutski89 (n=rutski89@ool-44c6435b.dyn.optonline.net)
05:25.57frbthat's patience
05:26.34bsstephno, i'm a mad scientist, i gave him my former test subjects
05:26.43bsstephi mean... er, yes, how silly of him
05:28.05bsstephi need to dig myself out of this homework backlog and get back to working on interesting kde stuff :(
05:30.09*** join/#kde Pixels- (n=debian@216-166-250-130.clec.peknil.commercial.madisonriver.net)
05:32.09*** join/#kde drzed (n=drzed@193.80.11.44)
05:41.55*** join/#kde mabu (n=mabu@cmb32-29.dial-up.arnes.si)
06:01.05*** join/#kde rutski89 (n=rutski89@ool-44c6435b.dyn.optonline.net)
06:02.14*** join/#kde manymore (n=gary@ip68-98-18-50.ph.ph.cox.net)
06:17.31*** join/#kde AnotherData (n=AnotherD@c-67-177-214-145.hsd1.co.comcast.net)
06:23.22*** join/#kde vkhaitan (n=[vkhaita@203.101.104.229)
06:26.29*** join/#kde drzoot|laptop (n=drzoot@220-245-123-11-qld-pppoe.tpgi.com.au)
06:29.55*** join/#kde brucehoult (n=bruce@203-79-97-40.paradise.net.nz)
06:31.30*** join/#kde Manu (n=Manu@211.253.124.36)
06:33.18*** join/#kde thaldyron (n=thaldyro@193.170.48.226)
06:43.24*** join/#kde thore (n=thore@83.243.140.5)
06:44.08*** join/#kde zer0000 (n=assa2@adsl-69-226-220-162.dsl.pltn13.pacbell.net)
06:45.35*** join/#kde iblechbot (n=iblechbo@9.16-dial.augustakom.net)
06:45.38*** join/#kde fangel (n=fangel@62.199.138.131)
06:48.11*** join/#kde SAngeli (n=SAngeli@host204-73.pool8289.interbusiness.it)
06:58.09*** join/#kde mholthaus (n=mholthau@dz6330fenner-e0.fx-hfc.datazug.ch)
06:58.26*** part/#kde mholthaus (n=mholthau@dz6330fenner-e0.fx-hfc.datazug.ch)
06:58.44*** part/#kde drzed (n=drzed@193.80.11.44)
07:01.21*** join/#kde ironfroggy (n=calvin@pcp01874264pcs.chmbrs01.pa.comcast.net)
07:01.41*** join/#kde gaboo (n=gaboo@80.124.159.202)
07:01.54*** join/#kde jong (n=jong@flipflip.student.utwente.nl)
07:06.05*** join/#kde NullAcht15 (n=NullAcht@dslb-082-083-209-053.pools.arcor-ip.net)
07:09.38*** join/#kde Trevelyan` (n=TJ@unaffiliated/trevelyan)
07:19.18*** join/#kde blshkv (n=blshkv@203.117.200.98)
07:23.31*** join/#kde kakalto (n=kakalto@wired-210-54-56-147.ps.net.nz)
07:23.42kakaltowhat's kde's archive program?
07:23.52kakaltofor zips, tgz, etc
07:25.46vkhaitankakalto: ark
07:26.11kakaltothanks
07:26.14kakaltohow big is it?
07:26.25vkhaitanaround 1 mb
07:26.40kakaltokewl
07:28.11*** join/#kde ReS-UK (n=restrict@cpc4-heck3-4-0-cust86.hudd.cable.ntl.com)
07:29.43*** join/#kde liucougar (n=liucouga@amtpc02.ohm.york.ac.uk)
07:30.14ReS-UKHello I wondered if anyone has used Baghira
07:30.39vkhaitanyou dont need to wonder, surely may people have used baghira
07:31.00ReS-UKWell if anyone here is using it I need a bit of help.
07:31.11vkhaitanwhat help
07:32.15ReS-UKWell I have it setup but the bars are not showing up
07:32.46*** join/#kde Frost^ (n=sweiss@ODAP-62-0-85-205.bb.netvision.net.il)
07:37.52*** join/#kde markey (n=me@unaffiliated/markey)
07:47.12ReS-UKDoes anyone know the command to start the KDE Taskbar mine has being closed ?
07:51.42Tm_Tyou mean just taskbar or whole kicker?
07:52.01ReS-UKjust the taskbar, kicker is on
07:52.20Tm_Twell, add taskbar on it
07:52.36ReS-UKThe one I was using isnt there
07:52.57Tm_Tis not where?
07:53.08ReS-UKIn the Kicker Menu Options
07:53.15Tm_Toh
07:54.06*** part/#kde wilsby (n=wilsby@i-194-106-44-32.freedom2surf.net)
07:55.59vkhaitanReS-UK: isn't taskbar there in applet menu ?
07:56.10*** join/#kde ideafix (n=luser@a83-132-100-142.cpe.netcabo.pt)
07:57.22ReS-UKYes but I had it as a top bar
07:57.59Tm_TReS-UK: you mean you lost a panel?
07:58.03ReS-UKYes
07:58.07Tm_Tok
07:58.15Tm_Tthen add panel etc
07:58.30*** join/#kde Frost^ (n=sweiss@ODAP-62-0-85-205.bb.netvision.net.il)
07:58.46vkhaitanyes, external taskbar, you meant?
07:58.55ReS-UKYes
07:59.06ReS-UKBut it had systray and stuff in
07:59.18vkhaitanoh, it means, that was a child panel
07:59.35vkhaitanand taskbar was added as applet and also system tray
08:01.27*** join/#kde _RADIOhead (n=slack@80.80.168.254)
08:02.14ideafixhow do i enable the icons "popup" in the task bar ?
08:02.43*** join/#kde cebulon (n=oliver@p54AC435B.dip.t-dialin.net)
08:03.57*** join/#kde _knoppix (n=knoppix@p5494E505.dip.t-dialin.net)
08:05.13vkhaitanideafix: cant understand you
08:05.42ideafixthe quick lanche bar icons
08:06.10ideafixi used to have them strike out
08:06.31ideafixwhen i got the moouse pointer over them
08:06.53ideafixi relly like that :-)
08:08.41ideafixstill dont know what i mean ?
08:10.49vkhaitannopes :(
08:10.59vkhaitanI never used quick launch icons
08:11.17vkhaitanand what quick launc you meant?
08:11.23vkhaitanis it the applet you are talking about ?
08:11.29vkhaitanthere is a quck launcher applet
08:11.30*** join/#kde Worf (n=worf@m-17.vc-graz.ac.at)
08:11.37*** join/#kde Arno[Slack] (n=hellSOUN@master.infinityperl.org)
08:12.01_RADIOheadanyone familiar with k3b ?
08:13.00vkhaitan_RADIOhead: somewhat :)
08:13.40_RADIOheadvkhaitan, latest version isntalled?
08:13.51*** join/#kde haumann (n=dh@p54A7CBAA.dip.t-dialin.net)
08:13.59vkhaitannopes, yet. Just I am installing suse10.0
08:14.16_RADIOheadah :) vkhaitan i have latest one and i can not copy CD-s
08:14.38vkhaitanwhy ?
08:14.42vkhaitanwhat error ?
08:14.46_RADIOheadstrange , coz i have just cd-rwr no cd-rom and i was trying 2 copy live cd sla and nothing
08:15.01_RADIOheadvkhaitan, no error can nt click START button :)
08:15.02vkhaitandont know
08:15.31vkhaitansomething you must have done wrong
08:16.14_RADIOheaddamn almost freez my pc with k3b
08:17.34*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
08:17.52*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
08:17.58delmonicohi.. got a kde printing problem... "Preview failed: unable to start program Compress/Extract Files." whats wrong here?
08:19.50*** join/#kde l3m (n=l3m@ifidyn176.ifi.unizh.ch)
08:24.33delmonicoplus I'm missing the pdf printer in KDE
08:25.42*** join/#kde Ginja_Ninja (n=mills@cpc1-sals1-3-1-cust221.sot3.cable.ntl.com)
08:26.50*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
08:27.57*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
08:29.25*** join/#kde than (n=than@nat-pool-str.redhat.com)
08:31.43*** join/#kde Pixels- (n=debian@216-166-250-130.clec.peknil.commercial.madisonriver.net)
08:33.13*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
08:36.15*** join/#kde bram85 (n=bram@dyn-099167.nbw.tue.nl)
08:37.01*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
08:37.21*** join/#kde chillmann (n=chillman@d033243.adsl.hansenet.de)
08:39.48*** join/#kde than (n=than@nat-pool-str.redhat.com)
08:46.15*** join/#kde pipoun (n=pipoun@dan75-1-81-57-18-87.fbx.proxad.net)
08:48.00*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
08:48.02*** join/#kde relentlessslacke (n=Ivan_Lez@217.117.75.59)
08:49.01*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
08:51.48*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
08:54.00*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
08:54.52*** join/#kde manolo (n=manolo@152.Red-80-59-251.staticIP.rima-tde.net)
08:54.58*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
08:55.10*** part/#kde manolo (n=manolo@152.Red-80-59-251.staticIP.rima-tde.net)
08:58.07*** join/#kde floe (n=konversa@i577B1ED2.versanet.de)
08:59.34*** join/#kde luckyan (n=luckyan@Cs.DeckNET.ro)
08:59.39*** part/#kde luckyan (n=luckyan@Cs.DeckNET.ro)
09:00.28*** join/#kde Venson (n=Venson@user-0cevcb0.cable.mindspring.com)
09:03.05*** join/#kde Doktoreas (n=puzzola@host245-127.pool8251.interbusiness.it)
09:03.30*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
09:03.53*** join/#kde illissius- (n=illissiu@dsl51B66C3E.pool.t-online.hu)
09:04.47*** join/#kde bluelightning (n=blueligh@219-89-13-237.dialup.xtra.co.nz)
09:07.03*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
09:07.57*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
09:08.48*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
09:09.47*** join/#kde micsch (n=micsch@lfoer23.jura.uni-saarland.de)
09:10.09ideafixLOL
09:10.36micschhi, i'm looking for the programm which shows me amarok in the kicker
09:11.58*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
09:13.16*** join/#kde db3 (n=Dennis@200-158-158-182.dsl.telesp.net.br)
09:14.21*** join/#kde kiwi_uk (n=jon@kadus.kiwiuk.net)
09:15.29ideafixi used to have that
09:15.49*** join/#kde halcyonCorsair (n=Lord-Pho@port-60-234-97-248.orcon.net.nz)
09:16.35*** join/#kde kanopa (n=mindauga@lan-84-240-32-73.vln.skynet.lt)
09:16.55*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
09:18.24micschmaybe dockicons?
09:23.21*** join/#kde NullAcht15 (n=NullAcht@dslb-082-083-232-185.pools.arcor-ip.net)
09:29.21*** join/#kde than (n=than@nat-pool-str.redhat.com)
09:29.36*** join/#kde jsingh (n=JSP@203.134.192.88)
09:30.55*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
09:31.53*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
09:32.32*** join/#kde jsingh (n=JSP@203.134.192.88)
09:32.39*** join/#kde _roulio (n=roulio@bru67-1-82-227-48-155.fbx.proxad.net)
09:35.43*** join/#kde illissius_ (n=illissiu@dsl51B66C3E.pool.t-online.hu)
09:36.58*** join/#kde jimmy_ (n=jimmy@45-247.246.81.adsl.skynet.be)
09:38.18*** join/#kde Octane (n=octane@dsl092-100-149.nyc2.dsl.speakeasy.net)
09:42.22*** join/#kde KohlInGA (n=GA@adsl-211-237-59.asm.bellsouth.net)
09:45.36*** join/#kde bartden (n=bart@dD5E0AE16.access.telenet.be)
09:46.41*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
09:46.55*** join/#kde jsingh (n=JSP@203.134.192.88)
09:49.41*** join/#kde Sho_ (i=EHS1@dslb-084-059-035-193.pools.arcor-ip.net) [NETSPLIT VICTIM]
09:49.41*** join/#kde than (n=than@nat-pool-str.redhat.com) [NETSPLIT VICTIM]
09:49.41*** join/#kde Tm_T (i=tm_travo@xob.kapsi.fi) [NETSPLIT VICTIM]
09:49.56*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
09:52.35*** join/#kde barabucc (n=barabucc@marcellina.cs.unibo.it)
09:53.39*** join/#kde willwork4foo (n=bjdemora@82-32-56-60.cable.ubr08.azte.blueyonder.co.uk)
09:53.55*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
09:54.55*** join/#kde delmonico (n=cn@p54AFBDEC.dip0.t-ipconnect.de)
09:55.29*** join/#kde jsingh (n=JSP@203.134.192.88)
09:57.25*** join/#kde test3 (n=test3@styx.suse.cz)
10:00.29*** part/#kde _roulio (n=roulio@bru67-1-82-227-48-155.fbx.proxad.net)
10:01.04*** join/#kde sorush20 (n=sorush20@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk)
10:01.17sorush20what is a very good ftp program
10:01.42sorush20kbear fails on sync
10:05.16*** join/#kde el (n=konversa@p54BCB345.dip0.t-ipconnect.de)
10:05.34oGALAXYosorush20: konqueror
10:06.29jimmy_i have gftp and it works well
10:06.59*** join/#kde __ (n=KDE@wayax6-042.dialup.optusnet.com.au)
10:07.54oGALAXYogftp is a gtk related app and known to be broken.
10:10.27*** join/#kde nh (n=prefect@dslb-084-060-106-135.pools.arcor-ip.net)
10:10.52willwork4fooI've used gftp  on a SPARC Solaris 9 box (Ultra 10) before now - it's OK for small transfers ( >5mb files, etc) but for large scale pulls or sends it just segfaults
10:16.39*** join/#kde Worf (n=worf@m-50.vc-graz.ac.at)
10:18.29*** join/#kde Flawless (n=chrivers@port741.ds1-noe.adsl.cybercity.dk)
10:18.33*** join/#kde robert_ (n=hellspaw@r-butler.net)
10:18.37robert_hm, where'
10:18.42robert_errr
10:18.42*** join/#kde Ci-Dev_ (n=ci-dev@p54BDDE01.dip.t-dialin.net)
10:20.53*** join/#kde jassy (n=punlinux@203.134.192.88)
10:21.56sorush20oGALAXYo: so you mean to say that it wil syncronize the folder too..
10:32.12*** part/#kde Flawless (n=chrivers@port741.ds1-noe.adsl.cybercity.dk)
10:34.20Aji-Dahakain kopete: is there a way to eliminate the mail notification?
10:36.42*** join/#kde kiwi_uk (n=jon@kadus.kiwiuk.net)
10:37.08*** join/#kde kr (n=kr@gw.ptr-62-65-147-250.customer.ch.netstream.com)
10:38.32bartdendoes kde have a news reader that also supports binary attachments
10:39.39Aji-Dahakadoes akregator?
10:39.47Aji-Dahakaerr...sorry...
10:39.54Aji-Dahakaregular news, you mean
10:40.19Vensonknode, perhaps...
10:40.21*** join/#kde lippel (n=frank@kde/developer/osterfeld)
10:41.21bartdenhmm k
10:48.14*** join/#kde zer0000 (n=assa2@adsl-69-226-220-162.dsl.pltn13.pacbell.net)
10:48.17zer0000hi
10:48.29zer0000what is the limitation of qt using gcc to compile in Windows?
10:49.02*** join/#kde Pete_ (n=pete@88-109-69-193.dynamic.dsl.as9105.com)
10:49.43Pete_err.. just a quick question, are the 'KDE resources' in control center > Desktop and control center > KDE Components any different?
10:49.55*** part/#kde sorush20 (n=sorush20@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk)
10:50.10jimmy_i have downloaded kdebase (branche 3.5) from de subversion but when i compile i have errors like : error: 'NoDeletion' is not a member of 'KParts::BrowserExtension'
10:50.30*** join/#kde _ciro (n=ciro@adsl-ull-193-66.44-151.net24.it)
10:52.09*** join/#kde emeteo (n=NoSwPate@kde/developer/mteijeiro)
10:54.24*** join/#kde tuxipuxi (n=tuxipuxi@konversation/developer/pdpc.active.tuxipuxi)
10:54.46bluelightningPete_: I assume there is no difference... at least in 3.5 there's only a KDE Resources under Control Centre > KDE Components
10:54.55bluelightning3.5 beta 1 that is
10:55.24tuxipuxihey guys.. any idea how i can get the number of messages in a folder in kmail to which applies the "search" line. so in search type e.g. "KDE" and i want to know how many messages it are
10:55.48Pete_bluelightning: Ah ok, just for some reason its there twice in 3.4.2. Im gonna go put  3.5 beta1 onto this box in a sec anyway
11:03.34*** join/#kde georges (n=georges@129.194.54.121)
11:04.28*** join/#kde jonsen (n=jonsen@bla.keyoz.org)
11:04.30jonsenhello!
11:04.47jonseni got a problem with starting mulberry (mail client)
11:05.04jonsenit says:
11:05.05jonsenjesk@tobaco:~/src% ./mulberry
11:05.05jonsenThe X server does not have any PostScript fonts at all, not even Helvetica
11:05.24jonsenbut i have installed helvetica in my x11
11:06.21jonseni dont have many knowlegde of font management
11:06.24jonseniam using freebsd
11:06.42jonsenanybody here who could try to help me?
11:11.51*** join/#kde pinotree (n=pino@kde/developer/pino)
11:11.58Sho_Mulberry is Java, IIRC?
11:12.34jonsenno its programmed in C
11:12.48pinotreehello =)
11:16.22Sho_then I'm mixing it up with something else
11:17.09fangelahh - nothing like the smell of fresh ram-modules in the morning.. (just receive my 2gigs of Kingston ValueRAM)
11:19.47Vensonmmm
11:19.50*** join/#kde Hobbsee (n=sarah@CPE-144-136-127-247.nsw.bigpond.net.au)
11:19.51jimmy_how can i install unsermake in my /usr/local ? and where to download unsermake ? thanks :-)
11:23.48*** join/#kde magnetic (n=magnetic@82.198.38.157)
11:24.25*** join/#kde BC86 (n=florian@p54AB930A.dip0.t-ipconnect.de)
11:27.48*** join/#kde jimmy_ (n=jimmy@45-247.246.81.adsl.skynet.be)
11:28.02jimmy_i am back... my computer has crashed
11:29.00jimmy_so... my last question was... how can i put unsermake in my /usr/local and where to download unsermake ? :-)
11:29.56*** join/#kde blubbi (n=blub@212.59.44.70)
11:30.01blubbihi all
11:30.27blubbiI got trouble starting KDE on a homdir which is mounted on a samba share
11:31.05blubbiI ried already CIFS but no success, DCOP-server is complaining because it can't create the socked
11:31.18blubbiany Ideas how to ommit this problem?
11:34.57*** join/#kde janushead (n=janus@p54BCB345.dip0.t-ipconnect.de)
11:39.32*** join/#kde ch (n=ch@lns-bzn-1-82-250-20-42.adsl.proxad.net)
11:40.22NullAcht15blubbi: you cannot create sockets or named pipes on a smb share. Windows doesn't have those concepts
11:40.31blubbime know
11:40.46blubbiNullAcht15: isn't teher a way to tell KDE to create them in /tmp/
11:41.18blubbiNullAcht15: CIFS should support sockets but It will not work...
11:41.25NullAcht15blubbi: symlinks won't work, because those aren't possible in smb either
11:41.37NullAcht15you could try bind-mounting
11:41.49blubbihow?
11:42.10blubbiThe users log on get their homes mounted via pam_mount
11:42.12NullAcht15newer linux kernels offer the ability to mount any given subdirectory in any other part of the filesystem
11:42.30blubbijea, me know, but how should I acomplish that?
11:42.39NullAcht15Or, better idea:
11:42.46NullAcht15Fiddle with $KDEHOME
11:43.25blubbiwhere are all those kde config files?
11:43.29NullAcht15change your scripts so they set and export $KDEHOME to a proper unix-deirectory before starting KDE
11:44.35blubbimmmh, thats all other than stisfying
11:44.50NullAcht15you could create many directories in the form of /opt/kdehome/$username, one for each user
11:44.54NullAcht15blubbi: why not?
11:45.14NullAcht15it works, I've done it before
11:45.27*** join/#kde moret_sjg (n=moret_sj@22.Red-81-32-176.dynamicIP.rima-tde.net)
11:45.49blubbiwhen the KDEHOME dir is not on the sambashare, where are all the settings saved? if they logon on anoterh PC they will have to make all settings agin?
11:45.51NullAcht15How is KDE started on your machines?
11:46.01blubbivia kdm
11:46.26NullAcht15uhm, yes. You can work around this by putting /opt/kdehome on a nfs share
11:46.35blubbiNullAcht15: german? because of your name?
11:46.40NullAcht15yes
11:46.43blubbime to
11:46.47blubbi*G*
11:46.48blubbilol
11:47.27blubbisollte CIFS nicht socked unterstützen?
11:47.35NullAcht15well, do you have any unix/linux machines that work as servers?
11:47.45blubbiI have
11:47.50NullAcht15kA, hab mich noch nicht groß damit beschäftigt
11:47.59Tm_T:(
11:48.00blubbiwas ich gelsenhabeja
11:48.11Tm_T#kde-de
11:48.17Tm_T;)
11:48.29Tm_Ttai minä alan puhua suomea
11:48.37blubbishould we jump to kde-de?
11:48.48Tm_Tpuhumaan jopa
11:48.49NullAcht15Why don't you just mount $HOME from your linux/unix server?
11:49.02*** join/#kde JaLzzz (n=JaL@mar92-8-82-234-120-162.fbx.proxad.net)
11:49.05NullAcht15blubbi: k, see you tehre
11:49.28NullAcht15the channel is empty right now, but that doesn't matter
11:56.18*** join/#kde whirm (n=whirm@170.Red-217-126-6.staticIP.rima-tde.net)
11:59.09*** part/#kde jonsen (n=jonsen@bla.keyoz.org)
12:01.40*** join/#kde Moonchild (n=hubert@systemy223.toya.net.pl)
12:02.17*** join/#kde rutski89 (n=rutski89@ool-44c6435b.dyn.optonline.net)
12:02.53*** join/#kde mixandgo (n=mixandgo@80.96.84.219)
12:04.06mixandgohi guys, when I compose an email in kmail I get that autocomplete dropdown menu... how can I clear that menu ?
12:04.11*** join/#kde hzb (n=zhenbaoh@60.176.207.253)
12:05.03*** part/#kde Moonchild (n=hubert@systemy223.toya.net.pl)
12:05.43*** join/#kde Moonchild (n=hubert@systemy223.toya.net.pl)
12:06.27*** join/#kde segfault2k (n=segfault@pc-9-111-104-200.cm.vtr.net)
12:06.29segfault2khi :P
12:06.42segfault2khi :P
12:06.53segfault2kwhen is gonna be released kde 3.5 beta2?
12:07.01segfault2kto package it for slack
12:07.18*** part/#kde janushead (n=janus@p54BCB345.dip0.t-ipconnect.de)
12:07.52segfault2ki have access to the svn, is a way to download it from svn?
12:09.21*** join/#kde morteoh (i=morteoh@timon137.uio.no)
12:09.27*** join/#kde March-RX8 (n=cvcvawr@host229-5.pool8250.interbusiness.it)
12:09.30*** join/#kde Exil (n=kvirc@systemy223.toya.net.pl)
12:09.32March-RX8hello
12:09.55March-RX8i need kfirewall, but it doesnt work
12:10.05March-RX8is there a way to fix the problem?
12:12.44*** join/#kde thiago (n=thiago@kde/thiago)
12:18.31*** join/#kde sleon|tuX (n=sleon|tu@e180010214.adsl.alicedsl.de)
12:20.40*** join/#kde mez__ (n=odin@i-83-67-44-164.freedom2surf.net)
12:22.28oGALAXYonice, they now make evolution depend even more to mozilla
12:22.36oGALAXYoswitching gtkhtml to gtkeditmoz
12:22.38oGALAXYopoor people
12:22.47*** join/#kde nh (n=prefect@dslb-084-061-212-106.pools.arcor-ip.net)
12:22.58*** part/#kde sleon|tuX (n=sleon|tu@e180010214.adsl.alicedsl.de)
12:24.03*** join/#kde Rehto_ (n=Rehto@dasla2849.ulapland.fi)
12:24.08*** join/#kde schmidtma (n=schmidtm@dslb-084-058-128-104.pools.arcor-ip.net)
12:24.56segfault2kxD
12:25.49*** join/#kde jpatrick (n=patrick@131.Red-81-35-47.dynamicIP.rima-tde.net)
12:26.44*** join/#kde fyelin (n=zhenbaoh@60.176.207.253)
12:29.51*** join/#kde Stereo (n=stereo@hertz.stereo.lu)
12:30.00Stereohello all
12:30.10StereoI wanted to ask you your opinion on http://kderacist.ytmnd.com/
12:30.19Stereois kde really racist?
12:31.16segfault2klemme check
12:31.18g3nocide...
12:31.21*** join/#kde Oadae (n=jason@wsip-24-234-233-229.lv.lv.cox.net)
12:31.25g3nocideit's not worth the look
12:31.31dcophahaha
12:31.32dcopkkk
12:31.32dcopxD
12:31.33dcoplol
12:33.21tuxipuxiStereo: i don't get the joke? :)
12:33.22Boungakonqueror tells me that I cannot handle cookies ...
12:33.28Boungaany idea ?
12:34.51dcoptuxipuxi: the "kkk"
12:34.57dcopyo yo tuxipuxi how r u man
12:34.58tuxipuxiah, lol :)
12:34.59dcop<- segfault2k
12:35.05tuxipuxifine, thanks. you?
12:35.17*** join/#kde shinji` (n=shinji@host95-51.pool8257.interbusiness.it)
12:35.41dcopfine, waiting for kde 3.5 beta2
12:35.59tuxipuxii'm waiting for final release :)
12:36.17*** join/#kde Worf (n=worf@k-53.vc-graz.ac.at)
12:36.20halcyonCorsaircan kdm be themed?
12:36.34tuxipuxiyes
12:36.40tuxipuxistarting from kde 3.4 it casn
12:36.41tuxipuxican
12:37.31Boungawhat can be the problem with the cookies manager ?
12:37.33halcyonCorsairtuxipuxi: where do i install a theme from?
12:37.49*** join/#kde annma (n=annma@modemcable180.151-37-24.mc.videotron.ca)
12:38.02*** join/#kde BlackBsd (n=Brian@proactivetechllc.com)
12:38.09tuxipuxihalcyonCorsair: kdelook.org primarily
12:38.24tuxipuxihalcyonCorsair: has to be put in the kdm themes directory and be configured in the kdm config, that's it
12:39.14*** join/#kde mez__ (n=odin@i-83-67-44-164.freedom2surf.net)
12:39.26halcyonCorsairtuxipuxi: are we talking in kcontrol or is there a seperate utility?
12:39.39jpatrickhalcyonCorsair: you could try: http://www.kde-look.org/content/show.php?content=22120
12:39.39tuxipuxihalcyonCorsair: talking about config files ;)
12:39.40tuxipuxikdmrc
12:40.19halcyonCorsairkdmrc scares me....it doesn't use " quotes around the options
12:40.51tuxipuxiyou have to change only one line
12:41.02dcopxD
12:42.33halcyonCorsairfrickin bugs.gentoo.org not allowing big comments
12:42.41dcophaha
12:43.06*** join/#kde annma (n=annma@kde/developer/annma)
12:43.42*** join/#kde _annma (n=annma@modemcable180.151-37-24.mc.videotron.ca)
12:44.08halcyonCorsaircomment larger than 65,536 lines they say....well its not my fault that the compile log is big
12:44.16halcyonCorsairthey should have thought of this
12:46.01*** part/#kde BlackBsd (n=Brian@proactivetechllc.com)
12:46.10*** join/#kde shinji` (n=shinji@host95-51.pool8257.interbusiness.it)
12:47.50tuxipuxihalcyonCorsair: 65536 lines? lol
12:47.54*** join/#kde NullAcht15 (n=NullAcht@dslb-082-083-232-185.pools.arcor-ip.net)
12:47.55tuxipuxiyou don't have to attach everything
12:48.30*** join/#kde nzimas (n=nzimas@83.165.113.137)
12:48.57*** part/#kde fyelin (n=zhenbaoh@60.176.207.253)
12:50.54halcyonCorsairtuxipuxi: yeah, well there were a lot of error lines and i couldn't be bothered initially chopping it off to the end ones :)
12:51.13tuxipuxihalcyonCorsair: then just upload it somewhere and post a link ;)
12:51.45halcyonCorsairtuxipuxi: naah, thats even more hassle, i chopped it off heaps, hopefully not too much and just pasted it
12:51.50halcyonCorsairtuxipuxi: do you use gentoo?
12:52.12tuxipuxihalcyonCorsair: no way ;)
12:52.26tuxipuxii would only use it if it was the last distro on earth
12:52.36mez__hey all, does anyone know how to force konqueror to use just the fonts I've specified when browsing the web? I've got this horrible mix of plain and anti-aliased fonts at the moment... There doesn't seem to be a 'always use my fonts' button like there is in firefox
12:52.48halcyonCorsairman....this bug report is causing me way too much hassle
12:52.57halcyonCorsairtuxipuxi: what? whys that, gentoo is awesome
12:52.57tuxipuxilol
12:53.25tuxipuxii can't be bothered to compile all software when there are binary packages available. it's a waste of ressources
12:53.48*** join/#kde whitefungi (n=aaronjs@24-247-4-118.dhcp.aldl.mi.charter.com)
12:53.59halcyonCorsairi like to think of it as sitting on the cutting edge without getting limbs chopped off
12:54.22March-RX8hey could someone explain me how to use kfyrewall
12:54.28March-RX8*kmyfirewall
12:54.34*** join/#kde gaboo (n=gaboo@80.124.159.202)
12:56.05*** join/#kde g3no (i=1000@wiley-336-189635.roadrunner.nf.net)
12:58.16HobbseeMarch-RX8: got no idea about kmyfirewall, but guarddog is another option if you wanted to use that
12:58.47March-RX8guarddog?
12:58.50March-RX8never heard
13:02.34Hobbseeit's another firewall
13:03.45March-RX8where can i get it?
13:06.23*** join/#kde bushwakko (n=wakko@195.18.226.6)
13:06.24Hobbseewhich distro are you using?
13:07.02*** join/#kde eln (n=konversa@p54BC922E.dip0.t-ipconnect.de)
13:08.49March-RX8mdv
13:09.14Hobbseemdv = mandriva, i presume
13:09.23Hobbseehow do you usually go about getting packages in mandriva?
13:09.36Hobbseedownload rpm's from a main repository somewhere?
13:10.07Hobbseehttp://www.simonzone.com/software/guarddog/
13:10.24Hobbseeyep, and there's a mandriva source for you to use :)
13:10.33Hobbseewell, a mandriva rpm
13:10.55Pete_http://kmyfirewall.sourceforge.net/ < Ugh that seems slow
13:11.55dcophttp://www.fredemmott.co.uk/index.php?page=kitg <-
13:11.56*** join/#kde Pixels- (n=debian@216-166-250-130.clec.peknil.commercial.madisonriver.net)
13:12.20March-RX8yes i take packages from the main repository
13:14.08Hobbseeas you might be able to tell, i dont use mandriva :P  or an rpm distrobution
13:16.02March-RX8:)
13:19.08*** join/#kde jhutchins (n=jonathan@CPE-69-76-225-86.kc.res.rr.com)
13:19.48*** join/#kde illissius- (n=illissiu@dsl51B66C3E.pool.t-online.hu)
13:20.40Hobbseeit's in the kubuntu repositories - what else would i need to know lol?
13:23.33*** join/#kde hunt0r (n=Konversa@p5498460D.dip.t-dialin.net)
13:24.08*** join/#kde _knoppix (n=knoppix@drsd-d514b506.pool.mediaWays.net)
13:25.06*** join/#kde blubbi (n=blub@212.59.44.70)
13:25.09blubbiredele
13:25.20*** part/#kde Happy_User (n=knoppix@drsd-d514b506.pool.mediaWays.net)
13:25.41blubbiNullAcht15: hi, i think I found a sollution: http://lists.samba.org/archive/samba/2004-April/085039.html
13:26.02blubbiNullAcht15: in combination with export DCOPAUTHORITY="/tmp/.$USER-DCOPserver-$HOSTNAME-on_$DISPLAY"
13:26.27blubbigonna try this as soon as may glibc finished
13:27.05blubbiby the way, is there something in kdm like "/etc/X11/gdm/PreSession/Default" in gdm?
13:27.36blubbiany file wehre I can specifie a command, run right bvore the user logs on?
13:27.55thiagoto be run as root?
13:27.58blubbiI would like to put the command "xhost +localhost" there
13:28.18blubbithiago: not necessarily
13:28.23*** join/#kde Rehto_ (n=Rehto@dasla2849.ulapland.fi)
13:28.50thiagothere are several files for that
13:28.54thiagothe same ones as xdm
13:29.25blubbi/etc/X11/xdm
13:29.38blubbiso where is the best place fot this command?
13:29.53blubbiI have these files:
13:29.53blubbiGiveConsole  Xaccess     Xservers  Xsetup_0  authdir  pixmaps
13:29.54blubbiTakeConsole  Xresources  Xsession  Xwilling  chooser  xdm-config
13:33.59*** join/#kde libglv (n=libglv@pop1-960.catv.wtnet.de)
13:34.18*** join/#kde Pupeno (n=pupeno@host25.201-252-28.telecom.net.ar)
13:35.12thiagoas I said: the same ones as xdm: Xsession, Xaccess, etc.
13:43.33*** join/#kde bluesceada (n=itsjustm@unaffiliated/bluesceada)
13:47.17blubbithiago: oki thx
13:49.07SuperLagAre the only templates one can get for Kivio something you have to purchase? or do free ones exist?
13:50.17*** join/#kde Pixels- (n=debian@216-166-250-130.clec.peknil.commercial.madisonriver.net)
13:51.31*** join/#kde kottlett (n=kottlett@ulm9-d9bdb186.pool.mediaWays.net)
13:56.50*** join/#kde sergio (n=sergio@host234-96.pool81113.interbusiness.it)
13:58.15*** join/#kde jbouchet (n=jbouchet@phoenix.u-strasbg.fr)
14:01.28*** join/#kde kiwi_uk (n=jon@83.67.91.65)
14:05.52*** join/#kde luckyan (n=luckyan@Cs.DeckNET.ro)
14:06.19*** join/#kde oggb4mp3 (n=konversa@static-64-115-217-12.isp.broadviewnet.net)
14:06.35*** part/#kde LuCkYaN (n=luckyan@Cs.DeckNET.ro)
14:10.01*** join/#kde Pinaraf (n=Pierre@ALille-251-1-90-147.w83-204.abo.wanadoo.fr)
14:11.22*** join/#kde thaldyron (n=thaldyro@193.170.48.226)
14:12.56*** join/#kde bluesceada (n=itsjustm@unaffiliated/bluesceada)
14:13.26*** join/#kde bushwakko (n=wakko@195.18.226.6)
14:16.18bmud2Yeonae sosheol (2002)
14:16.22bmud2oops
14:16.36*** join/#kde elcuco (n=elcuco@bzq-84-109-74-242.red.bezeqint.net)
14:19.26*** join/#kde Worf (n=worf@k-53.vc-graz.ac.at)
14:20.48*** join/#kde milutin (n=Gost@tor/session/x-63d3e808626acffd)
14:20.51jhutchinsAnybody using the "autolock" function in the screensaver settings on 3.4.2?
14:21.04*** join/#kde bushwakko (n=wakko@195.18.226.6)
14:23.40*** join/#kde USMarine (n=gentoo@87-196-9-27.net.novis.pt)
14:25.59*** part/#kde OliverGTK (n=Gost@tor/session/x-63d3e808626acffd)
14:26.04*** join/#kde March-RX8 (n=cvcvawr@host229-5.pool8250.interbusiness.it)
14:26.58Ayozehas anybody broadcasted with amaroK? i think it doesnt work :S
14:27.18*** join/#kde Julianyus (n=Julian@81-203-81-47.user.ono.com)
14:27.33pinotreeAyoze: i'd try asking that in #amarok
14:27.35March-RX8is there someone who could help me configuring guarddog?
14:27.44AyozeI've already did that
14:28.19Julianyushi
14:28.24*** join/#kde Exis (n=Exis@oscnet249.osc.edu)
14:30.17March-RX8hi
14:30.20*** join/#kde thaldyron (n=thaldyro@193.170.48.226)
14:31.49*** join/#kde stampede (n=henrique@201.19.169.18)
14:32.13*** join/#kde pyxel (i=pyxel@c0re.hysteria.sk)
14:32.22pyxelhello
14:32.27pyxelplease
14:32.39pyxelwhat is the windows theme of this: http://linuxcult.com/crystal/Crystal_Clear.jpg
14:32.52pyxelI means the windows-like "Lunch" button
14:34.55jpatrickpyxel: that's Linspire
14:34.59g3nocideLUNCH!
14:35.41*** join/#kde mluser-work (n=mluser@12.149.189.42)
14:36.40*** join/#kde mixandgo (n=mixandgo@80.96.84.219)
14:37.09mixandgohi guys, is artsd deprecated or something ?
14:39.40pyxeljpatrick: hmm, are you sure, because i don't find it in kde-look.org (with the "lunch" buttonà
14:39.52*** join/#kde relentlessslacke (n=Ivan_Lez@217.117.75.2)
14:40.14*** join/#kde Ash-Fox (i=UNKNOWN@ecl42.neoplus.adsl.tpnet.pl)
14:40.30thiagomixandgo: it will be deprecated
14:40.34thiagoit is unmaintained
14:41.15mixandgothiago: oh... so now kde uses the default sound system or what... ?
14:42.00jpatrickpyxel: Linspire Clear
14:42.33thiagomixandgo: it *will* be deprecated
14:42.42*** join/#kde Pinaraf (n=Pierre@ALille-251-1-90-147.w83-204.abo.wanadoo.fr)
14:42.43thiagomixandgo: which means it still  isn't and is the KDE default sound server
14:43.18mixandgothiago: well, I don't have it installed by default... so...
14:43.48*** join/#kde Sho_ (i=EHS1@dslb-084-059-130-088.pools.arcor-ip.net)
14:43.56*** join/#kde _root (n=root@dsl-fixed-62-69-44-72.surfdsl.murphx.net)
14:44.02*** part/#kde _root (n=root@dsl-fixed-62-69-44-72.surfdsl.murphx.net)
14:44.03thiagomixandgo: so you may have no sound in KDE
14:44.13mixandgothiago: I do have sound
14:44.21mixandgobut arts is not running
14:44.40*** join/#kde javb (n=javb@200.88.5.204)
14:46.12javbweird but. i wanna change the Kmenu buttom icon.. i went to my icons directory and changed the name wih another one over there i wanted to be.. now i restart kde, the buttom remained the same but and i put my mouse over it, the "animation effect" (which says the name and stuff) has the new icon... :S
14:47.07*** join/#kde SuperLag (i=aaron@gentoo/developer/SuperLag)
14:47.35pyxeljpatrick: hmm, and how i can add the toolbar with "lunch" button please?
14:48.03jpatrickpyxel: that's for Linspire users
14:48.06*** join/#kde Noldi (n=dani@i577B4C8D.versanet.de)
14:48.11*** join/#kde Pinaraf (n=Pierre@2001:688:411:0:0:0:0:21)
14:48.25*** join/#kde _ (n=KDE@wayax6-174.dialup.optusnet.com.au)
14:48.43pyxeljpatrick: yes, i has installed linspire clear,  now
14:49.20Noldihallo zusammen
14:49.28jpatrickpyxel: I think it's just for the "Launch" button is for Linspire distro only
14:49.29javb?
14:49.46March-RX8who could help me configuring a firewall using guarddog???
14:50.09Noldilooking for german channel spezialised in suse
14:50.34*** join/#kde annma (n=annma@modemcable180.151-37-24.mc.videotron.ca)
14:51.37*** join/#kde sleon|tuX (n=sleon|tu@e180010214.adsl.alicedsl.de)
14:51.51*** join/#kde zer000000 (n=3423@206-14-69-2.ncal.verio.com)
14:51.54pyxeljpatrick: ah, ok thankx
14:53.47sleon|tuXis it known that kdegraphics package creates wrong compiler flags for gphoto2 support?
14:53.52sleon|tuXso compile fails ?
14:54.06thiagowhat wrong compiler flags?
14:54.12thiagoand which version of the kdegraphics package?
14:54.25sleon|tuXthiago, 3.4.2
14:54.37sleon|tuXthiago, it has -lghoto2 but not -lghoto2_port
14:54.46sleon|tuXthiago, and it seems not to user the output of the pkg-config
14:55.06sleon|tuXthiago, in the pkg config file of gphoto2 i have -lgphoto2 -lm -lpghoto2_port
14:55.15sleon|tuXthe file is called
14:55.20sleon|tuX<PROTECTED>
14:55.32*** join/#kde pipoun (n=pipoun@dan75-1-81-57-18-87.fbx.proxad.net)
14:55.54sleon|tuXthiago, so i end up with anresolved symbols at kamera build and at iosalves build for comm with gphoto2
14:55.57Ayozehas anybody broadcasted with amaroK? i think it doesnt work :S
14:56.43sleon|tuXthiago, looks like it is a problem from configure.in
14:57.03sleon|tuXthiago, because Makefile.in of kamera has GPHOTO2_LIBS = @GPHOTO2_LIBS@
14:57.29annmasleon|tuX: Makefile.am is what to look
14:57.42*** part/#kde March-RX8 (n=cvcvawr@host229-5.pool8250.interbusiness.it)
14:58.08thiagosleon|tuX: pkg-config is not used
14:58.12thiagowe use gphoto2-config
14:58.23sleon|tuXthiago, let me check
14:58.34sleon|tuX[sleon@ma kde]$ gphoto2-config --libs
14:58.34sleon|tuX-L/usr/lib -lgphoto2 -lm
14:58.39sleon|tuXoh it returns wrong values ...
14:58.42*** join/#kde stuartb (n=skbinge@88-111-101-85.dynamic.dsl.as9105.com)
14:58.44sleon|tuXthiago, thx
14:59.28*** join/#kde cbr (n=cbr@213-35-221-23-dsl.jhv.estpak.ee)
14:59.48sleon|tuXannma, why Makefile.am ?
14:59.54sleon|tuXannma, and not Makefile.in ?
15:00.52*** join/#kde superstoned (n=supersto@163-234.surfsnel.dsl.internl.net)
15:00.56*** join/#kde apokryphos (i=[U2FsdGV@67.15.185.40)
15:03.15*** join/#kde sibumi (n=root@81.214.255.226)
15:03.33*** join/#kde thore_ (n=thore@83.243.140.5)
15:04.42*** join/#kde Flendor (i=Flendor@195.174.45.107)
15:04.45FlendorGood evening.
15:05.06pinotreehey Flendor!! =)
15:05.20FlendorHello pinotree, how are you?
15:05.33*** part/#kde Noldi (n=dani@i577B4C8D.versanet.de)
15:05.34pinotreepretty fine, thanks
15:05.40pinotreelessons started again
15:06.05FlendorMine did too.
15:06.06*** join/#kde ringerc (n=craig@dsl-202-72-144-62.wa.westnet.com.au)
15:06.18pinotreewhich uni?
15:06.39FlendorYildiz Technical University, Istanbul
15:07.00pinotreeCS?
15:07.26FlendorNope, Mechanical Engineering
15:07.34*** part/#kde pyxel (i=pyxel@c0re.hysteria.sk)
15:08.33pinotreethat's nice too
15:08.55FlendorAnd do you study?
15:09.57*** part/#kde sleon|tuX (n=sleon|tu@e180010214.adsl.alicedsl.de)
15:10.31pinotreeyep, Computer science
15:12.40FlendorOh, nice :) Now, I have to go for dinner..
15:12.49pinotreebon appetit!
15:14.12*** join/#kde whirm (n=whirm@170.Red-217-126-6.staticIP.rima-tde.net)
15:18.06*** join/#kde akulbe (n=akulbe@216.253.105.138)
15:18.26*** join/#kde akulbe (n=akulbe@216.253.105.138)
15:21.48*** join/#kde jq (n=jquelin@merlin.mongueurs.net)
15:23.41FlendorBack.
15:23.54*** join/#kde defcon8 (n=defcon8@unaffiliated/defcon8)
15:24.01defcon8how do you do python in qtdesigner. do you automatically get the option when you install pyqt?
15:24.09*** join/#kde SuperL4g (n=akulbe@216.253.105.138)
15:24.13*** join/#kde blueyed (n=daniel@iD4CC01BA.versanet.de)
15:25.32defcon8anyone?
15:25.46*** join/#kde _fred (n=fred@car06-1-82-232-85-28.fbx.proxad.net)
15:28.11*** join/#kde _fred (n=fred@car06-1-82-232-85-28.fbx.proxad.net)
15:28.33*** join/#kde kiwi_uk (n=jon@kadus.kiwiuk.net)
15:29.04*** join/#kde _Spark_ (n=spark@dhcp017063.ittns.northwestern.edu)
15:34.54*** join/#kde spiral (n=spiral@laf31-2-82-224-249-43.fbx.proxad.net)
15:35.58*** part/#kde _fred (n=fred@car06-1-82-232-85-28.fbx.proxad.net)
15:36.02annmadefcon8: ask in #qt
15:36.09*** part/#kde defcon8 (n=defcon8@unaffiliated/defcon8)
15:36.15*** join/#kde steffan (n=steffan@p54B18ED6.dip0.t-ipconnect.de)
15:37.56*** join/#kde kanopa (n=mindauga@lan-84-240-32-73.vln.skynet.lt)
15:37.57*** join/#kde Pinaraf (n=Pierre@2001:688:411:0:0:0:0:21)
15:38.21Ayozedid anybody try to broadcast with amaroK? It doesnt connect for me
15:39.36frbI've tried with kaffeine, but couldn't get it to work
15:39.58*** join/#kde chrisag (n=chrisag@college9-23-98.resnet.ucsc.edu)
15:41.34*** join/#kde mixandgo (n=mixandgo@80.96.84.219)
15:42.00mixandgoany ideea why arts crashes when I try to play an ogg file ? but works ok with wav's
15:42.18*** join/#kde secret2 (n=secret2@p508BE245.dip.t-dialin.net)
15:43.00frbbecause arts is a steaming pile?
15:43.06annmamixandgo: maybe it was not compiled with ogg support?
15:43.11annmamixandgo: what distro?
15:43.16mixandgogentoo
15:43.33annmadid you compile ogg stuff before arts?
15:43.41annmado you have ogg support at all?
15:43.52mixandgoyou mean libogg ?
15:43.57jhutchinsHow do you set the units for kweather (2.1.0 on kde 3.4.2)?
15:44.08annmamixandgo: yes
15:44.24mixandgoI've installed them now
15:44.28annmaand vorbis stuff maybe, I get it from rpm myself
15:44.31annmanow?
15:44.37annmaso it was ot there before
15:44.45mixandgono
15:44.54annmaretry when finish and ask in #gentoo next time
15:45.13annmait's difficult to know what exactly you need for ogg support
15:45.19mixandgoI did... but no one answers
15:45.20mixandgo:D
15:45.20jhutchinsmixandgo, annma:  I added the ogg flag to my use flags and re-emerged alsa & related files, my problem was that ogg's wouldn't play at all.
15:45.40jhutchinsPretty sure that fixed it.
15:45.40annmaand now it works?
15:45.50annmayou still need libogg
15:45.58annmaor what ogg package?
15:46.05anisX!ping me
15:46.06Pixels-because of youuuuu i am afraidddddddd
15:46.11jhutchinsWhich portage should pull automatically if you emerge alsa with the ogg flag enabled.
15:46.11Pixels-:-S
15:46.24annmajhutchins: ah, ok, I don't use gentoo, see
15:46.36annmaso portage flags and such are alien for me
15:46.45Pixels-yeah
15:46.49Pixels-if you don't run gentoo
15:46.49mixandgoI think i got it
15:46.55mixandgolibvorbis
15:46.56annmabut well I gave the right answer anyway
15:47.12mixandgodidn't compile arts with vorbis support
15:47.19jhutchinsannma: Gentoo does pretty good at pulling required files on install, but unlike RPM there's no way to detect relationships on installed packages or for removal.
15:47.57annmaI use a rpm based distro but I compile all of kde and sometimes gcc and others
15:48.08jhutchinsmixandgo: It's wierd that gentoo will install KDE without ogg support when KDE uses all ogg soundfiles internally.
15:48.22mixandgoyeah, also without arts
15:48.39jhutchinsmixandgo: defaults to alsa
15:48.59mixandgoI know, but kde does not use alsa... right ?
15:49.07mixandgofor system sounds and all
15:49.09jhutchinsDoes if you tell it to.
15:49.20jhutchinskde might default to arts for some obscure reason.
15:49.25mixandgohmm.. how do you tell it to ?
15:49.28jhutchinsSome developer with obsolte base sysetm.
15:49.41jhutchinskcontrol, under Sounds & Multimedia iirc.
15:50.02mixandgojhutchins: but you need arts for that
15:50.05jhutchinsUsually set to "Auto Detect", often necessary to manually set "Alsa".
15:50.18Ayozedid anybody try to broadcast with amaroK? It doesnt connect for me
15:50.51anisXKTorrent is really slow compares to Azureus :(
15:51.18jhutchinsMaybe kcontrol/Sound/Sound System/Hardware
15:51.59jhutchinsMy Gentoo box is in another office...
15:52.18mixandgodon't think you can change anything if you don't have arts
15:53.16mixandgodamn... keeps crashing
15:55.12mixandgoanyone else have sounds without using arts ?
15:58.44*** join/#kde chillmann (n=chillman@c226022.adsl.hansenet.de)
16:02.48*** join/#kde jhutchins (n=jonathan@CPE-69-76-225-86.kc.res.rr.com)
16:04.13*** join/#kde CRXLNX (n=kvirc@pcp08972467pcs.lbanon01.tn.comcast.net)
16:04.24*** part/#kde KohlInGA (n=GA@adsl-211-237-59.asm.bellsouth.net)
16:04.36*** join/#kde maderd (n=maderd@pura.imtek.uni-freiburg.de)
16:04.39*** join/#kde elcuco (n=elcuco@bzq-84-109-155-50.red.bezeqint.net)
16:05.29maderdhi all, how can I convince kmail to also download messages with imap as for example thunderbird does
16:05.46maderdI know that this is not pure imap, but it makes sense
16:06.34superstoneddoes anyone know why we never hear about the fact KDE could be controlled by speech? (khotkeys supports speech as input)
16:07.05superstonedanisX: yes, it is slow. no-one knows the reason? maybe some clients ban ktorrent...
16:09.51maderdso nobody misses this kmail thing? it requires a very fast network to conviently work with imap and kmail...
16:10.13maderdconveniently, sorry for the typo
16:11.34SAngeliI am having trubles installing new icons in kde. Can anyone please help? This is what I am trying to install: http://www.kde-look.org/content/show.php?content=28375
16:12.51*** join/#kde pipoun (n=pipoun@dan75-1-81-57-18-87.fbx.proxad.net)
16:13.38*** join/#kde jhutchins (n=jonathan@CPE-69-76-225-86.kc.res.rr.com)
16:14.30jhutchinsAnybody know about setting units in kweather?
16:16.32*** part/#kde maderd (n=maderd@pura.imtek.uni-freiburg.de)
16:17.30*** join/#kde StevenR (n=foo@82-41-30-69.cable.ubr04.edin.blueyonder.co.uk)
16:18.02*** join/#kde Blissex (i=pcg@82-69-39-138.dsl.in-addr.zen.co.uk)
16:19.15chrisagIs there a reason kontact wouldn't have the distribution list editor
16:21.21*** join/#kde b0xy (n=b0xy@65.255.135.160)
16:23.12*** join/#kde oGALAXYo_ (n=galaxy@p5481DC3E.dip.t-dialin.net)
16:25.03jhutchinschrisag: Which distro?
16:25.12chrisagsuse
16:25.58chrisager jhutchins suse 10.0
16:26.33jhutchinsLikely suse has stripped it out.
16:26.45chrisagThat wouldn't serve an intensive purpose....
16:27.01*** join/#kde hon (n=hon@gazor3.ece.queensu.ca)
16:30.08pipounAnyone using konversation and knowing how to create an alias?
16:30.45*** join/#kde neptune3k (n=neptune3@213.228.47.157)
16:36.10*** join/#kde r3tex (n=r3tex@death.olf.sgsnet.se)
16:36.47r3texis there a standard embedded media player for konqueror?
16:36.51r3texlike for windows media?
16:36.57kiwi_ukno
16:36.57kiwi_ukbut
16:37.03Ayozekaffeine
16:37.04kiwi_ukKaffeine can do it
16:37.18oGALAXYo_kmplayer
16:37.23kiwi_ukKMplayer too can as well I think
16:37.37kiwi_ukI find KMplayers Mozilla plugin to be better than Kaffeines too
16:38.19SMiLeafhmm.. not tried that one in a while.
16:38.46SMiLeaflast time I tried it tried to fork me to death :D
16:40.23*** join/#kde andz (i=andz@dslb-084-056-021-235.pools.arcor-ip.net)
16:48.17*** join/#kde gaboo (n=gaboo@lns-bzn-7-82-64-156-156.adsl.proxad.net)
16:48.21*** join/#kde CyberSpy (n=CyberSpy@cpe-065-191-191-010.nc.res.rr.com)
16:49.17*** part/#kde r3tex (n=r3tex@death.olf.sgsnet.se)
16:49.56*** join/#kde DaSkreech (n=Me@208.138.23.62)
16:50.49*** join/#kde gaboo (n=gaboo@lns-bzn-7-82-64-156-156.adsl.proxad.net)
16:56.22*** join/#kde Zxcvb (n=somebody@12-215-141-137.client.mchsi.com)
16:56.37DaSkreechhttp://developer.kde.org/development-versions/  is where I should be watching to get info on the roadmap/progress of KDE4?
16:56.48Zxcvbwhy do I have to press ´ or ¨ twice to get a ´ or ¨ ?
16:57.25*** join/#kde zreisman (n=zreisman@ool-44c3d084.dyn.optonline.net)
16:58.52*** join/#kde dec0ding (n=binarian@62.162.227.234)
16:59.38BlissexZxcvb: because you have dead keys enabled.
17:00.23*** join/#kde Pixels- (n=debian@216-166-250-130.clec.peknil.commercial.madisonriver.net)
17:00.41*** join/#kde _filip (n=filip@dD5E07987.access.telenet.be)
17:00.43*** join/#kde Gonzo (n=Gonzo@82-35-237-46.cable.ubr03.hari.blueyonder.co.uk)
17:00.59ZxcvbBlissex: found it, turns out dead keys can't be disabled unless you use en_US instead of en
17:01.18*** join/#kde qfh (n=qfh@ppp-82-135-2-153.mnet-online.de)
17:01.42*** part/#kde _filip (n=filip@dD5E07987.access.telenet.be)
17:02.09*** join/#kde Adam_ (n=chatzill@84.93.28.102.plusnet.ptn-ag1.dyn.plus.net)
17:03.22*** join/#kde Armi^ (n=wouter@co-c-3c14d.adsl.wanadoo.nl)
17:04.24Adam_hello everyone; i've jsut instaled kde on a gentoo based system. however when i try to start kde using 'startkde' i get an error message saying that it is unable to start 'x' however kde will work if i startx and then startkde from within the x window
17:04.38*** join/#kde mabu (n=mabu@cmb32-29.dial-up.arnes.si)
17:04.39*** join/#kde ringerc (n=craig@dsl-202-72-144-62.wa.westnet.com.au)
17:05.05*** join/#kde Doktoreas (n=puzzola@host245-127.pool8251.interbusiness.it)
17:05.24*** part/#kde DaSkreech (n=Me@208.138.23.62)
17:05.33*** join/#kde mabu (n=mabu@cmb32-29.dial-up.arnes.si)
17:06.22*** join/#kde _renton (n=renton@84.4.4.240)
17:06.41*** join/#kde annma (n=annma@kde/developer/annma)
17:08.00*** part/#kde zreisman (n=zreisman@ool-44c3d084.dyn.optonline.net)
17:09.21*** join/#kde _mkydiver (n=de3legge@ool-44c54be3.dyn.optonline.net)
17:10.06*** join/#kde chandoo (n=chandoo@cpe-66-67-218-119.rochester.res.rr.com)
17:10.11BlissexAdam_: 'startkde' is not supposed to start X.
17:10.43BlissexAdam_: 'startx' (or just 'xinit') and then 'startkde' is the right way.
17:11.13Adam_ok thank you
17:12.30*** join/#kde HenkPoley (n=henk@poley.xs4all.nl)
17:14.03*** join/#kde Pixels- (n=debian@216-166-250-130.clec.peknil.commercial.madisonriver.net)
17:14.22*** join/#kde straw (n=strawman@stjh1-2347.nb.aliant.net)
17:14.31*** join/#kde Pixels- (n=debian@216-166-250-130.clec.peknil.commercial.madisonriver.net)
17:16.16*** join/#kde McScruff (n=mcscruff@cpc1-folk1-3-0-cust41.asfd.cable.ntl.com)
17:18.55*** join/#kde bushwakko (n=wakko@195.18.226.6)
17:19.11*** join/#kde fk6 (n=fk6@MicroNet-NV.ser.netvision.net.il)
17:19.32fk6hi
17:19.49*** join/#kde matthijs (n=matthijs@matthijstenkate.speedxs.nl)
17:20.33*** join/#kde bram85 (n=bram@dsl69-31-100.fastxdsl.nl)
17:20.34fk6we are a team in the Middle East that try to help a government moving to Linux, the problem we have is again and again with localisation, short question whether anybody knows a really good resource for this?
17:21.38*** join/#kde chrisag (n=chrisag@college9-23-98.resnet.ucsc.edu)
17:21.40fk6and whether anybody knows of the very strange problem that names of files that have been given arab file names on windows, cannot be correctly displayed with konquerer
17:22.20annmawhat language, fk6 ?
17:22.26fk6naturally also not with a normal shell, but konqueror with all the localisations installed should be able to do this but isn't and we suspect that there are once again unique codepages on windows that don't exist on windows. whom to ask
17:22.28fk6arab
17:22.36annmathere is already an arab team
17:22.39annmafor KDE
17:22.57annmado you belong to it?
17:23.05fk6where can i reach them best, we are moving servers here and the desktop were just a coincidence...
17:23.18fk6no, i don't belong to it.
17:23.22annmaok
17:23.24annmamoment
17:23.26annmaI look
17:23.28fk6thx
17:23.29*** join/#kde jimmy_ (n=jimmy@45-247.246.81.adsl.skynet.be)
17:24.41annmafk6: http://i18n.kde.org/teams/index.php?a=i&t=ar
17:24.41Blissexfk6: there are completely arabised distros around, you can look at.
17:24.47annmafor ar language in kde
17:24.58annmayes, Blissex is right
17:25.14fk6btw we are not doing this for a living otherwise we would know what we are doing, we do security and this desktop business has just popped up and ppl have started asking us right and left and it is a major pain. makes me wonder how few ppl must be using arabized linux, as so many problems are not fixed, not only kde related, but printing esp...
17:25.44fk6sure that's the next step only problem we don't speak arabic, and we thought it should be possible to take a debian stable and make it arabic or at least arab compatible
17:25.52Blissexfk6: as to the file names, it depends on which encoding they are in, and which one is the system expecting them.
17:25.56fk6annna: thx
17:26.29Blissexfk6: Debian stable has a lot of stuff, but not necessarily for Arabic. It has strong support for Japanese and Chinese for example.
17:26.42fk6well, we thought utf8 solves this problem. we can write arabic file names on kde no problem, just migrating the ones from windows doesn't work
17:27.10Blissexfk6: there is no guarantee (what a euphemism!) that MS Windows uses UTF8 for pathnames in arabic :-).
17:27.27fk6:(
17:28.02Blissexfk6: note that when you 'mount' a FAT32/NTFS partition you can specify which encoding the file names are in.
17:28.15fk6Blissex: is there a specific arabic or arabic-friendly dis that you would recommend?
17:28.30Blissexfk6: I have no idea, I just read a few announcements here and there.
17:28.43*** join/#kde iDeJ (n=iDeJ@kss9-d9bb8a22.pool.mediaWays.net)
17:29.05Blissexfk6: note that UTF-8 is not necessarily the ideal encoding for an arabic environment, even if it is indeed very portable.
17:29.35Blissexfk6: unfortunately to look for an ''arabic Linux distro'' ideally you would do a web search in arabic. :-).
17:30.23*** join/#kde Edulix (n=edulix@80.102.4.46)
17:30.30Blissexfk6: I have just done a web search for the obvious keywords and there are a number of very relevant links. Have you tried doing one yourself...
17:30.31fk6Blissex: yes, that has been a problem:( it's really strange, when we google there is not out there. and how do you evaluate a distro for a gov, when you don't speak the language.
17:30.38*** join/#kde lippel (n=frank@kde/developer/osterfeld)
17:30.50fk6Blissex: which is why we wanted to stay with the servers :)
17:30.53*** join/#kde sredna (n=anders@kde/developer/alund)
17:31.02Blissexfk6: try this: http://www.google.com/search?num=100&as_q=gnu+linux+distro&as_oq=arabic+arabized
17:31.15aleph1s
17:31.20*** join/#kde triNode (n=anthony@unaffiliated/trinode)
17:31.47fk6Blissex: yes we have searched a lot, for instance there is arabeyes.org, good page, but nothing related to our problems
17:32.33Blissexhttp://www.eglug.org/node/389
17:32.35fk6I was just wondering whether somebody has seen a fully arabized and completely working system in and for the arab world, everything that i have seen till now, had problems, when we spoke to locals they said, yes everything works but....printing ...
17:32.40Blissexhttp://distrowatch.com/table.php?distribution=arabbix
17:33.01Blissexfk6: printing is a problem in English, never mind Arabic...
17:33.04triNodehey, I'm using 3.5beta 1, i've removed my ~/.kde folder and I have 2 problems, clicking a link to a url in konversation or kontact opens kdevelop. the second problem is i keep getting invalid xml, unexpected character at 2:2 errors
17:33.12triNodeany ideas on either of these problems?
17:33.29*** join/#kde chrisag (n=chrisag@college9-23-98.resnet.ucsc.edu)
17:33.31frbdoes kde come with a stickynote program?
17:33.39Doktoreasany info for beta2?
17:33.49thiagofrb: knotes
17:33.53chrisagfrb: knote
17:33.53thiagoDoktoreas: next week
17:33.57*** join/#kde ironfroggy (n=calvin@pcp01874264pcs.chmbrs01.pa.comcast.net)
17:34.02chrisagyou have to use knote &  in the command prompt in the menu
17:34.05Doktoreasthx thiago
17:34.06chrisagat least that's what I do :x
17:34.12fk6Blissex: the fun start when you see the page alright with the browser, then start printing with it using cups and out come only rectangles;) and printing with openoffice arab works, those things make you go crazy :)
17:34.31thiagofk6: looks like a font problem
17:34.32frboh nice, that means I can use kate less
17:34.36fk6Blissex: arabbix is what we wanted to try next, have the CD next to us...
17:34.43Blissexfk6: http://distrowatch.com/table.php?distribution=haydar
17:34.46thiagofrb: printing with openoffice using kprinter or cups.lpr directly?
17:35.00fk6thiago: kprinter --stdin
17:35.13thiagofk6: and that prints Arabic correctly?
17:35.14Blissexfk6: those problems with fonts/printing happen all the time with english too.
17:35.32fk6and the page displays ok in firefox, we now got it to work with konquerer, but not with firefox...
17:36.08*** join/#kde eXistenZ (n=emurz@62.219.141.179)
17:36.23Blissexfk6: read this page very carefully to get an idea of the enormous mess that fonts are in GNU/Linux: http://tinyurl.com/ajxgr
17:36.34fk6the one that gave me really the shit today was when we mounted the usb stick with the windows arab named files and they all turned up wildcards...i hope that we can fix it with codepages and that the relevatn ones are available on lnux
17:36.35Blissexfk6: http://distrowatch.com/table.php?distribution=phaeronix
17:36.53thiagofk6: filenames work just fine
17:37.06thiagofk6: your /etc/fstab is wrong, if the device is named there
17:37.17thiagomake sure iocharset=utf8 is on the line
17:37.32fk6thiago: yes, if we create and write them in arabic on KDE, yes, but when we access a USB stick with filename that have been created with Arabic windows, no
17:37.40Blissexfk6: http://linux-maroc.org/mimosa/
17:37.48thiagofk6: was it mounted with iocharset=utf8?
17:38.06fk6thiago: no
17:38.09*** join/#kde edulix (n=edulix@80.102.4.46)
17:38.15thiagofk6: then you should
17:38.16jimmy_hello everybody... i have a little problem. I want to compile and install the last version of kde on a directory but not in /usr/, i want in /programs/kde/... i have download qt4 and kdelibs4, all is compiled correctly... now i want to compile kdeutils from de svn... but when i launch ./configure, for KDE libs, it doesn't go in my new directory but in /usr/lib
17:38.24thiagofk6: also make sure your environment is UTF-8
17:38.36*** join/#kde haumann (n=dh@p54A7CBAA.dip.t-dialin.net)
17:38.37jimmy_checking for KDE... libraries /usr/lib, headers /programs/kde/include
17:38.47thiagojimmy_: erase everything you downloaded and try again with Qt 3.3.5 and KDE 3.5 beta 2
17:38.59fk6thiago: thx will try tomorrow
17:39.11thiagojimmy_: unless you want to join our KDE 4 development effort
17:39.21fk6thiago: not very familiar with internationalisation, where to I set the env to utf-8?
17:39.22srednaHello
17:39.35thiagofk6: open a shell and type "locale". What do you see?
17:39.41thiagohey sredna
17:39.47*** join/#kde shaishai (n=shaikun@ipd50a0df9.speed.planet.nl)
17:39.50jimmy_everythings is ok with kde4 and i want to program with kde4, i just want to know how to say to ./configure to use my news libs
17:40.10thiagojimmy_: set KDEDIR and KDEDIRS
17:40.12fk6thiago: currently in our hotel, will have to check tomorrow at the ministry again
17:40.23thiagojimmy_: also set PATH so that the KDE4 kde-config is found before the KDE3 one
17:40.42*** join/#kde relentlessslacke (n=Ivan_Lez@217.117.75.2)
17:41.16jimmy_ah yes
17:41.18fk6thiago: do you have a good webpage for me on the arabic stuff, or should we just continue with googling, was looking at the kde i18n page but didn't find much there
17:41.29jimmy_kde-config i think
17:41.32*** join/#kde sharkk (n=sharkk@adsl-ull-72-218.41-151.net24.it)
17:41.36thiagofk6: I don't have any page to refer you to, sorry
17:41.44strawdoes kde have known problems with svg icons?
17:42.05fk6thiago: thx anyhow will try this out tomorrow!
17:42.06annmastraw: what problem?
17:42.14*** join/#kde McScruff (n=mcscruff@cpc1-folk1-3-0-cust41.asfd.cable.ntl.com)
17:42.17fk6annna: thx for your help
17:42.23annmayou're welcome
17:42.44eXistenZannma: can you help me with my kdm?
17:42.58annmaeXistenZ: I doubt it
17:42.59straw3.4.2, using the tango project icon set
17:43.14annmastraw: url?
17:43.42strawsigh, it's down due to yesterday's slashdotting
17:43.49*** join/#kde benklop (n=benklop@128.198.14.194)
17:44.47*** part/#kde manymore (n=gary@ip68-98-18-50.ph.ph.cox.net)
17:44.58eXistenZannma, here is my kdm.log http://rafb.net/paste/results/tNeWSe26.html
17:45.05strawit's intent is to map kde/gnome icon themes to a standard naming scheme
17:45.42annmastraw: is it a KDE theme?
17:46.00jimmy_my KDEDIR and KDEDIRS are set to /programs/kde but kde-config -- prefix give me /usr... where can i change this ?
17:46.25strawannma: yes. it's also a gnome theme ;)
17:46.32eXistenZannma, I cannot get my kdm background. When my computer logs to kdm, it simply displays a brown-like color.
17:46.40annmastraw: what kde version does it support?
17:46.48annmaeXistenZ: what diostro?
17:46.49eXistenZannma, I got all the settings in control center set well.
17:47.03strawannma: so far i seem to be the only kde person in #tango
17:47.19eXistenZannma, deb
17:47.24annmastraw: do you know what kde versio it is for?
17:47.32annmaeXistenZ: ask in #debian-kde
17:47.56strawannma: no, i don't think it targets a particular version yet
17:48.01jimmy_and when i do kde-config --path lib it gives /programs/kde/lib/:/usr/local/lib/:/usr/lib/
17:48.11annmastraw: so you mean it is in development
17:48.21annmastraw: so what is the problem?
17:49.34strawannma: it's mostly svg, and i'm seeing scaling problems on kicker and in kcontrol
17:49.45thiagostraw: KDE probably won't support Tango
17:49.48annmayou have kde 3.4?
17:49.52*** join/#kde manymore (n=gary@ip68-98-18-50.ph.ph.cox.net)
17:49.57annmastraw: currently KDE uses png
17:50.12thiagoour default icon theme is Crystal for KDE 3 and will likely be Oxygen for KDE 4
17:50.13thiagono Tango
17:50.14strawthiago: i'm not sure you need to care about it
17:50.29*** join/#kde Pixels- (n=debian@216-166-250-130.clec.peknil.commercial.madisonriver.net)
17:50.33annmait's not care, it's support
17:51.06strawthiago: it uses perl and xml to map existing icon names to their standard names
17:51.10annmathat means that if you experient scaling problems you are on your own to fix them
17:51.20thiagostraw: ok, then we don't
17:51.22thiagoproblem solved :-)
17:51.36straw<straw> does kde have known problems with svg icons?
17:51.45strawso yes, it does?
17:52.16thiagonope, they should work fine if you have ksvg installed
17:52.20annmawe don't support svg icons
17:52.34thiagowe don't?
17:52.43thiagohmm... Crystal is SVG, right?
17:52.47annmawell maybe we do but we don't use them, we use pngs
17:52.59annmathiago: we don't generate icons from svgs
17:53.02annmasvgz
17:53.08annmaas far as I know
17:53.26thiagoso they're rasterised into pngs before being used?
17:53.31annmayes
17:53.46straw<icon name="accessories-calculator">
17:53.49straw<PROTECTED>
17:53.58straw<PROTECTED>
17:54.06straw</icon>
17:54.09straw:)
17:54.10annmastraw: we don't have that currently
17:54.18annmain KDE
17:54.25*** join/#kde teatime (n=jens@h54n2fls307o1101.telia.com)
17:54.26strawthat's how they're doing it
17:54.41annmabesides why would I have the same icons for 2 different calcs?
17:54.45*** join/#kde potts (n=potts@PCS-VT.internet2.ru)
17:54.50*** part/#kde potts (n=potts@PCS-VT.internet2.ru)
17:54.56strawyou don't
17:55.13annmaanyway I don't have gnome
17:55.17strawyou just have kcalc.png
17:55.23annma.png?
17:55.42strawwhich maps to accessories-calculator.svg
17:55.56annmamaps?
17:56.00annmadefine maps
17:56.34thiagoso if I had gnome-calculator and kcalc in my menu, which icon would be shown?
17:56.54strawaccessories-calculator
17:57.00annmafor both?
17:57.03strawi gather
17:57.20annma<annma> besides why would I have the same icons for 2 different calcs?
17:57.30annmaisn't what I said?
17:57.30*** join/#kde xroberx (n=rober@219.Red-83-43-33.dynamicIP.rima-tde.net)
17:57.34xroberxhi
17:57.35strawannma! :)
17:57.41xroberxwhat's the name of the CD player that comes with KDE ?
17:57.46thiagoxroberx: kscd
17:57.50xroberxthanks
17:58.06annmastraw: what do you do in that project yourself exactly?
17:58.25thiagostraw: so, suppose I add them to my panel, where text isn't shown
17:58.33thiagohow do I tell one apart from the other?
17:58.54strawi've submitted a patch against the .xml, annma
17:59.17*** join/#kde elduece (n=elduece@70.236.18.35)
17:59.27strawthiago: you don't, only one icon is shown
17:59.46strawyeah, that's and issue...
18:00.00strawan issue, even
18:00.00thiagoyou can ask me why I would want to have two calculators, but...
18:00.13thiagofor instance, I hope you're not standardising the web browser
18:01.28strawi realize the potential problems, and i'm hoping to get a more experienced kde user/hacker interested
18:01.45jimmy_little question... is it a program or a human that will changes in kde4, all the #include that are not supported ? and also, who will change in the source code (example: KURLDrag -> K3URLDrag) ?
18:02.07thiagojimmy_: there's a script to help you
18:02.14jimmy_where ?
18:02.18thiagobut in the end you're still supposed to review everything it did
18:02.23thiagojimmy_: kdesdk/scripts
18:02.24*** join/#kde chrisag (n=chrisag@college9-23-98.resnet.ucsc.edu)
18:02.25jimmy_of course
18:02.42jimmy_thanks :)
18:03.08thiagostraw: you'll get the reply that "as long as our icon is shown, everything is ok" :-)
18:03.36thiagowe're putting a lot of effort into creating a new theme (Oxygen) for a reason
18:03.44*** join/#kde _edulix (n=edulix@80.102.12.231)
18:04.17strawthiago: it will be. the folks working on it, while they are gnome folks, will no doubt be respectful of that
18:04.52thiagoso I wonder why no one from KDE was invited to work with them
18:05.08jimmy_...where is kdesdk/scripts ?? :-s
18:05.29*** join/#kde abattoir (n=ani@bb220-255-127-160.singnet.com.sg)
18:05.29thiagojimmy_: in the kdesdk package
18:05.32*** part/#kde abattoir (n=ani@bb220-255-127-160.singnet.com.sg)
18:05.55*** join/#kde abattoir (n=ani@bb220-255-127-160.singnet.com.sg)
18:06.15thiagojimmy_: you can find it in http://websvn.kde.org/trunk/KDE/kdesdk/scripts
18:06.25jimmy_ok, thanks :)
18:06.36abattoirHello...
18:06.42strawthiago: they're just getting started, afaict
18:06.51thiagostraw: anyways, I had never heard of Tango before you mentioned it
18:06.53abattoirI am trying to install apollon on an x86-64 machine...
18:07.17abattoiri get "checking for KDE... configure: error:
18:07.19abattoirin the prefix, you've chosen, are no KDE libraries installed"...
18:07.27abattoirI have the relevant kde libraries installed
18:07.36thiagoabattoir: in the prefix you have chosen, are the kde libraries installed?
18:07.48abattoirthiago:
18:07.53abattoirthiago: yes
18:07.55strawthiago: well, once their site's back up i'll spam you the link and you can have a look
18:08.06thiagoabattoir: then please check config.log to see the reason why it thinks they are not
18:08.12thiagostraw: ok
18:08.15abattoirbut the configure script does not look into the right path
18:08.21abattoiri checked that too
18:08.41abattoirit looks for the file in paths where it does not exist
18:08.44thiagoabattoir: so, are the kde libraries installed _in_ the prefix you chose?
18:08.57abattoirthiago: yes
18:09.05abattoirbut when i prefix a path....
18:09.13thiagoabattoir: where is your kde-config?
18:09.15*** join/#kde AnotherData (n=AnotherD@c-67-177-214-145.hsd1.co.comcast.net)
18:09.30abattoiranother path is suffixed, like /lib/plugins ....
18:09.39abattoirthiago: one sec
18:10.01abattoirthiago: /usr/bin/kde-config
18:10.13thiagoand is /usr the prefix you chose?
18:10.18abattoiryes
18:10.30thiagowhat does kde-config --prefix say?
18:10.50abattoir/usr
18:11.23thiagois KDEDIR or KDEDIRS set?
18:11.32abattoiri exported it
18:11.39abattoirit wasnt set initially
18:11.43thiagowhat are they set to?
18:11.58abattoir/usr
18:12.10*** join/#kde elijahlofgren (n=elijahlo@dialup-4.252.5.108.Dial1.Atlanta1.Level3.net)
18:12.22abattoiri also tried setting it to /usr/lib64/kde3
18:12.26abattoirthat didnt work either
18:12.31thiagounset both
18:12.34annmado you have the devel packages from your distro?
18:12.36thiagodoes configure work now?
18:12.58abattoirannma: yes
18:13.05abattoirthiago: one sec pls.
18:13.13*** join/#kde _odd (n=odd@213.161.249.79)
18:13.32abattoirthiago: no it does not work
18:13.38strawthiago: is there a kde spec around for icon sets?
18:13.48abattoirI also had a problem with qt...
18:13.51AnotherDatawhen did kde 3.4.3 come out?
18:14.14abattoirI had to manually prefix the path with "--with-qt-libraries=/usr/lib/qt3/lib64"
18:14.21thiagostraw: not sure, but I think so
18:14.27thiagoabattoir: what's the error now?
18:14.38thiagoabattoir: what library isn't found?
18:14.39abattoirthiago: its the same
18:14.47jimmy_how to use scripts : like this ? ./adapte-to-kde4-api.pl../../kdeutils/kgpg/listkeys.cpp  because it doesn't work
18:14.52thiagoI want the exact error
18:15.00abattoirkdewidgets.la
18:15.01thiagojimmy_: ask laurent montel
18:15.11thiagoabattoir: where is that in your system?
18:15.19abattoirthe error is : checking for KDE... configure: error:
18:15.21abattoirin the prefix, you've chosen, are no KDE libraries installed. This will fail.
18:15.21abattoirSo, check this please and use another prefix!
18:15.24*** join/#kde humbolt (n=hugo@dsl-200-78-50-249.prod-infinitum.com.mx)
18:15.30humboltis it normal that artsd starts in 3 instances when full-duplex is enabled?
18:15.50thiagohumbolt: threading
18:16.18abattoirthiago: it is in /usr/lib64/kde3/plugins/designer
18:16.19thiagoabattoir: where is kdewidgets.la in your system?
18:16.26thiagohmm...
18:16.31thiagowhat is QTDIR set to?
18:16.44abattoir/usr/lib/qt/lib64
18:17.08thiagolooks ok
18:17.26abattoiractually it is /usr/lib/qt3/lib64
18:18.04*** join/#kde emeteo (n=NoSwPate@kde/developer/mteijeiro)
18:18.05abattoiroh sorry just qt3 not qt3/lib64.. that was the configure prefix
18:19.18*** join/#kde nael (n=nael@ras75-1-81-57-62-96.fbx.proxad.net)
18:19.22thiagoabattoir: I don't know
18:19.29thiagothe lib64 thing worries me
18:19.36abattoirI just need to tell configure the right path
18:19.46abattoirhow do i do that
18:19.54abattoirwithout it suffixing /lib/....
18:20.11thiago--with-extra-libs=
18:20.18*** join/#kde liquidat (n=liquidat@regulus3.student.UU.SE)
18:20.20abattoiri did that....
18:20.25*** join/#kde superstoned (n=supersto@163-234.surfsnel.dsl.internl.net)
18:20.54abattoirbut it then puts /lib/kde3/plugins.... after the path i specify
18:23.33*** join/#kde Ayoze (n=ayoze@cm-213-141-50-113.telecable.es)
18:23.44*** join/#kde micro (n=micro@K15ef.k.pppool.de)
18:25.21thiagoit adds kde3/plugins/designer/ to it
18:25.41humboltdoes anybody have any experience with skype using arts? I get a segfault every time I want to make a call
18:25.54humboltusing artsdsp -m skype
18:26.40thiagoabattoir: I don't see it adding "lib"
18:27.50*** join/#kde htedrom (n=htedrom@d154-20-13-12.bchsia.telus.net)
18:27.50abattoirthiago: I dont know... that what config.log says...
18:28.21abattoirconfigure: 29583: /usr/lib64/kde3/lib/kde3/plugins/designer/kdewidgets.la
18:28.47thiagowhere is your libkio.la?
18:28.49abattoiri specified /usr/lib64/kde3 as the path
18:29.04abattoirthat was found correctly
18:29.16abattoir@ /usr/lib64/kde3/lib/libkio.la
18:29.35*** join/#kde RockHound (n=martin@d188235.adsl.hansenet.de)
18:29.36thiagothat's not the path I expected
18:29.44thiagoit should be /usr/lib64/libkio.la
18:30.38abattoiroh it is there in /usr/lib64/libkio.la
18:31.23thiagois it readable?
18:32.29abattoirhow do i check that... isnt it binary????
18:32.37*** join/#kde peppelorum (n=peppe@pdpc/supporter/student/peppelorum)
18:32.51thiagono, it's a text file
18:32.53thiagotry and cat it
18:32.56thiagodoes it work?
18:32.59abattoirok wait
18:33.20abattoiryes, i can read it
18:33.33*** join/#kde karye (n=karye@c-06b972d5.07-3-73746f48.cust.bredbandsbolaget.se)
18:33.47thiagook, then I don't know
18:34.06thiagoI'm reading the code that outputs that error and I can't solve it
18:34.16thiagoare you sure you passed --prefix=/usr ?
18:34.20abattoiryes
18:34.32abattoirgenerally i dont have to do that for ./configure scripts...
18:34.33*** join/#kde _simon_ (n=simon@host-84-9-146-81.bulldogdsl.com)
18:34.39abattoirbut  i tried almost everything
18:35.08*** join/#kde chrisag (n=chrisag@college9-23-98.resnet.ucsc.edu)
18:35.20abattoirthere is no rpm for x86-64 Mandriva 2006 too...
18:35.29abattoirthiago: thanks a lot anyway
18:36.42karyeCervisia can generate patch files, but how to apply them?
18:37.17annmapatch -i patch_file
18:37.34*** join/#kde abattoir (n=ani@bb220-255-127-160.singnet.com.sg)
18:37.41annmaman patch will help you
18:38.09annmaman:patch in konqueror for a nice layout
18:38.30karyeThough perhaps Kompare or KDiff3 or even KDevelop had that features hidden somewhere...
18:39.52annmaI don't think so
18:40.16karyeok, thx :)
18:40.17*** join/#kde AaronCampbell (n=AaronCam@63.229.126.248)
18:40.23annmain anycase it's so easy at the command line
18:40.44thiagothe only thing I know that can apply patches is emacs's ediff mode
18:40.56*** join/#kde johnf (n=johnf@68-186-33-18.static.scrm.ca.charter.com)
18:41.23*** join/#kde rcoffman (n=Rob@adsl-66-142-222-140.dsl.tpkaks.swbell.net)
18:41.38rcoffmani need some help with kopete is anyone here
18:41.51annmamaybe in #kopete, rcoffman
18:42.03rcoffmanok thanks
18:42.19abattoirthiago: never mind... an apollon rpm is up at plf... thanks a lot anyways :D
18:42.27*** join/#kde kdetest (n=kdetest@monikakruse.xs4all.nl)
18:43.53*** join/#kde chrisag (n=chrisag@college9-23-98.resnet.ucsc.edu)
18:45.05*** join/#kde wauter (n=wauter@h6210017194.dsl.speedlinq.nl)
18:45.49*** join/#kde Rehto_ (n=Rehto@dasla2849.ulapland.fi)
18:46.15*** join/#kde kottlett (n=kottlett@ulm9-d9bdb186.pool.mediaWays.net)
18:46.22*** join/#kde Eno_ (n=eno@212.141.202.68.cfl.res.rr.com)
18:46.33*** join/#kde wauter (n=wauter@h6210017194.dsl.speedlinq.nl)
18:46.42Eno_how can i enable the bell in konsole? its totally silent
18:47.04*** join/#kde stupelxc (n=peloquin@GRAPHICARTS-TWO-NINETY-EIGHT.MIT.EDU)
18:47.10Eno_heh
18:47.12Eno_nevermind
18:47.16Eno_i just figured it out
18:47.19annma:)
18:47.38Eno_kcontrol, system bell, and there it was :)
18:49.37*** join/#kde SSJ (n=simon@host-84-9-146-81.bulldogdsl.com)
18:49.40chrisagannma: maybe you can help me with this. Is there a reason distribution lists in 3.5 in kontact aren't working i.e. adding. Am I missing a dependencies somewhere?
18:49.59annmachrisag: ask in #kontact better
18:50.01*** join/#kde _knoppix (n=knoppix@VA1-1A-u-0351.mc.onolab.com)
18:50.08chrisagI did.. they all seem to be gone :(
18:50.19chrisagAnd you're a smart cookie ;) so I figured you might know
18:52.14*** part/#kde stupelxc (n=peloquin@GRAPHICARTS-TWO-NINETY-EIGHT.MIT.EDU)
18:54.59*** join/#kde crz|unhappy (n=crz@ip10.cab2.lsn.starman.ee)
18:56.56*** join/#kde tomga (n=tomga@pD951C531.dip0.t-ipconnect.de)
18:57.12*** part/#kde tomga (n=tomga@pD951C531.dip0.t-ipconnect.de)
19:04.11*** part/#kde hon (n=hon@gazor3.ece.queensu.ca)
19:06.00*** join/#kde PhilRod (n=phil@dh145.chch.ox.ac.uk)
19:06.06*** join/#kde rnn (n=renan@201.29.21.18)
19:06.16*** join/#kde andz (i=andz@dslb-084-056-021-235.pools.arcor-ip.net)
19:07.37*** join/#kde mabu (n=mabu@cmb32-29.dial-up.arnes.si)
19:08.21*** part/#kde SbCl3 (n=sbcl3@pcp0010580302pcs.coatsv01.pa.comcast.net)
19:08.38*** join/#kde Pinaraf (n=Pinaraf@ALille-251-1-90-147.w83-204.abo.wanadoo.fr)
19:10.03*** join/#kde _knoppix (n=knoppix@p54AEECEC.dip.t-dialin.net)
19:11.16*** join/#kde guidoh (n=guido@c222227.adsl.hansenet.de)
19:12.16*** part/#kde _knoppix (n=knoppix@p54AEECEC.dip.t-dialin.net)
19:12.33PinarafI think I found a serious issue in k3b, but I want to be sure
19:12.48rnntoo :P
19:13.05*** join/#kde micro (n=micro@K15ef.k.pppool.de)
19:13.29PinarafI downloaded the five ISO of Suse 10.1 alpha 1
19:13.44PinarafI launched k3b
19:13.59Pinarafwent to the right folder
19:14.05Pinarafclicked on the CD1 => it burned it
19:14.34PinarafI then clicked on the CD2 => it showed me the burn ISO dialog, ok, but with the CD1 instead of CD2
19:14.42*** join/#kde haumann (n=dh@p54A7CBAA.dip.t-dialin.net)
19:14.51*** join/#kde findeton (n=findeton@80.102.12.231)
19:15.13hydrogendisappointing
19:15.37Pinarafk3b 0.12.2...
19:16.02rnnWhen I hold on my shift during 8 seconds, my keyboard doenst works more.. just when I use k3b I have this problem
19:16.11rnnsomeone has the solution? :o
19:16.14*** join/#kde l3m (n=l3m@84-73-58-72.dclient.hispeed.ch)
19:18.35*** join/#kde ponto (n=ponto@p5087C320.dip.t-dialin.net)
19:18.43*** join/#kde hamw (n=hamw@dsl46-95.fastxdsl.nl)
19:20.39PhilRodrnn: see control center -> regional & a11y -> a11y
19:20.57PhilRodthere are keyboard shortcuts to turn on a11y features
19:22.41*** part/#kde rcoffman (n=Rob@adsl-66-142-222-140.dsl.tpkaks.swbell.net)
19:23.13rnn"Use slow..."
19:23.15rnnwhat is it?
19:23.19rnnslow key
19:23.38*** part/#kde Stereo (n=stereo@hertz.stereo.lu)
19:24.20PhilRodyou want to switch stuff off under "activation gestures"
19:25.29rnnthis is good or no/
19:25.30*** join/#kde Sw1fty (n=swift@ppp-82-135-0-128.mnet-online.de)
19:25.52*** join/#kde duce (n=thomas@p5089924C.dip0.t-ipconnect.de)
19:27.27*** join/#kde Gonzo (n=Gonzo@82-35-237-46.cable.ubr03.hari.blueyonder.co.uk)
19:27.48PhilRodwell, if you don't know that you need such features, you don't need them, so switch them off :-)
19:28.13hamw<ik heb een probleem met kmail bij opstarten van PC. Wie is er bekend met opstartproblemen van kde?
19:29.34*** join/#kde oliver (n=oliver@dslb-082-083-036-237.pools.arcor-ip.net)
19:32.47hamwI got a problem with kmail at start up of kde. Who is able tot help out?
19:32.55*** join/#kde martin (n=martin@213.253.92.142)
19:33.13*** join/#kde squarepants (n=knoppel@dyn14.kif4.nas.panafonet.gr)
19:33.16*** join/#kde simmerz (n=simmerz@maccaslav.plus.com)
19:34.42squarepantsi download 2.6 kernel but the control center of kde 3.3.2 says it can't set it up.. what must i download to support it?
19:34.42squarepantsi am using debian so i can use apt-get
19:35.59*** join/#kde marburg (n=jono@blk-89-219-108.eastlink.ca)
19:37.43*** join/#kde thore__ (n=thore@83.243.140.5)
19:38.02hamwHello, is someone there to discus a problem about kmail?
19:38.31*** join/#kde madpenguin8 (n=mike@d14-69-100-200.try.wideopenwest.com)
19:39.09*** join/#kde kendrick (i=nbs@bolt.sonic.net)
19:39.11kendrickokay, my wife asks:
19:39.22kendrick"which do you recommend, bill?  kdepim, or ::sigh:: korganizer or kontact?"
19:40.51PhilRodkontact is quite nice
19:41.16kendrickshe's looking, i'm *.kde.org'ing for her
19:41.20PhilRodhamw: just ask. If someone knows, they'll tell you
19:41.46PhilRodhamw: you can also ask in #kontact
19:42.13*** join/#kde madpenguin8 (n=mike@d14-69-100-200.try.wideopenwest.com)
19:42.46hamwPhilRod: I'll alk #Kontact. Thanks.
19:44.09*** join/#kde Drakeson (n=hon@gazor3.ece.queensu.ca)
19:44.35*** part/#kde Drakeson (n=hon@gazor3.ece.queensu.ca)
19:46.51*** part/#kde hamw (n=hamw@dsl46-95.fastxdsl.nl)
19:46.52*** part/#kde rnn (n=renan@201.29.21.18)
19:51.51*** join/#kde JonSangster (n=jono@blk-89-219-108.eastlink.ca)
19:52.46squarepantswhat must i download with apt-get in order to be able to configure 2.6.x kernel in the kde control center?
19:54.31*** join/#kde __ (n=KDE@wayax6-028.dialup.optusnet.com.au)
19:54.33*** join/#kde tjansson (n=tjansson@port1115.ds1-suoe.adsl.cybercity.dk)
19:54.39oGALAXYoyou can configure the kernel in kde's controlcenter ?
19:55.50frbapt-get clue
19:56.24squarepantsonly up to 2.5
19:56.29strawoGALAXYo: you could. i think that's gone in recent releases
19:58.37*** join/#kde liucougar (n=liucouga@amtpc02.ohm.york.ac.uk)
19:59.43*** join/#kde andz (i=andz@dslb-084-056-021-235.pools.arcor-ip.net)
20:00.16*** join/#kde hamw (n=hamw@dsl46-95.fastxdsl.nl)
20:01.32*** join/#kde Shaikun (n=shaikun@ipd50a0df9.speed.planet.nl)
20:02.17*** join/#kde JonSangster (n=jono@blk-89-219-108.eastlink.ca)
20:03.09*** join/#kde sredna (n=anders@kde/developer/alund)
20:05.51*** join/#kde Lorgolosch (n=martin@host42.natpool.mwn.de)
20:08.45*** join/#kde _Peter (n=Peter@p549DA6B9.dip0.t-ipconnect.de)
20:10.44duceI have a littel Problem. I have installed kpim and gnupg. When I want to activate the encription in kmail, I get an error message - something like "No Backends...". Don't know what's wrong...
20:12.32srednaduce: You need a newer gnupg probably. Read more on the kmail website at http://kmail.kde.org
20:13.06srednaduce: Also look in the configuration of kmail and see if it is probably enabled
20:13.13srednaProperly
20:14.10*** join/#kde mabu (n=mabu@cmb32-29.dial-up.arnes.si)
20:15.12*** join/#kde mdo_ (n=13h7@p508A0DB5.dip0.t-ipconnect.de)
20:17.18*** join/#kde vinister_ (n=vinister@12-203-204-22.client.insightBB.com)
20:21.07*** join/#kde mgoose (n=juggz@nat01-southtowers-ext.Rutgers.EDU)
20:21.43mgoosehey all, I was hoping somebody could help me fix some annoying Konqueror behavior
20:22.04*** join/#kde edulix (n=edulix@80.102.12.231)
20:22.08mgoose1: how do I do firefox-like domain completion?
20:22.09pontomgoose: without describing the problem, nobody will help
20:22.26*** join/#kde JonSangster (n=jono@blk-89-219-108.eastlink.ca)
20:22.44pontomgoose: domain completition?
20:23.05mgoose2: when I click on my mousewheel to scroll up and down while web browsing, it tries to go to a URL
20:23.09mgooseany way to make it just scroll?
20:23.24*** join/#kde Krau (n=cktakaha@201009170160.user.veloxzone.com.br)
20:23.39mgooseponto: like if you type google + Ctrl+Enter in firefox, it will attach http://www. to the front and .com to the end
20:23.46mgooseand start going to the page
20:24.01mgoosewhen I say "in firefox" I mean in the location bar
20:24.42*** join/#kde zero0 (n=3423@206-14-69-2.ncal.verio.com)
20:25.26pontomgoose: klicking with the mouse wheel is  the middle mouse button click.
20:26.01Matt|CS|Anyone know which kde package contains meinproc?
20:27.02mgooseponto: ok, but do you know how to make it do the behavior I want, is that possible?
20:27.36pontomgoose:  here firefox has the same behaviour on middle click.
20:27.53mgooseoh
20:27.58mgoosethere is an option however
20:28.06mgoosein the Advanced section, I believe
20:28.09pontoMatt|CS|: here on suse its kdelibs
20:28.18mgooseeither enabling autoscrolling or smooth scrolling
20:28.50mgoosewill make it the way I'm talking about
20:29.12Matt|CS|ponto: I'd figure gentoo would be the same, as well as the rest of the linux world. I'm having problems with it in 3.4.2-r1
20:29.39*** join/#kde dl1nt (n=dl1nt@p5494E07D.dip.t-dialin.net)
20:29.47SAngeliI am trying to install icons from kde-look. where is in Contro Center "Look and Feel" and "Icons"?
20:30.36apokryphosSAngeli: appearance&themes -> icons
20:31.06*** join/#kde gabrielli (n=gabriell@adsl-174-239.37-151.net24.it)
20:31.08pontomgoose: smooth scrolling you have with     shift +  up   or shift + down
20:31.47*** join/#kde mr_clark (n=mrclark@S01060050da12f450.ok.shawcable.net)
20:31.57mgooseI see, thx
20:32.00gabriellihello
20:32.05mgoosenot quite what I wanted but it'll have to do
20:32.06pontomgoose:   but you can also  have the smooth scrolling behavisour    when you enable it   in       konqueror preferences   -> webbehaviour
20:32.08mr_clarkHi. Is there a way to save settings in ktimers between uses?
20:32.17mgooseoh, let me try that ponto
20:32.41*** join/#kde I3ooI3oo (n=Blowme@fl-65-40-10-186.sta.sprint-hsd.net)
20:32.51I3ooI3ooEllo all
20:33.04SAngeliapokryphos: thank you. Could you please explain to me why anytime I try to install a new icon, like this http://www.kde-look.org/content/show.php?content=28375 I get that this is not a valid icon theme archive?
20:33.20pontomgoose: hoever this disables  the middle click  opening  the page in a new window.  In my opinion this feature is way better than smooth scrolling
20:33.25mgooseponto: aha! thanks, I had to disable that thing
20:33.52*** join/#kde hamw (n=hamw@dsl46-95.fastxdsl.nl)
20:33.59mgooseactually it doesn't, I am still able to middle click on a link and have it open like before
20:34.00apokryphosit's an alpha
20:34.16mgoose(I have new links open in tabs, not new windows, so that's still what it does)
20:34.18mgooseexcellent
20:34.44SAngeliapokryphos: meaning ofr alpha PC?
20:35.02apokryphosmeaning it's an alpha release
20:35.12pontomgoose: i  mixed this with pasting addresses from clipboard.   this is also a feature i use often and smooth scrolling never.
20:35.22SAngeliapokryphos: so alpha releases cannot be installed?
20:35.42apokryphosit depends
20:35.48mgooseponto: heh, quite the opposite for me =)
20:35.54ducesredna, I am using Ubuntu, so I think it should work together...I have looked in the kmail konfiguration - I can't enable encription also in "krypto modules". Same error message.
20:35.55mgoosegood thing it supports both
20:37.08SAngeliapokryphos: I will try again with another one, like this: http://www.kde-look.org/content/show.php?content=28857
20:37.30*** join/#kde castoro (n=gabriell@adsl-174-239.37-151.net24.it)
20:38.04castorociao c'è qualche italiano?
20:39.05SAngelisi
20:39.17*** join/#kde johnny69 (n=Yeah@pcp0011692732pcs.dksnco01.tn.comcast.net)
20:39.24SAngelicastoro: how can I help you?
20:39.26castorodi dove?
20:39.32SAngeliPerugia
20:39.39castoroRimini
20:39.53SAngelinon so se si può parlare in italiano qui
20:39.59SAngelise vuoi query me
20:40.50SAngelicastoro: ./query SAngeli
20:42.09adamthaha, made konqueror crash :P
20:42.22castoronon ridere ma come si fà`
20:42.49SAngelicastoro: digita questo  ./query SAngeli
20:43.02*** join/#kde vinister (n=vinister@12-203-204-22.client.insightBB.com)
20:43.03adamtparlano Inglesa
20:43.05castoro./query SAngeli
20:43.15adamtor.. whatever
20:43.32adamtpoint being, this is an english channel, not italian
20:43.43castorosorry
20:43.48adamt=)
20:43.49SAngeliun attimino
20:43.54SAngeliti do il giusto comando
20:44.07SAngeliadamt: kind of Inglesa, ;-)
20:44.12*** join/#kde gaboo (n=gaboo@lns-bzn-7-82-64-156-156.adsl.proxad.net)
20:44.17adamt:P
20:44.30SAngelicastoro: scrivi solo:    /query SAngeli
20:44.34adamtohh well, i might as well improve my italian
20:44.48castoroon peut parler francais? or only inglis
20:44.56SAngeliadamt: for sure. Anytime I am here, when I am :-)
20:45.24castorohello
20:45.30SAngelici sei?
20:45.47castorosi ma ho letto che non si parla italiano
20:46.15*** join/#kde K3V (n=DefaultX@tc-gs1-m055.ez-net.com)
20:46.21SAngelifai come ti ho suggerito. Questo ti apre una finestra dove solo noi due parliamo
20:46.28*** join/#kde JonSangster (n=jono@blk-89-219-108.eastlink.ca)
20:47.01*** join/#kde silent|warrior (n=silent|w@203.171.240.34)
20:47.07castoro./query SAngeli
20:47.15SAngelisenza puntino
20:47.25SAngelialmost there ;-)
20:48.42SAngelicastoro: provaci nuovamente  scrivi senza punto la frase  /query SAngeli
20:49.08castoroci sono già ma vedo che non rispondi
20:49.41SAngelichiudila e riaprila nuovamente. Io non ho ricevuto alcun invito
20:49.55SAngelichiudila ti chiamo io
20:50.04*** join/#kde Fusionfox (i=xfox@200.88.60.233)
20:50.39*** join/#kde castoro (n=gabriell@adsl-174-239.37-151.net24.it)
20:50.41Fusionfoxwhat KDE i need to download to get KDE??
20:50.46Fusionfox=P
20:51.21SAngelicastoro: what irc application are you using
20:51.42StevenRFusionfox: ??
20:52.23FusionfoxStevenR: it is just ther are so many files in the web page i am not really sure how to update my KDE...
20:52.34StevenRwhich page?
20:52.36*** join/#kde CT_Daniel (n=pada@84.19.222.21)
20:52.42castorokonversetation suse 9.3
20:52.44*** join/#kde _dennis (n=dennis@dslb-084-060-157-122.pools.arcor-ip.net)
20:52.46*** part/#kde CT_Daniel (n=pada@84.19.222.21)
20:52.55_dennisGerman guy here?
20:52.56Fusionfoxwww.kde.org
20:53.05StevenRthere are no files on that page
20:53.08_dennisich habe eine frage
20:53.16Fusionfoxin the download section
20:53.17_dennisWen german guys ihr sind
20:53.19SAngelicastoro: did you see any new windows open?
20:53.32zero0is X an efficient protocol?
20:53.37Fusionfoxwell right now i clicked on the page that it says on this chat
20:53.46thiagozero0: yes, if your latency is below 1 ms
20:53.47castorosi
20:53.55Fusionfoxis it safe to get KDE 5??
20:53.59zero0more efficient than RDP 5.2?
20:54.03thiagoFusionfox: well, no
20:54.05StevenRFusionfox: pleaseb e more clear about what you want to achieve
20:54.09SAngelicastoro: la vedi una nuova finestrella con il mio nome?
20:54.15thiagoFusionfox: since the latest version is 3.4.2, if you find 5 somewhere, it's a hoax
20:54.23*** join/#kde Sgep (n=sgeo@ool-182e9882.dyn.optonline.net)
20:54.24castorono
20:54.29thiagozero0: different purposes
20:54.31SAngeliche finestrelle vedi?
20:54.32zero0i need number on this
20:54.38zero0same objective
20:54.40SgepIs it just me, or does k3b not use KIO?
20:54.45Fusionfoxi want to get KDE 3.5, what do i need to download to get it?
20:54.45zero0the end user experience
20:54.47thiagozero0: no, different purposes
20:54.48*** join/#kde annma (n=annma@modemcable180.151-37-24.mc.videotron.ca)
20:55.00zero0well okie
20:55.04thiagozero0: X is for *local* or *LAN* usage, and for that it works incredibly fine
20:55.06StevenRFusionfox: kde 3.5 is not out yet, there's only beta at the moment
20:55.15zero0RDP 5.2 does for local and LAN use too
20:55.22zero0let's compare it that way
20:55.28thiagozero0: it uses a lot of bandwidth and does a lot of round-trip, but ANY graphical application in Unix should be able to talk it
20:55.34Fusionfoxokey then is more recommended to get KDE 3.4?
20:55.37zero0ok
20:55.41zero0that's what I need to know
20:55.46zero0then X needs to be changed :)
20:55.54thiagoFusionfox: 3.4.3 (not released) or if you feel like helping us, 3.5 beta 2
20:55.55thiagozero0: no
20:55.59zero0yes
20:56.03zero0i'm going to make it happen
20:56.04thiagozero0: X works fine as it is and has no need to change
20:56.08thiagozero0: yeah, right
20:56.08annmalol
20:56.11thiagozero0: what do you want to do?
20:56.11zero0it's hella slow
20:56.17thiagozero0: slow?
20:56.18SAngelicastoro: che fine hai fatto? Quante finestrelle o cartelle vedi?
20:56.20thiagozero0: how so?
20:56.21annmaok when you're finished let us know
20:56.21zero0i want to make a faster protocol
20:56.27zero0faster than RDP
20:56.32annmayeah
20:56.35thiagozero0: it already exists: NX
20:56.37zero0that's how it should be
20:56.41zero0NX is slower than RDP
20:56.42zero0I tried
20:56.43*** join/#kde smatthews (n=smatthew@216.253.105.138)
20:56.45thiagozero0: it's X with compression and round-trip-suppresion
20:56.49zero0cuz of it just optimized X
20:56.53thiagono
20:56.53annmayou should get started instead of bragging
20:57.02thiagozero0: show me some figures and we'll talk
20:57.03zero0annma, i'm gathering info
20:57.05thiagofor now, this conversation is over
20:57.09zero0haha
20:57.10pontoIs this NX stuff able to  transmit only one window through the line?
20:57.11annmahere? on X?
20:57.12zero0i'm gathering info
20:57.17Fusionfoxthiago: i feel like, only problem i dont know how =P, well in the download section it says locations and start with a list of programs or files i am not really sure but what do i need to download??
20:57.19thiagoponto: full desktop too
20:57.32zero0from my experience NX on top of X is slower than RDP 5.2
20:57.36*** join/#kde amb (i=amb@HELIOUS.MIT.EDU)
20:57.40*** join/#kde _sangeli (n=sangeli@host204-73.pool8289.interbusiness.it)
20:57.50thiagoFusionfox: you should use your distribution's update mechanism
20:58.02zero0NX has differential update
20:58.04zero0on X
20:58.08zero0but that's still won't cut it
20:58.10*** part/#kde amb (i=amb@HELIOUS.MIT.EDU)
20:58.19*** join/#kde Drone4four (n=drone4fo@d235-153-189.home1.cgocable.net)
20:58.19Fusionfoxthiago: but it says it is up to date and it i skde 3.3
20:58.23pontothiago: i do not want to have the full desktop.  only one app, like basic  X
20:58.27annmathiago: would you know if it was possible to integrate the handbook of an embedded app in the Help menu?
20:58.38SAngeliGyus something strange: I use XChat and to query someone I just type /query nikname, right?
20:58.45zero0i'm going into NX channel :)
20:58.55thiagoFusionfox: well, too bad. You may have to upgrade your distribution.
20:59.10thiagoannma: I don't know. Does Kontact do it now?
20:59.11SAngeliif I open Konversaton, I type /query my nikname, I see in konversation a new windows but in XChat nothing. Is this possible????
20:59.11*** join/#kde JonSangster (n=jono@blk-89-219-108.eastlink.ca)
20:59.14SgepMost up-to-date distro?
20:59.16annmathiago: no, none does it
20:59.19thiagoponto: it can do one app and full desktop
20:59.25thiagoannma: then I don't know, sorry
20:59.27pontothiago: ok, thanks
20:59.34Fusionfoxthiago: but i got latest debian 3.1 sarge there isnt a more updated distro
20:59.36annmaI was wondering what bug would that be
20:59.46annmawhat component bug
20:59.48thiagoSAngeli: what do you want? For no window to appear even though you told it to show one?
20:59.57thiagoponto: it's faster with a full desktop
21:00.11SAngelithiago: I believe this is happening due to: Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer
21:00.12pontothiago: ? how comes
21:00.17thiagoFusionfox: "Debian" and "updated" don't go together in the same sentence :-P
21:00.31thiagoFusionfox: try switching to sid or testing
21:00.46thiagoSAngeli: /nickserv help set
21:00.46SAngelithiago: there was a user needing help (in italian) and I was tring to get this user to a private chat so i would not disturb this channel
21:00.59thiagoponto: when you start a full desktop, it runs nxagent, which does caching
21:01.11thiagoponto: a single app can't run nxagent
21:01.15SAngelithiago: but this needs to be done on the user part or on mine? I am registered, already
21:01.25thiagoSAngeli: /umode +6 works too
21:01.34thiagoSAngeli: it must be done on the part that can't receive
21:01.51SAngelithiago: so, in this case me (even if i am registered?)
21:01.57pontothiago: i am not allowed to start a full desktop on our computing machines
21:02.06thiagoSAngeli: yes, especially since you are registered
21:02.12thiagoponto: NX should still work
21:02.18SAngelithiago: please, what is /umode +6?
21:02.29thiagoSAngeli: "turn off spam-filtering" :-P
21:02.42zero0who created X anyways?
21:02.58*** join/#kde mabu (n=mabu@cmb32-29.dial-up.arnes.si)
21:03.02SAngelithiago: is this the only way to?
21:03.03thiagozero0: search Google
21:03.14SAngelithiago: do you also have /umode +6 implemented?
21:03.21thiagoSAngeli: everyone does
21:03.25thiagoSAngeli: no exceptions
21:04.00SAngelithiago: I was under the impression that being registered allows my not to receive spam messages. So, is this wrong?
21:05.32thiagoSAngeli: it allows you to turn the feature on and off via nickserv
21:05.43thiagoSAngeli: you can also turn it on and off without nickserv, using /umode
21:06.17SAngelithiago: just typing /umode? or /umode followeb by something that would equal to eithr on or off
21:06.27thiagoSAngeli: /umode +6 turns filtering off
21:06.32thiago/umode -6 turns filtering on
21:06.40SAngelithank youuuu this is great
21:10.40SAngelithiago: how come when I type /umode +6 I get: Unknown MODE flag ?
21:11.00*** join/#kde bobibobi (n=bobibobi@62.220.217.5)
21:11.01*** join/#kde JonSangster (n=jono@blk-89-219-108.eastlink.ca)
21:11.39thiagoSAngeli: hmm... testing
21:11.47thiagoyou can't turn it on without nickserv, sorry
21:11.58thiagoyou must be registered to turn it on
21:12.29*** join/#kde elvirolo (n=elvirolo@lns-bzn-3-82-250-90-202.adsl.proxad.net)
21:12.38SAngelithiago: but I am
21:12.52elvirolodoes anyone know when will kde 3.5 beta 2 be released ?
21:12.53*** join/#kde LinuxGold (n=scottham@pcp016078pcs.harngt01.de.comcast.net)
21:13.08thiagoelvirolo: less than 10 days
21:13.09LinuxGoldwhat is the keyboard shortcut that locks session?
21:13.13thiagoit's tagged already
21:13.16LinuxGoldlike ctrl alt del to  NT
21:13.31thiagoLinuxGold: no, no Windows it's Win+L :-P
21:13.41elvirolothiago: ok thanks
21:13.46*** part/#kde elvirolo (n=elvirolo@lns-bzn-3-82-250-90-202.adsl.proxad.net)
21:13.58LinuxGoldthiago: for KDE?
21:14.09thiagoLinuxGold: that depends on your keyboard scheme
21:14.15LinuxGoldM$ Natural.
21:14.16thiagothe 3-modifier one uses Ctrl+Alt+L
21:14.26*** join/#kde iblechbot (n=iblechbo@241.17-dial.augustakom.net)
21:14.34LinuxGoldaha
21:14.39LinuxGoldctrl alt l that is.
21:14.39thiagothe 4-modif one is Win+ScrollLock
21:14.40LinuxGoldthanks.
21:17.42*** part/#kde bobibobi (n=bobibobi@62.220.217.5)
21:18.08*** join/#kde _andy (n=andy@i-195-137-106-161.freedom2surf.net)
21:18.30*** join/#kde chavo (n=chavo@195.sub-70-196-191.myvzw.com)
21:20.08*** join/#kde asparagui (n=billy@mo-71-0-216-7.dhcp.sprint-hsd.net)
21:20.50*** join/#kde stuartb (n=skbinge@88-111-101-85.dynamic.dsl.as9105.com)
21:22.32asparaguiwhen's 3.4.3 gonna be declared?
21:22.44thiagonext week
21:23.31asparaguiso this mac build is unofficial.
21:23.53thiagonope
21:23.59thiagojust before the release
21:24.04thiago3.4.3 already exists
21:24.08asparaguiahh k.
21:24.23asparaguishaking out any last-minute bugs?
21:24.58asparaguiknow this is a ways out, but is there any sort of hopeful timeling for kde4?
21:25.06asparaguisummer, fall '06?
21:25.14chavothiago, I had a question about kmail's responsiveness when checking for mail yesterday. would building it without libpth-dev effect that
21:25.24*** join/#kde Drakeson (n=hon@gazor3.ece.queensu.ca)
21:25.44*** part/#kde Drakeson (n=hon@gazor3.ece.queensu.ca)
21:25.52thiagowhat is libpth-dev?
21:26.05chavoI assume it's pthread
21:26.14thiagoI don't
21:26.15chavoI'm on kubuntu
21:26.21chavook
21:26.28thiagoif it were pthread, it would be part of libc
21:26.32thiagoand KDE doesn't build without it
21:26.53chavohmm, I rebuilt kmail yesterday and now it's crashing
21:26.57*** join/#kde Pin (n=Pin@81-202-44-65.user.ono.com)
21:27.48*** part/#kde Pin (n=Pin@81-202-44-65.user.ono.com)
21:32.50*** join/#kde bushwakko (n=wakko@195.18.226.6)
21:37.26*** part/#kde Pinaraf (n=Pinaraf@ALille-251-1-90-147.w83-204.abo.wanadoo.fr)
21:37.49*** part/#kde johnny69 (n=Yeah@pcp0011692732pcs.dksnco01.tn.comcast.net)
21:37.51*** join/#kde CavalierBob (n=bob@c-24-4-128-79.hsd1.ca.comcast.net)
21:38.20*** join/#kde Qd4G5CK (n=Qd4G5CK@c-67-185-227-17.hsd1.mi.comcast.net)
21:38.22*** join/#kde simmerz (n=simmerz@maccaslav.plus.com)
21:40.28*** join/#kde johnny69 (n=Yeah@pcp0011692732pcs.dksnco01.tn.comcast.net)
21:42.05*** join/#kde MooingLemur (n=troy@shells200.pinchaser.com)
21:42.18*** join/#kde _renton (n=renton@84.4.4.240)
21:42.27*** join/#kde Drone4four2 (n=drone4fo@d235-153-189.home1.cgocable.net)
21:43.27MooingLemurdoes anyone know how to map what alt-drag does to win-drag instead?  I have VNC sessions to X desktops and I want to be able to alt-drag inside of them without having my local X11 grabbing that keystroke.
21:43.58*** join/#kde apokryphos (i=[U2FsdGV@67.15.185.40)
21:46.18*** join/#kde insanekane (n=kane@202.83.34.173)
21:47.02PhilRodcontrol center -> either "window behaviour" or "mouse"
21:47.09PhilRodMooingLemur: ^^^
21:47.58*** join/#kde jhutchins (n=jonathan@CPE-69-76-225-86.kc.res.rr.com)
21:48.05*** join/#kde SuperLag (i=aaron@gentoo/developer/SuperLag)
21:48.23MooingLemurexcellent, window behavior, actions, change alt to meta.
21:48.32MooingLemurI was trying to do all this in keyboard shortcuts :)
21:48.33MooingLemurthanks
21:54.20*** part/#kde guidoh (n=guido@c222227.adsl.hansenet.de)
22:02.19*** join/#kde Drone4four (n=drone4fo@d235-153-189.home1.cgocable.net)
22:02.30*** part/#kde asparagui (n=billy@mo-71-0-216-7.dhcp.sprint-hsd.net)
22:07.10*** join/#kde sorin (n=sorin@217.156.110.116)
22:10.44*** join/#kde AaronCampbell (n=AaronCam@63.229.126.248)
22:15.26*** join/#kde vinister (n=vinister@12-203-204-22.client.insightBB.com)
22:18.36*** join/#kde pyrosim (n=pyrosim@pcp0011530372pcs.lascruces.nm.albuq.comcast.net)
22:20.50*** join/#kde _chris (n=chris@dialin-212-144-107-171.pools.arcor-ip.net)
22:22.39*** join/#kde Samurai (n=Samurai@84-73-212-131.dclient.hispeed.ch)
22:26.29LinuxGoldanyone got BAD ASS theme for KDE?
22:26.38LinuxGoldsomething that DEMANDS respect.
22:27.17gravixmasturbation.
22:27.33LinuxGoldeck
22:28.29koala_mangravix: I thought you were a girl
22:28.48gravixlooks like you were wrong
22:30.40LinuxGoldwould be nice if KDE Ttheme Manager would download *ALL* themes.
22:32.43*** join/#kde straw (n=strawman@stjh1-4331.nb.aliant.net)
22:33.14LinuxGoldaha
22:35.18Tm_T:(
22:35.31*** join/#kde egon_spengler (n=egon@71.98.84.18)
22:37.51*** join/#kde mebrelith (n=mebrelit@201.132.241.128)
22:38.36mebrelithSo is 3.4.3 out or what folks?
22:41.34mebrelithwow it looks like i caught you all asleep or something
22:41.39*** part/#kde mebrelith (n=mebrelit@201.132.241.128)
22:42.24gravixindeed
22:43.24*** join/#kde madman91 (n=greg@adsl-68-77-30-94.dsl.emhril.ameritech.net)
22:43.39madman91is there a kde program that is a gui partition resizer?
22:44.31*** join/#kde robin (n=robin@h14n2fls33o811.telia.com)
22:44.36*** join/#kde Pupeno (n=pupeno@host25.201-252-28.telecom.net.ar)
22:44.46robinHi, i'm playing with kioclient
22:45.39robinhowever the --help does not seem to be ok. According to it I should be able to do "kioclient ls --noname -U camera:/"
22:45.52robinbut kioclient does not accept the noname option.
22:46.18robinanyone knows some other way?
22:48.16*** join/#kde db3 (n=Dennis@200-158-158-182.dsl.telesp.net.br)
22:51.07*** join/#kde illissius- (n=illissiu@dsl51B66C3E.pool.t-online.hu)
22:53.20*** join/#kde apollo2011 (n=apollo20@69.37.90.241)
22:53.41*** join/#kde _knoppix (n=knoppix@oh-strongsvillecadent1-3c-60.clvhoh.adelphia.net)
22:54.12*** join/#kde spstarr (n=sh0n@CPEdeadbeef0000-CM000039d4cc6a.cpe.net.cable.rogers.com)
22:57.05*** join/#kde _andz (i=andz@dslb-084-056-006-098.pools.arcor-ip.net)
23:01.34*** join/#kde Ash-San (i=UNKNOWN@ecc19.neoplus.adsl.tpnet.pl)
23:02.47thiagorobin: options always precede non-options
23:02.56*** part/#kde spstarr (n=sh0n@CPEdeadbeef0000-CM000039d4cc6a.cpe.net.cable.rogers.com)
23:03.56*** join/#kde magnetic (n=magnetic@82.198.38.157)
23:04.01robinyes... isn't that what I'm doing?
23:04.24thiago"ls" is a non-option
23:05.41*** join/#kde palmax (n=palmax@240.red-82-158-232.user.auna.net)
23:05.50palmaxBuenas
23:05.52robinhmm, but apparently -U is ok in "kioclient ls -U camera:/"
23:07.16robinputting --noname before doesn't work either.
23:07.34thiagooh, ok
23:07.47robinofcourse I'm on KDE 3.4.2
23:07.50g3nocidecan anyone tell me why i can burn make images of dvd's and burn them fine through command line tools, yet when using k3b, it p[retty much barfs all over itself (goes super slow, fails, etc)
23:08.22robinthe only reference googe finds are som commits and some example under kdebluetooth.
23:08.43chrisagHas anyone else noticed in 3.5 beta if you use an external taskbar kicker locks up?
23:08.43thiagorobin: it is under kdebluetooth
23:08.50robinno
23:08.52palmaxHello
23:08.53thiagoI see the noname option, but it's not used anywhere
23:09.00robinjust some examples using it
23:09.22palmaxI'm trying  baghira, and I love it
23:09.22palmax:D
23:09.40g3nocidecan anyone tell me why i can burn make images of dvd's and burn them fine through command line tools, yet when using k3b, it pretty much barfs all over itself (goes super slow, fails, etc)
23:11.42robinhmm. actually it IS in the kdebluetoth package
23:11.45palmaxg3nocide: i dont remember cdrecord => google it
23:11.46palmax:D
23:11.50robinsry bout that
23:14.49*** join/#kde Xorlev (n=xorlev@unaffiliated/xorlev)
23:15.06robinLooks like a good place to practice some KDE koding in.
23:15.11robingoot night.
23:17.37*** join/#kde magnetic (n=magnetic@82.198.38.157)
23:19.37*** join/#kde chrisag (n=chrisag@college9-23-98.resnet.ucsc.edu)
23:23.15*** join/#kde chandoo (n=chandoo@cpe-66-67-218-119.rochester.res.rr.com)
23:26.04*** join/#kde spq (i=spq@mirc.scripter.lives.from.my-ct.de)
23:28.47*** join/#kde stodge (n=mike@CPE0080c8289877-CM000039179a5e.cpe.net.cable.rogers.com)
23:30.16*** join/#kde silent|warrior (n=silent|w@203.171.240.34)
23:37.07*** join/#kde dec0ding (n=binarian@62.162.225.240)
23:37.45*** join/#kde chandoo (n=chandoo@cpe-66-67-218-119.rochester.res.rr.com)
23:38.28*** part/#kde palmax (n=palmax@240.red-82-158-232.user.auna.net)
23:38.45chandoohi :)
23:38.54chandooi am quite irritated with kscd
23:39.08chandoowhen ever i insert cd in cdrom drive it will start automatically
23:39.13Tm_T:(
23:39.23Tm_TI know the feeling
23:39.32chandooeven after i quit KSCD, again it starts after a while
23:39.50StevenRmy system never does that
23:40.08chandooi had unchecked AutoStart option and i also edited kscdrc to false, still the behaviour is same
23:40.28chandooStevenR: can yo help me with the situation
23:40.33*** join/#kde _andz (i=andz@dslb-084-056-006-098.pools.arcor-ip.net)
23:40.39StevenRdistro?
23:40.43chandoofc4
23:40.58chandooi also tried giving wrong device, still it starts and throws error
23:41.02StevenRhmmm..running some automouter thingy or hardware tool?
23:41.12StevenRkscd is not at fault
23:41.17StevenRsoemthing is calling on it
23:41.32chandoohow to find that something
23:43.10*** join/#kde Alethes (n=alethes@unaffiliated/alethes)
23:44.19*** join/#kde casey (n=casey@pool-71-113-9-223.sttlwa.dsl-w.verizon.net)
23:44.44*** join/#kde _andz (i=andz@dslb-084-056-006-098.pools.arcor-ip.net)
23:44.47caseyIn KDE 3.5 Beta 1, why is there no Delete option when right-clicking a folder in kmail?
23:46.02chandooany help on kscd
23:46.06chandoo:(
23:47.34*** join/#kde Xorlev (n=xorlev@unaffiliated/xorlev)
23:49.12*** join/#kde SbCl3 (n=sbcl3@pcp0010580302pcs.coatsv01.pa.comcast.net)
23:49.23annmacasey: because it's Move To Trash?
23:49.41SbCl3it seems that kword cannot work when kspread is not installed first...kword can't even load at all
23:49.49SbCl3is this a bug or expected?
23:49.56*** join/#kde socrate (n=socrate@host215-212.pool870.interbusiness.it)
23:49.56annmaSbCl3: weird
23:50.05annmalet me uninstall KSpread
23:50.29SbCl3you get this when you start up:
23:50.30SbCl3sbcl3@ramanujan:~$ kword
23:50.30*** join/#kde socrate (n=socrate@host215-212.pool870.interbusiness.it)
23:50.34SbCl3koffice (lib kofficecore): kwordpart.desktop found.
23:50.38SbCl3kword: m_countMaxWords: 0
23:50.43SbCl3koffice (lib kofficecore): kwordpart.desktop found.
23:50.46SbCl3koffice (lib kofficecore): kwordpart.desktop found.
23:50.50SbCl3koffice (lib kofficecore): kwordpart.desktop found.
23:50.51SbCl3koffice (filter manager): KoFilterEntry::query(  )
23:50.53SbCl3if you try and start a new document, it goes to a one-button screen and then exits
23:51.09annmaSbCl3: what did you install?
23:51.16SbCl3koffice 1.4.2 from src
23:51.23annmaweren't you the guy who asked yesterday?
23:51.27SbCl3yes
23:51.28annmaall of it?
23:51.29*** join/#kde palmax (n=palmax@240.red-82-158-232.user.auna.net)
23:51.32SbCl3that was about something else, though
23:51.42SbCl3no, i didn't install it all, i only installed karbon
23:52.05*** part/#kde palmax (n=palmax@240.red-82-158-232.user.auna.net)
23:52.13annmayes that's why
23:52.17caseyannma: there is no "move to trash" either, and I certainly wouldn't want to move a folder to the trash on IMAP>
23:52.25SbCl3you get this, and then it crashes:
23:52.25annmakword does not need KSpread but it needs other things
23:52.29SbCl3Could not open
23:52.30SbCl3Reason: The file does not exist.
23:52.34SbCl3what does it need
23:52.35SbCl3?
23:52.37caseyannma: The option to delete appears in the Folder menu, but not in the right-click menu.
23:52.44annmacasey: did you specify imap?
23:52.49caseywhat do you think?
23:52.54caseyI'm trying to delete a folder
23:53.14caseyit doesn't matter whether I'm trying to delete an IMAP folder or a local one, the menus are the same.
23:53.25annmaand you want only do that with imap?
23:53.31*** join/#kde bushwakko (n=wakko@195.18.226.6)
23:53.32casey...
23:53.33caseysigh
23:53.33annmaah
23:53.36annmayes
23:53.40caseyI want to simply remove a folder in kmail
23:53.43annmaso I say I have Move to trash
23:53.50annmaon right click
23:53.51caseyno you don't, not in kmail.
23:54.08annmamaybe if I parameter Delete instead of trash I would have Delete
23:54.10annmaI have
23:54.12casey"Move all messages to trash" != "Move folder to trash" which many IMAP folders don't even support.
23:54.27*** join/#kde straw (n=strawman@stjh1-6101.nb.aliant.net)
23:54.31casey*imap servers.
23:54.52caseyI am simply trying to delete an empty folder.
23:55.05annmaSbCl3: did you install the libs mimetypes and all?
23:55.08caseythe option was there in the right-click menu in kde 3.4, it is gone in 3.5.
23:55.12annmafor kword?
23:55.30caseyProbably a move made to protect idiot users, but it makes it very counterintuitive.
23:55.44SbCl3i installed servicetypes and lib
23:55.59annmaSbCl3: you mis mimetypes as a start
23:56.03annmamiss
23:56.21annmainterfaces/ as well
23:56.28caseyyay, konqueror finished compiling :)
23:56.30annmatemplates/
23:56.30SbCl3okay
23:56.42annmapics/ plugins/
23:57.04annmaexample/ filters/ autocorrect/
23:57.15annmaeverything except the main apps
23:57.22annmaI told you that already
23:57.33annmathen your kword will start without kspread
23:58.02SbCl3okay
23:58.04annmahowever KOffice is built to be embedded

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.