irclog2html for #kde on 20050626

00:04.56*** join/#kde tam_ (~tam@linuxrulesthe.net)
00:12.03*** join/#kde kranian (~kranian@203.247.211.240)
00:17.58*** join/#kde decOding (~binarian@62.162.233.80)
00:23.05*** join/#kde Arc (~arc@westfish.xiph.osuosl.org)
00:23.29Arcdoes anyone know how to make kopete use enter to send message as default?
00:23.52Arcthis is very, very frustrating that I haven't been able to find it in the configs yet (this is on kde 3.2)
00:26.48slayerbober
00:26.55slayerbobit does use enter by default doesn't it ?
00:27.12slayerbobyou sure you don't have one of your keys stuck like ctrl or alt ?
00:27.23*** part/#kde magog (~magog@68-168-15-129.miamfl.adelphia.net)
00:32.57*** join/#kde CyberSpy (~cyberspy@cpe-065-191-191-010.nc.res.rr.com)
00:33.18sarah03Arc: In a Kopete message window, Settings->Configure Shortcuts, "Send Message" is the one you want.
00:33.52sarah03I'm pretty sure it defaults to "Enter" or "Return", but I could be mistaken and just remembering that I always explicitly set that.
00:34.21sarah03Ah. "Default key: None".
00:34.23thingyit does default to enter...since I don't explicitly configure kopete
00:34.34thingyto use enter
00:34.47sarah03I'm in the configure dialog right now. It says the default is nothing.
00:34.52thingyweird
00:35.36thingyare you using cvs?
00:35.42thingyor a release?
00:36.51*** join/#kde mousex (~mouSeX@adsl-67-36-63-3.dsl.klmzmi.ameritech.net)
00:37.13mousexhi, there!  what's karamba???
00:37.37mousexor superkaramba . . .
00:37.43sarah03thingy: Old CVS.
00:38.12thingymousex: its like gkrellm
00:38.33thingymousex: a system monitor for cpu/disk/net/mem/swap etc.
00:38.35mousexwhat, just to display system settings/info?
00:38.41thingymousex: yes
00:38.52mousexhum. . .  then that's not what I'm looking for
00:39.37mousexI'm trying to see if there's a scripting engine or something that adapts to other KDE apps . ..  like for processing system tray messages
00:40.42mousexI'm especifically trying to make an OSD (on-screen display) plug-in for apollon, but it doesn't support plug-ins.  I want it to show OSD when a download is complete, etc.
00:40.43thingymousex: well kde apps can talk to each other via DCOP. so you can use something like a bash script (i may be wrong about this part) to glue things together
00:41.03mousexdo all apps use DCOP?
00:41.18mousexkde apps, that is
00:41.29thingythe ones that claim to require kdelibs, do!
00:41.35mousex:)
00:41.44thingyqt only apps prob. don't
00:41.50mousexwhere can I find more info about DCOP?
00:42.19mousexoh, man dcop
00:42.23mousexduh
00:45.12mousexthanks, thingy
00:46.50kingsleymou-sex?
00:47.06kingsleywow, someone actually put sex in their name
00:47.11kingsleyand it isn't undernet
00:47.17kingsleyO_o
00:47.20jqlfascinating
00:48.22mousexits actually mouSeX
00:48.38kingsleyic ic
00:48.42mousex(but "sex" is suppossed to be the main idea ;-)  )
00:49.23mousexsomebody in #debian asked me once if "Mou-sex" was a type of really good sex :)
00:49.37mousexlike karate sex or something
01:04.36*** join/#kde MichiganFocker (~MichiganF@pcp03197430pcs.clnt3401.mi.comcast.net)
01:06.35Dhraakelliannot safe for work, if nothing else
01:08.48*** join/#kde dipesh (~dipe@port-212-202-0-218.dynamic.qsc.de)
01:11.41*** join/#kde nexu (~nexu@2001:888:10:284:bad:a55:c0de:ba5e)
01:12.35*** join/#kde az[a]zel (~damien@ppp238-241.lns2.adl2.internode.on.net)
01:14.28DrZootwhen i use the new keyword in c++ to create a new object it always returns a pointer doesnt it??
01:14.57HuntsManyep
01:15.26DrZootso "slider = new QSlider( Horizontal, this, "slider" );" that wont work, right?
01:15.35HuntsManright
01:15.37HuntsManshould bt
01:15.49HuntsManQSlider *slider = new QSlider(blabla);
01:16.14DrZootyeah i thought so, thanks HuntsMan
01:16.50*** join/#kde radi0head (~freakshow@modemcable191.5-203-24.mc.videotron.ca)
01:20.37*** join/#kde kranian (~kranian@203.247.211.240)
01:20.49*** part/#kde dipesh (~dipe@port-212-202-0-218.dynamic.qsc.de)
01:32.13*** join/#kde DexterF (~dexter@p508EC8B4.dip.t-dialin.net)
01:33.00Arc~[6~[6~[6~[6~[6~thx
01:33.16*** part/#kde Arc (~arc@westfish.xiph.osuosl.org)
01:34.29ironfroggyin kate, is there a way to show multiple side bars?
01:36.04*** part/#kde DexterF (~dexter@p508EC8B4.dip.t-dialin.net)
01:36.26*** join/#kde cat-dog (~cat@218.3.94.87)
01:38.58*** join/#kde rr72 (~ryno@c-24-15-232-96.hsd1.il.comcast.net)
01:44.12*** join/#kde rr72 (~ryno@c-24-15-232-96.hsd1.il.comcast.net)
01:45.54rr72i have an interesting idea
01:47.17rr72is it possible to post stats of ur pc on ur appache server?
01:47.31rr72like cpu and rpm and temps?
01:47.42rr72updated every min or so
01:47.56jqlI could probably write a 2-line shell script to do that
01:48.03jqlbut I don't think it's built-in
01:49.02thingyrr72: there's lots of php/perl modules which already do this...google for it
01:49.03*** join/#kde Alethes (pennywise@alethes.user)
01:49.14rr72u mean cgi?
01:49.24grepperphpsysinfo
01:50.01rr72how would i install it per-say
01:51.10grepperapt-get install phpsysinfo  . for example :)
01:51.14Dhraakellianhmm... I seem to be getting a few popups now and then in konqi
01:51.18rr72kool
01:51.26rr72Dhraakellian~ use ff
01:51.33Dhraakellianand, yes, I do have the "Open new windows" option set to Smart
01:51.35Alethes<tarzan>google summer of code break down</tarzan>
01:51.38Dhraakellian\lart rr72
01:52.06AlethesI'm certain nobody else finds that as amusing as I do
01:52.07Alethesheh
01:52.18Dhraakellian,':-|
01:52.58canllaithSetings up freenx is very not easy
01:53.04*** join/#kde SuperLag (~aaron@SuperLag.developer.gentoo)
01:53.33thingythats why nomachine.com charge move for nx! :-)
01:53.41thingyswap/move/money
01:54.03jqlbizzare. my mainboard temp is higher than my CPU temp
01:54.15rr72bad
01:54.21rr72or bog fan
01:54.25jqlonly by 1c
01:54.37jqlM/B 36, cpu 35
01:54.38thingyjql: prob. your sensons are misrepresented...i.e. your cpu is sensor = mb sensor and vice versa
01:54.52rr72hehe
01:54.56rr72u get glined?
01:55.08Alethesno, I didn't do it :P
01:55.11AlethesI'm not that mean
01:55.21jqlambient temp is 27, so those are pretty good
01:55.32Alethesit's interesting that google is more willing to invest money in kde though
01:56.07rr72hehe
01:56.10rr72haha
01:57.06rr72thingy~ where would i point my browder to find the info?
01:57.32Roeysometimes I find some kio_imap process using 99% CPU time.
01:57.35Roeywtf is that all about?
01:57.53thingyrr72: info about?
01:58.01rr72phpsysinfo
01:58.07Aletheskio_http seems to keep connections active even after it shouldn't be for some reason
01:58.31AlethesI saw something downloading and I couldn't figure out why, then I saw a bunch of kio_http processes open and killed them all and the downloads stopped
01:58.37jqlyeah. I think lm-sensors is picking up a wacked out M/B <=> CPU swap
01:58.38*** join/#kde icyfire0573 (~icyfire@cpe-69-205-160-114.stny.res.rr.com)
02:00.20rr72do i need to link php or somin?
02:01.17thingyrr72: http://freshmeat.net/projects/sysinfophp/  http://freshmeat.net/projects/yasis-perl/  http://freshmeat.net/projects/yasis/  http://freshmeat.net/projects/systeminfo/
02:03.44rr72do i need to have a php server or somin?
02:05.05thingyrr72: you need to have Apache installed and then install PHP...there are howtos for this on the net
02:05.16rr72i have apppache
02:05.26rr72just aperently not php
02:06.24thingyrr72: what distribution are you using?
02:06.28rr72deb
02:08.38*** join/#kde annma (~annma@annma.developer.kde)
02:08.39thingyrr72: i think then something simlar to apt-get install php4 will get php installed and then follow the docs for installing the stats app if there isnt already a deb for it
02:08.57rr72there is
02:09.29rr72just don't know where to point my browser for the php scripty thingy
02:10.03thingyrr72: oh right...what was the deb called?
02:10.13rr72phpsysinfo
02:10.17thingyone sec
02:11.55thingyrr72: can you try: http://localhost/var/www/phpsysinfo
02:12.41rr72nope
02:13.00rr72minus the dir i get a diolog box
02:13.21rr72so just local/phpsysinfo
02:13.45*** join/#kde maazaman (~maazaman@pcp04093274pcs.pthurn01.mi.comcast.net)
02:14.18maazamani dono if this is the channel to ask this in...but...anybody w/ dual monitor config and radeon card? i need a bit of help setting up...
02:14.48slayerbobwhat is the problem you are having ?
02:15.29thingymaazaman: best place for that is a forum...since you can then look at configs others have worked out...try searching for "xorg radeon dual monitor" on forums.gentoo.org or on www.ubuntuforums.org
02:15.31rr72thingy~ any help?
02:15.59maazamanwell..im using the ati driver, and the fglxconfig script to configure my xorg.conf, and i have dual monitors working...like..the mouse will go form one screen to the other, but they pictures are both the same
02:16.03maazamanit isnt spanned right
02:16.17maazamani have it set to "dual head"
02:16.45maazamanif i try to set it to "big desktop" and startx, it goes back and forth, as if i set the hz rate too high
02:17.17thingymaazaman: i think you need something like the xinerama extension
02:17.30maazamanhmm...one sec
02:17.46maazamanok..gotcha...
02:23.08rr72thingy~ any ideas?
02:23.13rr72does i t work on urs?
02:23.28thingyrr72: sorry I was helpling someone else
02:24.03thingyrr72: give me a min
02:24.08*** join/#kde madpenguin8 (~mike@d149-67-159-38.nap.wideopenwest.com)
02:24.44madpenguin8is there a way to get any kde app to re-read it's config file?
02:26.27rr72canllaith how r u on this night?
02:27.23canllaithfine thanks
02:28.11rr72im trying to get phpsysinfo working and that thingy over there is helping ;)
02:30.47canllaithI can nxssh -nx user@host without a problem. I don't see why it's not working in the gui
02:32.18thingyrr72: can you look at this file /usr/share/doc/phpsysinfo/README it explains that you need to add /usr/share/doc/phpsysinfo to your php.ini (i assume thats in /etc) and create a phpsysinfo config file
02:32.35rr72thx
02:35.13jkeeldoes anyone know how to make Konvi do the silent /away that doesn't clutter everyone's screen?
02:35.45rr72my /away wont even work
02:35.51jkeelheh
02:36.08rr72--- Does this mean you're really back?
02:36.09jkeelyou have to do '/away I'm leaving..' or something like that
02:36.09icyfire0573is this the place to ask about problems compiling the SVN version of kde 3.4 or should i go over to kde-devel?
02:36.12rr72after i /away
02:36.21rr72anywhere
02:36.28canllaithicyfire0573, unless you're a developer, ask here
02:36.47jkeelrr72: do you '/away I'm away'?
02:37.17rr72lmao
02:37.19rr72no
02:37.28icyfire0573checking for aRts-1.1... configure: error: aRts 1.1 not installed in the same prefix as KDE! is my problem, i just built arts with PREFIX="$HOME" and installed it there, (it even shows up there with which) but i still get that error when trying to config kdelibs
02:37.38jkeelrr72: maybe you should try it.. /away doesn't work here without a msg to go along with it
02:38.18rr72i just did it
02:38.32jkeelheh... I guess it still doesn't work :p
02:38.44canllaithicyfire0573, are you doing ./configure --prefix=/path/to/prefix/you/installed/arts ?
02:39.23icyfire0573canllaith --prefix=/home/icyfire --mandir=/home/icyfire/.man --infodir=/home/icyfire/.info --includedir=/home/icyfire/.include --libdir=/home/icyfire/.lib --sharedstatedir=/home/icyfire/.com --sysconfdir=/home/icyfire/.etc --libexecdir=/home/icyfire/.libexec --bindir=/home/icyfire/.bin --sbindir=/home/icyfire/.sbin
02:39.41canllaithThat looks rather overkill
02:40.00icyfire0573canllaith its necessary to make them .bin instead of bin and such (i think)
02:40.16canllaithWhy wouldn't you just make the $KDEDIR be $HOME/.kde-3.4 or something
02:40.27canllaithOr $HOME/kde-3.4
02:40.38rr72thingy~ do u use debian?
02:40.59icyfire0573canllaith i didn't set the $KDEDIR variable, that may be whats causing my problems
02:41.05thingyrr72: no kubuntu on a box which I don't have access to at the moment
02:41.27rr72i  would ask in #debian but they are so damn gay
02:41.32canllaithicyfire0573, no....... you don't need to set it at build time
02:41.37canllaith--prefix becomes $KDEDIR
02:41.42rr72and banned :(
02:41.51canllaithYou are best to simply pick a prefix.
02:42.01canllaithMake it --prefix=/home/icefire/kde-3.4 or something
02:44.38rr72thingy~ not yet
02:45.12icyfire0573its reporting that the arts prefix is /usr, can it be finding the "old" installation of kde
02:45.47canllaithYes, it could be. Why don't you simply specific a prefix and get it over and done with instead of that ridiculous configuration?
02:46.17icyfire0573because then my home directory would be cluttered :-) and i just spent an hour cleaning it out
02:46.27canllaithone directory is cluttered?
02:46.51icyfire0573just $HOME
02:47.04canllaithWhy can't you make it $HOME/kde-3.4 ?
02:47.47icyfire0573im going to have to if i cant make my way work (im just being stubborn now)
02:48.29*** join/#kde Klementas (~lichte@lichte.ctcis.net)
02:49.00canllaithicyfire0573, just use --prefix and leave the rest.
02:49.09icyfire0573alright canllaith thanks
02:49.19canllaithMake the prefix $HOME/kde and you'll only have one directory rather than several in your $HOME
02:49.27KlementasI'm using KDE 3.4.1 and amaroK is completely freezing up when I try to connect to a net stream, does anyone else experience this?
02:49.29*** join/#kde _root (~root@c9118c85.bhz.virtua.com.br)
02:49.39*** part/#kde _root (~root@c9118c85.bhz.virtua.com.br)
02:49.44icyfire0573Klementas: gstreamer arts or xine?
02:49.51Dhraakellianand what version of amaroK?
02:50.01KlementasDhraakellian: let me see........
02:50.18Dhraakellianroot has lande^Wtaken off again...
02:50.37KlementasamaroK 1.2.3 and I'm using Kubuntu
02:51.08Klementasicyfire0573: I'm not sure what it's using
02:51.32thingyKlementas: I think someone on #kubuntu asked you earlier whether you had removed any packages and you didn't respond...so have you removed any packages?
02:51.50Klementasthingy: nope
02:52.02KlementasI've been adding packages
02:52.42KlementasI don't see in the configuration in amaroK where I can set the back end
02:52.48Dhraakelliansettings > configure amarok > engine
02:52.54thingyKlementas: so did you start off with a server install or a standard kubuntu desktop install?
02:53.15Klementasthingy: I did, apt-get install kubuntu-desktop
02:53.55KlementasDhraakellian: it's empty!
02:54.14Dhraakellianno entries at all?
02:54.18KlementasDhraakellian: none
02:54.29KlementasI have gstreamer installed
02:54.38KlementasI get sound from KDE
02:54.55Klementasand I watched an ogg theora file in kaffiene
02:55.03Klementasit had sound
02:55.22Dhraakellianso do you have three blanks in the combo box?
02:55.53KlementasDhraakellian: one blank and then a < no engine >
02:56.06thingyKlementas: from this thread: http://www.ubuntuforums.org/showthread.php?t=20648&highlight=amarok+freeze (Go in the Control center --> Sound & Multimedia --> sound system --> hardware --> Select Audio Device --> choose ALSA (Advanced Linux Sound Architecture))
02:56.25Klementasthank you thingy :)
02:56.32KlementasI didn't know that ubuntu had forums
02:56.44Dhraakellianand I believe amarok 1.2.4 is the latest of the 1.2.x series
02:56.58KlementasDhraakellian: it's not in kubuntu though :(
02:57.06Dhraakellianalthough I haven't the foggiest what the latest in the debian or kubuntu repos is
02:57.07Dhraakellianah
02:57.15canllaithThis is driving me mad
02:57.22KlementasI'll do an apt-update and see
02:57.27canllaithif I ssh -i /path/to/key/file/docs/say/this/stupid/thing/is/using
02:57.29canllaithIt works
02:57.33canllaithif I try to use nxclient
02:57.43canllaithit times out because it wants a passphrase
02:58.22rr72i can't get phpsysinfo working
02:59.49Dhraakellianheh
03:00.37rr72i figured it out
03:01.23rr72thingy~ i figured it out
03:01.30*** join/#kde _dennis (~dennis@toronto-HSE-ppp4021195.sympatico.ca)
03:01.43rr72no i didnt
03:02.11*** join/#kde [ViRgiLiO] (~virgilio@84-122-98-241.onocable.ono.com)
03:02.33thingyheh
03:02.47rr72its in a dir in /var/www
03:02.51rr72i got that
03:03.16thingyrr72: btw I think you need to simply do a http://localhost/phpsysinfo to test the setup
03:03.23thingythats what I understood from the readme
03:03.30rr72what do i do?
03:03.50rr72i get a dolog asking to dl or open with and "browse"
03:04.59thingyeh?
03:05.12thingyi don't know
03:05.23thingyi thought it would show you the stats if you went to that url
03:05.51rr72i think i have to xonfigure somin
03:06.02rr72is there a chan?
03:06.36rr72shouldnt debian do all the configuring?
03:07.31rr72--- Cannot join #debian (You are banned). fucking #debian. bunch of asses in there
03:10.21*** join/#kde nh (~prefect@dsl-082-083-057-188.arcor-ip.net)
03:10.37*** join/#kde _Lewelly1 (lewellyn@cpc127-4-21-1.cable.va.toca.me.uk)
03:15.09rr72who uses debian?
03:15.22rr72grepper~ can i bother u for a few?
03:15.41*** join/#kde wsjunior (~wsjunior@wsjunior.user)
03:20.32*** join/#kde lippel_ (~konversat@p54A6D8EA.dip.t-dialin.net)
03:25.26Alethesusually when you bother somebody, you don't get permission
03:25.35*** join/#kde mobtek (~mobtek@dsl-203-113-232-101.ACT.netspace.net.au)
03:26.59DhraakellianAlethes, may I please annoy the heck out of you?
03:27.06Alethesoh, I guess so
03:27.10Alethesjust this one time, ok?
03:27.15Dhraakellianheh
03:27.17Dhraakelliandang...
03:27.24Dhraakelliannow I can't quite think of how to do it
03:27.32Aletheshehe
03:30.07*** join/#kde Roey (~Roey@Roey.sustaining.supporter.pdpc)
03:33.37*** join/#kde Zalamander (~zal@zalamander.user)
03:34.13Zalamanderhi, does KDE have an application for talking to mobile phones?
03:34.30rr72prolly
03:35.11*** join/#kde _luca (~luca@host60-142.pool8259.interbusiness.it)
03:35.22Alethesit's called klonelyguy
03:35.34*** join/#kde tim_h (~Tim@p54A1C549.dip.t-dialin.net)
03:35.37Alethesfor people that can't find humans to talk to that resort to talking to phones instead
03:36.04thiagoZalamander: there's kcall/kphone
03:36.41thiagohttp://dot.kde.org/1119710214/
03:36.52greppersup rr72
03:37.00Zalamanderthiago I guess these aren't part of the main distribution then? I don't seem to have those applications
03:38.47rr72i am trying to get phpsysinfo working on my debian box
03:38.50rr72any ideas?
03:38.59Zalamanderhm, I don't think kcall/kphone are what I'm looking for. I mean something to interact with software on my phone such that I can backup and restore the address book, sync it from my kaddressbook, that kind of thing
03:39.11grepperrr72: shouldn't be too difficult to set up
03:39.16rr72hehe
03:39.20rr72thingy~ u listening?
03:39.38rr72what packs do i need?
03:39.51thiagoZalamander: the first release of kcall was yesterday :)
03:40.27grepperrr72: you talking to me ?
03:40.38rr72yup
03:40.39Zalamanderthiago ah, so I see now :-)
03:40.55rr72i got phpsysinfo and i configured that with dpkg
03:41.03rr72and appache
03:43.15grepperyour have phpsysinfo in your DocumentRoot ?
03:43.38rr72idk
03:43.51rr72u mean /var/www?
03:43.55rr72if then yeah
03:44.41grepperif that is your DocumentRoot then yes
03:45.05rr72it is usually right?
03:45.09grepperhttp://localhost/phpsysinfo/index.php  doesn't work ?
03:46.03rr72i get a diolog asking to open or dl the file
03:46.50*** join/#kde tim_h_ (~Tim@p54A1B5B4.dip.t-dialin.net)
03:46.57thingyrr72: do you have files in  /var/www/phpsysinfo or is /var/www/phpsysinfo a link to somewhere or is the directory empty?
03:46.58grepperwhat php packages do you have installed ?
03:47.23rr72its a link to /usr/bin
03:47.28rr72phpsysinfo
03:47.33rr72idk
03:47.44rr72all i know is how to search for packs
03:48.03grepperrr72: grep DirectoryIndex /etc/apache/httpd.conf
03:48.40grepperdo you see index.php3 index.php in that line ?
03:48.55rr72grep: /etc/apache/httpd.conf: No such file or directory
03:49.06grepperyou are using apache2 ?
03:49.25rr72idk
03:49.32rr72i just apt-get install apache
03:50.08thingyrr72: did you create the config.php file for phpsysinfo like the readme mentioned?
03:50.19rr72it was already created
03:50.44greppersomething is wrong if you don't have an /etc/apache/httpd.conf if you are not using apache2
03:50.50grepperls -ld /etc/apache*
03:50.59thingyrr72: any config stuff in there you need to setup? which could be causing the dialog i mean
03:51.10rr72/bin/ls: /etc/apache*: No such file or directory
03:51.12rr72uh   oh
03:51.21grepperapt-get install apache :)
03:51.44rr72lmao
03:51.50rr72i didnt ssh to my box
03:51.56rr72hahaahahahahahahahaahahahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
03:52.45rr72no i don't have php or whatever in the file
03:53.30gregdayhttp://www.izpitera.ru/lj/tetka.swf
03:53.34gregdaythis is mesmerizing
03:53.36grepperDirectoryIndex index.html index.php3 index.php index.htm index.shtml index.cgi index.phtml
03:53.42rr72<grepper> do you see index.php3 index.php in that line ? no idont
03:53.50grepper^^
03:53.53rr72<PROTECTED>
03:54.35grepperyou install phpsysinfo from apt ?
03:54.42*** join/#kde MichiganFocker (~MichiganF@pcp03197430pcs.clnt3401.mi.comcast.net)
03:55.03rr72yes
03:55.04rr72wow
03:55.13thingyit worked?
03:55.16rr72no
03:55.19thingyoh
03:55.19rr72wow swf
03:55.35grepperflash ?
03:55.43rr72yup
03:55.46rr72kinky
03:55.53grepperrestart apache ?
03:55.55gregdayi could watch her for hours
03:56.10rr72hehe
03:56.20rr72TomasuBored~ look at http://www.izpitera.ru/lj/tetka.swf
03:56.40rr72<PROTECTED>
03:56.42rr72same thing
03:56.49TomasuBoredthats cool :)
03:56.58rr72should i remove and reinstall phpsysinfo?
03:57.12grepperrr72: no, you should add to the line like I told you to :)
03:57.17rr72oo
03:57.19rr72oops
03:57.22grepperoh
03:57.24grepperyou did
03:58.04rr72didnt
03:58.10greppermaybe php is not properly configured
03:58.23greppernever mind, its late and I can't read
03:59.33rr72nope
03:59.39rr72restarted apache too
03:59.53rr72darn
03:59.56rr72i don't think so
04:00.02rr72how do i config php?
04:00.45rr72i mean i think it isnt right
04:01.36greppergrep php /etc/apache/mime.types
04:02.05rr72application/x-httpd-php                         phtml pht php
04:02.05rr72application/x-httpd-php-source                  phps
04:02.05rr72application/x-httpd-php3                        php3
04:02.05rr72application/x-httpd-php3-preprocessed           php3p
04:02.05rr72application/x-httpd-php4                        php4
04:02.21grepperdon't flood here please, this is already off-topic
04:02.32grepperyou are abusing the channel if you do
04:02.52grepperwe should take this to pm
04:03.27canllaithDid you enable php in apache conf ?
04:03.40Aletheshey
04:03.45Alethesa channel that actually helps with php :)
04:03.52canllaithI had to uncomment Include /etc/apache/mod_php.conf
04:03.53Alethes##php is not very helpful :)
04:03.55*** join/#kde callie (~callie@host86-129-64-233.range86-129.btcentralplus.com)
04:04.02rr72#debian sux
04:04.07rr72ill check
04:04.41rr72which config file?
04:05.35*** join/#kde _james (~james@24-231-165-47.dhcp.bycy.mi.charter.com)
04:05.45canllaithhttpd.conf
04:06.30rr72i think i got it
04:06.54grepperI think its an AddType ommision
04:15.15*** part/#kde thingy (~jinesh@84.92.250.129.broadband.plus.dyn.plus.net)
04:19.34*** join/#kde goneri (~goneri@gloria.rulezlan.org)
04:22.08*** join/#kde Roey (~Roey@Roey.sustaining.supporter.pdpc)
04:22.38*** join/#kde chess2 (~chess2@1cust213.tnt2.newcastle.au.da.uu.net)
04:22.51*** join/#kde _fitz (~fitz@adsl190-101-tn.aknet.it)
04:23.05*** part/#kde chess2 (~chess2@1cust213.tnt2.newcastle.au.da.uu.net)
04:25.30*** join/#kde chess2 (~chess2@1cust213.tnt2.newcastle.au.da.uu.net)
04:25.56*** join/#kde _fitz (~fitz@adsl190-101-tn.aknet.it)
04:27.09*** part/#kde chess2 (~chess2@1cust213.tnt2.newcastle.au.da.uu.net)
04:28.43*** join/#kde euronaut (~stefan@pD951B847.dip.t-dialin.net)
04:29.24*** join/#kde damon (~damon@d207-216-171-164.bchsia.telus.net)
04:30.46*** join/#kde Destructo (~OfThe@ool-18bcc988.dyn.optonline.net)
04:30.54johnny69I feel all Null & Void.
04:31.08Destructohello all; anyone here familair with k3b
04:32.07MrGrimI'm familiar w/ it to the point of selecting the project type, dragging files to it, and clicking on burn
04:32.23Destructowell im having issues at startup
04:32.51Destructothe #k3b channel has been dead for the past few days
04:33.07MrGrimI probably can't help
04:33.10rr72johnny69~ look at http://www.izpitera.ru/lj/tetka.swf
04:33.15MrGrimI'd see if there is a mailing list or forum that is more active
04:33.25Destructoyeah did that also
04:34.59*** part/#kde johnny69 (~Yeah@pcp593974pcs.dksnco01.tn.comcast.net)
04:38.34*** join/#kde Roey (~Roey@Roey.sustaining.supporter.pdpc)
04:39.26*** part/#kde Klementas (~lichte@lichte.ctcis.net)
04:42.11*** join/#kde raicosta (~raicosta@201008080159.user.veloxzone.com.br)
04:42.59*** join/#kde fabiofb (foobar@90.137.165.200.smart.net.br)
04:52.43*** part/#kde rr72 (~ryno@c-24-15-232-96.hsd1.il.comcast.net)
04:55.39*** join/#kde bluelightning (~bluelight@219-89-5-154.dialup.xtra.co.nz)
04:59.33*** join/#kde absinthe_ (~absinthe@68-189-119-152.ca.charter.com)
05:01.09*** join/#kde CondorDes (~condor@adsl-63-194-109-13.dsl.snlo01.pacbell.net)
05:01.33*** join/#kde az[a]zel (~damien@ppp242-137.lns2.adl2.internode.on.net)
05:03.39*** join/#kde muntyan (muntyan@modem-1774.rns.tamu.edu)
05:08.08*** join/#kde josue (~josue@natsp-43-netra20.ice.co.cr)
05:08.52Octaneis there a reason that konqueror's progress bar when downloading something always says 100%
05:09.51muntyanOctane: ,aybe you downloading something from a server which doesn't tell file size?
05:10.18Octanemuntyan, yes thats what i thought the first time this happened, but it always happens with every download from every file server :)
05:10.22muntyanor it's always-always 100%, with any sites and files?
05:10.29Octaneya
05:10.35MrGrimOctane: I think the ftp kio slave doesn't know how to use "ls -l"
05:10.47MrGrimdoes it only do it w/ ftp files?
05:10.52MrGrimor does it mess up w/ http files too?
05:10.54Octanenope, http too
05:11.11Octanewith ftp its expected,same thing with firefox and with itnenret explorer actually
05:14.27muntyanOctane: does this work http://easynews.dl.sourceforge.net/sourceforge/azureus/Azureus_2.3.0.2_linux.AMD64.tar.bz2
05:14.29muntyan?
05:15.00*** join/#kde grepper (~robert@ip216-239-89-122.vif.net)
05:16.15*** join/#kde kosue (~josue@natsp-43-netra20.ice.co.cr)
05:21.32*** join/#kde Kamping_Kaiser (~kaiser@ppp239-92.lns2.adl2.internode.on.net)
05:28.32*** join/#kde josue (~josue@natsp-43-netra20.ice.co.cr)
05:33.36*** join/#kde floyd_n_milan (~mrugesh@210.211.144.70)
05:33.47floyd_n_milanhow does one install KDM styles?
05:35.21*** part/#kde muntyan (muntyan@modem-1774.rns.tamu.edu)
05:44.11*** join/#kde Tomasu (~moose@S010600045a4c73cc.ed.shawcable.net)
05:53.58floyd_n_milanno one here? :S
05:54.13*** join/#kde ringerc (~craig@dsl-202-72-144-62.wa.westnet.com.au)
05:54.47*** part/#kde floyd_n_milan (~mrugesh@210.211.144.70)
05:55.56*** join/#kde physos (~physos@endres.kde)
05:57.00*** join/#kde Roey (~Roey@pcp04370251pcs.nrockv01.md.comcast.net)
05:58.28*** join/#kde oggb4mp3__ (~konversat@ny-lancastr-cadent1-grp4a-a-60.bflony.adelphia.net)
06:08.36*** join/#kde josue (~josue@natsp-43-netra20.ice.co.cr)
06:09.37kosuewho wants to help me?
06:09.56phluxShoot.
06:11.33kosuei install a software in suse but i wanna know or see the installation folder
06:12.02kosuei need put the someones files you know
06:14.37phluxdon't know that one
06:14.44phluxKDE doesn't even compile on FreeBSD..heh
06:15.32kosueohh
06:15.49kosueis based in unix right?
06:16.22*** join/#kde egon_spengler (~egon@71.98.70.143)
06:16.55kosueok i find the folders
06:23.03physosphlux: what are you talking there? KDE compiles fine on freebsd
06:23.12physoshttp://freebsd.kde.org
06:25.59MrGrimphysos: more importantly is why he brought that up
06:26.02MrGrimin a convo about suse
06:36.10*** join/#kde ponto_ (ponto@p5087E30E.dip.t-dialin.net)
06:38.24*** join/#kde Frost^ (~Weiss@ODAP-62-0-84-131.bb.netvision.net.il)
06:40.36*** join/#kde Kamping_Kaiser (~kaiser@ppp239-92.lns2.adl2.internode.on.net)
06:41.20*** join/#kde IceD^ (~iced@82.209.216.208)
06:43.09*** join/#kde oggb4mp3 (mdkuser@ny-lancastr-cadent1-grp4a-a-60.bflony.adelphia.net)
06:44.41*** part/#kde ponto_ (ponto@p5087E30E.dip.t-dialin.net)
06:45.54*** join/#kde _poison (~poison@p54A2DE5E.dip.t-dialin.net)
06:53.16*** join/#kde abc (~Roey@pcp04370251pcs.nrockv01.md.comcast.net)
06:54.09*** join/#kde phlux (~Kevin@66-168-244-230.dhcp.mtgm.al.charter.com)
06:55.40*** join/#kde _bart (~bart@c-24-0-54-176.hsd1.tx.comcast.net)
06:57.45*** join/#kde w1gg3r (~bart@c-24-0-54-176.hsd1.tx.comcast.net)
07:00.47*** join/#kde iblechbot (~iblechbot@104.18-dial.augustakom.net)
07:08.37*** join/#kde Firetech (~Firetech@h53n1fls301o1100.telia.com)
07:13.12*** join/#kde moral (~moral@ip68-226-185-157.lf.br.cox.net)
07:13.39*** part/#kde moral (~moral@ip68-226-185-157.lf.br.cox.net)
07:14.01*** join/#kde CondorDes (~condor@adsl-66-218-45-185.dslextreme.com)
07:14.08Frost^canllaith, you should remove that svn-features url from the topic
07:14.32Frost^it only make people drool about things they can't have
07:15.18Frost^the page design is beautiful, by the way
07:17.27canllaithFrost^, thank you, physos taught me everything I know about css ;)
07:18.16Frost^I think I'm one of the few who finds html dificult
07:18.27Frost^difficult even. well, it's more about art
07:18.38canllaithOh no, I find it plenty difficult don't you worry =p
07:18.57Frost^I really appreciate good looking webpages :)
07:19.29Frost^does kde have a certain timeframe for releases or will it be released when its ready?
07:19.33icyfire0573I appreciate them too, but they can be such a pain to make
07:19.42canllaithWell, a bit of both.
07:19.43icyfire0573Frost^: they have a tentative release schedule
07:19.58canllaithThere is a schedule, but if necessary the release will be held back to fix showstopper bugs
07:20.00physosFrost^: http://developer.kde.org/development-versions/
07:20.18Frost^physos, thank you. I'm gonna bookmark this link for the future :)
07:20.39physosFrost^: There is no schedule for KDE4 yet (to be decided at aKademy this year)
07:20.56Frost^kde 3.5 will be enough for me :)
07:20.58physosand 3.4.2 is scheduled end of July
07:21.29physosThere is no schedule for that yet, but a release in coincidence with aKademy is likely.
07:21.36Frost^maybe I only got more aware of kde recently, but it seems that since kde 3.4 development has boosted incredibly
07:21.44icyfire0573i demand kde 4 :-) but only when its done
07:21.55icyfire0573Frost^: same here
07:22.02*** join/#kde pt (~konversat@adsl-125.240.166.194.arpa.as1901.net)
07:22.07Frost^I only started using kde with 3.4rc but still
07:22.18Frost^never heard so many stories about it
07:22.38Frost^I just want to have the ability of making applets in python
07:22.39Frost^:)
07:26.02physosFrost^: nah, development is always fast. Sometimes it is more public than at other times.
07:26.27Frost^that might be it
07:26.49Frost^I wish I could have joined the team myself but I'm a bit tired with c++
07:27.01Frost^and of course lack a lot of skill and knowledge
07:27.15Frost^so I end up trying coding lame gui apps :|
07:28.29canllaithKDE is not entirely c++
07:28.37canllaithThere is lots of work in other places
07:29.15Frost^documentation, I know
07:29.34Frost^but my english is not really that good
07:29.40Frost^not for anything lengthy at least
07:29.56Frost^and I'm not that familiar with kde yet :)
07:30.03canllaithNot only documentation
07:30.09*** join/#kde core`cappiez (~rellewdll@nj-69-34-91-35.dyn.sprint-hsd.net)
07:30.15canllaithI have code in kicker that is almost entirely XML
07:30.38Frost^hmm, I thought XML was just a file format
07:30.43Frost^didn't know one can code in it
07:31.18core`cappiezWhat setting would I turn off to stop Konquerer from popping when a CD is inserted into the ROM drive? I inserted a DVD-R (Into DVD-ROM), and it popped up 29+ Konquerer windows.
07:31.37Frost^once kicker gets support for python applets I can start partying. not that I'm that good in python but at least I like using it
07:33.19Taci just want to be able to put the kpanel in instead of the bland desktop switcher...
07:33.28Tacthat would make me a happy boy
07:33.44Frost^I want to be able to understand kopete's code
07:33.59Frost^so that I can finally fix the bug which prevents me from using it
07:35.01*** join/#kde illissius (~illissius@219.194-182-adsl-pool.axelero.hu)
07:36.25*** join/#kde dessa_ (~jhall@203-79-97-40.paradise.net.nz)
07:37.57core`cappiezAnyone?
07:38.26Frost^canllaith, can you please show me that XML code?
07:39.35canllaithI wrote an article about it
07:39.49canllaithhttp://wiki.kde.org/tiki-index.php?page=Kicker%20Hacks
07:40.01Frost^thank you
07:40.05canllaithThis is some of it:
07:40.07canllaithhttp://websvn.kde.org/trunk/KDE/kdebase/kicker/libkicker/kickerSettings.kcfg?rev=423711&view=markup
07:40.40canllaithBasically, I read through the c++ source code looking for kconfig settings to mark up in XML to assist in porting to kconfig XT
07:40.51canllaithJust an example that not all KDE work is c++
07:46.04*** join/#kde Kamping_Kaiser (~kaiser@ppp220-186.lns3.adl2.internode.on.net)
07:46.20Frost^hey I'm gonna try some of those little hack
07:46.20Frost^s
07:46.40*** join/#kde [ViRgiLiO] (~virgilio@84-122-98-241.onocable.ono.com)
07:51.02Frost^hmm, does the ShowKMenuText thingy works only in svn?
07:51.41canllaithyes
07:52.22Frost^oh ok
07:53.08core`cappiezWhat setting would I turn off to stop Konquerer from popping when a CD is inserted into the ROM drive? I inserted a DVD-R (Into DVD-ROM), and it popped up 29+ Konquerer windows.
07:54.52*** join/#kde Sho_ (EHS1@dsl-082-082-088-105.arcor-ip.net)
07:58.17*** join/#kde teatime (~jens@h35n2fls307o1101.telia.com)
08:11.05*** join/#kde cies (~cies@k28152.upc-k.chello.nl)
08:22.11*** join/#kde elirips (~elirips@84-73-2-213.dclient.hispeed.ch)
08:23.51*** join/#kde Kamping_Kaiser (~kaiser@ppp220-186.lns3.adl2.internode.on.net)
08:25.23*** join/#kde spiral (~spiral@84.5.144.200)
08:26.10*** join/#kde canllaith (~jhall@203-79-97-40.paradise.net.nz)
08:28.49*** join/#kde viktor (~viktor@81.161.165.167)
08:28.57*** join/#kde PieD (~Pierre@ALille-251-1-65-135.w82-127.abo.wanadoo.fr)
08:30.25viktorI have not been able to use konqueror for a long time because of this error:Unable to create io-slave:
08:30.26viktorklauncher said: Fejl ved indlæsning af 'kio_http'
08:30.44viktorDo you know what the problem could be?
08:31.53*** join/#kde _poison (~poison@p54A2DE5E.dip.t-dialin.net)
08:32.29*** join/#kde MaxMad (~max@VA1-1D-u-0062.mc.onolab.com)
08:32.31*** join/#kde Kamping_Kaiser (~kaiser@ppp220-186.lns3.adl2.internode.on.net)
08:32.47viktorI use Mandrake Cooker and the problem has been there since 3.2 or so
08:32.54*** join/#kde nive (~nive@trichet.fr.eu.org)
08:33.49*** join/#kde war- (~war@iniquity.net)
08:37.42*** join/#kde tstaerk (~staerk@p54A9562B.dip.t-dialin.net)
08:38.18*** join/#kde spiral (~spiral@84.5.145.252)
08:40.01*** join/#kde marjom (~MarkKirby@loki.coris.org.uk)
08:40.35grepperviktor: same problem for a new user ?
08:41.50viktorit is the same for root, but i haven't tried to create a new user. But I have tried to delete my .kde directory completely
08:42.01*** part/#kde marjom (~MarkKirby@loki.coris.org.uk)
08:44.35viktorShould I try with a new user?
08:45.05grepperwell, if you deleted or mv'ed your KDEHOME then it would be pretty much the same
08:45.21*** join/#kde Sjimmie (sjimmie@84-107-144-119.dsl.quicknet.nl)
08:45.39Sjimmiehi everyone :)
08:45.45grepperhello
08:45.52Sjimmienice sunday to all :)
08:46.12greppertoo early to tell :)
08:46.20Sjimmieyou must the usa then :)
08:46.33Sjimmiei just woke up in a beautiful sunday :D
08:46.34greppernope
08:46.43grepperCanada
08:47.13Sjimmieoh sorry :)
08:48.57Sjimmieoke, i check the faq it aint there either :) so i got two questions :)
08:49.24Sjimmiefirst one: I have an external taskbar to my kicker, but it cant get it to go _under_ the kickerbar
08:50.07Sjimmieanyone can confirm that? or am i crazy? :)
08:51.07grepperick, under.  I had a problem that it did go under till I changed it
08:55.34Sjimmiehttp://adam.borisaelen.nl/~sjimmie/screen.png
08:55.43Sjimmieoke so that was the first one, guess its a hard one
08:55.46Sjimmiesecond is the soundmixer
08:56.15Sjimmiei have a soundblaster live 5.1, and when i add it to my kicker i get a shitload of channels, thats fine, i can hide most of them
08:56.33Sjimmiebut there isnt one channel that is like the 'master'
08:56.42*** join/#kde Ci-Dev_ (~ci-dev@p54BDE0A2.dip.t-dialin.net)
08:56.44grepperjust use kmix and dock it
08:56.46Sjimmieis there an alternative soundmixer applet i could try?
08:56.49grepperthen you get one slider
08:56.50Sjimmieright :)
08:57.02grepperrather than the applet
08:57.09Sjimmielets check that
08:58.14Sjimmieehmm, nope same list of channels, and none control master volume
08:58.27*** part/#kde cshobe (~cshobe@spieden.seattleserver.com)
08:58.45*** join/#kde Celestar (~Celestar@p5497CE96.dip.t-dialin.net)
08:58.50Sjimmiemy card is also detected as SB Live [Unknown]
08:58.57Sjimmiehmmm, might be that
08:59.03greppereh ?
08:59.15grepperjust left click it
08:59.33grepperyou icon in the system tray (dock it first in its config)
08:59.58*** join/#kde CondorDes (~condor@adsl-63-194-109-13.dsl.snlo01.pacbell.net)
09:00.02Sjimmieoh indeed
09:00.09Sjimmiewell that slider doesnt work either :)
09:00.16Sjimmieonly lowers my front channel speakers :)
09:00.51Sjimmiebut it is the icon i was looking for this one is nice
09:00.53grepperwhich one works for you ?
09:00.59grepperPCM ?
09:01.01Sjimmienone :)
09:01.08Sjimmienope, that ones only the front also
09:01.16Sjimmieand the wave surround controls the rear
09:01.17grepperI only have 2 speakers, so haven't played with that
09:01.25Sjimmieand the center controls the center
09:01.29grepperthough I have a SB live!
09:01.29Sjimmieso i need to do 3 sliders
09:01.43Sjimmiebut i think i have the wrond driver or something
09:01.47Sjimmiesince it says, unknown
09:01.56Sjimmieand sound is kinda shit
09:01.59grepperwhat card is it actually ?
09:02.06Sjimmiehmmm lets check
09:02.17*** join/#kde pt (~konversat@adsl-160.204.166.194.arpa.as1901.net)
09:02.19Sjimmie00:0d.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
09:02.20grepperyou are using alsa ?
09:02.23Sjimmieyeah
09:02.48grepperdamn fine card :)
09:02.50grepper0000:01:07.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
09:03.10greppermine sounds great
09:03.24Sjimmiecrap :)
09:03.29grepperI assume you don't have a dell laptop ?
09:03.38Sjimmieno just  a workstation
09:03.46grepperdell ?
09:03.50Sjimmienope
09:03.54grepperok
09:03.56Sjimmieits on a iwill mobo
09:04.05grepperthere is another version of the emu10k1 for dell oem
09:04.09Sjimmiei think i messed up my alsomixer setting
09:04.12Sjimmies
09:04.15Sjimmiehmmm
09:04.38Sjimmiewell, in kmix, do you also see as device SB Live [Unknown] ?
09:04.42grepperif you have PCM set too high, you might get distored sound
09:04.58Sjimmieaahhhh oke!
09:05.08Sjimmiei think you are right
09:05.14*** join/#kde Gonzo (~Gonzo@82-45-233-86.cable.ubr03.hari.blueyonder.co.uk)
09:05.28Sjimmiewell oke, damn, but i want a master slider for all :)
09:06.47greppermaster should do that you would think
09:07.52Sjimmiemight be weird that i have 2 cards :)
09:08.04Sjimmieone on board, and the sb live 5.1 in my pci
09:08.21grepper"For Surround Systems please be aware that the Master device often regulates only the Front Speakers. This is a limitation of your Soundcard driver"
09:08.32grepperfrom kmix handbook
09:08.48Sjimmiedamn!
09:08.52Sjimmiebut windows can do it!
09:08.54Sjimmiehahahaha :)
09:09.35greppercheck the alsa site
09:09.46greppermaybe someone has figured out something on the lists
09:10.01grepperor one of the faq's for the emu10k1 driver
09:10.54grepperbtw:   the windows drivers are written by the people who actually have access to the hw specs :)
09:11.45Sjimmiei suppose that makes life a lot easier :)
09:11.58*** join/#kde ja (~ja@CPE-203-51-183-73.vic.bigpond.net.au)
09:12.04Sjimmieyeah, im gonna check the alsa website, it was down yesterday thou
09:14.49*** join/#kde aseigo (~aseigo@aseigo.kde)
09:16.05*** join/#kde floe (~konversat@dsl-217-199-70-239.berlikomm.net)
09:18.39*** join/#kde NullAcht15 (~NullAcht1@dsl-082-082-147-212.arcor-ip.net)
09:27.36Sjimmieoh btw, anyone knows some more nice yum repositories i _should_ add to my fc4 yum config?
09:27.42Sjimmiei have livna and dag so far..
09:27.52Sjimmieand the default repos ofcourse
09:28.05*** join/#kde StevenR (~foo@82-41-30-69.cable.ubr04.edin.blueyonder.co.uk)
09:28.26Japsugrepper: better yet, the windows drivers might in some cases be written by the people who *wrote* the specs... OR SHOULD HAVE WRITTEN
09:28.30Japsu:D
09:28.43*** join/#kde user03 (~user03@210.23.66.18)
09:28.55*** join/#kde IceD^ (~iced@82.209.229.223)
09:32.59*** join/#kde lextul (~lextul@p54B7C097.dip.t-dialin.net)
09:33.27*** join/#kde ilia (~ilia@pppoe11.bol.bg)
09:33.51*** part/#kde tilix (~ilia@pppoe11.bol.bg)
09:35.04*** join/#kde lextul (~lextul@p54B7C097.dip.t-dialin.net)
09:35.21*** join/#kde jrloki (~loki@p5083E78D.dip.t-dialin.net)
09:39.06*** join/#kde jf (~jf@81.56.243.29)
09:41.33*** join/#kde Jean-Francois_ (~jf@81.56.243.29)
09:43.05*** join/#kde lextul (~lextul@p54B7C097.dip.t-dialin.net)
09:44.46*** join/#kde Asraniel (~Asraniel@153.11.203.62.cust.bluewin.ch)
09:50.55*** join/#kde lextul (~lextul@p54B7C097.dip.t-dialin.net)
09:53.53*** join/#kde sbriesen (~stefan@sbriesen.developer.gentoo)
09:54.14sbriesenHi!
09:54.59sbriesen@amd64 users: please test ebuild in bug 93535
09:55.17sbriesensorry ;)
09:55.20sbriesenwrong window
09:55.39*** join/#kde lextul (~lextul@p54B7C097.dip.t-dialin.net)
09:56.14sbriesenjust ignore what I've said
09:58.12*** join/#kde pukyxd (~pukyxd@209.Red-81-35-125.pooles.rima-tde.net)
09:59.37*** join/#kde marten_ (~mklencke@g182226.upc-g.chello.nl)
10:00.04*** join/#kde Moppo (~Claudius@p50892F8E.dip0.t-ipconnect.de)
10:03.55*** join/#kde pinotree (~pino@pino.developer.kde)
10:05.14pinotreehello
10:10.21*** join/#kde mart_k (~mart_k@dsl189-18.fastxdsl.nl)
10:10.23*** join/#kde [ViRgiLiO] (~virgilio@84-122-98-241.onocable.ono.com)
10:10.36Moppohello
10:10.57jahi
10:11.44*** join/#kde edulix (~edulix@136.Red-80-59-147.pooles.rima-tde.net)
10:16.04*** join/#kde qos (~qos@dsl-084-061-023-132.arcor-ip.net)
10:18.31*** join/#kde Zeep (~michael@80.248.202.83)
10:21.16qos<PROTECTED>
10:21.19*** join/#kde BC86 (~florian@p54AA9F9F.dip0.t-ipconnect.de)
10:21.21qoshey guys, there is no "at" on my keyboard. does anyone know why?
10:25.02*** join/#kde qos (~qos@dsl-084-061-023-132.arcor-ip.net)
10:26.49*** join/#kde jc (~mani-soft@pD9EE798A.dip0.t-ipconnect.de)
10:29.07canllaithqos, you mean no @ ?
10:29.49qosright, but i think i know where it has hide ... ;)
10:36.56*** join/#kde Soyburg (~Soyburg@p54B165C8.dip.t-dialin.net)
10:39.47*** join/#kde aurax (~aurax@bzq-218-44-187.cablep.bezeqint.net)
10:39.50auraxhello
10:39.54auraxis there a way to use kmail in windows ?
10:43.17BC86aurax: you could try cygwin
10:43.38BC86aurax: but it is quite slow
10:44.24anhiwhy would you want to use windows...
10:44.25*** join/#kde illissius- (~illissius@32.1-182-adsl-pool.axelero.hu)
10:45.31auraxi want to make it work with kolab server.
10:45.38auraxsome uses windows, some linux
10:46.41*** join/#kde [ViRgiLiO] (~virgilio@84-122-98-241.onocable.ono.com)
10:46.54BC86aurax: isn't there a native kolab client for win?
10:48.06canllaithI know of someone who's run it over cygwin and XDMCP
10:48.32auraxno BC86
10:53.48BC86aurax: there are plugins for outlook: http://www.kolab.org/about-kolab-clients.html
10:56.27*** join/#kde naddar (~WinNT@144.76-200-80.adsl.skynet.be)
10:56.32naddaranyone here
10:58.12*** join/#kde Flendor (Flendor@195.174.33.225)
10:58.14FlendorHello.
10:58.51naddarhi Flendor
10:59.04naddaryou know how to set the graphic card in kde
10:59.08*** join/#kde liable (~linux@dialup-25.189.220.203.acc01-apli-cai.comindico.com.au)
10:59.14naddarit wont start up so i have to configure it
10:59.54*** part/#kde liable (~linux@dialup-25.189.220.203.acc01-apli-cai.comindico.com.au)
11:02.12greppernaddar: you need to reconfigure X
11:02.20grepperwhat distro do you use ?
11:02.44*** join/#kde edmetric (~edmetric@YahooBB219016056061.bbtec.net)
11:03.03naddardebian
11:03.39grepperdpkg-reconfigure xserver-xfree86
11:03.45grepperor just edit /etc/X11/XF86Config-4 manually
11:04.10greppermake sure you have xfree installed properly, is it a new install ?
11:04.37*** join/#kde cat-dog (~cat@218.3.94.76)
11:04.39naddaryeah
11:04.47naddarok i check it once thanks
11:04.56grepperjust to make sure: apt-get install x-window-system-core
11:10.12*** join/#kde exit_music (~babjo87@211.246.152.216)
11:10.19*** join/#kde illissius (~illissius@32.1-182-adsl-pool.axelero.hu)
11:13.14*** join/#kde cat-dog (~cat@218.3.94.88)
11:18.22*** join/#kde |11dennis| (~dennis@dennis.user.unixboard)
11:22.12*** join/#kde |11dennis| (~dennis@dennis.user.unixboard)
11:25.43*** join/#kde [ViRgiLiO] (~virgilio@84-122-98-241.onocable.ono.com)
11:30.04naddarhe tells me can't open display so i geus its a wrong setting but whats the config file
11:30.46grepperas I said /etc/X11/XF86Config-4
11:31.05grepperwhat command are you using to start X ?
11:31.36naddarstartkdeµ
11:31.59grepperfrom console ?
11:32.10grepperthat is the wrong command
11:32.20grepperstartx /usr/bin/startkde
11:32.59grepperor echo startkde>~/.xinitrc (assuming there is nothing in your xinitrc you want),   and just use "startx"
11:35.32naddarok i installed kdm and it whas ok
11:35.34naddarnow it works
11:35.46grepperor that :)
11:35.46*** join/#kde [ViRgiLiO] (~virgilio@84-122-98-241.onocable.ono.com)
11:35.51naddarlol
11:35.54naddarit works now
11:35.55naddarhehehe
11:36.06grepperstartkde is not meant to be used directly
11:36.30grepperthough you can run in from a term in bare X to test things
11:36.38greppers/in/it
11:39.20*** join/#kde DirkGently (~malcolm@cpc3-pete2-3-0-cust121.pete.cable.ntl.com)
11:39.41naddargrepper can i set kde in dutch language
11:39.47naddarso my wife also have something lol
11:40.15grepperif you install the i18n package
11:40.24grepperkde-i18n-nl I would guess ?
11:42.19naddarlast question how can i tell to start kdm automatic
11:42.56grepperdpkg-reconfigure kdm
11:42.59grepperselect kdm
11:43.05grepperprobably already done for you
11:43.20grepperls /etc/rc2.d/*kdm*
11:43.23*** join/#kde war- (~war@iniquity.net)
11:43.49naddaroh it whas done
11:43.50naddarthaznks
11:43.55greppernp
11:52.57*** join/#kde dec0ding (~binarian@62.162.233.80)
11:53.47*** join/#kde magnetic (~magnetic@107.Red-83-54-91.pooles.rima-tde.net)
11:54.19*** join/#kde Andrew`` (~andrew@60-240-59-82.tpgi.com.au)
11:57.52*** join/#kde magnetic (~magnetic@107.Red-83-54-91.pooles.rima-tde.net)
11:58.12*** join/#kde spiral (~spiral@lafilaire-4-82-224-249-43.fbx.proxad.net)
11:58.51*** join/#kde Cerulean (~Cerulean@giannaros.developer.kde)
11:59.04*** join/#kde sail0rm00n (~sail0r@don252.neoplus.adsl.tpnet.pl)
11:59.33*** part/#kde sail0rm00n (~sail0r@don252.neoplus.adsl.tpnet.pl)
11:59.35CeruleanI think I read a while back that KDE has GRUB integration in 3.4 (e.g you can restart into another kernel from KDE). Is this true, and if so, how?
12:00.40grepperlilo
12:01.16grepperoh, maybe grub too, I don't have grub installed on this partition that I run kde on
12:01.22greppermine only shows lilo
12:01.33Ceruleangrepper: Where?
12:01.43Ceruleanwhere does it "show it"
12:02.06grepper<PROTECTED>
12:02.33Ceruleanah
12:02.37canllaithIn the log out dialog, if you enable it under the KDM configurator.
12:03.12grepperoh, sorry
12:03.20grepperI was thinking of the configurator
12:03.56grepperconfibulator
12:04.22canllaith:)
12:05.09greppercool, I can see my building in google satellite maps
12:05.11CeruleanI'm only seeing the option to show LILO boot options (thought it is disabled, of course) in the Login Manager section of KControl
12:05.23*** join/#kde ScrwLoose (~screwloos@82-42-152-171.cable.ubr10.live.blueyonder.co.uk)
12:05.28*** join/#kde exal (~exal@16.Red-83-37-8.pooles.rima-tde.net)
12:05.47*** part/#kde exal (~exal@16.Red-83-37-8.pooles.rima-tde.net)
12:06.51grepperguess you can just use grub-reboot
12:07.01greppernever used it myself
12:07.05ScrwLoosekonqueror
12:08.18*** join/#kde tillmann (~tillmann@dsl-084-060-008-045.arcor-ip.net)
12:10.15*** join/#kde Skiver (~DebianLin@218.111.213.185)
12:15.31*** join/#kde soulreaper (b@p54A655DC.dip.t-dialin.net)
12:17.58*** join/#kde decOding (~binarian@62.162.233.80)
12:19.29*** join/#kde IRCMonkey_ (~chatzilla@deimos.iu-bremen.de)
12:27.11*** join/#kde crashbg (~crashbg@crashbg.net)
12:28.38*** join/#kde Johanna (~Johanna@p54B6C6C2.dip.t-dialin.net)
12:28.39*** join/#kde nofpu (~matthew@82-35-109-191.cable.ubr06.dals.blueyonder.co.uk)
12:28.48Johannahow do i make krusader display utf8?
12:29.17*** join/#kde mikl (~mikkel@mikl.active.supporter.pdpc)
12:30.03*** join/#kde Trevelyan (~tj@trevelyan.user)
12:32.34*** join/#kde _dave (~dave@c-67-167-221-155.hsd1.il.comcast.net)
12:32.50*** part/#kde _dave (~dave@c-67-167-221-155.hsd1.il.comcast.net)
12:36.16*** join/#kde edmetric (~edmetric@YahooBB219016056061.bbtec.net)
12:36.56*** part/#kde IRCMonkey_ (~chatzilla@deimos.iu-bremen.de)
12:37.15*** join/#kde jc__ (~mani-soft@pD9EE798A.dip0.t-ipconnect.de)
12:39.33*** join/#kde MaxMad (~max@VA1-1D-u-0062.mc.onolab.com)
12:45.26*** join/#kde qfh (~qfh@ppp-62-245-161-139.mnet-online.de)
12:46.39*** join/#kde _pbrown (~pbrown@84.35.41.101)
12:50.04David23_hi
12:50.17*** join/#kde Julianyus (~Julian@51.Red-80-26-61.pooles.rima-tde.net)
12:50.50David23_I have a problem here. somehow media:/ remains empty since the last system update. but, if I plug in my usb-harddrive hald mounts it and its displayed in media:/ !
12:51.04Julianyushi
12:51.07David23_but my other harddisks and the cdrom is gone
12:51.09David23_any ideas?
12:51.51*** join/#kde yanger (1001@yanger.user)
12:52.27yangerhello, trying to use kaudiocreator to rip a cd I just bought :D but it crashes everytime i try to rip them....
12:52.58*** join/#kde shizoid (~shizoid@e176093237.adsl.alicedsl.de)
12:54.19grepperDavid23_: how did you do it - I wouldn 't mind the same situation :)
12:54.58David23_grepper: emerge hald ;)
12:55.05*** part/#kde pukyxd (~pukyxd@209.Red-81-35-125.pooles.rima-tde.net)
12:55.20grepperI don't need a dozen partitions displayed in media:/  
12:56.04grepperhal      24206  0.0  0.5   4076  2596 ?        Ss   01:10   0:04 /usr/sbin/hald --drop-privileges
12:56.40David23_grepper: but I need at least the cdrom!
12:56.48David23_which hal doesnt automount btw.
12:57.16grepperdoes it show in the konq sidebar ?
12:58.23*** join/#kde Roey (~Roey@Roey.sustaining.supporter.pdpc)
13:02.24*** join/#kde hps (~hps@L0852P09.dipool.highway.telekom.at)
13:02.28hpsjoin #debian
13:02.30hpsjoin #debian.de
13:02.33hpssorry
13:02.35hps*g*
13:04.58*** join/#kde ep (mdr@ip68-97-122-98.ok.ok.cox.net)
13:05.00*** join/#kde wirwzd (~wirwzd@c-24-218-115-209.hsd1.ma.comcast.net)
13:07.57*** join/#kde shizoid (~shizoid@e176093237.adsl.alicedsl.de)
13:09.16*** join/#kde shizoid (~shizoid@e176093237.adsl.alicedsl.de)
13:20.49cllsWhich is the most stable gcc version (apart from 4.0.0) that you could advise ?
13:20.51*** join/#kde shizoid (~shizoid@e176093237.adsl.alicedsl.de)
13:20.57clls(in the 3.4. series)
13:24.38*** join/#kde edmetric (~edmetric@YahooBB219016056061.bbtec.net)
13:27.29canllaithI'm still using 3.3.X
13:29.48hpsdebian sid still has gcc 3.3.x as standard so i am still using that and it works well
13:29.55*** join/#kde ep (mdr@ip68-97-122-98.ok.ok.cox.net)
13:30.54hpscan gcc 4.0 compile kde now?
13:32.00grepperseems to produce slow binaries in the few times I've used it, never tried for kde
13:32.34*** join/#kde anrxc_ (~anrxc@83-131-190-241.adsl.net.t-com.hr)
13:32.34grepperas you can't mix 3.3 and 3.4 afaik
13:32.43grepperin c++ apps anyways
13:33.50cllshum
13:34.15cllswait, If I compile kde with 3.4.4, will the apps that I compile with 4.0.0 work later on ?
13:34.18grepperso if your qt is compiled with 3.3 use that
13:34.44cllsgrepper, fedora rpm (qt)
13:34.46hpsclls: dont think so
13:35.14*** join/#kde artemio (~artemio@as-21-15.lns2-4c.kharkov.ukrtel.net)
13:35.31cllshps, but if I leave gcc 3.4.4 as default, everything will work fine
13:35.36grepper"- C++ code compiled by g++-3.3 and g++-3.4 is not compatible.  Applications using C++ libraries have to make sure that these libraries are rebuilt."  <- from README.Debian for gcc
13:36.23hpsgrepper: and the same applies to g++-4.0 too, and i dont know if kde can be compiled with it (there where problems after the release of gcc 4.0)
13:36.23*** join/#kde jc__ (~mani-soft@pD9EE7F38.dip0.t-ipconnect.de)
13:36.35grepperyep
13:36.38hpsclls: gcc 3.4 should work yes
13:36.54grepperheh, sorry, meant to paste the README for 4.0 :P
13:37.13cllshps, ok thanks
13:38.30*** join/#kde apokryphos (~dw@host-84-9-33-165.bulldogdsl.com)
13:41.53hpsit seams that gcc 4 is still blacklisted in kde svn
13:42.54cllspfff
13:43.24cllsI compiled kopete and amarok by removing the compiler check on gcc 4 and they work both fine
13:44.41epI've mouse died, frozen but it works if i boot to windows.  How do I use the main menu and/or panel buttons via the keyboard?
13:45.19Octanecan anyone recommend a good system monitor, like gkrellm (and don't say superkaramba :) )
13:46.06hpshm.. use gkrellm :)
13:46.09*** join/#kde Trevelyan|Laptop (~tj@trevelyan.user)
13:46.15mart_kOctane: What do you want to monitor?
13:46.28epAnd if someone has a suggestion as to how to fix my mouse, that would be appreciated.  It's been working for months, I havent recently upgraded the kernel or anything either.
13:46.33Octanemart_k, disk usage, cpu, eth0 up/down
13:46.44mart_kOctane: CPU usage can be monitors by an applet, temperature with ksensors.
13:47.20epIts a usb mouse i  tried a ps2 adaptor but that didn't fix
13:47.26Octanemart_k, i tried KSim but its so ugly
13:47.59*** join/#kde adaptr (~jeroen@adaptr.xs4all.nl)
13:48.00canllaithep, main menu is alt f1
13:48.11epthanks
13:48.33mart_kOctane: Hmm, I don't a program for disk usage and eth0 up/down.
13:49.09Octanemart_k, alright thanks anyway man
13:49.28mart_kOctane: np
13:49.56wirwzdOktane: Moaning Goat Meter
13:52.13Octaneanyone know if kynaptic keeps a log of its actions?
13:53.07*** join/#kde SuperLag (~aaron@SuperLag.developer.gentoo)
13:53.13Octanewirwzd, i thought you were kidding
13:53.15Octanelooking it up now
13:53.17*** join/#kde oggb4mp3 (mdkuser@ny-lancastr-cadent1-grp4a-a-60.bflony.adelphia.net)
13:53.41wirwzdOctane:its a perl tk app
13:55.49*** join/#kde edmetric (~edmetric@YahooBB219016056061.bbtec.net)
13:56.07*** join/#kde frog (~magda@wbbi189.biozentrum.uni-wuerzburg.de)
13:56.17froghi silly question: can i insert more graphics at once in oo-writer? and   rotate the separate pic (ie 180°)
13:57.26wirwzdhttp://svn.xiph.org/trunk/mgm/doc/index.html
13:57.41Octanewirwzd, the last release is from 2002
13:57.48grepperfrog:   this is a kde question because you  are running open office in kde ?  :P
13:57.59StevenRfrog: that's not kde question, and it's not really clear what you want anyway
13:58.05*** join/#kde Rv` (~rv@80.125.238.63)
13:58.10Rv`Hi :)
13:58.21StevenRlo
13:58.24frogsorry guys :o/
13:58.33Rv`does anybody knows where I can get some help about spam filtering with Kmail ?
13:58.47froganyway thought i try here
13:59.11wirwzdOctane: not much need for updating, it just reads /proc
13:59.22*** join/#kde negus (~negus@host-84-222-141-163.cust-adsl.tiscali.it)
14:01.26*** part/#kde negus (~negus@host-84-222-141-163.cust-adsl.tiscali.it)
14:01.32mart_kRv`: I think at #kmail, or maybe here. There are also howto's on the internet.
14:01.47frogStevenR, ok,  if i insert a pic into the text document there is possible to cut it, to give it back(horuzonlally and veritcally) but i dont see the function, that let me rotate it
14:03.18Rv`mart_k, no body awake on #kmail :)
14:03.54mart_kRv`: Then you can try here.
14:03.57StevenRfrog: you are not making much sense
14:04.59Octanewirwzd, pretty neat, thanks :)
14:05.05Rv`mart_k, I'm reading http://kmail.kde.org/tools.html
14:05.49frogStevenR: oh come on. normally paste the pic top bottom and i wanna rotate it  and paste from 'other side' (i.e instead top -bottom i wanna have right -left)
14:06.26frogs/normally/you normally/
14:06.44frogs/top bottom/from top to bottom
14:07.09mart_kRv`: Do you know which filter you want to use?
14:07.55frogStevenR: you got it?
14:08.16*** join/#kde bdg_4mature (~user02@210.23.66.18)
14:08.57StevenRfrog: you can't paste things from the other side....that doesn't make sense
14:09.29frognot paste but rotate
14:09.58StevenRyou want to rotate a picture, is that all?
14:11.22frogStevenR: it make sense when the width is bigger than the heigth. and yes im askig if its possible to rotate a pic direct in oo
14:15.05*** join/#kde tuxbear (~tuxbear@ti121210a080-15840.bb.online.no)
14:15.14Rv`mart_k, the problem is that even if I got the X-SPAM=yes tag, the mail is not moved
14:15.25Rv`I don't understand why the filter is not applied
14:15.45mart_kRv`: You already have a filter server-side?
14:16.48*** join/#kde mehrfachstecker (~aldomansk@p54AFBCF5.dip0.t-ipconnect.de)
14:16.57Rv`mart_k, yeah on both sides
14:17.04*** join/#kde nh (~prefect@dsl-082-083-057-188.arcor-ip.net)
14:17.35mart_kRv`: Do you retrieve your email with pop (if so, have you set your rule by pop-filters)?
14:20.01StevenRfrog: nope, seem oo can't do rotation
14:20.11Rv`mart_k, I know I could use pop filtering, but the problem is that some of my mails tagged by the server as spam are ham
14:20.16*** join/#kde nh (~prefect@dsl-082-083-057-188.arcor-ip.net)
14:20.27*** join/#kde goneri (~goneri@gloria.rulezlan.org)
14:21.33*** join/#kde Felly (~kvirc@d5153E4A8.access.telenet.be)
14:21.57mart_kRv`: Does your local spamfilter enter the same line to the header if it is spam?
14:22.59FellyI'm trying to use Kontact as an IMAP client. However, I can only view the inbox and no other folders on the IMAP server. Everything works fine on another machine with outlook so I think that it's not a permissions problem. Anybody with a clue ?
14:23.24*** join/#kde nh (~prefect@dsl-082-083-057-188.arcor-ip.net)
14:24.55Rv`mart_k, I don't see any changes made by the local spamfilter for this mail
14:26.10*** join/#kde nh (~prefect@dsl-082-083-057-188.arcor-ip.net)
14:26.40mart_kRv`: Which local filter do you use?
14:27.21*** join/#kde milan (~milhouse@212.200.108.235)
14:31.18Rv`spamassasin and bogofilter
14:31.32*** join/#kde wsjunior (~wsjunior@wsjunior.user)
14:31.35Rv`I'm trying to improve the detection by modifying the settings
14:32.06*** join/#kde K3V (~DefaultXR@tc-gs1-m127.ez-net.com)
14:32.59wsjunioris there a way to restart X from KDM?
14:33.34*** join/#kde l0kit0 (~l0kit0@62-241-126-200.fibertel.com.ar)
14:33.45grepperctrtl-alt bs
14:34.10mart_kRv`: What are the filter-rules you made?
14:34.19wsjuniorthks grepper
14:34.55*** join/#kde simmerz (~simmerz@80.68.82.78)
14:36.14Rv`mart_k, for detection I pipe them to spamc
14:36.59Rv`mart_k, and for filtering X-Spam-Flag
14:37.02Rv`=YES
14:37.06mart_kRv`: Is spamd running?
14:38.22Julianyusis someone having problems sending files with kopete and msn protocol? i am firewalled but i have the port 6891 open
14:38.44*** join/#kde emeteo (~NoSwPaten@mteijeiro.developer.kde)
14:39.04StevenRJulianyus: try with another app, eg gaim to confirm that the problem lies with kopete of your setup
14:39.11StevenRs/of/or
14:39.28JulianyusStevenR: i don't have any other app installed :?
14:39.40StevenRJulianyus: then install one
14:39.53Julianyusbut i can send files in irc
14:40.00StevenRit would make your diagnosis much easier
14:40.21Julianyusok, i'll go to compile gaim
14:40.23StevenRJulianyus: so what if you can send files in irc?
14:41.12*** join/#kde fabiofb (foobar@90.137.165.200.smart.net.br)
14:41.26*** part/#kde Felly (~kvirc@d5153E4A8.access.telenet.be)
14:42.10*** join/#kde EnSo (~EnSo@host38-211.pool8255.interbusiness.it)
14:42.13EnSohello
14:42.21*** join/#kde nh (~prefect@dsl-082-083-057-188.arcor-ip.net)
14:42.22EnSoim trying to rebuild the srpm of kdebase cos i've added a patch but im getting a "buffer overflow detected" message. how can i avoid that
14:43.30Rv`mart_k, for example, I just receive a spam, tagged by my mail server as spam but by local spamassasin and local bogofilter as none
14:43.34Rv`ham
14:44.09Rv`what kind of filter uses thunderbird ? because when I used it, that was very powerfull
14:45.34*** join/#kde Zero_Dogg (~zerodogg@Zero-Dogg.developer.mandriva)
14:45.49Zero_Dogghow can I change KBabel's background colour?
14:45.49*** join/#kde Trevelyan|Laptop (~tj@trevelyan.user)
14:45.52mart_kRv`: You can setup spamassasssin so that it marks more emails as spam.
14:46.17mart_kRv`: I don't know what Thunderbird uses (note: I never used bogofilter).
14:46.30Zero_DoggThunderbird uses it's own built-in anti-spam
14:47.19mart_kRv`: But spamc will do nothing if spamd doesn't run.
14:47.38Rv`mart_k, spamd is running :)
14:48.21mart_kRv`: And the emails are untouched by spamassassin? (Spamassassin should always touch the header of the email).
14:48.48Rv`/usr/sbin/spamd --create-prefs --max-children 5 --helper-home-dir -d --pidfile=/var/run/spamd.pid
14:49.19Rv`mart_k, on the local detection yes, they are tagged... as ham
14:49.59Rv`whereas they are remotly tagged as spam
14:50.08mart_kRv`: So you want more rules so it detects more as spam?
14:50.37*** join/#kde Trevelyan|Laptop (~tj@trevelyan.user)
14:50.38thiagoEnSo: what error are you getting, exactly?
14:50.55Rv`mart_k, I would like for example that local spamassasins 'learns' from remote
14:51.02Rv`remote's detection
14:51.18EnSo*** buffer overflow detected ***: ./genkdmconf terminated
14:51.25mart_kRv`: spamassassin can learn if you move you emails manually.
14:51.26EnSoand all the backtrace
14:51.49mart_kRv`: If you have a folder with spam, and a folder as ham, you can feed it to sa_learn.
14:53.23Zero_Doggmart_k: ham is mails it's not sure really is spam?
14:55.28frogStevenR, ok,thx
14:56.04mart_kZero_Dogg: AFAIK, ham = no spam.
14:56.25Rv`mart_k, hold on, I just realized that I don't need local filtering :) the mail server does the detection well
14:57.00*** join/#kde amorphix (~paul@82-37-56-220.cable.ubr04.brom.blueyonder.co.uk)
14:57.01Zero_Doggmart_k: okay, I'm a thunderbird user so I've never used spamassasin
14:58.04mart_kRv`: That is of course also possible: just rewrite the rules (maybe use pop-filters?)
14:59.09Rv`mart_k, ya, because I think that having a spam detection system on a desktop is quite heavy
15:01.00mart_kRv`: Especcially spamassassin (it consumes much CPU-power and memory).
15:01.07Rv`markey, yeah
15:02.07Rv`mart_k, the spam learning process is quite long
15:03.04Rv`mart_k, you know the GMX Spam filter ?
15:03.11JulianyusStevenR: i can send files withgaim
15:03.18Rv`it's weird because it's still installed
15:03.23mart_kRv`: No, I don't know it.
15:03.58mart_kRv`: (But I do have it, accourding to KMail)
15:06.19StevenRJulianyus: kopete problem it seems then...what version?
15:06.39Julianyus0.10.2
15:06.46Julianyuskde 3.4.1
15:07.00amorphixhi guys, is it possible to use two soundcards in KDE?
15:07.02StevenRJulianyus: can you send files? can you recieve files?
15:07.18StevenRamorphix: what do you mean by use?
15:07.18*** join/#kde nofpu (~matthew@82-35-109-191.cable.ubr06.dals.blueyonder.co.uk)
15:07.18Julianyusi go to try to recieve files
15:09.41amorphixStevenR: i mean like switch between the two soundcards in KDE, so i can use one for certain tasks and then switch to other for others
15:10.03Rv`mart_k, thx a lot :)
15:10.16StevenRamorphix: i reckon that probably depends on the underlying sound system you're using.
15:10.28StevenRJulianyus: and?
15:10.38amorphixI think I'm using oss
15:10.44amorphixis that limited?
15:10.48Zero_Doggboth alsa and oss can have multiple soundcards
15:10.53amorphixoh
15:11.00mart_kRv`: np
15:11.02amorphixhow does one switch between them then?
15:11.03Julianyusi can recieve but i can't send
15:11.06*** join/#kde PhilRod (~phil@cpc4-whit1-5-0-cust31.cdif.cable.ntl.com)
15:11.16Zero_Doggamorphix: that is done in the individual programs
15:11.19StevenRJulianyus: and gaim can do both?
15:11.36Julianyusyes
15:11.52*** join/#kde geno_ (~geno@ip70-189-197-148.lv.lv.cox.net)
15:11.57*** join/#kde radi0head (~freakshow@modemcable191.5-203-24.mc.videotron.ca)
15:12.05StevenRJulianyus: so the firewall would seem to be not a problem...maybe try #kopete
15:12.16Julianyuswhen i send a file with kopete i can see this with netstat: tcp        0      0 *:6891                  *:*                     LISTEN      11184/kopet
15:12.19amorphixoh i see, so you just select which sound device you want to play thru in the app?
15:12.35StevenRJulianyus: i know there have been msn and filesending problems in the past
15:12.46Zero_Doggamorphix: yup
15:12.47StevenRamorphix: yes
15:12.55Julianyusok, i'll try in #kopete, thx StevenR
15:12.58StevenR:)
15:13.01amorphixthanks guys
15:14.22*** join/#kde langenberg (~langenber@ip51cdbc65.speed.planet.nl)
15:15.38geno_hi, i'm brand new here. is this the right place to ask about a problem i'm having that might be gaim or might be a kde setting?
15:16.44StevenRgeno_: it's unlikly that kde would have any effect on gaim
15:16.48geno_i've looked at the gaim faq and googled, but couldn't find anything
15:16.48PhilRodgeno_: go for it - if it's a gaim problem, we'll tell you
15:17.10StevenRhey PhilRod :) exams all over?
15:17.17*** join/#kde shizoid (~shizoid@e176068241.adsl.alicedsl.de)
15:17.54PhilRodStevenR: yeah - they finished a week ago :-)
15:18.03PhilRodI think they went OK, but time will tell
15:18.06StevenRexcellent :)
15:18.21geno_thanks... when i switched from gnome to kde, my gaim windows suddenly started popping up behind the active windows, instead of on top, so i don't know when i have an IM if i'm, for instance, in firefox
15:18.52hpswhats the right version from musicbrainz for kdemultimedia/juk? 2.1.x or 2.0.x?
15:18.58StevenRgeno_: did that happen in gnome?
15:19.10geno_it worked properly in gnome
15:19.24StevenRgeno_: it sounds like a kwin setting then...look in kcontrol
15:19.44geno_that's why i think i might have tweaked some setting, but i have no clue which one
15:20.06amorphixhey can anyone of you guys recommend a sound/media player then which allows you to select sound device, because I can't find any
15:20.10*** join/#kde wsjunior (~wsjunior@wsjunior.user)
15:20.19StevenRgeno_: i'm not entirely certain..maybe create a specific setting for gaim and have it bring it to top when they appear?
15:20.21*** join/#kde anisX (~anis@bietch.user)
15:20.36PhilRodgeno_: what's your focus policy set to? (control center -> desktop -> window behavior)
15:20.48StevenRamorphix: amarok using xinelib i think, xmms, bmp prolly
15:20.49*** join/#kde dh_ (~dh@p54A7C775.dip.t-dialin.net)
15:20.50PhilRodhit Shift+F1, then click on the combo box for some nice info about the different policies
15:20.52hpsamorphix: have you tried amarok?
15:21.09amorphixhps: no i will try that
15:21.10geno_focus stealing is set to low
15:21.12amorphixthanks guys
15:21.28geno_from the advanced tab
15:21.47geno_er, focus stealing prevention
15:22.09geno_wait, i found focus policy
15:22.27geno_"focus follows mouse"
15:23.15amorphixi think im a bit out of my depth :(
15:23.20amorphixhps: never
15:23.39hpsamorphix: hm?
15:23.59geno_trying that now
15:24.14amorphixi got XMMS and can see where you change sound devices, but I think you need to have the devices setup properly first eh
15:24.21amorphixits a bit over my head maybe
15:24.46amorphixI'm using OSS, not sure if thats the best way
15:25.16Rv`definetly not :p
15:25.39amorphixhehe i wish i shared your confidence
15:26.06hpsamorphix: in the xmms oss driver configuration, you can select the audio device or define the device directly
15:26.08Rv`oss is deprecated
15:26.21amorphixwhy depreciated?
15:26.35hpsamorphix: this should be enough to select another audio device
15:26.48Rv`because it is too old, new sound drivers are ALSA
15:26.53amorphixhps: okay, but how do i know what my other soundcard dev is called?
15:27.07amorphixwhat advantage does ALSA have over OSS?
15:27.11geno_bingo!
15:27.19geno_that did it, thanks!
15:27.19Rv`amorphix, newer card support
15:27.25amorphixoh
15:27.38amorphixmy cards are old so i guess i should stay with OSS which is working at least
15:27.46Rv`amorphix, ya
15:28.20Rv`if your soundcard is old, and you're not looking for newer features, keep oss
15:28.27Zero_Doggamorphix: if alsa works with your card changing to that might be an idea, but not a requirement
15:28.32amorphixokay
15:29.01amorphixI think i will avoid the hassle since why fix what isnt broke eh
15:29.18Zero_Dogggood idea :)
15:29.21amorphixi just need to be able to use my other soundcard tho
15:29.32Rv`alsa has software mixing for example
15:29.35Zero_DoggIf it's not broken, don't fix it (or even better: If it's not broken take it apart and find out why)
15:29.37amorphixit has optical sound output which i need for recording
15:29.55amorphixhehe
15:30.42amorphixhow does OSS know which soundcard to use if you have two in your system? it seems to have selected and given priority to my onboard sound system, rather than my PCI card
15:30.52Zero_Doggwell, in xmms -> output plugins -> preferences for the OSS output plugin
15:30.56amorphixthat could mean the PCI one is not supported?
15:30.58*** join/#kde Soyburg (~Soyburg@p54B17D51.dip.t-dialin.net)
15:31.01Zero_Doggnope
15:31.01*** join/#kde shizoid (~shizoid@e176068241.adsl.alicedsl.de)
15:31.10Zero_Doggyour onboard is /dev/dsp and your other is then /dev/dsp1
15:31.16amorphixoh!
15:31.26Soyburghow can I take a screenshot of the kdm loginscreen?
15:31.27grepperamorphix: you don't want to use onboard at all ?
15:31.49amorphixi think its better to switch to my pci card and just use that one
15:32.10grepperamorphix: you should be able to disable the onboard one in the bios, no ?
15:32.12amorphixwont use the onboard one
15:32.17grepperI can with mine at least
15:32.23amorphixi think so
15:33.00Rv`bye
15:33.14amorphixits working guys!
15:33.18amorphixthanks alot
15:33.26Zero_Dogg:)
15:33.37amorphixphew so simple, i may have overcomplicated it
15:33.52Zero_Doggremember that you've just changed it for that single app
15:34.02amorphixwow my pci card is far superior sound to the onboard
15:34.04Zero_Doggyou might want to disable the onboard in BIOS if you're not going to use that one at all
15:34.10amorphixoh yes
15:34.14Zero_Doggonboard sound usually sucks in my experience
15:34.29amorphix:P
15:34.46amorphixonly one small problem..
15:34.57amorphixno red light coming out of the optical fibre cable :(
15:35.01amorphixnot a good sign
15:35.14amorphixis this even supported in Linux driver i wonder
15:36.09Zero_Doggyou might want alsa :P
15:36.24Zero_DoggI can't help with that though, never used optical fiber cables for sound
15:37.00*** join/#kde peppelorum (peppe@8121650250-VISIT-ADSL-LKOPING-NET.host.songnetworks.se)
15:37.59Soyburghow can I take a screenshot of the kdm login screen?  is there such a thing as with ksplash --test?  or any alternative way?
15:38.08*** join/#kde shizoid (~shizoid@e176068241.adsl.alicedsl.de)
15:39.22*** join/#kde qt2 (~qt2@70.16.96.199)
15:40.07Soyburgsorry for asking.  I found it.
15:40.15Soyburgbye
15:40.18*** part/#kde Soyburg (~Soyburg@p54B17D51.dip.t-dialin.net)
15:42.28peppelorumIs there any nice application for wiewing fonts out there (except Konqueror)?
15:42.47*** part/#kde Zero_Dogg (~zerodogg@Zero-Dogg.developer.mandriva)
15:43.11grepperkfontview ?
15:45.50peppelorumgrepper: it doesn't appear to use kio-slaves (all the fonts are in zip-files and Konqueror crashes when tryin to create a preview)
15:46.00peppelorumI will report it later on;-)
15:53.08*** join/#kde meth0s (~methos@92.75.cm.sunflower.com)
15:53.28meth0sanyone experience korganizer crashing when adding the address resource from kaddressbook?
15:59.42*** join/#kde mdo_ (~13h7@p508A1780.dip0.t-ipconnect.de)
16:04.31*** join/#kde SuperLag (~aaron@SuperLag.developer.gentoo)
16:07.42*** join/#kde apokaway (~dw@host-84-9-32-106.bulldogdsl.com)
16:13.25*** join/#kde m-e-t (~tim@p54875F73.dip.t-dialin.net)
16:13.56m-e-thi. can anyone tell me how to let all the opera-plugins use arts instead of directly using /dev/dsp?
16:14.15PhilRodrun "artsdsp opera"
16:14.20PhilRodinstead of just "opera"
16:14.27m-e-tah
16:15.13PhilRodI guess that would work, although it depends exactly how opera runs the plugins
16:15.25PhilRodif it runs them as a separate process it might not work
16:15.36m-e-tit does work. thanks alot!
16:15.40*** part/#kde m-e-t (~tim@p54875F73.dip.t-dialin.net)
16:16.13*** join/#kde Frost^ (~Weiss@ODAP-62-0-84-131.bb.netvision.net.il)
16:16.42Frost^can anyone please open the run dialog for a second?
16:17.06PhilRoddone
16:17.21Frost^look at the run button next to the cancel button
16:17.29Frost^isn't it smaller than the cancel button?
16:17.57PhilRodnarrower (since the text is shorter), but the same height
16:18.12PhilRodwell, maybe a pixel smaller, since the run button is disabled
16:18.18Frost^try entering some text so that it highlights
16:18.58Frost^could it be the plastik theme then? I don't know
16:19.03Frost^looks smaller to me
16:19.11PhilRoduse xmag to check
16:19.35PhilRodok, it looks a slightly different size, but that's cos it's highlighted as the default button
16:21.10Frost^ah yes that's it I guess
16:21.44Frost^thanks
16:27.55*** join/#kde sredna (~anders@alund.developer.kde)
16:28.02*** join/#kde vi4m (~vi4m@alw155.internetdsl.tpnet.pl)
16:29.43*** join/#kde youssef (~youssef@80.236.195.85)
16:29.47youssefhello
16:29.56youssefis there a channel for knowledge ?
16:30.36PhilRodwe have tons of knowledge, on many different topics
16:30.44srednaHi PhilRod :-)
16:30.51youssefI mean the program "knowledge"
16:31.11PhilRods/a little bit/lots/ :-)
16:31.37youssefhttp://developer.kde.org/~danimo/screenies/knowledge_preview4.png
16:32.18PhilRodit's probably in extragear or playground in svn
16:32.24PhilRodthat's all I know
16:32.31phluxportupgrade -rR kde-lite-3.3.2 should upgrade me to kde-lite-3.4.1 right?
16:34.32youssefsee you later
16:35.29*** join/#kde jal (~JaL@mar92-8-82-234-120-162.fbx.proxad.net)
16:35.58*** join/#kde liucougar_ (~liucougar@amtpc02.ohm.york.ac.uk)
16:36.10*** join/#kde liucougar (~liucougar@amtpc02.ohm.york.ac.uk)
16:36.22*** part/#kde youssef (~youssef@80.236.195.85)
16:36.30*** join/#kde plfiorini (~plfiorini@host229-38.pool21345.interbusiness.it)
16:36.33plfiorinihello
16:36.54*** join/#kde liucougar (~liucougar@amtpc02.ohm.york.ac.uk)
16:37.47plfiorinihow do you plan to port kdesktop to qt4 since Qt::X11ParentRelative is not available?
16:38.36*** join/#kde tuxbear (~tuxbear@ti121210a080-15840.bb.online.no)
16:45.32thiagoplfiorini: ask in #kde4-devel
16:45.43thiagobut not many people are there now
16:46.17*** join/#kde radi0head (~freakshow@modemcable191.5-203-24.mc.videotron.ca)
16:47.01Zalamandergood morning (or whenever) thiago :-)
16:48.08plfiorinithiago, thanks
16:48.29*** join/#kde r0g3l10 (~rogelio@201.129.234.75)
16:49.04*** join/#kde The_Ace (~erik@81-232-45-104-no38.tbcn.telia.com)
16:49.46*** join/#kde user_maniac (~user_mani@218-173-129-105.dynamic.hinet.net)
16:50.08thiagohey Zal
16:50.11user_maniachello
16:50.21thiagoit's 13:50, but it's also Sunday, so morning it is
16:53.25Zalamanderhehe
16:53.29*** part/#kde plfiorini (~plfiorini@host229-38.pool21345.interbusiness.it)
17:00.45*** join/#kde rogerius (~peter@82.131.242.120.pool.invitel.hu)
17:02.35*** join/#kde artemio (~artemio@as-18-25.lns2-4c.kharkov.ukrtel.net)
17:02.42*** join/#kde Trevelyan (~tj@trevelyan.user)
17:09.16artemiohey all!
17:09.52artemioi just wanted to ask: in kde 3.3.2, is there a way to make the konqueror not ask for confirmation on uploading a file via HTTP?
17:12.34*** part/#kde user_maniac (~user_mani@218-173-129-105.dynamic.hinet.net)
17:12.34*** join/#kde Marrs_ (~marcel@planetmarrs.xs4all.nl)
17:17.05*** join/#kde fabiofb (foobar@90.137.165.200.smart.net.br)
17:19.14*** join/#kde Diehard (L@200.29.54.83)
17:19.39*** part/#kde Diehard (L@200.29.54.83)
17:22.15*** join/#kde BaronHarkonnen (~david@wnpgmb01dc6-125-123.dynamic.mts.net)
17:22.25*** join/#kde PieD (~Pierre@ALille-251-1-65-135.w82-127.abo.wanadoo.fr)
17:26.39*** join/#kde sLins (slins@soland.org)
17:28.19*** part/#kde rogerius (~peter@82.131.242.120.pool.invitel.hu)
17:29.00*** join/#kde VladimirHarkonne (~david@wnpgmb01dc6-125-123.dynamic.mts.net)
17:29.04David23_hi
17:29.09*** part/#kde Octane (~octane@dsl092-100-149.nyc2.dsl.speakeasy.net)
17:29.26David23_I have a problem here. media:/ is empty, my devices are gone. how can that be?
17:29.42Frost^David23_, are hal and dbus running?
17:29.50David23_hal is running, yes
17:30.12Frost^maybe you upgraded it and forgot to restart the service/
17:30.13Frost^?
17:30.14David23_and the devices were there before.-.. i think they are gone since my last mahow update or even since i installed hal
17:30.29David23_nope, i restarted just noew
17:30.30David23_now
17:30.59David23_david@fosters ~ $ ps aux |grep dbus
17:30.59David23_102       6666  0.0  0.2   3360  1524 ?        Ss   21:15   0:00 /usr/bin/dbus-daemon-1 --system
17:31.02*** join/#kde wirwzd (~wirwzd@c-24-218-115-209.hsd1.ma.comcast.net)
17:31.07David23_david@fosters ~ $ ps aux |grep hald
17:31.07David23_root     13053  0.1  0.4   3856  2388 ?        Ss   21:28   0:00 /usr/sbin/hald
17:31.10David23_both running
17:31.45David23_and hal obviuosly works, because if i switch on my usb drive it detects it and puts it in media.. just... my non removable devices like cdrom and hard disks are gone!
17:31.50*** join/#kde NullAcht15 (~NullAcht1@dsl-082-082-147-212.arcor-ip.net)
17:32.02Frost^hmm
17:32.35Frost^well I'm not the expert here but whenever I have similar issues it's beacuse I upgraded hal/dbus without restarting
17:34.25David23_fosters david # /etc/init.d/dbus restart && /etc/init.d/hald restart
17:34.26David23_<PROTECTED>
17:34.28David23_<PROTECTED>
17:34.31David23_<PROTECTED>
17:34.35David23_<PROTECTED>
17:34.38David23_no effect
17:35.08*** join/#kde grepper (~robert@ip216-239-89-162.vif.net)
17:35.18Frost^I always restarted KDE after as well... only if you're up for it. if you sure it's not it then don't, again, I'm not the expert.
17:35.31David23_seems like konqueror/kde isn recognizing any device thats in fstab
17:36.41Frost^maybe you don't have reading permissions for it?
17:37.15David23_another question:  copy processes seem to take a lot of responsivness from the system... starting firefox while copying from one harddisk to another is a pain... is there a kde setting to lower the priority of copy processes`
17:38.03Frost^well it's an I/O process.. maybe you can use hdparm settings?
17:38.09Frost^(again, totally guessing)
17:38.28*** join/#kde mehrfachstecker (~aldomansk@p54AFBCF5.dip0.t-ipconnect.de)
17:38.30David23_hm, anybody here who _has_ a clue? ;)
17:38.36David23_just joking
17:38.42Frost^hehe
17:38.47Frost^I'm learning as I go ;)
17:38.55grepperDavid23_: look at top while you are doing it and "get" a clue  :)
17:40.14*** join/#kde IRCMonkey (~chatzilla@deimos.iu-bremen.de)
17:40.19David23_okay, i'll check the faq again, but i doubt my issue is in there ;)(
17:40.37greppererm, the program "top"  :P
17:41.26David23_ah okay
17:42.19Frost^David23_, what distro are you using?
17:42.24David23_gentoo
17:42.31Frost^ah ok
17:42.57David23_urgs, kde didn't like me to restart hal & dbus while it was running
17:42.59David23_brb#
17:43.06Frost^told ya..
17:43.10Frost^hope it works
17:43.49David23_oh no, have to wait till the cd is burned ;)
17:44.07David23_Frost^: no, it was running before, i just restarted it
17:44.33*** join/#kde rutek63 (~rutek63@ool-44c6435b.dyn.optonline.net)
17:44.49David23_ah, hald & dbus seem to sync my fstab
17:44.54David23_/dev/sdb1               /media/TREKSTOR         vfat    user,exec,noauto,utf8,managed 0 0
17:45.04David23_this is the entry created for my usb hard drive
17:45.07grepperDavid23_: anyway, you can renice a process with "renice"  - not sure if that will help your copy problem
17:45.15David23_it contains managed... is that a keyword for hal?
17:45.52David23_grepper: yes I know that, the question was, if there is a setting in kde to renice all copy processes to .. say .. 10 or so
17:46.29greppernot that I have ever seen
17:46.33David23_in my opinion all gui relevant parts of kde should have a nice value of -5 ... maybe that would help
17:46.51grepperthat is handled "nicely" by the 2.6 kernel :)
17:47.57*** join/#kde isai (~Isai@72.14.141.31)
17:48.02isaihi
17:48.08*** join/#kde jorgp (~jorgp@bnet-dial-103.bartnet.net)
17:48.18David23_grepper: still not nice enough i'd say
17:48.20isaican kcalc be put in RPN mode? (its what im used to)
17:48.32grepperDavid23_: I guess because they are both user events
17:49.05*** part/#kde theobroma (~janet@pool-71-112-62-65.sttlwa.dsl-w.verizon.net)
17:49.10greppergetting a faster computer/better disks will help
17:49.17grepper</obviousnous>
17:49.31grepperI have no problems on mine when copying files
17:50.03grepperfile a wishlist if you feel strongly about it I guess
17:53.14*** join/#kde Slackman (~am@81-178-192-248.dsl.pipex.com)
17:53.38*** join/#kde eisregen (~eisregen@mail.delphin-computer.de)
17:53.42grepperDavid23_: only similar wishlist I found in a quick search: http://bugs.kde.org/show_bug.cgi?id=69749
17:53.42*** join/#kde mariusz (~mariusz@bfs28.neoplus.adsl.tpnet.pl)
17:54.31grepperand: http://bugs.kde.org/show_bug.cgi?id=61166
17:54.51*** join/#kde drac (drac@hdr.unk.fi)
17:55.08*** join/#kde bravestar (~brv@p54B8CC87.dip.t-dialin.net)
17:55.15dracCan I make KDE 3.4.1 (on Gentoo) use remote ESD instead of local ALSA for all sounds?
17:55.31*** join/#kde Trevelyan (~tj@trevelyan.user)
17:55.43dracLike, ARTS -> remote ESD -> plim plom :)
17:56.02*** join/#kde Flendor (Flendor@195.174.33.225)
17:56.05FlendorHello.
17:56.33David23_thanks
17:56.45Slackmanhi, can anyone tell me why some icons in kde don't appear transparent, even when i load the .png up in gimp and its transparent
17:56.58*** join/#kde eisregen (~eisregen@mail.delphin-computer.de)
17:57.41jrlokiSlackman, maybe they are not interlaced?
18:00.09Slackmanjrloki: does that make a difference?
18:01.26jrlokinot really sure. a nother thing could be the colors. you have to switch to less colors
18:03.15*** join/#kde _fabiofb (foobar@90.137.165.200.smart.net.br)
18:04.02Slackmanjrloki: is there a guide somewhere so i can make sure these images match
18:05.01*** join/#kde jorgp_ (~jorgp@bnet-dial-71.bartnet.net)
18:05.10*** join/#kde HuntsMan (~hunts@pc-45-13-83-200.cm.vtr.net)
18:05.53jrlokiwhoa, no idea. better google for that
18:10.19*** join/#kde fitz (~fitz@adsl190-101-tn.aknet.it)
18:16.05*** part/#kde sredna (~anders@alund.developer.kde)
18:16.17*** join/#kde K3V[c] (~DefaultXR@tc-gs1-m206.ez-net.com)
18:17.12*** join/#kde PieD_ (~Pierre@ALille-251-1-64-123.w82-127.abo.wanadoo.fr)
18:17.28*** join/#kde wsjunior (1000@wsjunior.user)
18:19.44*** join/#kde rr72 (~ryno@c-24-15-232-96.hsd1.il.comcast.net)
18:20.51*** join/#kde capgadget (~elifino@adsl-69-149-56-52.dsl.rcsntx.swbell.net)
18:21.37rr72grepper~ thx again
18:30.27dracCan you make ARTS use remote ESD instead of local ALSA ?
18:33.15*** join/#kde _fabiofb (foobar@90.137.165.200.smart.net.br)
18:33.22rr72ni
18:36.44*** join/#kde robin (~robin@h14n2fls33o811.telia.com)
18:39.12*** join/#kde jorgp (~jorgp@bnet-dial2-202.bartnet.net)
18:39.55*** join/#kde gnoob (~noone@adsl-68-123-248-201.dsl.irvnca.pacbell.net)
18:40.41gnoobhow come i can type "azureus" in konsole and it starts just fine but when using the KDE menu it does not start?  It used to work.
18:41.46HuntsMandifferent $PATH maybe ?
18:45.13*** join/#kde NullAcht15 (~NullAcht1@dsl-084-059-161-071.arcor-ip.net)
18:47.48gnoobHuntsMan; how do i check/set that?
18:48.50HuntsMansee where the app is installed
18:48.57HuntsManand provide the entire path to the app
18:49.05HuntsManlike /usr/local/this/another/bin/azureus
18:49.51*** join/#kde josue (~josue@natsp-43-netra20.ice.co.cr)
18:50.34rr72hey josue
18:50.48gnoobright, i guess that would work.  But there has to be a reason that it does not have the right path set as a default to check.
18:51.05*** join/#kde MrGrim (mrgrim@12-222-171-163.client.insightBB.com)
18:51.05kosuehi rr72
18:51.20*** join/#kde Otter (~jsinger@wibr-pub-6-141.wi.mit.edu)
18:51.42kosue<PROTECTED>
18:51.59rr72shoot
18:52.02*** join/#kde caleb (~caleb@222.phoenix-01rh15-16rt.az.dial-access.att.net)
18:52.10*** join/#kde soulreaper_ (b@p54A66EBB.dip.t-dialin.net)
18:52.29calebhey there used to be some gamma sliders, but now that I upgraded, they seem to be gone
18:52.43calebin the KDE control center
18:53.30kosuesomebody know make the icons to be litle
18:53.32kosue?
18:54.41*** join/#kde milan (~milhouse@212.200.108.235)
18:54.46calebkosue: which icons?  all of them?
18:55.05rr72change ur res maybe?
18:55.16kosuein the desktop
18:55.24calebeither that or go to the KDE control center and go to icons and choose a smaller size
18:55.54calebyeah, here it is in detail:
18:56.00calebKDE control center
18:56.10kosueok i heve suse
18:56.10kosuehave
18:56.10calebthen on the left pane choose Appearance & Themes>Icons
18:56.29calebthen on the right go to the "Advanced" tab and there you can choose icon sizes for any icon set
18:56.40calebwell it should still have the control center
18:56.41calebtry typing the command "kcontrol" on a shell
18:57.27kosuei so new in linux i like so much
18:57.39calebhehe
18:57.45calebbetter than windows eh?
18:58.17kosueyes so better
18:58.26calebso did you find the KDE control center?
18:58.27rr72everyone uses windows tho. most programs are written for windows too
18:58.36calebyou may have to open a terminal window and type the command 'kcontrol'
18:58.46calebmost programs that cost money are.  most free programs are written for linux :)
18:59.11caleband, no not everyone uses windows ;)
18:59.29kosueok its run
18:59.33calebokay
18:59.46calebnow go to the left, and expand "Appearance & Themes" and choose "Icons"
18:59.56kosuein the desktop right?
19:00.07calebno on the window you got when you typed kcontrol
19:00.20kosueok
19:00.23kosuei make
19:00.29calebokay
19:00.29rr72most average users don't know even  of nix*
19:00.45calebthen on the right, click the "Advanced" tab near the top of the window
19:00.49calebyou mean *nix? ;)
19:01.06rr72yeah
19:01.07rr72hehe
19:01.23calebtrue, but that's just because there's not a lot of advertising and media and stuff associated with *nix
19:01.36calebdoesn't make it any worse than windows.  in fact it beats the living crap out of windows.
19:01.59rr72amd dueron cpu?
19:02.36calebum I have a 1.8 GHZ...I forgot what model lol
19:02.58calebvendor_id       : AuthenticAMD
19:02.58calebcpu family      : 6
19:02.58calebmodel           : 8
19:02.58calebmodel name      : AMD Athlon(tm) XP 2200+
19:02.58calebstepping        : 1
19:02.59calebcpu MHz         : 1797.676
19:03.01calebcache size      : 256 KB
19:03.16rr72oo
19:03.17kosuei have too hehe
19:03.36rr72i have a duron in my debian box
19:03.36calebhow are you doing, kosue?
19:03.40rr72this is my SuSE
19:03.46rr72coppermine 850
19:03.48kosuei only work with AMD
19:03.53rr72yah baby
19:03.57calebsweet....I've never used Debian myself but I hear it's the closest to what Linus originally intended with Linux.
19:04.05rr72no idea
19:04.09rr72never heard that
19:04.13rr72gentoo?
19:04.14kosueok  i make it
19:04.28calebwell that's just what my cousin says but he's an expert with Linux...he's the one that got me started.
19:04.51calebyou got to the advanced tab, kosue?  there should be controls on there to set any icon sizes that you want.
19:05.03kosuei change the side of icons
19:05.11rr72caleb~ fodara?
19:05.14kosuethank you
19:05.24calebyou're welcome :)
19:05.29calebyeah I'm on Fedora Core 4
19:05.34rr72oo
19:05.37calebI like it
19:05.43*** join/#kde hps (~hps@L0834P25.dipool.highway.telekom.at)
19:05.45calebit's a lot faster than FC2 which I upgraded from :-P
19:05.51aseigocaleb: heh ... no idea where your cousin got that idea.
19:05.53calebthe new KDE seems pretty stable too :)
19:06.04kosueit's very good?
19:06.08calebaseigo: really?  have you used Debian before?
19:06.14*** join/#kde adaptr (~jeroen@adaptr.xs4all.nl)
19:06.21aseigocaleb: yes.
19:06.23calebkosue: yes, Fedora Core 4 is a great OS for either beginners or experts alike, IMHO.
19:06.24kosuei want to Yelow Dog
19:06.35aseigocaleb: i have it installed on one machine here right now =)
19:06.36calebaseigo: what do you think of Debian?
19:06.52aseigocaleb: pure debian is ok, but the release cycle is screwed
19:07.01calebkosue: I've never used Yellow Dog but I've heard it's decent
19:07.09aseigocaleb: i'm actually using kubuntu for my debian needs these days
19:07.36calebaseigo: what is kubuntu exactly?  just KDE-specialized ubuntu or what?
19:07.52aseigocaleb: yes
19:08.25calebso does anybody know what has happened to the gamma sliders that used to be available in the Peripherals>Monitor section of the control center?
19:08.39caleberr Peripherals>Display rather
19:09.52aseigothey're still there ... if your install doesn't have them, then your kde was built w/out support for gamma changes
19:10.32*** join/#kde thefish (~thefish@thefish.user)
19:10.47kosuecaleb: when i recent installed the suse linux and finish the installation  i put my motorola c550 it's working without drivers
19:11.00kosueit's so be great you know
19:11.10calebwell that's strange.  I did an "everything" install and back when I was on FC2 it gave me the gamma sliders straight-up.
19:11.58calebkosue: that's awesome, SuSE is known for good hardware support I believe.
19:12.11calebyou probably wouldn't have too much trouble with it on Fedora either.
19:12.22kosueyes
19:12.45kosueyou rr72? on suse
19:12.52rr72yes
19:12.54rr72and debian
19:13.11kosuei so be happy
19:13.15calebI dual-boot Fedora Core 4 and Windows 2000.  The only thing I use Windows 2000 for is Quicken :-P
19:13.20*** join/#kde jorgp_ (~jorgp@bnet-dial-119.bartnet.net)
19:13.31rr72i have a seppoat win 2k pro
19:13.59rr72for games
19:14.16kosuebecause the micrsoft windows discousting
19:14.17calebI'm not as much into the heavy gaming as I used to be
19:14.28calebI love games but I prefer freeware or abandonware
19:14.34calebkosue: amen to that.
19:14.46rr72i do little games
19:14.50kosueme too i have win xp
19:14.54rr72nothing multi
19:14.58rr72exept aa
19:15.16calebaa?  *doesn't play games much*
19:15.22kosuejesus christ is very shit
19:15.38kosuewin xp
19:15.46*** join/#kde exal (~exal@16.Red-83-37-8.pooles.rima-tde.net)
19:16.31kosuei have the ati radeon 9250 for only game play
19:16.46*** part/#kde exal (~exal@16.Red-83-37-8.pooles.rima-tde.net)
19:17.01*** join/#kde apollo2011 (~apollo201@69.37.37.225.adsl.snet.net)
19:17.05caleboh cool I found a way to set the gamme from a command line
19:17.07calebbrb
19:18.00rr72caleb~ americas army
19:18.24*** join/#kde sLins (slins@soland.org)
19:18.47kosueok people i have to go
19:19.16kosuesee later ok
19:19.22rr72l8r
19:20.20kosuei go see my girlfriend jejeje
19:20.23kosuebye
19:23.16calebcool
19:24.09rr72they need to make little kosues
19:24.11rr72;)
19:24.20caleblol
19:24.37calebI so be happy
19:24.38caleb:)
19:24.46rr72hehe
19:25.08calebwell I found out there's a command "xgamma" for changing the gamma
19:25.13rr72i guess hes not from amercia
19:25.22calebno
19:25.33calebbut you could understand what he was saying
19:25.40calebI've run into people that just spoke total gibberish
19:25.47caleblike "how you see now I know never KDE?"
19:26.09rr72haha
19:26.33*** join/#kde abydos (~asittler@cus63-79-27-75.sentco.net)
19:26.39*** join/#kde Roey (~Roey@pcp04370251pcs.nrockv01.md.comcast.net)
19:26.49*** join/#kde _magnetic (~magnetic@107.Red-83-54-91.pooles.rima-tde.net)
19:26.51rr72ima gonna go and finifh codin my bot. needs ro switch the server it ping out wa 2 much
19:26.53rr72;)
19:28.43calebok
19:30.14CondorDesThe location bar has been broken for me for the past few days in the SVN build...
19:30.15*** join/#kde Filip^ (~filip@sterrenbos.demon.nl)
19:30.34*** join/#kde MrGrim (mrgrim@12-222-171-163.client.insightBB.com)
19:31.11Filip^I've a small question regarding desktop refreshing. I've set up NFS shares for the desktop directories, so that the desktop can function as gateways between the different computers on the LAN.
19:31.33Filip^Unfortunately, refresh desktop doesn't re-read the icons that are supposed to be on the desktop. How do I do this?
19:32.08Filip^I've noticed that creating a file does force KDE to reconsider the file icons.
19:40.40rr72is the a debian specific kde site for wallpaper and what not?
19:41.43calebrr72: I don't know but one thing you may wanna try is going to kde-look.org and searching for "debian" :)
19:41.57rr72i know ive done taht
19:42.02rr72i was just wonderin
19:42.07rr72a whole site
19:42.19caleband really any standard wallpaper will work on KDE so if you just look for debian wallpaper *shrug*
19:43.09calebhttp://www.glatozen.org/wallpaper/debian.php
19:43.12calebcheck some of those out :-D
19:45.21Dhraakellianany jpg, png, etc should be usable for a wallpaper, although you probably do want an appropriate size
19:45.27Dhraakelliansvg works too
19:45.47calebwhat is svg anyway?  wallpaper-wise?
19:46.00Dhraakellians
19:46.04Dhraakellianscaled vector graphics
19:46.05rr72o
19:46.06rr72k
19:46.37calebscaled vector graphics?
19:46.51*** part/#kde rr72 (~ryno@c-24-15-232-96.hsd1.il.comcast.net)
19:47.06Filip^a description of an image in terms of the objects, not the pixels
19:47.23Dhraakellianhttp://en.wikipedia.org/wiki/Svg
19:47.38*** join/#kde anrxc (~anrxc@83-131-190-241.adsl.net.t-com.hr)
19:48.16caleboh cool, thanks
19:48.30*** join/#kde Roey (~Roey@Roey.sustaining.supporter.pdpc)
19:49.00Dhraakellianhttp://kde-look.org/index.php?xcontentmode=7
19:52.06*** join/#kde bluelightning (~bluelight@219-89-6-227.dialup.xtra.co.nz)
19:53.11*** join/#kde shizoid (~shizoid@e176068241.adsl.alicedsl.de)
19:53.22*** join/#kde jpgeerets (~jpgeerets@jean-paul-2.demon.nl)
19:56.31*** join/#kde wsjunior (1000@wsjunior.user)
19:57.38*** join/#kde chase (~Chase@stuartma.gotadsl.co.uk)
20:02.18*** join/#kde caleb__ (~caleb@164.phoenix-01rh15-16rt.az.dial-access.att.net)
20:05.14*** join/#kde bimbo (~bimbo@200.66.22.75)
20:05.29bimboanyone here using kmail with clamav antivirus?
20:07.41*** join/#kde Marrs (~marcel@planetmarrs.xs4all.nl)
20:09.28*** join/#kde omni_lonnie (~lonnie@home.limbonia.com)
20:13.02*** join/#kde testuser (~testuser@81.161.165.167)
20:16.14*** join/#kde jaybee74 (~jaybee74@p54AA3106.dip0.t-ipconnect.de)
20:16.54*** part/#kde jaybee74 (~jaybee74@p54AA3106.dip0.t-ipconnect.de)
20:18.07*** join/#kde Roey (~Roey@pcp04370251pcs.nrockv01.md.comcast.net)
20:20.20*** join/#kde ScrwLoose (~BadNic@82-42-152-171.cable.ubr10.live.blueyonder.co.uk)
20:20.29ScrwLooseEvenin'
20:22.19*** join/#kde _root (~root@24-231-165-47.dhcp.bycy.mi.charter.com)
20:22.41*** join/#kde Chambers` (~Thom@pcp02906040pcs.roylok01.mi.comcast.net)
20:25.22*** join/#kde troy (~troy@wnpgmb01dc2-33-167.dynamic.mts.net)
20:25.48ScrwLooseI run Slackware and kde 3, and every time i download a file in Konqueror the download dialog is no longer presented.
20:27.05troybeen a long tmie since I've tried to install anything that's supposed to be a 'desktop friendly' distro (been using freebsd for years, and slackware before that)...  What would you folks recommend for good hardware and KDE support?  
20:27.18troyI've already tested the hardward and confirmed it working through knoppix
20:27.39troys/hardward/hardware
20:27.40*** join/#kde Trevelyan (~tj@trevelyan.user)
20:28.24*** join/#kde Roey (~Roey@pcp04370251pcs.nrockv01.md.comcast.net)
20:28.54bimbook so I'm having a problem with kmail and clamav
20:29.23bimbowhenever I receive an email I think it's not being checked, since I don't even get the flag X-Virus-Check: NO in the header of my email
20:33.12*** join/#kde happyb (~mike@c-24-218-43-182.hsd1.ma.comcast.net)
20:33.18happybhi
20:33.23happybany kuickshow users in here?
20:33.40happybcan you launch quickshow right into a slideshow?
20:33.50happyboops.../s/quickshow/kuickshow
20:35.24happybgot it..thanks
20:36.38*** part/#kde mehrfachstecker (~aldomansk@p54AFBCF5.dip0.t-ipconnect.de)
20:37.46*** join/#kde annma (~annma@annma.developer.kde)
20:39.23*** join/#kde jorgp (~jorgp@bnet-dial2-248.bartnet.net)
20:40.09*** join/#kde Roey (~Roey@pcp04370251pcs.nrockv01.md.comcast.net)
20:44.39*** join/#kde radi0head (~freakshow@modemcable191.5-203-24.mc.videotron.ca)
20:55.14*** join/#kde jorgp_ (~jorgp@bnet-dial2-200.bartnet.net)
20:59.04*** join/#kde FabioDeb (Dj_Asterix@host161-114.pool8259.interbusiness.it)
20:59.56FabioDebHi to everybody!!!
21:00.10*** join/#kde viktor (~viktor@81.161.165.167)
21:00.27*** join/#kde praseodymium (~praseodym@cp293763-a.roose1.nb.home.nl)
21:00.33FabioDebI don't speak well the English because I am Italian
21:00.42annmano problem
21:02.02*** join/#kde AgentDrex (~agent@c24.179.180.31.dul.mn.charter.com)
21:02.24AgentDrexwhat is the minimum system requirements to run kde?
21:02.58*** join/#kde Kyaneos (~kyaneos@253.Red-83-40-134.pooles.rima-tde.net)
21:03.10AgentDrexthe reason i ask is that when i play a video...it drops frames...unless i have the video in a small window...i dont even dare fullscreen it
21:03.22*** join/#kde mikl (~mikkel@mikl.active.supporter.pdpc)
21:04.00AgentDrexwindows 2000 played the videos fine when i had 96 megs ram...but nothing in kde wanted to run it fine...i added 128 megs more ram and still frames drop
21:04.09FabioDebI have a problem: how does it make him the automatic execution of the programs on the kde?
21:04.35AgentDrexhuh?
21:04.41annmaFabioDeb: you mean to have programs that start when KDE starts?
21:05.10FabioDeb"automatic execution" on the kde as he does?
21:05.49AgentDrexi tried mplayer running it from the console...but nothing seemed to work there either...i tried frame buffer...but that would just show a blank screen
21:05.54FabioDebannma <--- yes
21:06.02AgentDrexthen i tried ascii
21:06.07AgentDrexthat didnt work either
21:06.14AgentDrexi do have aalib
21:06.29AgentDrexthen i tried svga...nothing
21:06.38annmaFabioDeb: when you log out from kde, leave the programs open
21:06.39*** join/#kde physos_ (~physos@endres.kde)
21:06.46annmathen they'll restart next time
21:06.57AgentDrexsdl worked but it was some funky colors not any video you could see...and then it froze the puter
21:07.00AgentDrexso im at wits end
21:08.12FabioDebdo I have to open a file when the kde departs... as he does?
21:08.15AgentDrexso again...what is kde requirements
21:09.27AgentDrexor should i ask over in mplayer?
21:10.37FabioDebexcuse I correct me to me
21:10.41*** part/#kde AgentDrex (~agent@c24.179.180.31.dul.mn.charter.com)
21:10.45FabioDebhow can I open a file to the start of the kde automatically?
21:11.05FabioDebhave you understood?
21:11.29annmaFabioDeb: what file?
21:11.54FabioDebit is a presentation of open office
21:12.37FabioDebOpenOffice*
21:13.05annmaput oowriter in the Autostart folder maybe
21:13.58FabioDebwhere is the autostart found?
21:15.34annmain .kde in your home
21:17.00FabioDeb^_^ thanks!!!!!!...now I try...
21:20.09*** join/#kde illissius- (~illissius@32.1-182-adsl-pool.axelero.hu)
21:20.20viktorHi, was in here earlier today. When I try to go to a web page with konqueror, it says something like : Could not launch io-slave. kio_http error.
21:20.29viktorNow I have some new information
21:20.46viktorI works when I run konqueror as root
21:21.14viktorAnd it also works if I run konqueror in icewm for example.
21:21.35viktorBut as a normal user i KDE it doesn't. Can you help me?
21:21.38*** join/#kde kingsley (~kingsley@h-67-101-253-220.nycmny83.dynamic.covad.net)
21:21.46kingsleydo you know of a flash viewer for konqueror?
21:22.05kingsleyanyone?
21:22.10kingsleyor a flash plugin?
21:22.11*** join/#kde spuds (~steve@pcp0012004424pcs.selrsv01.pa.comcast.net)
21:22.55kingsleyn/m
21:23.07*** join/#kde rr73 (ry@c-24-15-232-96.hsd1.il.comcast.net)
21:23.10rr73hey all
21:23.17spudshey now
21:23.43rr73am i supposed to be able to listen to 2 dif things?
21:23.50rr73i can do taht on my suse box
21:24.01rr73like xmms and amorak?
21:24.12*** join/#kde spiral (~spiral@lafilaire-4-82-224-249-43.fbx.proxad.net)
21:25.29spudsAnyone know how cursor installation works.
21:25.42*** join/#kde rr73 (ry@c-24-15-232-96.hsd1.il.comcast.net)
21:25.47rr73sorry spuds
21:25.54rr73did someone reply?
21:26.05spudsThere seems to be cursor theme import capability but I can't find out file type or the like
21:26.13spudsrr73 : nope
21:26.43*** join/#kde arinel (~chatzilla@M1-142-13.MIT.EDU)
21:27.26rr73is there a way to fix it to be like my suse box?
21:28.11*** join/#kde ep (~ep@ip68-97-122-98.ok.ok.cox.net)
21:28.25rr73canllaith_X: u busy?
21:28.37arinelI have problems when I want to display russian characters either in the browser or in KDE applications.. I tried to switch the language to Russian, but I see only big squares instead of letters. How do I change this so it would display russian characters?
21:28.50spudsrr73 : what are your sound settings according to control center
21:29.26rr73do i want full duplex?
21:29.42spudsrr73: sounds like (no pun intended) you would be better off seaching for answers according to OSS or ALSA
21:29.55annmaarinel: are you sure you have cyrillic fonts?
21:30.17rr73do i even have alsa installed?
21:30.39arinelannma:  i dont know ;)
21:30.59annmaarinel: then check please
21:31.03arinelannma: should I change all the fonts to those that have russian characters in it?
21:31.07annmaask in your distro channel, arinel
21:31.13arinelannma: ok, thanx
21:31.27annmaarinel: no, you need to have the cyrillic fonts installed
21:31.33rr73spuds: no i dont
21:31.36annmathen they'll be used when appropriate
21:32.14*** join/#kde MaxMad (~max@VA1-1D-u-0062.mc.onolab.com)
21:32.14spudsrr73: what's the current distro
21:32.35arinelannma:  and where can i get such fonts?
21:32.41annmaarinel: distro?
21:32.50rr73debian
21:32.58arinelannma:  Slackware 10.1
21:33.15rr73im configuring alsa no
21:33.17annmaarinel: ask in #slackware then about cyrillic fnts
21:33.24arinelok, thanx
21:34.14*** part/#kde troy (~troy@wnpgmb01dc2-33-167.dynamic.mts.net)
21:35.47*** join/#kde linuxman (~linuxman@pcp0010846180pcs.essex01.md.comcast.net)
21:36.05rr73alsa helps to b installed ;)\
21:36.07rr73thx
21:36.17rr73illbe on l8r my other nick after hw
21:37.23*** join/#kde Virtual (~Virtual@82.77.180.238)
21:37.36Virtualis there anyway to set my text editor not to create a backup when I edit a file ?
21:38.18annmayes of course
21:38.23annmawhat text editor is it?
21:38.26VirtualKate or KWRite
21:38.43Virtualthis are my favorite, if I can set any of them it would be swell
21:39.47*** join/#kde apokryphos7 (~dw@host-84-9-33-244.bulldogdsl.com)
21:40.29Virtualannma: found the setting
21:40.30annmaVirtual: in Settings -> Configure Kate
21:40.32Virtualthank you
21:40.35annmain Open/Save
21:40.38annma:)
21:41.00Virtualhow naughty of me, asking before reading or searching... sorry for that
21:41.51Virtualnow something I really didn`t find the setting fore, how to configure that Kate to be my main editor, I mean text file automaticly open with that one ?
21:44.39*** join/#kde jkeel_ (~joshua@kmc-ras1-p2.intrstar.net)
21:44.58*** join/#kde apokryphos7 (~dw@host-84-9-33-244.bulldogdsl.com)
21:47.39PhilOutVirtual: control center -> kde components -> file associations
21:47.56PhilOutassociate kate with the text/plain mimetype
21:48.48Virtualthank you
21:54.10*** join/#kde m0x (~m0x@ip216-239-85-92.vif.net)
21:57.26*** join/#kde Skrot (~magnus@ti132110a080-10146.bb.online.no)
22:02.17*** join/#kde stampede (~henrique@201.19.60.174)
22:04.08*** join/#kde Shaikun (~shaikun@ipd50a0df9.speed.planet.nl)
22:06.33*** join/#kde thingy (~jinesh@84.92.250.129.broadband.plus.dyn.plus.net)
22:07.31*** join/#kde ViRgiLiO (~virgilio@84-122-98-241.onocable.ono.com)
22:08.14*** join/#kde theobroma (~janet@pool-71-112-62-65.sttlwa.dsl-w.verizon.net)
22:09.30*** part/#kde theobroma (~janet@pool-71-112-62-65.sttlwa.dsl-w.verizon.net)
22:11.38*** join/#kde ralf (~matteo@openjlab.org)
22:14.41FabioDebhi, excuse me... I have a problem
22:16.02FabioDebhow do I do to copy the hd of hd?
22:16.13*** join/#kde war- (~war@iniquity.net)
22:16.16thingyeh?
22:16.17jqlcopy?
22:16.21grepperhd ?
22:16.25FabioDebhow do I do to duplicate a hd?
22:17.06jqlare they identical drives (model/size?), and is this on linux/bsd/unix?
22:17.41FabioDebI have a hd with linux and an empty hd, I want to copy the hd with linux on the empty hd
22:18.06FabioDebi have a simplymepis distibutions
22:18.31SkrotDoes the get hot new stuff thingy have a "main" client?
22:18.32thingywell, one method would be to create a bootable cd like this: http://ubcd.sourceforge.net/ which already has lots of useful tools, including a HD cloning tool. Then boot from the cd, and clone the hdd
22:18.33jqlif they're identical drives, I'd boot into single-user mode and use dd to copy it over
22:18.45jqlif not, I'd do thingy's thing
22:19.56FabioDebthe hd is identical
22:20.21*** join/#kde muesli (~muesli@mail.muehlhaeuser.de)
22:21.17FabioDebwanting to try with the education dd, as to write in the options?
22:22.12FabioDebexample: dd if=?? of=??
22:22.39HuntsMandd if=/dev/hda of=/dev/hdb
22:23.11thingyFabioDeb: a binary copy via dd would take a long time...waste of time transferring the non data bits of the hdd
22:23.48FabioDebI have 3 partitions therefore the disks to be copied are 3
22:25.14thingyFabioDeb: look at this http://www.partimage.org/. Partimage is included on several rescue cdroms(a list is at the end of the web page) and you can use it to clone your disk quicker than the dd method.
22:25.17*** join/#kde qt2 (~qt2@pool-70-16-99-27.port.east.verizon.net)
22:27.41FabioDebhow do I do to know the name of the physical disk?
22:28.19thingyFabioDeb: look at the output of "dmesg" e.g. dmesg | less
22:28.55thingyFabioDeb: search for hd[a-z] devices if you have ides disks only
22:29.14*** join/#kde ep (~ep@ip68-97-122-98.ok.ok.cox.net)
22:31.59*** join/#kde EnSo (~EnSo@host38-211.pool8255.interbusiness.it)
22:32.01EnSohello
22:32.24FabioDeb^^ thanks!!!... now I try...
22:37.06*** join/#kde ep (~ep@ip68-97-122-98.ok.ok.cox.net)
22:38.16sarah03<PROTECTED>
22:38.17sarah03Ack.
22:40.18*** join/#kde wsjunior (wsjunior@wsjunior.user)
22:53.12*** join/#kde NullAcht15 (~NullAcht1@dsl-082-082-134-214.arcor-ip.net)
22:56.35*** join/#kde derekkite (~derek@S0106000f669178a6.wk.shawcable.net)
22:57.00derekkitewhich module has the wc3 testing stuff for konq?
22:59.33phlux:o
23:01.59*** join/#kde [ViRgiLiO] (~virgilio@84-122-98-241.onocable.ono.com)
23:03.04*** join/#kde jorgp (~jorgp@bnet-dial2-239.bartnet.net)
23:04.07*** join/#kde th0re (~thore@83.243.140.5)
23:09.01*** join/#kde sarah03 (~sarah@pool-71-111-100-192.ptldor.dsl-w.verizon.net)
23:10.23*** join/#kde mpee (~konversat@ppp62-225.lns1.cbr1.internode.on.net)
23:11.09*** join/#kde [ViRgiLiO] (~virgilio@84-122-98-241.onocable.ono.com)
23:20.38*** join/#kde ritalin (~ritalin@12-220-139-216.client.insightBB.com)
23:20.45ritalinafternoon
23:21.08*** part/#kde bimbo (~bimbo@200.66.22.75)
23:23.44*** join/#kde knoppix (~knoppix@ip68-108-213-162.ph.ph.cox.net)
23:25.35*** join/#kde [ViRgiLiO] (~virgilio@84-122-98-241.onocable.ono.com)
23:27.43ritalinlong ass compile time today ;(
23:28.34*** join/#kde linuxman (~linuxman@pcp0010846180pcs.essex01.md.comcast.net)
23:30.04*** join/#kde absinthe (~absinthe@absinthe.developer.gentoo)
23:31.06*** join/#kde grepper (~robert@ip216-239-89-27.vif.net)
23:32.48*** part/#kde derekkite (~derek@S0106000f669178a6.wk.shawcable.net)
23:34.51*** join/#kde xijio (~marshall@c-24-20-185-127.hsd1.wa.comcast.net)
23:35.31*** join/#kde teatime (~jens@h35n2fls307o1101.telia.com)
23:35.38FabioDebNight to everybody!!!!!!!!!!!
23:35.57FabioDeb^^ thanks still
23:36.00FabioDeb<<<<<<
23:36.04*** part/#kde FabioDeb (Dj_Asterix@host161-114.pool8259.interbusiness.it)
23:37.07*** join/#kde knoppix (~knoppix@ip68-108-213-162.ph.ph.cox.net)
23:41.37*** join/#kde Tomasu (~moose@S010600045a4c73cc.ed.shawcable.net)
23:52.27*** join/#kde jorgp_ (~jorgp@bnet-dial2-229.bartnet.net)
23:56.29*** join/#kde jkeel (~joshua@kmc-ras1-p47.intrstar.net)
23:57.47*** join/#kde NoGodNoMaster (~nogodnoma@dsl-213-023-214-113.arcor-ip.net)
23:58.00*** join/#kde kendrick (~kendrick@64-142-92-64.dsl.static.sonic.net)
23:58.52*** join/#kde mpee (~konversat@bh02i525f01.au.ibm.com)
23:59.56*** join/#kde NoGodNoMaster (~nogodnoma@dsl-213-023-214-113.arcor-ip.net)

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.