[12:03] <_macke> ohh did i do it wron when i did sudo kwrite /etc/apt/sources.list?? [12:03] seth_k|away: ping === larsris is now known as larsris_ [12:03] that should work too [12:03] does anyoe think grub will install if i got an automatic rebuilder to fix my mbr? [12:03] hi djst :) [12:03] _macke: sudo is the gnome equivalent of kdesu [12:04] _macke: no.. sorry [12:04] actually djst, gksudo is the gnome equiv [12:04] seth_k|away: yeah :) [12:04] I see you noticed my blog comment djst :) [12:04] sudo is the command line equivelent of kdesu :P [12:04] seth_k|away: just realized i was wrong about sudo :) [12:04] <_macke> djst: ok Thanx got confused there :) === MrClever [n=jgray@user.ocs.au.com] has joined #kubuntu [12:04] so [12:04] i am back [12:04] wb === Firetech [n=Jocke@h53n1fls301o1100.telia.com] has joined #kubuntu [12:04] _macke: sudo = generic, kdesu = kde graphical sudo, gksu = gnome/gtk graphical sudo [12:05] and i have make something for eating [12:05] it is delicious [12:05] spaghetti ! [12:05] _macke: and the "su" part actually stands for "super user" :) === kerian is jealous [12:05] <_macke> djst: good to know [12:05] seth_k|away: yeah, that's why i logged on, to say hello [12:05] :) === larsris_ is now known as larsris === mrj gives kerian one portion === djst is now known as djst|brb [12:05] :) [12:05] :) it's appreciated djst, glad to know you're up and running okay! Is it working out better than Mandriva? [12:05] which is odd... because the original 'su' program doesn't stand for super-user [12:05] brb === mrj eats a lot ! [12:06] it stands for 'switch user' [12:06] :) [12:06] /msg NickServ IDENTIFY Half/Bee [12:06] <_macke> when i write "su" and enter password i get wrong password?? [12:06] su does something different [12:06] su is your password correct? [12:06] or the password of the first created users [12:06] sudo emulates a root account [12:06] <_macke> yepp it is [12:06] su wont work unless you specify a root password (which will break sudo and kdesu on kubuntu) [12:06] ah _macke did you enable the root account? [12:07] sorry sudo and kdesu [12:07] <_macke> jjesse: it isnt active by default? [12:07] su isn't [12:07] !root [12:07] I heard root is rumour has it, that root is disabled in Ubuntu, actually this means there is no password set for the root account, use sudo when you need admin access, you can read all about it on http://wiki.ubuntu.com/RootSudo [12:07] _macke: do a !root to learn about root [12:07] to be honest... if you regularly need su, you should probably run a different distro [12:07] seth_k|away: i was going to ask you where your task bar was :) [12:08] <_macke> kerian: i just maybe need it to loging to... [12:08] <_macke> log in* === kerian is not exactly sure why you'd regularly need to have su (as opposed to sudo)... but it's possible in certain networking systems [12:08] djst|brb, i just have it set as transparent... it's in that big open space in the center [12:08] if you want what is essentially a root terminal, type 'sudo -s' [12:09] <_macke> kerian: ahhh nice! thanx! oh my god i learn stuff today! :) [12:09] bbl === kerian keeps a kuake terminal open with sudo -s [12:09] kerian, kuake or yaKuake? [12:09] yaKuake >>>>>>>>>>>>>> kuake, kerian [12:10] original kuake actually... it's light and fast (and this is a transmeta machine) [12:10] ah, okay... for footprint, I can understand :) [12:10] bbl for real this time :) [12:10] I run noKuake on my Inspiron... but it's a bit sluggish [12:10] kerian: inspiron 6000? [12:11] <_macke> i added ,umask=000 in fstab but i cant get read acces to my harddrives [12:11] 8200 [12:11] kerian: ok [12:11] hmm... what format is the drive? [12:11] <_macke> ntfs [12:11] ntfs? [12:12] <_macke> yes [12:12] hehe... okay... let me check something really quick [12:12] <_macke> ok [12:12] are they mounted in /media? [12:12] <_macke> yes [12:12] okay... funny thing about linux... a mounted ntfs drive will inherit the permissions of the folder where it is mounted [12:13] <_macke> meaning?? [12:14] hmm... what are the names of these drives in /media_ [12:14] ? [12:14] <_macke> hdc1 and hdd5 [12:14] okay... that shouldn't be too bad [12:15] do you want users to be able to write to these drives too? [12:15] <_macke> no, no writing to ntfs drives [12:15] <_macke> just read acces [12:16] _macke: do you want your ntfs drive to automount with read access for each user? [12:16] kk... you may want to get a 'sudo -s' shell up for this [12:16] <_macke> done [12:16] <_macke> djst: yes [12:16] djst: I think the problem at this point is the mount point permissions... I had the same problem on the default breezy install [12:16] _macke: did you add the "users" keyword in addition to umask=000 [12:16] oh, and have you tried umask=0000? [12:16] i belive i have four 0 in mine [12:17] <_macke> will try with four 0 in it [12:17] if anyone switched from ubuntu to kubuntu can you tell me why so i can know why many people like kubuntu as much as me! [12:17] /dev/hda3 /mnt/protected/fat32 vfat uid=djst,gid=users,umask=0007 0 0 [12:17] actually... just for fun... what does the output of 'mount' say? [12:17] that's what i have for my fat drive [12:18] <_macke> kerian: alot [12:18] _macke: umask=0007 means that owner (djst) and group (users) can read and write, but others cannot [12:18] hehe... yeah... but in regards to the two drives we're talking about [12:18] so i think if you add that last 0, or better yet, 7, things will work [12:19] <_macke> /dev/hdc1 on /media/hdc1 type ntfs (rw) [12:19] <_macke> /dev/hdd5 on /media/hdd5 type ntfs (rw) === kkathman [i=kkathman@12.5.168.157] has joined #kubuntu [12:20] hmm... that's odd... it should show the settings [12:20] <_macke> djst: ok im user 1000 so if i write ,umask=1000 then i should be able to read it? [12:21] _macke: yes. and add that fourth 0 and replace rw with ro [12:21] _macke: since you don't want to write to a ntfs drive anyway [12:21] _macke: but you don't need to use the numbers for your name, you can replace 1000 with macke in plaintext as i've done. [12:22] umask is not uid. [12:22] <_macke> "/dev/hdc1 /media/hdc1 ntfs defaults,umask=1000 0 0" looks like this [12:22] _macke: oh, sorry! not umask = 1000,.. no. [12:22] _macke: i thought i read uid :) [12:22] no, the umask is something else, it sets the permissions [12:23] <_macke> oh... lol ok [12:23] since you want all your users to be able to read, you can safely set it to 0007 [12:23] \/dev/hdc1 /media/hdc1 ntfs ro,user,uid=1000,umask=0 0 0 [12:23] That should work [12:23] in "$ sudo update-grub" do i not include the dollar sign and just "sudo update-grub" in konsole? [12:23] i'd use umask=0007 [12:23] why? [12:24] MrClever: because that makes users not in the "users" group not able to read the stuff [12:24] <_macke> "/dev/hdc1 /media/hdc1 ntfs to,user,uid=1000,umask=0 0 0" [12:24] well... I need to get ready for class... later all [12:24] <_macke> ro* [12:24] bye [12:24] Another attempt: Any good reasons for not updating from hoary to breezy, as I am about to? Any problems? [12:24] _macke: looks good. but now you're allowing *everyone* to read your drive, not just the normal users [12:24] if you want to deny access to "other" users, then umask=006 will be fine. [12:24] http://www.sun.com/bigadmin/content/submitted/umask_permissions.html [12:24] You need to learn about what umask really does I think. [12:25] <_macke> djst: well im the only one on this computer so its fine [12:25] MrClever: that doc is not about umask, it's about permissions and chmod [12:25] in "$ sudo update-grub" do i not include the dollar sign and just "sudo update-grub" in konsole? [12:25] larsris: nup - I did the Hoary->Breezy migration a couple of weeks ago on an i386 and AMD64 machine. Both were piece of cake. [12:26] MrClever: umask, as i understand it, wants four numbers, not just three... so your 006 should in fact be 0006 [12:26] MrClever: but i have no idea why the first 0 is needed [12:26] Thanks! [12:27] anyone answer a beginner question? in "$ sudo update-grub" do i not include the dollar sign and just "sudo update-grub" in konsole? [12:27] umask uses 3 digits to set the deafult file permissions on created files for the user/group/other. === djst|brb is now known as djst [12:28] You can't set sticky or UID bits with umask, and you can't set the execute bit with umask [12:28] so 3 digits. === _macke [n=macke@c-d475e455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu === Coolio10 [n=Coolio10@CPE0040ca74d9df-CM000a739b54a4.cpe.net.cable.rogers.com] has left #kubuntu [] [12:30] Coolio10: don't use the "$". [12:30] Coolio10: just typer "sudo update-grab" with the "" [12:30] BRB - coffee [12:31] MrClever: you mean without the "" [12:31] MrClever: i stand corrected. but i still don't understand why i've seen so many tutorials using umask=0027 for example. if that first 0 is useless, why is it there? [12:31] yah - that's what I said :) [12:32] i thought i read 'with the ""' ;) [12:32] (and i did) [12:32] <_macke> i saw it too. :) [12:32] When you type "umask" at the command prompt it will return a 4 digit code. The first will always be zero, as it represents the sticky/uid bit which can't be set with umask. [12:33] MrClever: thanks. then i know it's just useless [12:34] I think though, when you SET a umask, it will only read the first 3 digits. So umask=0022 will be interpreted as umask=002. Which ISN'T what you want :) [12:34] <_macke> how do i update my fstab, like unmount them and mount them again? [12:34] MrClever: you seem to know this so here's a question: why did they "invert" the permissions bits in umask? why couldn't they just allow you to use what you're used to, e.g. 740 instead of 037 ?? [12:34] _macke: yes, umount the mount points [12:34] Binary math dude :) === durga [n=durga@dialin-207-112-26-113.tor.primus.ca] has joined #kubuntu [12:35] The binary behind it was in that URL I mentioned earlier. [12:35] MrClever: yeah but the computer is binary, not me :) the computer should be able to invert that shit without me telling it how [12:35] <_macke> i get command not found when i try unmount [12:35] MrClever: yeah it was something about AND'ing it with the ... i know why. i just don't get why they couldn't use the same convention for every place you set permissions [12:35] UMOUNT [12:35] not uNmount [12:35] Hey - I agree. But this is how it's done. Same goes for calculating IP netmasks and multicast addresses :P It's "just the way things are" [12:36] <_macke> djst: hehe... ok thanx again! [12:36] MrClever: yeah, you're right. just had to let it out ;) [12:36] djst: we all have times like that....and if I don't get this coffee, I'm going to find a clock-tower and a gun :P [12:36] e.g. "umount /media/hdc1" [12:37] MrClever: go get it, you deserve it! [12:37] <_macke> djst: yepp that did the trick [12:37] _macke: but forget about that fourth 0 in umask. as MrClever pointed out, i was wrong there and it should work anyway [12:38] should've said "as MrClever so cleverly pointed out" [12:38] <_macke> djst: it works fine anyway so i shouldnt alter what works :) [12:38] _macke: glad it works now! [12:39] <_macke> djst: yeah thanx for all help... on my way to fully functiong linux now! just sound left === chaoticgeek [n=nugget@131.183.236.23] has joined #kubuntu [12:40] i was actually here to ask seth_k|away some questions but i'll have to do that some other day [12:40] <_macke> djst: lol but u did a good deed for today! :) [12:41] _macke: thanks :) my first visit in the channel actually. i'm a ubuntu user [12:41] <_macke> djst: ubuntu is with gnome right? [12:42] _macke: yes, it's the original ubuntu. i kinda dislike kde for a few reasons, one of them being the endless preferences dialogs and settings. but i have to admit kde is a bit prettier on the outside compared to gnome [12:43] <_macke> djst: yeah kde was the first thing i tried so it kinda stuck on me [12:43] _macke: and for former windows users, kde is more "natural", i guess, considering it's fairly similar to windows.. gnome is more like an ugly mac clone when i think of it :) [12:43] <_macke> djst: LOL i agree [12:44] heheh [12:44] _macke: but i think gnome has more potential as a usable platform. seems more thought out and less "by developers for developers" [12:45] <_macke> djst: well i havent used gnome so much so i cant tell. but i have heard most people prefer it [12:45] _macke: not sure about most people. but after redhat, fedora and ubuntu came along, the number of gnome users is growing steadily [12:46] i tend to dislike both (gnome/kde) for different reasons. but linux as a whole is growing on me, especially this last year [12:46] <_macke> djst: yeah red hat was my first encounter with Linux.. but i didnt get anything working. was a few years ago === arlington [n=chatzill@pool-68-238-140-190.sea.dsl-w.verizon.net] has joined #kubuntu [12:47] <_macke> djst: yeah i got the infamous anti piracy thingy when i start XP so i stick with Linux [12:47] got a question about mounting a windows HDD [12:47] _macke: my first encounter with linux was also with redhat, 5.x. it was horrible and neither kde nor gnome was invented yet, as far as i remember [12:48] _macke: i dual boot. windows xp came with the purchase of this computer so i use it frequently. i'd say about 40% windows and 60% linux (ubuntu) here [12:48] <_macke> djst: i think ive had the first version with kde.... but still no good [12:48] I've got two HD's my original primary is a SATA drive with windows XP Home, my second (now primary) is an IDE with Kubuntu I want to mount my windows HD so I can grab my music files and such [12:48] how do I go about doing that? [12:48] arlington: i think _macke is an expert at that :) [12:49] great! thanks [12:49] <_macke> djst: i only use windows when i need to play anarchy online, as soon as i get it working for linux, windows goes out the window! [12:49] <_macke> LOL! yeah i am [12:49] LOL [12:50] _macke: i have some ties with windows which are hard to break.. one of them actively selling software written in vb [12:50] great, well anytime you have a free moment. [12:50] arlington: is it a fat32 or ntfs drive? [12:50] ntfs, DARN I just remembered that [12:50] there ain't an easy way is there? [12:50] arlington: you can still read it [12:50] arlington: but not write it [12:50] just remembered nix don't like NTFS that much [12:50] <_macke> djst: yeah kinda hard in linux [12:50] really? cool [12:51] remember though that it is a Serial ATA ie. SATA [12:51] arlington: reading is no problem... writing is a mess because no one knows for sure how ntfs works [12:51] ic [12:51] k [12:51] arlington: doesn't matter if it's sata or pata [12:51] k [12:51] arlington: first of all, do you want your drive to be readable all the time? every time you start linux= [12:51] well as far as dual booting it does cause I haven't yet gotten that to work [12:51] arlington: or do you just want to access it once? [12:52] djst: I've heard certain developers at microsoft say they know how, but that statement is target of wide dispute and mockery. [12:52] well all the time would be nice [12:52] BlueEagle: ;) [12:52] BlueEagle: i bet no one knows fully how it works.. probably 100 developers closely working on one part each [12:52] I don't mind a little command shell work if I have to [12:52] arlington: you have to. sort of [12:52] arlington: open a terminal [12:52] no prob [12:52] k === BigKahuna [n=ian@cm147.sigma200.maxonline.com.sg] has joined #kubuntu [12:53] type (without "") "cd /media" [12:53] k [12:53] then "sudo mkdir windows" [12:53] you'll be asked for your password [12:53] (not by me though ;) [12:53] :P [12:53] ;) === keimo [n=keimo@GMMXC.dsl.saunalahti.fi] has joined #kubuntu [12:54] got it [12:54] arlington: do you know the device name of your windows drive? e.g. /dev/sda1 or something [12:54] I think that is what it is [12:54] arlington: you're sure [12:54] ? === rideout [n=rideout@c-24-8-195-254.hsd1.co.comcast.net] has joined #kubuntu [12:54] well I just let it set it by default [12:55] so I'm pretty sure [12:55] ok let's assume it's /dev/sda1 then.. you can check to make sure it's that by entering "sudo fdisk -l" [12:55] examine the output of that and look for a line including HPFS/NTFS [12:55] that line is your ntfs drive [12:55] <_macke> if i want alsaconfig do i install alsautils or alsatools?? and can it be done with apt-get? [12:57] roger that. it is sda1 and sda5 I have it split into two partitions [12:57] arlington: you want both partitions to be mounted? [12:57] well there is sda2 as well === Flying_Eagle [n=md@pD9537E54.dip.t-dialin.net] has joined #kubuntu [12:57] but the ntfs drives are sda1 and sda5? [12:57] well my secondary partition is the one I really need [12:57] let's go for sda5 then [12:57] the ones that say HPFS/NTFS yes [12:58] they are sda1 and sda5 [12:58] try this: "sudo -s" === Coolio10 [n=Coolio10@CPE0040ca74d9df-CM000a739b54a4.cpe.net.cable.rogers.com] has joined #kubuntu [12:58] k I'm showing root [12:58] arlington: you should now be root which means .. ok [12:58] "sudo mount /dev/sda5 /media/windows" [12:59] a space between mount and /dev? [12:59] if that worked, you should see no output [12:59] yes [12:59] exactly as i wrote it === andreas [n=andreas@asylet.adsl.no] has joined #kubuntu [12:59] you're mounting the drive /dev/sda5 to your empty folder /media/windows" [12:59] http://bugs.kde.org/show_bug.cgi?id=118220 [12:59] it would seem there's a problem with kpdf in kubuntu 5.10 and kde 3.5 [12:59] k [01:00] now, check to make sure you can read the contents in that folder [01:00] I hadn't realized there was another part there :) [01:00] specifically the patches from kubuntu seems to break kpdf [01:00] arlington: enter "cd windows" then enter "ls" [01:00] you should see files listed on your ntfs partition.. if it looks like stuff you recognize, we're halfway there [01:01] I'm still in root and it says no such file or dir... [01:01] enter "pwd" and let me know the output [01:02] it gives me /home/(username) [01:02] oh [01:02] ok [01:02] you didn't do my first commands then [01:02] which ones? [01:02] "cd /media" [01:02] notice the slash at front of media === jsubl2 [n=jsubl2@72.48.95.220] has joined #kubuntu [01:02] yes I did that one [01:02] ok then you should not be in /home/(username) [01:03] you should be in /media [01:03] oh [01:03] do it again, "cd /media" [01:03] cd = change directory [01:03] well you said to go to sudo -s which took me into root [01:03] yes i know [01:03] ok sorry if my mistake [01:03] anyway [01:03] np man [01:03] when in /media, do "ls" and make sure you have that windows folder there [01:03] errr, I asume man [01:04] yup got that [01:04] i'm a sexy girl for ya [01:04] ok, "cd windows" [01:04] 8-O [01:04] then "ls" [01:04] got it [01:04] it shows my folders [01:04] the right drive? [01:04] yes [01:04] great. "cd .." [01:04] "umount windows" [01:04] i'm pretty sure [01:05] unforetunately I gotta run [01:05] ok [01:05] will you be on a while longer? [01:05] it's 1 am here [01:05] wow [01:05] i need to get some sleep rsn [01:05] <_macke> u get to do alot of work on youre first visit djst! [01:05] well I gotta run but I'll be back in a little while [01:05] g2g [01:05] bye [01:05] _macke: yeah, repetitive work too ;) [01:06] <_macke> djst: yeah lol! hey! its 1 am here too! [01:06] _macke: swedish i assume? [01:06] <_macke> jepp [01:06] svullo, rip [01:07] <_macke> yeah thats sad. espiceally for his kids [01:07] _macke: i'm http://djst.org/blog/profile [01:07] (also swedish) [01:07] <_macke> Eskilstuna inte lngt bort [01:07] arlington: actually, we're so close to being done here you wouldn't know it [01:10] <_macke> djst: nice thumbs up picture! :) === wimpies [n=u19809@cable-62-205-105-245.upc.chello.be] has joined #kubuntu [01:11] _macke: which one? :) === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #kubuntu [01:12] <_macke> djst: in pappas 60rsfest === curtis-mac [n=curtishu@c-67-170-91-35.hsd1.wa.comcast.net] has joined #kubuntu [01:13] _macke: wow, you've really delved into the oldest photos :) [01:14] <_macke> djst: :) wow, lucky shot then! :) [01:15] _macke: anyway, work tomorrow. time to get some sleep. sofie's waiting too :) nice chat, bye [01:16] <_macke> djst: ok, thanx for all the help, yeah nice chat! cya! === lonewolf2 [n=lonewolf@host86-128-0-23.range86-128.btcentralplus.com] has joined #kubuntu [01:18] <_macke> anyone left?? [01:18] yeah [01:19] plenty of people [01:19] <_macke> need sound help [01:19] mmm - more info, and we may be able to help you [01:19] i'm not great on fixing sound stuff though [01:19] still here [01:19] <_macke> ive got a onboard VIA uses AC97. get really low sound. [01:20] <_macke> 0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50) [01:20] <_macke> tried maxxing volumes in alsamixer and kmix === miguel [n=miguel@81.84.150.175] has joined #kubuntu [01:20] hello [01:20] <_macke> hey [01:21] my first time with ububtu in my pc [01:21] this is very nice [01:21] Does your sound connectors have a "speaker out" and a "line out"? I've seen really low sound when un-amplified speakers get plugged into "line out" === vigs [n=vigs@ip.85.202.156.22.dyn.sub-6-1.broadband.voliacable.com] has joined #kubuntu === Nacho27 [i=igarciap@200-127-16-182.prima.net.ar] has joined #kubuntu [01:22] <_macke> on the ports of the motherboard? yeah ive got a 5.1 soundsystem tried switching them but only get low or no sound [01:22] I just installed kubuntu 5.1 and KDE is running. I wanted to add more apps [01:22] and noticed that kde-core is NOT installed ??? === vigs [n=vigs@ip.85.202.156.22.dyn.sub-6-1.broadband.voliacable.com] has left #kubuntu ["Konversation] [01:22] wimpies: open up adept, and have a look... [01:23] wimpies: it isnt? is it a metapackage? [01:23] !info kde-core [01:23] kde-core: (the K Desktop Environment core modules), section kde, is optional. Version: 5:44ubuntu2 (breezy), Packaged size: 7 kB, Installed size: 40 kB [01:24] yes it is a metapackage. If it is optional what does it offer ? [01:24] moo [01:24] amyone use projectm with amarok? [01:24] anyone* [01:24] _macke: have you checked to see if "use internal amplifier" has been disabled in the mixer? My old lappy had that.... === Glin|Jol [i=bobo@cpe-24-90-132-254.nyc.res.rr.com] has joined #kubuntu === l3m [n=l3m@84-73-62-186.dclient.hispeed.ch] has joined #kubuntu [01:25] <_macke> MrClever: in kmix?? === Coolio10 [n=Coolio10@CPE0040ca74d9df-CM000a739b54a4.cpe.net.cable.rogers.com] has left #kubuntu [] [01:26] _macke: yah [01:27] _macke: should be in the "switches" tab [01:27] im haveing some problems with my kubuntu install its my first go at it and im running it on x86 [01:27] <_macke> MrClever: i got an external amplifier button [01:27] all goes fine untill i am asked to remove the cd and reboot [01:28] when i do i get the pre-boot execution enviornment [01:28] i get a err saying boot does not exist === Sneaky_Bastard [n=Sneakste@209.151.242.178] has joined #kubuntu [01:29] any ideas? [01:30] what boot mode did you choose when installing ? [01:30] i let it creat the partitions [01:30] <_macke> doesnt do any difference when i switch it on or off.... or should i restart the sound somehow? [01:32] and then ? [01:33] <_macke> hey now the sound works!! dont ask me how... but hope it works if i reboot [01:34] anyone use projectm with amarok? [01:34] anyone? [01:34] anyone? === _kay [n=kay@p54A3A06D.dip0.t-ipconnect.de] has joined #kubuntu [01:34] bueller? [01:34] bueller? [01:34] jager : no but good movie ... [01:35] jager: i dont. it might help if you ask your question about it though === EricBetts [n=bettse@c-24-20-9-251.hsd1.or.comcast.net] has joined #kubuntu [01:36] projectm is a visualization plugin for xmms/amarok/itunes, and it rules [01:37] i had it working a while ago, i just installed a deb from a forum link [01:37] and now it doesn't do anything when i check the box for projectm in amarok [01:37] i dunno what i did [01:38] <_macke> where does xmms go when ive installed it, doesnt show in K menu? [01:38] _macke: sorry - phone. What did you change? [01:38] _macke nowhere i believe, it is not a KDE app. Add yourself to the menu [01:38] <_macke> MrClever: i dunno but it works now..... [01:38] when i run xmms from a konsole i can see projectm load .milk presets, but it never draws a window [01:38] <_macke> wimpies: ok thanx [01:39] _macke : I have (put) it under multimedia [01:39] also, there is an included program called projectmvis that essentially runs projectm as a standalone app, and it also never draws a window, it exits with no message [01:40] <_macke> wimpies: yeah, im gonna do that but where does it go? /? [01:41] you mean on the disk ? /usr/bin I presume [01:42] <_macke> wimpies: Yepp!, Thanx [01:42] <_macke> ! === angasule_ [n=frood@190.48.173.151] has joined #kubuntu [01:46] need some help with sound. [01:46] <_macke> no, thanx ive fixed it [01:46] sound works (I hear all sorts of riffs when dialogs pops up [01:46] mplayer [01:46] works [01:46] xmms works [01:46] hey everyone, I'm back [01:47] however I cannot get any of noatun, kafeine or whatevern going [01:47] what engine are you using? [01:47] euh engine ? === macke [n=macke@c-d475e455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu [01:48] gstreamer, maybe, or xine? [01:48] ive added it with menu editor but it dont show up? [01:48] those are the two i have installed, and i had to make sure that all my sound apps used the same engine === Sneaky_Bastard [n=Sneakste@209.151.242.178] has joined #kubuntu [01:49] I started an update to KDE via Kynaptic, it went through the download then Kynaptic is sitting there all greyed out like it's waiting for something to finish. but it's been more than an hour since I started it... anthing I can do besides wait? [01:49] gstreamer but I get errors with alsasink or something [01:49] If I click on testsound in control center it works just find [01:49] s/d/e [01:51] why wont it show iup in the menu when ive done it and saved?? [01:52] I think you have to log out of the session first [01:52] jager : never mind it now seems to work, I enabled sound preview in konqueror === markrian [n=Markrian@cpc1-cmbg2-5-1-cust216.cmbg.cable.ntl.com] has joined #kubuntu === ClayG [n=scdsc@c-66-177-234-195.hsd1.fl.comcast.net] has joined #kubuntu [01:52] hovered over an mp3 got a crash tried backtrace missing gdb, installed gdb hovered again and ... I got sound ????? === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #kubuntu [01:54] anyone here know much about mounting a windows HD? [01:54] !mount === aseigo_boink is now known as aseigo [01:54] arglington what you wanna know [01:54] arlington: didnt djsf tell you? [01:54] well I got as far as actually mounting it to where i can navigate to it through Konsole, but never got any further [01:55] macke: yes, but we didn't finish before i had to go [01:55] well if u can navigate in console then u can do it whereever [01:55] did you stick it in the fstab, so it gets mounted on boot? [01:55] nope not yet [01:56] the last thing said was "cd .." then unmount windows but I had to leave and she didn't finish saying how === Knowerrors [n=stormsur@Node10-175-53-66.1dial.com] has joined #kubuntu [01:56] all right, why's the bot asleep... [01:57] huh? [01:57] whats best movie editor for kde? and also for dvd authoring? [01:57] Hobbsee: I ahven't done anything with "fstab" yet [01:57] arlington: http://help.ubuntu.com/starterguide/C/ch05.html#id2532785 [01:57] I'm having some trouble with wine. If I run winecfg and then click the audio tab, it crashes out and gives the error shown on this page: http://paste.ubuntu-nl.org/5682 [01:58] arlington: i was going to use the bot to point you to that link, but the bot seems to be asleep [01:58] thanks Hobbsee, again you've been a great help [01:58] no problems :) [01:58] ic :D [01:58] if you've got questions about that, just ask [01:59] I tried searching in the wiki, but it didn't seem to want to find what I was looking for [01:59] arlington: oh, and instead of "sudo gedit", use "kdesu kwrite" [01:59] thanks [01:59] ok [02:00] how do i change my default browser? so when i click a link in konversation it opens in firefox? === Hobbsee must go get petrol, and will be back soon [02:00] one more thing before I work on the mounting. I started downloading some updates to KDE, it finished downloading them, but seems to be stuck with Kynaptic greyed out. been that way for an hour or so [02:00] jager: kcontrol [02:00] k === _jeff [n=jeff@209-161-241-37.dsl.look.ca] has joined #kubuntu [02:00] <_jeff> hey guys [02:00] oh hey, sweet [02:00] maybe it's still installing them then === kojak__ [n=kojak@CPE0013107e94c4-CM0014049495f6.cpe.net.cable.rogers.com] has joined #kubuntu [02:00] kcontrol looks normal [02:01] what is that crazy looking thing in the menu called then? [02:01] jager: hehe...i think you're looking for kde defaults [02:01] system settings? i dont know, i dont like it much [02:01] <_jeff> does anyone know how to get thumbnails for videos in konqueror? [02:01] yeah me either [02:01] bleck [02:01] dapper version works a bit better, but i still prefer kcontrol === Kib [n=boo@dslb-084-063-006-238.pools.arcor-ip.net] has joined #kubuntu === EricBetts [n=bettse@c-24-20-9-251.hsd1.or.comcast.net] has left #kubuntu [] [02:02] <_jeff> anybody? [02:02] _jeff: i think there's a menu option for it... [02:03] <_jeff> yeah, i think it was default in kde 3.4 [02:03] <_jeff> but i dont see the option for it now [02:03] maybe not... [02:03] view, preview, somewhere there is where i would expect, but i cant see it [02:03] Hobbsee: id says that "kwrite" is command not found === sorush20 [n=sorush3@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has joined #kubuntu [02:03] arlington: ok, use kdesu kate then [02:03] _jeff: do you have the correct codecs installed to actually view the movies? [02:03] k [02:04] same thing [02:04] anyone know why k3b wont work [02:04] it hates you :) [02:04] <_jeff> yeah i can watch them fine [02:04] arlington: ah, so you've got to fix kynaptic first, it seems [02:04] arlington: otherwise, try sudo nano [02:04] btw, I think I'm logged in as root (I used sudo -s a while ago) [02:04] k [02:04] kojak__: what errors does it throw? any? [02:04] well, nano then, no sudo in front of it [02:05] k [02:05] found cd-r (empty) === larsris [n=lars@93.80-203-46.nextgentel.com] has joined #kubuntu [02:05] oh it runs then [02:06] what doesn't it do? === jharrison [n=jharriso@24.244.173.31] has joined #kubuntu [02:06] yo [02:06] i askin them now but they clueless [02:06] no one knows eh? [02:06] prolly a bug [02:06] <_jeff> markrian: but when i play video files in kaffine they run slow === chopemax [n=chope@r200-125-4-147-dialup.adsl.anteldata.net.uy] has joined #kubuntu [02:07] _jeff: try making Kaffeine default to the xine backend [02:07] ok I'm in nano and fstab [02:07] that might help [02:07] <_jeff> markrian: how do i do that? [02:08] I added /dev/sda1 /media/windows ntfs umask=0222 0 0" the the next row on the bottom (note I changed the 'H' in hda to an S cause it's a SATA drive === aeon17x [n=aeon17x@210.213.223.221] has joined #kubuntu [02:08] do I need to space any of that out? or just save it as is? [02:09] kojak__: cd /var/cache/apt/archives/ [02:09] kojak__: ls cdrecord* [02:10] kojak__: dpkg -l cdrecord [02:10] hi, im doing a bash script and want to run " sed '$linenumber!d', it works with " sed '1!d', however when I try to get the num from the variable i get an ' extra characters after commands' sed error.. any clues? [02:10] Hobbsee? [02:11] 2.01+01a01-4ub [02:11] _jeff: it should be in the menus somewhere in Kaffeine? [02:11] I can't remember exactly ;o [02:11] be back in a few minutes [02:11] cdrecord_4%3a2.01+01a01-4ubuntu3_i386.deb [02:11] <_jeff> markrian: ok ill check === MrClever [n=jgray@user.ocs.au.com] has joined #kubuntu [02:13] should i have the file /usr/lib/amarok/amarok_libvisual by default? [02:13] ls /media/ [02:13] nobody knows what I may be doing wrong? [02:13] with amarok i mena? [02:14] ls /media/cdrom0 [02:14] kojak__: find /media/cdrom0 -name 'cdrecord*' [02:15] cdrecord_2.0+a38-1ubuntu4_i386.deb [02:15] kojak__: find /media/cdrom0 -name 'mkisofs*' [02:15] mkisofs_2.0+a38-1ubuntu4_i386.deb [02:16] /media/cdrom0/pool/main/c/cdrtools/cdrecord_2.0+a38-1ubuntu4_i386.deb [02:16] /media/cdrom0/pool/main/c/cdrtools/mkisofs_2.0+a38-1ubuntu4_i386.deb [02:18] ohhps! upgrading hoary -> breezy gave me some problems: [02:18] update postfix and lsb fails [02:19] sudo apt-get install --reinstall wont do [02:19] Any clue out there? [02:20] larsris: give more info on what 'fails' means [02:20] does anybody know a artsd skype wrapper ? === aliveuser [n=aliveuse@200.91.94.186] has joined #kubuntu === aliveuser [n=aliveuse@200.91.94.186] has left #kubuntu ["Konversation] [02:21] well : perhaps this is a clue: postfix/postfix-script: fatal: the Postfix mail system is already running [02:21] <_jeff> markrian: no im not seeing it anywhere in the options in kafiene [02:21] ?? === ClayG [n=scdsc@c-66-177-234-195.hsd1.fl.comcast.net] has joined #kubuntu === Coolio10 [n=Coolio10@CPE0040ca74d9df-CM000a739b54a4.cpe.net.cable.rogers.com] has joined #kubuntu [02:22] how do i stop kubuntu from asking me for login and pass for hostname every startup? [02:23] i heard someone say users and groups but i cant remember! === kalenedrael [i=4610-ide@c-24-34-72-14.hsd1.ma.comcast.net] has joined #kubuntu [02:23] coolio0 : enable autologin in the login manager (I think you need root access) [02:23] no i mean from the boot not the actual login manager [02:23] it asks login/pass [02:24] or is that once from the install? [02:24] if startup means install of kubuntu, then yes it is only during install [02:25] markian: I get error when attempting to do sudo apt-get install --reinstall postfix "package depenedencies", referriing to lsb [02:25] ok [02:25] i just asked because i didnt get past that step because it wouldnt let me enter the password [02:25] and kept saying it was incorrect === Coolio10 [n=Coolio10@CPE0040ca74d9df-CM000a739b54a4.cpe.net.cable.rogers.com] has left #kubuntu [] [02:27] well, I'm back again guys [02:27] and gals ;) === Jeevan [n=jeevan@pdpc/supporter/basic/Jeevan] has joined #kubuntu === sorush20 [n=sorush3@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has left #kubuntu [] === Jeevan [n=jeevan@pdpc/supporter/basic/Jeevan] has left #kubuntu ["Leaving"] [02:30] can anyone help with mounting and accessing a windows HD? === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #kubuntu [02:31] i'm baaaaaaaaack [02:31] alright [02:31] well I added it to fstab according to the tutorial === macke [n=macke@c-d475e455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu [02:32] arlington: after checking my logs, that looks like it should be right [02:32] I believe I added evreything corectly. I changed the necessary parameters to make it under sda5 which is the drive i mounted [02:32] :D [02:33] so know what from here? [02:33] How do i download an older version of GCC from apt-get?? [02:34] sudo apt-get install gcc-3.3 (if I recall correctly) [02:34] The package will be named something other than gcc :P [02:34] kalenedrael: Thanx! [02:34] arlington: did you do a sudo mount -a? [02:34] after all that? [02:34] yup [02:35] excellent [02:35] :D === Hobbsee checks logs again [02:35] np, macke [02:35] how do i enable SSH with kubuntu in konsole? [02:35] arlington : if you run mount does it show /dev/sda5 somewhere ? [02:35] arlington: what does "ls /media/windows" show you? === cold [n=cold@ool-182d3912.dyn.optonline.net] has joined #kubuntu [02:36] worked good! but mplayer seems hard to install [02:36] well I don't currently have Konqueror working, but let me see in Konsole [02:36] yeah, that command will only work in console lol - ls means list === mrj [n=mrj@nat-ph3-wh.rz.uni-karlsruhe.de] has joined #kubuntu [02:36] yeah [02:37] merlino: ssh? as a server (allow connectins into your system) or client (make outgoing connections)? [02:37] MrClever: trying to let my friend ssh in to do an install [02:37] well if I try /dev/sda5 I get a permission denied, but if I go through /media/windows it lists my folders [02:37] guys guys ..... [02:37] i have make a BIIG Mistake ... [02:37] arlington: excellent, that's what it's suppposed to do - so to access it, just go to /media/windows [02:38] merlino: sudo apt-get install openssh-server [02:38] actually I just tried again and I continue to get permisson denied [02:38] i have tried to install the Nvidia-7660.xxxxx.pkg1.run [02:38] macke, select the proper mplayer package, it should be called mplayer-586 or something. [02:38] and i have become errors [02:38] merlino: openssh-server isn't installed by default. [02:38] that is until I use sudo [02:38] arlington : try what ? Create a file list a directory ... ? [02:38] hmmm [02:38] now i can not install nvidia-glx either [02:38] kalenedrael: from the website or apt-get [02:38] arlington: you're still logged in as root? [02:38] I can't open up the directory until I loginto sudo [02:39] I am now [02:39] MrClever: it failed to start [02:39] how can i remove the NVIDIA-7660 installation ? [02:39] and at /media/windows [02:39] performed a "ls" and it works [02:39] hey guys [02:39] arlington : if you do ls -l on a directory in windows does what does it show rwx ? rx ? === Hobbsee suddenly sees that she has the same problem... [02:39] mrj : dpkg --remove [02:39] apt-get remove ... [02:39] i was not a package [02:39] it was not [02:40] i downloaded the file from the NVIDIA web page [02:40] then you run ita again in sh -x to see what it installs and see if you can undo that [02:40] MrClever: allow me to resay that... sshd is what i need [02:40] now i have a modul whos not working === NeverDream [n=neva@cpe-071-068-072-046.carolina.res.rr.com] has joined #kubuntu [02:40] how do I remove Kubuntu? [02:40] how do you want me to run that ls -l? [02:40] I apt-get installed it, but I decided I don't like it [02:41] arlington : from your konsole, cd to /me.../windows and type ls -l === treefrog [n=treefrog@62.231.60.201] has joined #kubuntu [02:41] NeverDream: you mean you had Ubuntu, and installed kubuntu-desktop? [02:41] wimpies: just check if you can do that on yours, mine wont let me at all [02:41] yeah [02:41] NeverDream, why do u want to remove it? [02:41] NeverDream: use synaptic or adept and remove the kde* packages will get a bunch [02:41] it's clusttering my hard drive and I don't really use it [02:41] I mean: u can simply not use it... [02:41] s/clusttering/cluttering/ [02:41] it lists my folders in blue with the rest of the info in white, etc... [02:42] oh, i see [02:42] hobbsee : what windows filesystem is it ? fat, vfat, ntfs ? [02:42] ntfs [02:42] ntfs [02:42] Do you use aptitude for package management? [02:42] merlino: install the openssh-server package then :) [02:42] ntfs is readonly [02:42] MrClever: isn [02:42] yeah I understand [02:42] that [02:42] that what i just apt-getted? [02:42] Well, you should, it's very good ;o Anyway, all you have to do is remove all packages that kubuntu-desktop depends on [02:42] should it then work to access it from Konquer? [02:42] and you need to set masks on how linux should provide access to files and folders [02:43] arlington: ordinarily yes [02:43] ahh, that I haven't done yet [02:43] ic [02:43] merlino: isn? Not familiar with that abbreviation....sorry. [02:43] also you should set uid and gid so that ownership is set properly to [02:43] that would really be most of what I need as I'm just accessing my music and stuff [02:43] hmm [02:43] MrClever: it was a typeo i ment to say isn't that what apt-get just installed? === Hobbsee is reading man chmod, and it doesnt make that much sense [02:43] how do I do all that? [02:44] you can also use ext3 from nt if you want, then you can WRITE and properly share files between windows and linux [02:44] you can then leave your c: alone for NT/XP and have some D: that is shared [02:44] true, i only use read access to this drive, which works fine in breezy [02:44] ic [02:45] is it normal [02:45] i think [02:45] that even when i ununstal nvidia-glx i still have the nvidia modul ? [02:45] hobbsee, arlington, check man mount (uid, gid, umaks options when mounting ntfs partitions) === devpotato [n=ksmith@cpe-065-190-165-091.nc.res.rr.com] has joined #kubuntu [02:45] wimpies: ? === jharrison [n=jharriso@24.244.173.31] has left #kubuntu [] [02:46] donno, I have an ATI card but it is possible yes because you have drivers in the kernel and drivers for X [02:46] i was wrong i have not installed other stuff [02:46] Hobbsee: arlington read the section on Mount Options for ntfs carefully [02:46] just the nvidia-glx package [02:46] btw, when I updated fstab I added all of this line "dev/hda1 /media/windows ntfs umask=0222 0 0" [02:46] but the modul nvidia .... stays [02:46] umask 222 means rw but NOT execute hence no access to folders for linux !!!! [02:46] what lines are they at? [02:46] k [02:47] wimpies: i have encouraged a problem - my windows freezes when i install the nvidia-glx [02:47] wimpies: i have encouraged a problem - my window freezes when i install the nvidia-glx [02:47] and when i edit the xorg.conf [02:47] merlino: yes - so now you should have sshd running. If not "sudo /etc/init.d/ssh start [02:48] mrj : check /var/log/Xorg.... and see what is going on [02:48] sudo /etc/init.d/sshd start === Hobbsee thought she was already runnign with umask 222 [02:48] :P === Hobbsee finds out that she isnt in dapper, which is why she's havign trouble [02:48] merlino: if you're behind a firewall, make sure TCP/22 is open or forwarded to your machine. [02:48] My umask = 0000 [02:49] btw, how do I exit out of man mount when I'm done? [02:49] wimpies: umask=0 is the same as umask=0000000000000000000000 :P [02:49] or want to try something out? [02:49] arlington: hit 'q' [02:49] ahh, ok [02:49] yes but it is more common to write 0000 ... just a habit [02:49] arlington: or the reset button :P [02:49] ROFL [02:49] "/dev/hda1 /media/windows ntfs nls=utf8,umask=0222 0 0" is the line you want in your fstab, with it modified to your hard drive [02:49] no thanks, I like "Q" better [02:49] wimpies: actually, umasks only have three digits. [02:50] what? [02:50] thanks, all :) === NeverDream [n=neva@cpe-071-068-072-046.carolina.res.rr.com] has left #kubuntu ["Leaving"] [02:50] we covered this umask madness a few hours ago didn't we? [02:50] hmmm...this is odd [02:50] I copied my unmask and everything else from the ubuntu mounting turotial === devpotato [n=ksmith@cpe-065-190-165-091.nc.res.rr.com] has joined #kubuntu [02:50] MrClever : again you are right (habit taken over from chmod ??) [02:50] MrClever: its still failing [02:51] I used this "/dev/hda1 /media/windows ntfs umask=0222 0 0" but modified it for my sata drive [02:51] wimpies: do we have to use chmod to fix this? [02:51] no [02:51] because you have no opportunity to run the chmod [02:51] wimpies: yah - common assumption, but chmod will also set sticky and UID/GID bits, which umask can't do. umask also can't set the executable bit either. :) [02:52] it is best to set the umask in fstab [02:52] merlino: which bit is failing? sshd not starting? or remote connections not possible? [02:52] what to set the umask to though? === merlino is now known as DJ_Mer_ [02:52] I have 000 [02:53] wimpies: so umask really only has three valid digits which must be between 0-6 [02:53] Got it ... [02:53] so I should remove the 0 in 0222? [02:53] apparently it does not matter since 0222 octal == 222 octal [02:53] I understand [02:53] :P [02:54] that's what i thought, remembering only slight bits of octal [02:54] why the heck is this stuff in octal anyway? [02:54] yeah [02:54] probably cause it's the most comonly used format? [02:54] what the.... [02:54] other than that haven't a clue [02:55] setting it to 000 doesnt seem to work either... [02:55] hobbsee, donno, history ?, the chmod System call also generally is writtein in octal [02:55] well I think binary is in octal isn't it? [02:55] Hobbsee: coz you only need 3 bits for each permission group. 2^3 =8 so it made sense to use octal [02:55] ah ok [02:55] ic [02:55] hobbsee if you do ls -l do you get r-xr-xr-x ? [02:55] would my fstab then be setup correctly? [02:55] yeh 3bits-3bits-3bits [02:56] with sudo in front of it: dr-x------ 1 [02:56] if you run mount does it show the umask=000 ? [02:56] so the owner has read-only permissions on the directory [02:57] DJ_Mer_: how did you get on with sshd? === manveru [n=manveru@dsl-wien1-35-22.utaonline.at] has joined #kubuntu [02:57] mine says dr-x--------------- 1 root root etc...... [02:57] all the way down [02:58] run mount and check if umask is properly applied [02:58] wimpies: /dev/hda1 on /media/windows type ntfs (rw) [02:58] what am i looking for? [02:58] so you probably did not unmount /dev/hda1 first [02:58] for me it reads (ro,umask=000) [02:59] I ran mount under my windows dir [02:59] you can run from anywhere [02:59] /dev/hda1 on /media/windows type ntfs (rw,nls=utf8,umask=000) [02:59] ah ha... [02:59] bingo [02:59] best mount readonly === _jeff [n=jeff@209-161-241-37.dsl.look.ca] has joined #kubuntu [02:59] I have /dev/sda5 on /media/windows type ntfs (rw) [02:59] <_jeff> hey guys [03:00] arlington : do cd / ; umount /dev/sda5 ; mount /dev/sda5 and check again [03:00] mind the ';' [03:00] <_jeff> does anybody know how to get thumbnails of videos in konqueror? [03:00] sudo mount -a works for the second command, too [03:00] <_jeff> i just got kubuntu yesterday [03:00] should I stay in root? [03:00] _jeff : enable preview (view->preview in konqueror) [03:00] no, not unless you have to [03:00] arlington yes [03:00] k [03:01] I tried unmount but it says command not found [03:01] <_jeff> wimpies: it doesnt have an option for video [03:01] umount [03:01] umount [03:01] ohh [03:01] <_jeff> wimpies: unless they've named it someting strange [03:01] <_jeff> wimpies: everything is enabled except audio [03:01] I my conqueror I have preview videofiles (3.4) [03:02] I think the video preview only works if you hover over the icon [03:02] like with audio [03:02] ok I have it mounted [03:02] no it works for me... video thumbnails are created [03:02] <_jeff> wimpies: no i mean the thumbnail [03:03] now i need to run mount? [03:03] <_jeff> wimpies: any idea why it might not show in mine? === freeflying [n=freeflyi@61.190.65.25] has joined #kubuntu [03:03] plugins ? [03:03] here is what it says this time "/dev/sda5 on /media/windows type ntfs (rw,umask=0222)" [03:03] :D [03:03] so what does ls -la /media/windows show you? [03:03] did you modify your umask in /etc/fstab ????? [03:04] I did originally === Hobbsee suspects that arlington is still logged in as root anyway, which wouldnt be helping matters at all... [03:04] check, check, check ;=) [03:04] to this /dev/hda1 /media/windows ntfs umask=0222 0 0 (just changed over for sata drive) [03:04] arlington: any reason you're trying to ntfs in read+write? The ntfs write code is really buggy...you can cause serious file system corruption if you try to write to an NTFS partition. [03:04] I'm not trying to [03:04] NEVER use write !!! [03:04] thats just what i've got so far [03:04] as said umask is still 0222 !!! [03:05] I didn't think I'd done that [03:05] i told you to modify to 000 [03:05] arlington: see the "rw" after the ntfs? rw=read+write [03:05] oh, what does it need ot b [03:05] ic [03:05] just a sec [03:05] I couldn't figure that out cause wasn't sure who was talking to who! :P [03:05] set it to ro,umask=000 [03:05] arlington: just change the fstab line to NOT use the "defaults" options [03:06] IOW changing 0222 to 000? [03:06] arlington: use something like "/dev/hda1 /media/windows ntfs ro,user,umask=222 0 0" [03:06] no !!! 000 !!! please !!! [03:06] 8-O which is it? [03:06] what's 2 do, compared to 0? [03:07] each file is access protected [03:07] since windows does not use the same mechanism as linux you need to tell linux how to provide access to the windows files [03:07] umask=222 means "turn off the writeable bit for new files" - it has NO bearing on existing files. [03:07] hence the mask === Coolio10 [n=Coolio10@CPE0040ca74d9df-CM000a739b54a4.cpe.net.cable.rogers.com] has joined #kubuntu [03:08] so in essence 222 would mean it's Read only? [03:08] wimpies: not quite. umask only affects the default permissions on NEW files. It WONT prevent you from creating the files in the first place. [03:08] yes but you can also add ro [03:08] exactly what I suggested in the fstab line I posted a second ago. [03:08] right now I have ro,user,umask=222 under [03:09] correct but since you cannot create files on ntfs (preferrable so) it is the same [03:09] ic [03:09] The options were "ro,user,umask=222" - read-only, user-mountable, and umask preventing new files from being writeable...for completeness [03:09] ic [03:10] and I understand! :D [03:10] ok I saved and exited [03:10] but if the the whole file system is read-only, umask=0 would make just as much sense, seeing as you can't create files, the mask means nothing :) [03:11] oyvey! [03:11] :P [03:11] i just messed up my second install aswell! [03:11] ok here is what i got after remounting it /dev/sda5 on /media/windows type ntfs (ro,noexec,nosuid,nodev,umask=222) [03:12] and if you all prefer I will change it to umask=000, if you want [03:12] :P === Hobbsee changes both her /etc/fstab files to be correct [03:12] my first install didntb work so i done it again but now the second install is thinking that its already installed so now i havent even configured half of the settings!!! [03:12] hobbsee: you have two fstabs? [03:12] arlington: sure, kubuntu breezy, and kubuntu dapper [03:12] arlington: that looks about spot on for an NTFS partition - well done :) [03:12] and everything isnt set right! [03:13] thanks MrClever! [03:13] how do i remove kubuntu completely? [03:13] IC Hobbsee [03:13] thankyou MrClever and wimpies [03:13] arlington: this is a tripple boot machine lol - 40 gb laptop [03:13] i already know how to remove the mbr but i have troubles with the partitions so i guess the second install read the first one [03:13] what three systems you have? [03:14] Coolio10: did you tell it to delete all partitions first? [03:14] so now that ought to mean I can access anything on that partition from anywhere? [03:14] Coolio10: xp, kubuntu breezy, kubuntu dapper [03:14] nope guess I have to be root for that from console [03:14] why you need 2 versions? [03:14] well i kinda didnt delete them completely [03:14] one's for testing [03:14] I tried a dir from /media/windows and I got permisson denied [03:15] Coolio10: and why not? [03:15] i deleted them but the kubuntu drive was unallocated so i couldnt remove it completely without commercial prgorams [03:15] arlington: you usually want ls :P - it's got pretty colours [03:15] :P [03:15] i used the windows tool which only made it unallocated [03:15] I still get permisson denied from Konsole, unless I run sudo [03:16] arlington: on /media/windows? [03:16] yes [03:16] again give us ls -l /media/windows/* [03:17] what is the permission of the mount point? [03:17] what program can i use to remove it completely? [03:17] Coolio10: did you try to format the drive *before* you removed the MBR? [03:17] Coolio : delete the partition [03:17] i reparied the mbr then removed the partitions [03:17] coolio : boot from CD and reinstall [03:17] Coolio10: reinstall, delete the entire disk, and get it to automatically create the partitions for you [03:18] that just uses the first install settings [03:18] during the install, that is [03:18] i did [03:18] well when I run ls -l I get dr--r----x 1 root root on all the folders inside [03:18] (I had to run it using sudo) [03:18] the first time i messed up and this second time its skipping half of the installation setup [03:18] Coolio10: clearly you didnt - dont try and get rid of all the MBR first [03:18] how can i do that? [03:18] here's the ntfs partition on my machine: /dev/hda1 on /mnt/winxp type ntfs (ro,noexec,nosuid,nodev,umask=0) [03:18] i used testdisk from UBCD4WIN [03:18] which rebuilt the mbr [03:19] here is mine /dev/sda5 on /media/windows type ntfs (ro,noexec,nosuid,nodev,umask=222) [03:19] MrClever : perhaps 222 is interpreted NOT as octal hence the messup [03:19] try 0222 arlington [03:19] k [03:19] BUT with the file system unmounted, the mount point is: drwxrwxr-x 2 root users 48 2005-08-26 10:27 winxp [03:19] notice "users" has full access? [03:20] MrClever : i do not think that access are inherited. Each dir has its own rights so that only matters for the ROOT of winxp [03:20] should i delete the partitions then fix the mbr somehow? [03:21] wimpies: the permissions are inherited, but in my case the owner+user permissions loose the writeable bit. [03:21] ok after I changed it to 0222 here it is: /dev/sda5 on /media/windows type ntfs (ro,noexec,nosuid,nodev,umask=0222) [03:21] wimpies: dr-xr-xr-x 1 root root 8192 2005-11-10 14:22 winxp <- after mounting. [03:22] ok now I get dr-xr-xr-x [03:22] and I didn't have to go to sudo to do it! [03:22] im dead:'-( [03:22] :D:D:D [03:22] arlington: well done :) [03:22] thanks [03:22] so now I should be fully able to access what i need? [03:22] just not write anything ofcourse [03:23] Coolio10: ignore the mbr for a while - the contents will be overwritten by grub in the install [03:23] again check the ext3 driver for NT ... really nice [03:23] arlington: yup [03:23] w00t! [03:23] explore2fs is really nice, too [03:23] so should i try to install again leaving the mbr? [03:23] I'm going to check out an mp3 right now [03:24] Coolio10: yes [03:24] wimpies: on my lappy I have a NTFS parition win WinXP, a ReiserFS partition with Kubuntu and a FAT32 partition for stuff I need to share between windows and Linux :) [03:24] SWEEEEEEEEEEEEEEEEEET!!!!! [03:24] sorry for caps [03:24] it works! [03:24] should i delete the partitions usingk kubuntu and remake them? [03:24] Coolio10, yes [03:24] Coolio10: during the install? yes [03:24] arlington: very cool [03:24] but let it do it by itself [03:24] ok [03:24] I hate fat because of case problems. Modify fat32 to ext3 and use driver [03:24] brb === Coolio10 [n=Coolio10@CPE0040ca74d9df-CM000a739b54a4.cpe.net.cable.rogers.com] has left #kubuntu [] === Hobbsee shakes head [03:25] wimpies: yah the case crap on FAT32 is evil. [03:25] how do Italicize my words here? [03:25] i didnt think it was that complicated to reimage a drive lol - although i've been known to screw it up pretty badly too === musashiden [n=musashid@pool-162-83-45-112.sal.east.verizon.net] has joined #kubuntu [03:25] rofl [03:25] The only thing I use WinXP is getting recorded programs off my PVR :) [03:25] hence my suggestion. Been using the ext3 filesystem driver for XP/NT for some time now and it works great [03:26] I can't receive PM's right now, not registered under this username. I forgot the PW to my old username [03:26] I write software for Linux and XP hence I need to boot from time to time. [03:26] i only need it the other way, which makes explore2fs work pretty well for me [03:26] wimpies: VMware? [03:27] explore2fs is not good since it is an application. the ext3 driver i speak of allows you to map an ext3 volume to say Q: [03:27] hmm, so how do i configure konversation to use a proxy? yes i have an http proxy set up in the proxy setup option. [03:27] vmware : tried it but not good for games ;=) [03:27] wimpies: pitty I use ReiserFS eh? [03:27] yes but your fat32 could be alterted to ext3 [03:27] wimpies: hmm...might be worth looking into [03:27] lol - yah true...vmware is like trying to play Quake on a C64! :P [03:28] OUCH [03:28] it is a free driver ... let me look [03:28] actually I've had pretty good luck with vmware [03:28] for regular apps yes but not for games I assure you [03:28] didn't know you could use it to play games [03:28] wimpies: but then I move from a format that is native to both OS'es to one that requires a 3rd-party driver in one OS....I loose more than I gain. YMMV and that's cool. [03:29] you meaning like installing windows under vmware then trying to install and play a game? [03:29] what is native ? [03:29] you just install a XP filesystem driver (which is the same as your ntfs fs driver) [03:30] arlington: if you can run it on the guest OS, VMware will execute it....often with software emulation when direct hardware acceleration is unavailable. [03:30] moreover fat32 is NOT native NT [03:30] true, but it's supported by the OS without 3rd party drivers. [03:31] just a small app you install (like your driver for you flash memory or DV camera or whatever) [03:31] I assure you that once installed it looks as native as browsing zip archives, you can use it from ANY application (!!) [03:31] and it is free [03:31] it is a german student who wrote it ... looking for the name now [03:32] ext2ifs 1_10a [03:33] mind the version number, there is an older one around but you need this one. it is perfect ! [03:33] I use it for an external driver, my Flash pen root partition etc [03:33] full read and write access and no hassles with case problems [03:34] have any of you tried to update KDE? [03:34] arlington: from what to what? [03:34] I've been working on it for about two or so hours and it still is just sitting there [03:34] well I think it's 3.4 to 3.5 [03:35] yes, ages ago [03:35] try closing adept? [03:35] I have Kubuntu 5.04 [03:35] I heard that you should wait for 3.5 until more apps have upgraded. [03:35] and Kynaptic ishas just been sitting there forever [03:35] 3.4 is still preferred [03:35] hmmm [03:36] arlington: update to 5.10 [03:36] arlington: to KDE3.5? [03:36] well last time I closed down Kynaptic before it was back from being greyed out I got broken packages and reinstalled instead of trying to fix them [03:36] yes i believe so [03:37] I play with KDE2.5 on a non-work machine and IMHO, it's not quite ready for a serious work-station....bit buggy [03:37] definetly update to 5.10, unless you're on dialup or something... [03:37] Gah - s/2.5/3.5/ [03:37] MrClever: i use it on both my systems, no problems...well the dapper bits are, but that's unrelated [03:37] I added the package link from the Kubuntu website to my sources.list, checked for updates then told it to update [03:37] ic [03:38] whats the easiest way to update to 5.10? and can I just close Kynaptic now? or will i get broken packages again? [03:38] just replace the distribution name to breezy [03:39] https://wiki.ubuntu.com/BreezyUpgrade === sankarshan [n=sankarsh@59.92.129.107] has joined #kubuntu [03:41] which should I do? [03:41] and should I close kynaptic? [03:41] or let it continue? [03:42] well I have to run to a concert, I'll try and come back tonight, but not sure if I can make it. if not thanks for all the help and hope to see you guys again [03:43] and gals ;) [03:43] so until I'm back, Night all! === ilba7r [n=ilba7r@d141-64-4.home.cgocable.net] has joined #kubuntu [03:50] moo === wheatie [i=alex@unaffiliated/wheatie] has joined #kubuntu === myuser [n=myuser@85.101.122.172] has joined #kubuntu [03:54] hi === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === coolio10 [n=coolio10@CPE0040ca74d9df-CM000a739b54a4.cpe.net.cable.rogers.com] has joined #kubuntu [03:55] Hobbsee: yah - by KDE3.5 I mean't "Dapper" :P === coolio10 [n=coolio10@CPE0040ca74d9df-CM000a739b54a4.cpe.net.cable.rogers.com] has joined #kubuntu === war-totem [n=bender@CPE0040052e5c4c-CM0f1029953548.cpe.net.cable.rogers.com] has joined #kubuntu [03:56] yeah, well i wouldnt use dapper on a regular basis for a while yet, but 3.5 on breezy seems fine === _jag is now known as jager === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #kubuntu === sophie_ [n=sophie@ip062.195-51-69.Sogetel.net] has joined #kubuntu === demonjester [n=demonjes@pcp0010629950pcs.elztwn01.pa.comcast.net] has joined #kubuntu === bigh [n=bigh@80-219-159-222.dclient.hispeed.ch] has joined #kubuntu [04:21] hello all [04:23] hi sophie_ [04:25] really quiet in here [04:25] yeah, seems to be [04:25] was busyish earlier [04:25] *noise* [04:25] but a lot of people are probably here, but idle [04:25] hi manveru [04:25] hey hobbsee :) [04:26] hmm - let's make some noise and ask if e17 will be added in some dapper-form - like eubuntu :) [04:26] isnt e17 gnome related? [04:27] is it? [04:27] they are more gtk-related [04:27] ah, that's the connection [04:27] wich is the thing i dislike about it btw... === Hobbsee has never really bothered checking it out === MrClever [n=jgray@user.ocs.au.com] has joined #kubuntu [04:28] hmm, ok - that was the noise i had... === beast [n=beast@host-79-144-220-24.midco.net] has joined #kubuntu [04:32] Hobbsee: enlightenment is not related at all to gnome or kde, it is a Desktop Environment of great beauty in its own right [04:33] ah, i see [04:33] must check it out then [04:33] by the way enlightenment.org seems to be down [04:33] from here [04:34] Hobbsee: http://ubuntuforums.org/showthread.php?t=79155&highlight=enlightenment [04:34] http://get-e.org/ [04:36] oh ok [04:36] http://enlightenment.org.au/ is the new link for that, sophie_ [04:39] e17 worth dicking with yet? [04:39] last time i tried it it was a bit sparse [04:39] jager: nope [04:39] it's quite beautiful, jager see the link to the forums i posted [04:40] been following it with great interest === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #kubuntu [04:43] I've just received 30 free cd thru mail from getubuntu I wish I could get free cd for kubuntu, i beleive kubuntu is much better for new users === EricBetts [n=bettse@c-24-20-9-251.hsd1.or.comcast.net] has joined #kubuntu [04:45] well, i'm running on e17 since about a month [04:45] sophie_: when you have your install parties you can instruct everyone in getting kubuntu [04:46] nalioth: giving away a cd with label and case I think it gives confidence to newbie (famil) [04:47] sophie_: correct. but you should have an install/lan party with them, i think. [04:48] that'd be fun to do === vendetta [n=vendetta@nat01-hardenburgh-ext.Rutgers.EDU] has joined #kubuntu [04:49] thanks to Kuyaedz i can get on irc through linux === utta [n=utta@c-24-128-224-224.hsd1.nh.comcast.net] has joined #kubuntu [04:49] :-D [04:53] nalioth: I dont think my 65 year old uncle would like to party on quake [04:53] sophie_: no have a lan party for installing *buntu === bimberi [n=bimberi@CWPP-p-203-54-191-207.prem.tmns.net.au] has joined #kubuntu [04:56] think i'm waiting on e17 till rc [04:59] anyone here use ipod on kde [04:59] Is there somethong better than using amrok for podcast [05:01] amorok rules me [05:01] it is the One True Music Player [05:01] btw anyone use projectm with amarok? [05:02] jager: wth is projectm? [05:04] jager: amrok rules for podcasting [05:06] jager: amrok rules for podcasting? Have tried something else === curtis--mac [n=curtishu@c-67-170-91-35.hsd1.wa.comcast.net] has joined #kubuntu [05:07] projectm is a milkdrop reimplementation for xmms/x11 [05:08] think the really kickass winamp plugin [05:08] better than anything else i've seen for linux, period === bur[n] er [n=burner@c-67-173-243-73.hsd1.co.comcast.net] has joined #kubuntu [05:08] anyone using tango icon set? [05:08] i had it working for a bit, and something i did fucked it up and i can't get it back [05:08] for some reason, my folder icons are still the crystal icons [05:09] sorry bur[n] er no [05:09] just checkn [05:09] jager: except amarok keeps crashing on both my AMD64 and i386 machines.... [05:09] MrClever: 1.3.7? [05:10] Dunno - hang on I'll check :) [05:10] http://kubuntu.org/announcements/amarok-1.3.7.php [05:10] 1.3.1 - Standard that comes with Breezy [05:10] get that ;) [05:11] ok - I noticed my AMD64 (that uses a MySQL database) crashes amarok far less than my i386 lappy (which doesn't use MySQL) === vendetta [n=vendetta@nat01-hardenburgh-ext.Rutgers.EDU] has joined #kubuntu [05:13] MrClever: doesn't it use sqlite? [05:13] how do you send files through Konversatoin? [05:14] DCC [05:14] nm figured it out [05:14] bur[n] er: nup - I already have a MySQL server on my LAN for my web sites and a few other things, so I figured what the hell :P [05:15] heh === bur[n] er` [n=norml@c-67-173-243-73.hsd1.co.comcast.net] has joined #kubuntu === jescar831 [n=jescar83@cpe-24-26-227-181.satx.res.rr.com] has joined #kubuntu === kokujo [n=kokujo@cpe-70-95-192-90.san.res.rr.com] has joined #kubuntu === bur[n] er` [n=norml@c-67-173-243-73.hsd1.co.comcast.net] has left #kubuntu ["Kopete] === aliveuser [n=aliveuse@200.91.94.186] has joined #kubuntu === seth_k [n=seth@ubuntu/member/sethkinast] has joined #kubuntu === rideout [n=rideout@c-24-8-195-254.hsd1.co.comcast.net] has joined #kubuntu === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === Mr_President [i=icechat5@210-246-17-178.paradise.net.nz] has joined #kubuntu [05:24] Hi all [05:26] <_jag> hi === _jag is now known as jager [05:28] Does anyone know how to change double-click speeds for gtk apps? [05:31] anyone? [05:34] Mr_President: ask in #ubuntu [05:35] ok thanks === Mr_President [i=icechat5@210-246-17-178.paradise.net.nz] has left #kubuntu [] === munzir [n=munzir@85.129.187.38] has joined #kubuntu [05:40] hmm, did any Dapper users have sound die today? === seth_k can't get any noise at all [05:40] ah, it works for me here... === Hobbsee just tried an alert in kalarm [05:41] "You're mom" -> "You are mom" -> I'm not mom [05:41] Hi Sirs, I just installed ubuntu and had a kubuntu around me. Some one told me I can install merge it with ubuntu how? [05:41] seth_k: music thru amarok as well === angasule [n=frood@190.48.165.12] has joined #kubuntu [05:41] seth_k: how are you testing for it? [05:42] Hobbsee, no music in amaroK, no sound from zSNES (uses libsdl), no KDE alert noises (uses artsd) [05:42] tried headphones too just in case it was my speakers :P [05:42] weird [05:42] munzir, you can install kubuntu with "sudo apt-get install kubuntu-desktop" [05:43] meh, I don't see any upgrades I did that even relate to sound [05:43] b/c it worked last night [05:44] seth_k: would this install from the CD or the net? [05:44] i think there were a series of libs that got upgraded [05:44] munzir, the net... you have a Kubuntu CD? [05:44] seth_k: perhaps it is an old update from a few days ago that didn't take effect until a recent reboot? [05:44] Hobbsee, I know akode -> libakode, but I have libakode [05:44] seth_k: yes [05:44] or something along those lines [05:44] rideout, uptime 37 hours [05:45] and it worked < 24 hours ago [05:45] good thought tho [05:45] hmmm [05:46] munzir, then put in the CD [05:46] and run "sudo apt-cdrom add" [05:46] it should tell you it's successfully added the Kubuntu CD [05:46] then run the previous command I gave, and it'll install from CD :) === seth_k hunts for more sound packages to install === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [05:49] seth_k: I just put the CD and it asked me to add it to the update manager or something. All packages are now on synaptic, should I go this route and choose kde or forget about it and use your method? === trekkor [n=trekkor@tor/session/x-fbc19745c6c579eb] has joined #kubuntu [05:50] munzir, that's fine if it added it automagically :) sometimes that doesn't work, but if it did for you, great! [05:50] Now install the kubuntu-desktop package [05:50] not the kde package [05:50] it'll come up during install and tell you to pick a login manager; you can choose either kdm or gdm. They'll both be able to access both Gnome and KDE. [05:52] seth_k: I can't find a package called kubuntu-desktop at all! [05:53] munzir: then something is very very wrong === ubotflu [n=blootbot@ppp83-238.lns2.mel3.internode.on.net] has joined #kubuntu [05:54] how do i find out in which package a certain file is included (for instance, /bin/kuser)? [05:56] munzir: do you have all the repositories added? [05:57] trekkor: install apt-file, use sudo to update it and then you can apt-file search $STRING all you like [05:57] munzir: i would use synaptic and simply type kubun... and it should find it [05:57] trekkor: dpkg -S /bin/kuser (if it's installed) [05:57] bimberi: i guess there's no solution for the case in which it is not installed, right? === lwizardl [n=james@c-67-177-148-13.hsd1.mi.comcast.net] has joined #kubuntu [05:58] trekkor: apt-file or http://packages/ubuntu.com (contents search) [05:58] bimberi: oh, right. thanks, and thank you nalioth [05:58] trekkor: ok I opened synaptic -> Search -> typed kubuntu => no results! [05:58] munzir: wierd, i'd try adding the CD via Synaptic (Edit menu) even though it appeared to do it before) === freelove [n=yasser@59.93.198.97] has joined #kubuntu [06:00] munzir: is your /etc/apt/sources.list [06:00] ok? [06:00] munzir: is your /etc/apt/sources.list ok? [06:00] munzir: how many packages does synaptic say you have available? [06:01] munzir: or via apt-cdrom (as per seth_k above). I've also found the automagical adding to be unreliable === jag_ [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [06:02] trekkor: Mavellous. adding the CD again manually did the trick [06:02] bimberi: ^ [06:02] munzir: it happens sometimes :) [06:02] thanks all [06:03] munzir: great! :) [06:03] bimberi: should this package be only on the cd (no other repo, that is)? [06:04] bimberi: (the kubuntu cd) [06:04] trekkor: kubuntu-desktop is available online === Cheapie [n=chpalert@londonderry-cuda1-68-234-71-44.lndnnh.adelphia.net] has joined #kubuntu [06:04] nalioth_zZz: so it's just what i thought: munzir didn't have all the repos added to /etc/apt/sources.list [06:05] !sources [06:05] A list of official repositories can be found at http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) - Create your own sources.list at http://ubuntulinux.nl/source-o-matic [06:05] !repos [06:05] I heard repos is http://www.ubuntulinux.org/wiki/AddingRepositoriesHowto - Official sources.lists here http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) see also !easysource [06:05] s/all\ the/any/ [06:05] everything one needs to know, to check his or her files [06:05] trekkor: no, it's online but munzir wanted to install from CD only [06:05] bimberi: oh, then i must have missed the first part === nalioth_zZz will really go to bed now. [06:06] lol === jag__ [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [06:09] btw, which one would you recommend, adept or synaptic (i am new to ubuntu or any debian based distro)? [06:10] either, they do more or less the same thing [06:10] Hobbsee: well, which one more and which one less?! :D [06:10] i prefer adept [06:10] but synaptic's probably easier if you dont know the package name you want [06:11] Hobbsee: for instance, which one is evolving more rapidly? === Hobbsee shrugs - no clue [06:11] i mostly use apt-get [06:11] Hobbsee: i see. [06:11] Hobbsee: do you have any idea how to change uids? [06:11] I think that Adept would be easier to a newbie [06:11] Hobbsee: i want to migrate my users to kubuntu [06:12] er...no, i dont think so [06:12] Hobbsee: and i need to change their uids [06:12] change it in kuser maybe? i'm not sure [06:12] Hobbsee: ok. thank you. [06:12] edit /etc/passwd? === jag__ is now known as jager === demonjester [n=demonjes@pcp0010629950pcs.elztwn01.pa.comcast.net] has left #kubuntu ["Konversation] [06:13] trekkor: usermod -u uid login [06:13] trekkor: usermode [06:13] usermod - what digits said :) [06:14] digits, LeeJunFan: does usermode take care of all related etc files (groups, shaddow, gshaddow, password, whatever)? [06:15] trekkor: no, it will only modify the uid, it can do groups as well but gpasswd is probably better for modifying groups a user belongs to. [06:15] jager: /etc/passwd is not the only file... and i am not sure how many of them are related to this [06:15] hm me either :( [06:16] trekkor: why do you need to keep the uid for users? simply to maintain file ownership in /home? [06:16] Sirs! Now I tried to install 3dchess and it said a dependency is not installable. Shouldn't all dependecies be on the CD [06:16] trekkor: and possibly /var/spool/mail? === Shachaf [n=Shachaf@c66-235-25-227.sea2.cablespeed.com] has joined #kubuntu [06:18] LeeJunFan: i need to use the same users on both kubuntu and my older distro for a while and i want to use ubuntu-style uids (that is, beginning with 1000). [06:19] munzir: yes, as long as 3dchess itself is on the cd. [06:19] trekkor: groupmod takes care of groups [06:19] trekkor: yes it's [06:20] munzir: i have no clue. 3dchess doesn't work on my kubuntu either, but i think it installed well. === jrattner1 [n=jrattner@uhartford216124.hartford.edu] has joined #kubuntu [06:21] trekkor: you're going to need to build a shell script to pull that off. something like http://kubuntu.pastebin.com/461849 [06:22] trekkor: if setting -> repo shows the universe repo is this means it's added and tha's all? still it complains of missing depends [06:22] trekkor: of course that will have to be modified to add users with the shell you want to give them, etc... === _freelove [n=yasser@59.93.194.89] has joined #kubuntu [06:23] trekkor: that is the script I used to copy all my users from a mandrake mailserver to an ubuntu mailserver. [06:24] trekkor: first copy your /home dir over. === Art_ [n=Art@netblock-72-25-121-157.dslextreme.com] has joined #kubuntu [06:30] munzir: it should also be checked [06:31] LeeJunFan: coincidence! i need it for mandriva => ubuntu, too. thank you. [06:31] LeeJunFan: i intend to use a home symlink for now [06:33] trekkor: okay, notice the script will copy the users from the old mandrake passwd and shadow files, use useradd to add them, then chown -R all the home dirs. IT doesn't do the /var/spool/mail stuff because I switched to using Maildir when I did mine. [06:34] LeeJunFan: does usermod also take care of the (file)system-wide file ownership for that user (uid)? [06:34] LeeJunFan: i see [06:34] trekkor: so you save that to a file, call it moveusers.sh or something, chmod +x it, run it was root with ./moveusers.sh [path to mandrake's /etc dir] [06:35] trekkor: nope, each file or dir on the system is tagged with a # of uid,gid. if you simply assign new uid's to username you'll end up with a mess of people owning each others files unless you chown them. [06:35] after. [06:36] trekkor: but then your users shouldn't have files they own in any other dirs than /home and possibly /var/spool/mail :) [06:39] Is there any way to make evolution to show a POP UP or something if new mail arrives? [06:39] Anything more then play a sound clip/ [06:39] ? === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [06:45] jrattner1: try #ubuntu instead if u r using evolution [06:47] Are there any mail notification applets for KDE? [06:47] if so any suggestions? === jag_ [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [06:47] jrattner1: knail has one build in [06:48] sophie: kmail, you mean? [06:48] rideout: yep [06:49] sophie_, besides kmal [06:49] kmail [06:49] jrattner1: theirs one for gmail [06:49] for KDE? [06:49] yep [06:49] what do you mean? [06:50] I'm looking for applet that will tell me the new mail count and that i can click to launch my mail reader [06:50] jrattner1: ok [06:51] jrattner1: [06:51] yes? [06:51] jrattner1: apt-cache search notifier [06:51] update-notifier - Daemon which notifies about package updates [06:51] bbmail - Mail notifier for Blackbox [06:51] coolmail - Mail notifier with 3d graphics [06:51] gmail-notify - gmail new mail notifier [06:51] melon - Mail notifier with configurable icons, xbiff replacement [06:51] xlassie - Dockable mail notifier w/ message count & POP3/APOP/IMAP support [06:51] thank you === jag__ [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [06:53] jrattner1: why not just use kmail that feature is build in [06:54] cause I like the calendar that evolution has === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [07:02] ok im gone === jag_ [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === sorush20 [n=sorush3@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has joined #kubuntu === Nerened [n=Nerened@c-24-21-184-170.hsd1.or.comcast.net] has joined #kubuntu === jag__ [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === jag__ is now known as jager === ilba7r [n=ilba7r@d141-64-4.home.cgocable.net] has joined #kubuntu === shogouki [n=nicolas@AMontpellier-251-1-3-202.w83-113.abo.wanadoo.fr] has joined #kubuntu === jag__ [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === Owner [n=chatzill@c-24-23-66-252.hsd1.mi.comcast.net] has joined #kubuntu [07:16] hi [07:16] how to set natlius to open a specific extension (.lyx in my case) with a specific application (lyx in my case). PS right click then setting open with in properties is not working and i do not know why so am seeking other solutions? === Owner is now known as lwizardl [07:17] i just had kubuntu lockup when i tried to start limewire and now everytime i start my linux os up i have no internet connection [07:19] lwizardi that is wierd what type of internet connection you have [07:19] wireless or wired === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [07:19] wired === henzler [n=henzler@211.218.212.35] has joined #kubuntu [07:19] if i switch to my windows os (same pc) i get internet [07:19] try in a terminal sudo ifdown eth0 && sudo ifup eth0 [07:20] am sure that limewire just locked something. Kubuntu will start from the last state you had that is why the lock is still on [07:21] did you try to login with another user name and see if you have network or not? [07:21] yeah itsays something about restoring session [07:21] ilba7r: no only have 1 user setup [07:21] i bet you can have the connection if you logon with another user name [07:22] i do not know how to disable the restortion of the session though === curtis--mac [n=curtishu@c-67-170-91-35.hsd1.wa.comcast.net] has joined #kubuntu [07:23] ok i'm going to try the ifdown thing [07:23] brb [07:23] ok === jag_ [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === citydog [n=kcheung@69.156.20.149] has joined #kubuntu === citydog [n=kcheung@69.156.20.149] has left #kubuntu ["Konversation] === juchipilo [n=juchipil@c-24-130-91-86.hsd1.ca.comcast.net] has joined #kubuntu === jag_ [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === EricBetts [n=bettse@c-24-20-9-251.hsd1.or.comcast.net] has left #kubuntu [] === snpz [n=buuu@159.148.143.5] has joined #kubuntu === jag__ [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === Art_ [n=Art@netblock-72-25-121-247.dslextreme.com] has joined #kubuntu === monsterb [n=monsterb@c-71-57-121-3.hsd1.in.comcast.net] has joined #kubuntu [07:35] how do you get xmms to host music over shoutcast? can someone tell me? [07:36] What is the best way to get all of the extra stuff: Java, Flash, RealPlayer, MPlayer, ets. working in kubuntu? Is there a good HOWTO? === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === `nauh [n=me@ip68-226-99-137.ph.ph.cox.net] has joined #kubuntu === lwizardl [n=chatzill@c-24-23-66-252.hsd1.mi.comcast.net] has joined #kubuntu [07:39] ok didn't work [07:39] lwizardl look at this http://www.kde.org/areas/sysadmin/startup.php and try to locate ksmserverrc. you can do so by openning a terminal and typing kwrite .ksmserverrc or cd .kde kwriet .ksmserverrc === shogouki [n=nicolas@AMontpellier-251-1-3-202.w83-113.abo.wanadoo.fr] has left #kubuntu [] [07:39] http://help.ubuntu.com/starterguide/C/faqguide-all.html#fg-hardware [07:39] art_ look at the link i sent === Art_ looks. === viviersf [n=cain@dsl-146-100-81.telkomadsl.co.za] has joined #kubuntu === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [07:41] ilba7r, Looks like a good site, thanx. [07:42] art you are welcomed === durga [n=durga@dialin-207-112-31-107.tor.primus.ca] has joined #kubuntu === BFA|WoRsTeNBoY [i=BFA_WoRs@d54C1DCAF.access.telenet.be] has joined #kubuntu [07:42] i don't understand === laurin [n=laurin@N920P019.dipool.highway.telekom.at] has joined #kubuntu [07:43] lwizardi the file i sent to you hold the last session you had you need to remove limewire from it [07:43] but first you need to find it [07:44] ilba7r: limewire works fine [07:44] in kubuntu finds files etc [07:45] but firefox, konquerer, and azurues all can't find net access [07:46] so you have the net [07:46] just some programs can not find it is that your pro b [07:47] so it seems yes [07:48] lwizardl this is strane prob and i am afraid i do not know a solution try someone else perhaps they know [07:48] np [07:49] thanks for trying [07:49] your welcomed === PyroMithrandir [n=pyro@user-10bj7tj.cable.mindspring.com] has joined #kubuntu === jag_ [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [07:55] anyone know why system:/ in konqueror doesn't go to / ? [07:55] in KDE 3.5 [07:56] anyone now how i can force kde to release the restore sessions ? kde is having issues with my internet [07:59] lwizardl, there is an option to turn that off [07:59] in the user accounts thing in the system settings [07:59] how? [07:59] in session manager [07:59] i'm using my windows os now [07:59] ok, well === croppa [i=user199@135.27.233.220.exetel.com.au] has joined #kubuntu [08:00] go back to kubuntu, and then open the system settings then User Account then Session Manager [08:00] there is "On Login" with some radio buttons [08:00] just do "start with an empty session" [08:00] ok [08:00] let me try [08:00] I think that is what you want [08:01] brb === sankarshan [n=sankarsh@59.92.129.107] has joined #kubuntu === monsterb [n=monsterb@c-71-57-121-3.hsd1.in.comcast.net] has left #kubuntu ["Konversation] [08:05] Alright, guys, I did my good deed, now someone answer my question. === kosh [n=kosh@aesaeion.com] has joined #kubuntu === sankarshan [n=sankarsh@59.92.129.107] has joined #kubuntu === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === _jag is now known as jager === sorush20 [n=sorush3@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has left #kubuntu [] === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === jag__ [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === lwizardl [n=chatzill@c-24-23-66-252.hsd1.mi.comcast.net] has joined #kubuntu [08:15] ok [08:15] that didn't work either [08:16] it didn't? [08:16] no [08:16] then I'm not sure what you want to happen [08:16] i just want to be able to surf the net [08:17] yeah, but what does that have to do with restoring sessions? [08:18] i started limewire and it locked my computer up and someone thought that limewire locked something [08:18] since limewire works but nothing else does === miwer [n=miwer@1-1-11-37a.mfb.mlm.bostream.se] has joined #kubuntu [08:19] oh, man, limewire is nasty [08:19] I'd uninstall it and use something like gtk-gnutella instead === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [08:20] PyroMithrandir: i tried apollon but that doesn't work at all [08:21] well, for the gnutella network I use one called gtk-gnutella [08:21] sudo apt-get install gtk-gnutella [08:21] to get it [08:21] i'll do that after i get my net working again [08:22] yeah, I'm not sure what you are telling me [08:22] i don't want to have to reinstall linux again [08:22] do you mean that no other applications respond? [08:22] becuase of a glitch [08:22] exactly [08:22] or that nothing else can access the net [08:22] oh, so you couldn't even get to the system settings, then? [08:22] limewire connections and searches fine [08:23] but firefox , konquerer both say can't find www.google.com [08:23] nothing else seems to fine internet [08:23] well, that could be a DNS issue [08:23] ag no man [08:23] qtparted doesnt have support for resizing ext3 [08:23] :( [08:24] lwizardl, I would have you try to go to 64.233.187.99 which is google's IP address [08:24] and see if that works [08:25] ok sec [08:25] wait a sec [08:25] ? [08:25] you can also connect back to this server by using its IP [08:25] 140.211.166.3 [08:25] so that you don't have to boot back to windows [08:26] you know, just open up on irc client and type /server 140.211.166.3 [08:26] that's only if I'm right about it being a DNS issue though [08:26] ok [08:26] let me try [08:27] brb [08:27] k === burepe2 [n=bdmp@softbank220040076012.bbtec.net] has joined #kubuntu [08:28] Yeah, so, does no one know about system:/ not being / in KDE 3.5 [08:29] How do I set a static ip address? [08:29] because I use the system menu in the panel to open up to system:/home and then I go up a directory to system:/ and I want it to be / [08:30] network IP, burepe2? [08:31] if so, it's in the network settings < system settings [08:31] you configure the eth0 interface [08:31] and tell it manual [08:31] and then you put in you IP [08:31] I did [08:32] but now I cant connect to the net [08:32] so I thought about using the command line [08:33] did you make sure the Gateway on the Routes tab was your router's IP? [08:33] nothing is written there [08:33] that is 192.168.0.1 [08:33] right? [08:33] probably [08:33] if that's the number you think it is, then it probably is [08:34] some are 192.168.1.1 [08:34] ok [08:34] i tried the first number but it aint working [08:35] hm, well, try going to 192.168.0.1 in a web browser [08:35] see if that brings you to your router [08:35] it does [08:35] well, then it should work [08:35] heh [08:35] wait do i have to put the network up and down [08:36] you shouldn't [08:36] if you need to restart anything, it'd be you computer [08:36] I'm not sure how kubuntu does that, though, but I really don't think you should have to restart [08:37] the number is gone from the route section [08:37] i hit apply [08:37] but it didn't take it seems [08:37] were you in Administrator mode? [08:38] yeah [08:38] what is static hosts [08:39] where do you see that? [08:39] it says 127.0.1 localhost.localdomain local host gochagocha [08:39] under the domain name system tab [08:40] oh, uh, that is stuff that will direct those names to 127.0.0.1 (which is your computer) [08:40] are you saying that is my comps ip address? [08:40] uh, no [08:41] that number is always an IP that will direct you to the comp you are on [08:41] so, it kind of is your IP [08:41] just like it is mine [08:41] and everyone in this room's [08:41] the ip i manually set was 192.168.0.5 [08:42] yeah, and the domain name system doesn't have anything to do with that, really [08:42] what about the netmask? what should that be? [08:43] probably 255.255.255.255 [08:43] or something like that [08:43] Do you know how to set this up in the command line? [08:43] I have 255.255.255.0 [08:43] I don't know, no === gargoylol [n=chpalert@londonderry-cuda1-68-234-71-44.lndnnh.adelphia.net] has joined #kubuntu [08:46] last time i did this i did it in gnome and it was fine, but I don't have gnome installed in this new set up === P3L|C4N0 [n=gcamposm@201.240.239.45] has joined #kubuntu === _andrea [n=andrea@host130-84.pool82105.interbusiness.it] has joined #kubuntu === _andrea [n=andrea@host130-84.pool82105.interbusiness.it] has left #kubuntu ["Konversation] === je4d_ [n=jeff@demantoid.trinhall.cam.ac.uk] has joined #kubuntu === Drakeson [n=Drakeson@HSE-Montreal-ppp136485.qc.sympatico.ca] has joined #kubuntu === GTroy [n=galen@70-57-162-112.spkn.qwest.net] has joined #kubuntu === skypa [n=skypa@d463c231.datahighways.de] has joined #kubuntu === fdelacruz [n=fdelacru@222.126.113.36] has joined #kubuntu === winXperts [n=santos@ip70-171-16-129.ga.at.cox.net] has joined #kubuntu === lwizardl [n=chatzill@c-24-23-66-252.hsd1.mi.comcast.net] has joined #kubuntu [09:01] back [09:01] didn't work [09:01] can't be dns issue [09:03] hi guts [09:03] guys [09:03] can i ask you a thing [09:04] i have an acer laptop with a 64MB ati mobility radeon card installed [09:04] http://paste.ubuntu-nl.org/2325 guys I find this link and show an additional repo can I use this on my kubuntu [09:04] why my pc has problems running games, like soldier of fortune= [09:04] is there a way to improve the performances? === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #kubuntu === zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #kubuntu [09:20] well you could try using the ati binary driver === Mitja [n=Mitja@cpe2-25-116.cable.triera.net] has joined #kubuntu === redguy|work [n=matik@acr94.neoplus.adsl.tpnet.pl] has joined #kubuntu === burepe2 [n=bdmp@softbank220040076012.bbtec.net] has joined #kubuntu === cyclame [n=cyclame@p54B4A298.dip0.t-ipconnect.de] has joined #kubuntu === cyclame [n=cyclame@p54B4A298.dip0.t-ipconnect.de] has left #kubuntu ["Verlassend"] [09:37] I tried to set a static ip and now my network is gone. My linux comp sees my windows comp, but neither of them see the linux comp. I changed the network back to dhcp, so now I can use the internet again, but I can't get to the other comp. Any suggestions? === ofir [n=ofir@bzq-82-81-251-167.cablep.bezeqint.net] has joined #kubuntu [09:40] hello all [09:42] cant access my bank acount with firefox - what can i do ? [09:43] someone here ? === freeflying [n=freeflyi@61.190.65.25] has joined #kubuntu [09:43] the question is kinda vague === zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #kubuntu [09:44] people probably don't know what you mean, or how to help. [09:44] is it the log in to the account or is it the page itself? === bdmp [n=bdmp@softbank220040076012.bbtec.net] has joined #kubuntu [09:46] its the display - i need something which is similar to ie [09:46] nothing is similar to ie [09:46] not even ie [09:46] you can try konqueror though to see if it works [09:47] i tried same as firefox === munzir [n=munzir@85.129.187.38] has joined #kubuntu [09:47] ie is a very quirky browser and many pages are designed for its quirks so nothing else works, however those quirks change from one patch to another [09:47] a get a message to use ie 5.5 and above === zquark [n=chatzill@84-247-58-66.gci.net] has joined #kubuntu [09:47] yell at your bank [09:47] :) [09:47] I know I have run into pages designed for ie 5 that don't work at all in ie 6 [09:47] ofir: yeah that is pretty much your only option, complain to your bank or get a different one [09:48] thankfully my bank has followed the standards the whole time [09:48] they will say "what is kubunto?: [09:48] ofir: kubuntu has nothing to do with it [09:48] ofir: the problem is that it does not work in firefox which they should know [09:48] i know , i read there was ie for linux ... [09:48] ok === bimberi [n=bimberi@ppp-46-134.grapevine.net.au] has joined #kubuntu [09:49] ofir: nope [09:49] ofir: ie is windows only [09:49] ofir: the mac client was abandoned [09:50] ofir: and it had not been maintained in years before it was ... although the windows client has not been maintained in years either [09:50] how can I enable root account [09:50] ofir: ie 7 though is going to BREAK a lot of websites === zquark [n=chatzill@84-247-58-66.gci.net] has joined #kubuntu [09:50] also i cant get the klik download to work and can not install anything not true the synaptic (and there is no skype or opera there) === ejofee [n=ejofee@195-245-89-185.dtcom.ro] has joined #kubuntu [09:51] sudo synaptic [09:51] sudo: must be setuid root [09:51] why and how? [09:51] when i try to install i get a small error screen with nothing in it [09:52] synaptic do work klik-no [09:52] also .cmg no [09:52] how do i setuid root? [09:53] and what un-(setuid root)ed it? === lippel [n=frank@kde/developer/osterfeld] has joined #kubuntu [09:53] my mother is angry - she tells me install the oldthing (windows) [09:54] I can understand that [09:54] is there away to get skype true synaptic ? [09:54] hi sirs, I want to try kynaptic. It says: Error: "/tmp/ksocket-munzir" is owned by uid 1000 instead of uid 0. [09:54] Link points to "/tmp/ksocket-root" [09:54] /usr/bin/iceauth: timeout in locking authority file /home/munzir/.ICEauthority [09:54] ICE Connection rejected! [09:54] ofir: sure [09:54] DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed [09:54] ICE Connection rejected! [09:54] using IE is going to get your computer cracked though but if that is the only thing your bank supports then your options are to use IE or change banks [09:54] if you have to use IE then you have to use windows [09:54] :) how ? its not in the synaptic list [09:54] ofir: just "sudo apt-get install skype" [09:55] however the odds are good that if your banks website breaks in firefox then it will break in ie7 also [09:55] ofir: of course, i assume you have added all sources from ubuntu.nl/source-o-matic [09:55] no i didnt === zquark [n=chatzill@84-247-58-66.gci.net] has joined #kubuntu === BlueDevil [n=mircea@81.196.151.21] has joined #kubuntu [09:56] hi. how can i add a "custom" entry to kdm? i want to use my own ~/.xsession [09:56] ofir: corrected: http://ubuntulinux.nl/source-o-matic [09:56] ofir: so try this link. it's quite self-explanatory [09:56] how do i setuid root? [09:57] and what un-(setuid root)ed it? [09:57] sudo synaptic [09:57] sudo: must be setuid root [09:57] please help me [09:57] (provided that somebody knows the answer) [09:57] ejofee: no idea what un-setuid-ed it [09:58] bimberi: i played with the home account of the first created user [09:58] bimberi: is it likely to be the cause? [09:58] ejofee: highly unlikely [09:58] thanks i will try [09:58] bimberi: any idea how i solve this (i must mention that i have my root account disabled) [09:59] ejofee: i think you'll have to boot into recovery mode and "chmod 4755 /usr/bin/sudo" === ajus [n=ajus@202.152.162.198] has joined #kubuntu [10:00] where can i find complete repositories pleas? [10:00] ofir: if you need that bank site to work then you probalby need to switch back to windows [10:00] bimberi: how do i boot into recovery mode? add a failsafe entry into lilo? [10:00] ejofee: for reference my ls -l looks like -rwsr-xr-x 1 root root 93076 2005-10-29 05:19 /usr/bin/sudo [10:00] bimberi: i am a newbye to ubuntu [10:01] opera will not work ? [10:01] ejofee: "ls -l /usr/bin/sudo" to see what it looks like [10:01] ofir: it will. why asking? [10:01] where can i find complete repositories please? [10:01] ubotoflu tell ajus about repos [10:01] ubotflu tell ajus about repos [10:01] heh [10:02] bimberi: thanks [10:02] i mean with the bank ,,, (same as ie) [10:02] bimberi: mine seems to be set to ejofee user (main user) [10:02] ejofee: that is unusual, is the size the same (93076)? [10:02] bimberi: yes, it is [10:03] ejofee: that's a good sign :) [10:03] bimberi: -rwxr-xr-x 1 ejofee ejofee 93076 2005-09-30 11:11 /usr/bin/sudo === sankarshan [n=sankarsh@59.92.129.107] has joined #kubuntu [10:03] bimberi: yes it is :) [10:04] ejofee: if you "ls -l /usr/bin" are they mostly owned by root? [10:05] bimberi: all of them are ownded by ejofee! === SiO [n=pocketir@gprs212-118-154-37.jawalnet.com.sa] has joined #kubuntu [10:05] ejofee: ewwww, looks like a stray "chown" command has taken place :/ [10:05] ejofee: very impressive, how did you manage that/ === milksteak [n=milkstea@60-234-138-71.bitstream.orcon.net.nz] has joined #kubuntu [10:06] bimberi: from my old distro. seems like will have to reinstall ubuntu, right? [10:06] bimberi: i am in the process of migrating [10:06] ejofee: the best option if it's not a major inconvenience [10:06] s/will/i\ will/ [10:07] I did a changeover from debian sid to kubuntu actually [10:07] ejofee: vi user? :) [10:07] bimberi: what if i refuse to also format? will it overwrite all packages? [10:07] not trivial but certainly doable [10:07] which one is better adept or synaptic? [10:07] bimberi: no, i am a mc person, why? [10:07] ejofee: the substition command you posted :) [10:07] bimberi: i mean, i hope it won't overwrite them in such a way that they will keep the wrong owner [10:08] bimberi: no, i am a sed user [10:08] bimberi :) [10:08] ejofee: :) [10:08] ejofee: as to your Q, i really don't know sorry === Tallia1Kubuntu [n=andrea@cust-65-110-27-27.sfu-reznet.connectwest.net] has joined #kubuntu [10:12] Help I can not see my linux comp from my windows comp [10:12] my network is gone === hussam [n=hussam@194.146.153.38] has joined #kubuntu [10:14] in which package should be skype and opera ? === andreas__ [n=andreas@asylet.adsl.no] has joined #kubuntu === ananth126 [n=Ananth@203.200.202.132] has joined #kubuntu [10:17] well skype is in the skype package and opera is in the opera package :) [10:18] r the repo servers still down? === Mitja [n=Raw_Eate@cpe2-25-116.cable.triera.net] has joined #kubuntu === zquark [n=zquark@84-247-58-66.gci.net] has joined #kubuntu [10:25] which source ? === Nerened [n=Nerened@c-24-21-184-170.hsd1.or.comcast.net] has joined #kubuntu === ofir [n=ofir@bzq-82-81-251-167.cablep.bezeqint.net] has joined #kubuntu [10:34] kosh : which source i use ? [10:36] !skype [10:36] rumour has it, skype is http://www.ubuntulinux.org/wiki/SkypeHowto/ Breezy deb: http://seveas.ubuntulinux.nl [10:36] !opera [10:36] Opera isn't in the Ubuntu repositories, but you can always download the latest Opera .deb package from http://www.opera.com/download/ and get then see https://wiki.ubuntu.com/OperaBrowser [10:36] ofir: there you go :) [10:37] thanks :) === entius [n=entius@240.Red-80-25-99.staticIP.rima-tde.net] has joined #kubuntu [10:40] Hi, how can i start konqueror with the navigation panel already present? [10:49] there is a a cmd-line option... but in most cases, pressing f9 and restarting it should continue from its last save... [10:49] f9 = navigation panel [10:53] was able to run opera (i right click the deb and choose instalion) [10:53] thanks [10:54] ananth126, i use konqueror with sudo, and when i restart the program it begins without the panel ... [10:54] it's very annoying, and now i have a little of time to investigate === JakubS [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu === sorush20 [n=sorush3@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has joined #kubuntu === piour [n=piour@rc137-1-82-233-158-74.fbx.proxad.net] has joined #kubuntu === Vindevogel [n=ubuntu@d5152B3BA.access.telenet.be] has joined #kubuntu === scar [n=scar@p54BDD1B5.dip.t-dialin.net] has joined #kubuntu === gath [n=slomo@dslc-213-023-149-163.pools.arcor-ip.net] has joined #kubuntu [11:12] hello [11:12] a question [11:13] it is possible to make strams with kuntu and if, which programm sould i use? [11:14] it's done, i've found it, you have to save the actual view as the default (there is an option) === _noor [n=noor@217.164.217.104] has joined #kubuntu [11:18] <_noor> hi === l3m [n=l3m@ifidyn223.ifi.unizh.ch] has joined #kubuntu [11:20] gath: kaffeine is what you're lokking for [11:21] looking even === puckman [n=gerard@penguin.thebrewery-london.com] has joined #kubuntu [11:27] Can anyone help me with my network === JakubS [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu === GTroy [n=galen@70-57-162-112.spkn.qwest.net] has joined #kubuntu [11:33] hmm anyone know how to install 3.5? === |mp| [n=mp@82.153.240.58] has joined #kubuntu === ilba7r [n=ilba7r@d141-64-4.home.cgocable.net] has joined #kubuntu [11:42] GTroy: I heard that 3.5 has a focusing problem, sure you want to do it? [11:43] focusing? [11:43] uh-oh [11:43] I think it's already on the way [11:43] yeah like it picks the wrong window to focus on [11:43] I am not sure [11:43] just heard it in passing [11:44] hmmm [11:44] someone said I just installed 3.5 and I have a focusing problem [11:44] have you tried e17? [11:44] then someone else said welcome to 3.5 [11:44] ok [11:44] what is e17? [11:44] heh the ultimate enlightenment [11:44] is it a package? [11:45] burepe2 are you talking about e16 for i am using it now [11:45] I don't think so [11:45] no e17 [11:45] no focusing problem you just need to select what you want [11:45] ok I can live with that [11:45] ilba7r have you tried e17? [11:46] yap [11:46] little unstable [11:46] messed up my firefox [11:46] but with each new update you have to reconfigure everythin you loose everythin [11:46] I didn't [11:46] i had no problems with stability. just the reconfiguration problem [11:47] you can set to have e17, and e16 [11:47] yah but i will wait for a stable release [11:47] at least I had thought that [11:47] yeah, me too [11:47] and frankly i prefer e16 now [11:47] how come? [11:47] though it is sometimes bugy [11:48] the snapshots for all your virutal desktops for i open a lot of programs at a time [11:48] also the ease by which you edit menus make your own style [11:49] I am using a theme caleed debiane much like mac os. and am kind of familiar with all the shortcuts now. epplets on the other hand are sometimes unstable [11:49] the one thing I couldn't get around on e17 was no file manager [11:50] i ran nautilus and rox on it [11:50] both were very stable [11:50] ok, maybe I'll switch back [11:51] frankly i did not like evidence a lot [11:51] what's evidence? [11:51] the e17 file manager? [11:52] sorry about the 20 questions ilba7r [11:52] you are more than welcomed [11:53] :D [11:53] yah evidence is e17 file manager but if i remember correctly it is property [11:53] any precautions I should be aware of with e17? [11:53] its really hard to configure lol [11:54] I didn't think it was that bad [11:54] there is a howto on the forums will tell you everything you need and all packages you need too [11:54] gonna give it another try [11:54] let me check but my link might be old for i used to run it on hoary [11:54] no I have it installed [11:55] don't worry about it === penguinzdr [n=penguinz@213-240-212-35.1703347.ddns.cablebg.net] has joined #kubuntu === namola [n=namola@58.142.100.13] has joined #kubuntu === eXistenZ [i=eXistenZ@bzq-218-83-226.red.bezeqint.net] has joined #kubuntu [12:04] when will the bugs in the 3.5 be fixed? [12:05] My kdesu kcontrol command won't work. The pass word dialog comes up but then nothing happens. Any suggestions? [12:05] hello exz which browser do you use in order to see sites which are not supporting firefox ? [12:06] ofir, maybe konqueror would work [12:06] but most of the sites are supported by firefox nowadays [12:06] ofir mozilla [12:06] ilba7r, aren't they the same? [12:06] it is the linux netscape [12:07] though i never encountered a site that will not open with firefox. I had problems with opera but never firefox === MachineScrew [n=satemple@ip70-185-173-104.mc.at.cox.net] has joined #kubuntu [12:08] existenz i am not sure if mozilla is discontinued but basically i think they are two browsers. Mozilla is basically netscape === GTroy [n=galen@70-57-162-112.spkn.qwest.net] has joined #kubuntu [12:08] when KDE 3.5 is installed why dose the KDE SDK break the install === dawynn [n=dawynn@66-188-189-2.dhcp.roch.mn.charter.com] has joined #kubuntu [12:09] one bank site told me i am using netscape 4 and told me to switch to m ie [12:10] ofir: you can tell the browser like konquer to pretend to be IE 6 [12:10] ofir: click on tools and select change browser identification [12:11] ok :) [12:11] chose IE then IE 6.0 on WinXP [12:11] that might work if not Firefox has the same thing [12:12] and some times works better [12:13] what packages do I need to compile a KDE app (Ktorrent) using KDE 3.5 [12:13] https://start.telebank.co.il/notIE.htm [12:13] MachineScrew, have you got the 3.5 installed? [12:13] eXistenZ: ya [12:13] thats what happens in a loop [12:13] MachineScrew, have you got any problems with kicker on logout/shutdown ? [12:14] ofir: tell your bank to be standards complient [12:14] ofir: tell them you can view go to the site on a mac [12:15] ofir you might try to update your system [12:15] ofir: it won't take much to get them to do that [12:16] so ya if some one could paste a pkg listing so I can compile KDE apps under 3.5 that would be nice === sio [n=sio@84-235-124-186.saudi.net.sa] has joined #kubuntu === ToyMan2 [n=stuq@user-12lcqia.cable.mindspring.com] has joined #kubuntu [12:21] so ya if some one could paste a pkg listing so I can compile KDE apps under 3.5 that would be nice [12:21] what packages do I need to compile a KDE app (Ktorrent) using KDE 3.5 [12:30] also when i put a audio cd in 2 windows for the cd open up and Kscd and an option a la winXP [12:30] so I just want the last one not the other 3 [12:31] is any one here [12:32] you need kdelibs4-dev at a minimum to compile kde apps === dutch [n=dutch@cpe-065-190-182-028.nc.res.rr.com] has joined #kubuntu [12:32] and may at times need/want kdebase-dev [12:33] as for the popup on cd insertion, just check the "remember my choice" checkbox and select "do nothing" [12:34] ok [12:34] ya but I get 4 different ones [12:34] and this is the first cd i put in === djib [n=djib@brusa.chu.cam.ac.uk] has joined #kubuntu [12:37] aseigo: I think that the first 2 is kde 3.4 open the cd in konquer and kscd 3.5 opens konquer for the cd and the options window [12:37] aseigo: i want to remove the 3.4 way of doing things and go with the latter [12:38] aseigo: I have done what you said and the only thing that happend was that the options window didn't come up but 2 konquer windows come up and kscd STILL come up [12:39] kscd coming up will be because the "play when cd inserted" option is turned on [12:39] dunno why you're getting _two_ konq windows though [12:40] kscd will still come up when play when cd insterted is unchecked [12:40] the only thing that changes is insted of playing the cd when the app is opened it opens in stop mode [12:41] so thats not the solution [12:41] mind you if it was easy I wouldn't be here === ilba7r_ [n=ilba7r@d141-64-4.home.cgocable.net] has joined #kubuntu === ilba7r [n=ilba7r@d141-64-4.home.cgocable.net] has left #kubuntu ["Leaving"] [12:42] I looked through all options the only one that would kill it all is polling the cd drive but I don't want to uncheck that because that would be like cutting your arm off for a small cut [12:43] its anoying because I have 64 audio cds to encode and I have to close the windows and kscd every freaking time [12:44] its very anoying === JakubS_ [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu [12:45] so again any soulutins would be good [12:45] help! [12:46] dpkg - warning: downgrading libxvidcore4-dev from 2:1.0.3-0.0 to 0:1.1.0-0beta2. [12:46] but the 2 konquer windows and the kscd thing is related [12:46] how is that downgrading? afaik 1.1.0 is > than 1.0.3 === carl [n=carl@stud240054.studentenheim.uni-tuebingen.de] has joined #kubuntu === ananth126 [n=Ananth@203.200.202.132] has joined #kubuntu [12:47] hara: its the 2:1.0.3-0.0 [12:47] the 2 is why [12:47] the 0:1.1.0-0 [12:47] ahh [12:47] its 0 [12:47] what is that 2 meaning? [12:47] don't wory about it === zenus [n=zenus@cc177948-a.groni1.gr.home.nl] has joined #kubuntu [12:47] i think thats a kubuntu/ubuntu distro spacific thing [12:48] okay [12:48] thanks === dutch [n=dutch@cpe-065-190-182-028.nc.res.rr.com] has joined #kubuntu === yannz [n=martin@240.80-203-64.nextgentel.com] has joined #kubuntu [12:48] you need though to have dpkg tell apt-get not to update it [12:48] how? [12:49] though I know that can be done I don't know how to doit [12:49] so I am no help there [12:49] oh [12:49] lol [12:49] adept does indeed want to downgrade it [12:49] ya and so will apt-get [12:50] but #kubuntu is dead right now [12:50] its anoying because I can't sleep and I have these problems that I can't fix eather [12:51] lol [12:52] when i put a audio cd in 2 windows for the cd open up and Kscd and an option a la winXP === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #kubuntu [12:52] so I just want the last one not the other 3 [12:53] kde does that. annoying as.... [12:53] so no Konquer windows, no Kscd JUST the options window is all I want [12:53] so how in the hell to i tell it to quit [12:54] (not logout or shutdown) [12:54] I could tell it to stop polling the cd drive but I don't want to have to do that [12:54] when i put a audio cd in 2 windows for the cd open up and Kscd and an option a la winXP [12:55] so no Konquer windows, no Kscd JUST the options window is all I want [12:55] I could tell it to stop polling the cd drive but I don't want to have to do that [12:55] tell what to quit? [12:56] lol [12:57] how [12:57] hi guys, can anyone provide me with a link to a good guide how to get the 'make' command work on my kubuntu? im a n00b in linux and especially in kubuntu and im trying to compile my program with kdevelop but it says make: command not found. thanks for any help :-) [12:57] how do I tell it to quit short of telling it to stop polling the cddrive === thefish [n=thefish@unaffiliated/thefish] has joined #kubuntu [12:58] carl: did you get build-essential package [12:58] carl: sudo apt-get install build-essential [12:58] oh, thankyouverymuch, i will try that at once :-) === __Ace__ [n=love@h55l211.delphi.afb.lu.se] has joined #kubuntu [12:59] i guess i will be back later [01:01] MachineScrew: no clue sorry - tried google for it? or ubuntuforums? you'll be searching for stuff on kde autoplay, i think === thefish [n=thefish@unaffiliated/thefish] has left #kubuntu ["Konversation] [01:01] ok thanks i will check there if not I will be back [01:07] : MachineScrew + Bobbsee that helped, thankyou very much again === djib [n=djib@brusa.chu.cam.ac.uk] has joined #kubuntu [01:09] er, ok then carl [01:10] hello [01:10] Is KDE3.5 stable enough to use it ? [01:11] djib: they call it stable - seems pretty stable, yes [01:13] ok thanks [01:14] no probleems [01:14] *problems [01:14] i got most of my K back now.... missing some things that need recompiling with the new lib file [01:15] oh goody! on dapper, this is? [01:17] yep [01:17] another question : I installed flashplayer-plugin nonfree [01:17] seems like more of it is becoming un-broken/fixed again [01:17] yeyyyyyyyyyy [01:17] :] [01:17] i tried dapper the other day...lost the xserver... [01:17] but it is neither in /usr/lib/mozilla/plugins or /usr/lib/mozilla-firefox/plugins [01:17] what shall I do ? [01:17] dutch: its back now :) [01:17] maybe this weekend then :) [01:17] (I don't have firefox or mozilla, just Konqui) [01:18] Hobbsee: what cmd did you use exactly to ignore that pain in the. [01:18] dutch: stick it on a separate partition, and you wont really care if it doesnt give you a GUI for a couple of days [01:18] /ignore Fireside [01:18] :) [01:18] Hobbsee: me too, but it dont work :/ [01:19] hmmm [01:19] i was tempted to, then i just stopped reading that channel [01:19] any idea for the flash player ? [01:19] how can i change the target host type when building a package? i'm on athlonxp1800 and dpkg-buildpackage wants to build for i486 [01:20] djib: you can use locate [01:20] but i'm not sure what you'd put as the filename === aeon17x [n=aeon17x@58.69.27.135] has joined #kubuntu [01:30] lol @ Hobbsee (in #ubuntu) [01:30] Hobbsee: I tried everything I could [01:30] I can't find it [01:31] bimberi: i thought that "i thought that was typing "/quit" lol" in response to aftertaf's comment would be rather mean though [01:31] djib: hmm... [01:32] Hobbsee: lol, perhaps suggesting "/quit #ubuntu-offtopic" (just in case they copy/paste) [01:33] bimberi: i thought that /quit quit the entire client [01:33] Hobbsee: exactly :) [01:33] :P [01:33] there we go [01:37] how about /die-a-slow-death-you-annoying-immature-git [01:38] ? [01:38] :] [01:38] hehe === Rogue_Jedi_X [n=roguejed@84.52.141.57] has joined #kubuntu === hussam [n=Hussam@194.146.153.38] has joined #kubuntu === andre^off is now known as andre === ritger [n=ritger@ambeon.demon.nl] has joined #kubuntu === DoeRayMe [n=will@ACD41764.ipt.aol.com] has joined #kubuntu === thomas [n=thomas@port-212-202-201-191.dynamic.qsc.de] has joined #kubuntu === jjesse [n=jjesse@mail.ftpb.com] has joined #kubuntu [01:57] ok there was a guy who has the same kscd problem in RH 7.3 using KDE 3.3 [01:57] or was it 3 [01:57] thinks it was 3 [01:58] so like he said what magick voodoo must i do to get kscd to stop poping up === cedjo [n=weechat@153.45.77.83.cust.bluewin.ch] has joined #kubuntu === ejofee [n=ejofee@195-245-89-185.dtcom.ro] has joined #kubuntu [02:00] is this channel full of empty people who leave and come back or what === jjesse [n=jjesse@mail.ftpb.com] has left #kubuntu [] [02:01] can anyone get kde-guidance working? [02:01] since Hobbsee last said hehe there are 14 joined this channel and left this server [02:02] what the hell [02:02] where are the fonts installed? [02:02] any kubuntu developers here or what [02:02] i am having problems with vnc because it doesn't find the fonts in the expected location === kay [n=kay@p54A3B2A7.dip0.t-ipconnect.de] has joined #kubuntu === _christian [n=christia@p508F31CF.dip0.t-ipconnect.de] has joined #kubuntu [02:03] how do i query an installed deb for wherever its files are? [02:05] ejofee: dpkg --listfiles package === joshmatthews [n=joshmatt@216-20-98-6.client.mecnet.net] has joined #kubuntu [02:14] chakie_work: thank you [02:15] np === ToyMan2 [n=stuq@user-12lcqia.cable.mindspring.com] has joined #kubuntu === djib [n=djib@brusa.chu.cam.ac.uk] has joined #kubuntu === skypa [n=skypa@d463c231.datahighways.de] has joined #kubuntu === BloodHawk [n=fysa@6532238hfc61.tampabay.res.rr.com] has joined #kubuntu [02:22] I need help with my network. [02:22] burepe2, so? [02:23] I can't see my linux box from a windows comp over the network. I was trying to set up a static ip and something got messed === cedjo1 [n=weechat@6.6.78.83.cust.bluewin.ch] has joined #kubuntu [02:23] now I am back on dhcp [02:24] Also, some where along the line my kdesu kcontrol command stopped working. I get the password dialog but that's it. [02:25] use samba to make shares [02:25] I tired [02:25] tried [02:26] it is not working [02:27] burepe2 one step at a time how did you mess the static ip address [02:28] it just wouldn't work [02:28] so i changed it back to dhcp [02:28] i assume you have a router [02:28] yeah [02:28] ok i will help you first set this up [02:29] i have it working fine [02:29] so u have to set up static ip which is in static IP pool [02:29] ok, cool [02:29] I have done it before, but it didn't work this time [02:29] no problem let us try it again [02:30] did you put your router address in the gateway address? [02:30] yeah [02:30] gui right? [02:30] is it a wireless or wired connection [02:31] no [02:31] wired [02:31] sorry [02:31] that is easier than [02:31] do you have any security on your router. Like macaddress restriction? [02:32] If I can access the router settings throught the web browser under 192.168.0.1, does that mean that the gate way address is 192.168.0.1? [02:32] no restrictions [02:32] ya [02:33] if you can access the router through 192.168.0.1 than your gateway address is that [02:33] yup [02:33] do you have a firewall? [02:33] no === andre is now known as andre^off [02:33] ok try to set the static ip address again and ping the router [02:33] Did you catch it when I said that the kdesu kcontrol command stopped working? [02:34] ping -c 5 192.168.0.1 [02:34] ok [02:34] ok so we need to do it from terminal than === mrmarcel [n=mrmarcel@p548572A5.dip.t-dialin.net] has joined #kubuntu [02:35] open a terminal and type sudo kwrite /etc/network/interfaces [02:36] ok === Chameleon22 [n=serg@60-240-142-175-vic-pppoe.tpgi.com.au] has joined #kubuntu [02:36] look at the line iface eth0 inet [02:36] ping ok [02:36] ok ping gmail.com [02:38] network is unreachable [02:38] I am looking at the file [02:38] ok lets look at your /etc/network/interfaces file than [02:38] yup [02:38] did you locate the line iface eth0 === macke [n=macke@c-ac71e455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu [02:38] yup === _internet [n=internet@62.123.51.36] has joined #kubuntu [02:39] can i install flash with apt-get?? === _internet is now known as forseL === forseL [n=internet@62.123.51.36] has left #kubuntu ["Konversation] [02:39] it should read iface eth0 inet static === MenZa` [n=menza@0x50a1605a.kd4nxx12.adsl-dhcp.tele.dk] has joined #kubuntu [02:39] yup [02:39] than address [02:39] yup [02:41] can i install flash with apt-get?? how?? [02:41] look at this pastebin === sio [n=sio@84-235-124-186.saudi.net.sa] has joined #kubuntu [02:41] http://kubuntu.pastebin.com/462181 [02:42] it should be something like that [02:42] mine is the same but the address is 192.168.0.5 [02:42] sorry for the address just put the address you assigned [02:43] ok now in the terminal type [02:43] sudo ifdown eth0 [02:43] than sudo ifup eth0 [02:43] ok [02:44] ping gmail network unreachable [02:44] i guess the problem is with your router [02:44] for if you can ping the router than you have connection to it [02:45] did you check the ip address reange on the router to see if .5 is within the range? [02:45] I was using it before for forever [02:46] I have all these ports forwared on that address [02:46] so I want to keep the same one === Jaymac [n=Jaymac@resnet-147853.resnet.bris.ac.uk] has joined #kubuntu [02:46] perhaps some one else used this ip address no harm to check [02:46] should I try another> [02:46] hmmm [02:47] can you ping your pc from the router? === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #kubuntu [02:47] n [02:48] use your browser and go to the router setting and try pinging your pc [02:48] try assigning another address to it also it might be a lease period problem === MachineScrew [n=satemple@ip70-185-173-104.mc.at.cox.net] has joined #kubuntu === np [n=np@81.188.84.73] has joined #kubuntu === burepe1 [n=bdmp@softbank220040076012.bbtec.net] has joined #kubuntu [02:50] picked the wrong ip [02:50] ha === djib [n=djib@brusa.chu.cam.ac.uk] has joined #kubuntu [02:50] lol [02:50] ok [02:50] changed it to 4 [02:51] but still network is uneachable with the google [02:51] ping [02:51] do not use google to ping === Vindevogel [n=ubuntu@d5152B3BA.access.telenet.be] has joined #kubuntu [02:51] your router will have a ping facility use it [02:51] see if your lan is working properly first [02:51] i changed to 7 [02:52] ok [02:52] when you change the address [02:52] router 7 is ok\ [02:52] try pinging gmail than [02:52] no go [02:52] type ifconfig in a terminal === knubbe [n=knubbe@c-9a2ce655.217-9-64736c12.cust.bredbandsbolaget.se] has joined #kubuntu [02:53] do you see the proper ip address in the output === arafat [n=arafat@lapbruegge3.informatik.tu-muenchen.de] has joined #kubuntu [02:53] yeh [02:54] frankly i have no idea but i bet there is something wrong with your router setup [02:55] acess rules [02:55] it was working until I tried to set the static ip [02:55] anyone who knows a good mp3 player which has no problems with noncommon codecs? [02:55] and I had the static ip set up before i installed breezy the other day [02:55] with dhcp is it working well [02:56] iriver === sfrazer [n=sfrazer@bi01p1.nc.us.ibm.com] has joined #kubuntu [02:56] the big iriver one [02:56] oki, i check it out, thx^^ [02:57] oha, i meant one for my kubuntu ;-) [02:57] ok [02:57] ha [02:57] the standard players have problems with my data [02:58] k [02:58] i set it to dhcp and it is fine [02:58] there are tons of plugins for xmms... [02:58] ilba7r_: [02:58] sorry burepe1 have no idea what is wrong [02:58] well forget the static ip, I am more concerned about my network [03:00] i cant get anything from the repos :[ === sfrazer [n=sfrazer@bi01p1.nc.us.ibm.com] has joined #kubuntu === thefish [n=thefish@unaffiliated/thefish] has joined #kubuntu [03:00] all the packages i see in Adept are from the DVD... === mrmarcel [n=mrmarcel@p548572A5.dip.t-dialin.net] has joined #kubuntu [03:02] is there something wrong with the servers? or its because im connected thru a proxy? === Vindevogel [n=ubuntu@d5152B3BA.access.telenet.be] has joined #kubuntu [03:04] i have downloaded and depacked xmms, how do i install it? === macke [n=macke@c-ac71e455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu [03:06] how do i get flash for konquerer?? [03:06] by installing flash for firefox === burepe1 [n=bdmp@softbank220040076012.bbtec.net] has left #kubuntu [] [03:07] can i do it with apt-get? === dutch [n=dutch@cpe-065-190-182-028.nc.res.rr.com] has left #kubuntu ["Leaving"] [03:07] dunno.. i always use the integrated flash install/update thing firefox has [03:08] Oh where is that? === ejofee [n=ejofee@195-245-89-185.dtcom.ro] has joined #kubuntu [03:09] debconf: unable to initialize frontend: Gnome [03:09] debconf: (Unable to load Gnome -- is libgnome2-perl installed?) [03:09] debconf: falling back to frontend: Dialog [03:09] libgnome2-perl is not installed on my computer [03:10] well.. if you go on a site that requires the flash plugin a warning pops up at the top of the page site in firefox [03:10] i don't understand why this should happen to me [03:10] i hate when one package is not installed [03:10] is there anything to be done about this situation? [03:10] i am desperate [03:11] well it falls back to dialog, which is fine.. === redguy||work [n=matik@acp92.neoplus.adsl.tpnet.pl] has joined #kubuntu [03:11] you can change it with [03:11] sudo dpkg-reconfigure debconf [03:11] Kibou: oh u mean that one. yeah that dont work so ive downloaded the flashplayer, but when i try to install it wants the dir to my firefox === faked [n=faked@85-124-44-212.dynamic.xdsl-line.inode.at] has joined #kubuntu [03:12] huh? [03:12] Kibou: but synaptic simply doesn't want to install *anything at all* because of this === loupiac [n=loupiac@vol21-2-82-235-184-48.fbx.proxad.net] has joined #kubuntu [03:13] that's weird.. dunno about that sorry.. [03:13] konqueror looks for plugins on several directories.. and on of them should be ~/.mozilla/plugins [03:13] so as long as you install it for firefox konqueror should detect it and use it [03:13] Kibou: "failed to apply all changes! scroll in the terminal buffer to see what went wrong." === macke [n=macke@c-ac71e455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu === macke [n=macke@c-ac71e455.54-0015-74657210.cust.bredbandsbolaget.se] has left #kubuntu ["Konversation] === burepe2 [n=bdmp@softbank220040076012.bbtec.net] has joined #kubuntu [03:15] maybe it's because synaptic is a gnome-ish app and needs the gnome debconf thing to configure things.. but I could be completely wrong here [03:15] it then says "Preconfiguring packages ..." and it stops here === Voodoo_Vibe [n=macke@c-ac71e455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu [03:15] jsut try to apt-get the thing you tried to install with synatpic and see if that's work [03:15] Can anyone tell me why my windows comp can not see my linux box over my network? [03:16] you got samba set up? [03:16] "/dev/hdc1 /media/hdc1 ntfs ro,user,uid,umask=1000 0 0" what is wrong here?? [03:16] doesn't uid need an argument? [03:16] yeha [03:16] tryies to [03:16] like uid=vodoo [03:16] tried to [03:16] like your username [03:17] it is set up but not working [03:17] aahhhhh yeah thats right! Thanx!! === beast [n=beast@host-79-144-220-24.midco.net] has joined #kubuntu [03:19] hmm... how do i make my /media accessible for all?? [03:20] hmm... umask = 1000 ...woudnt that remove all permissions for all ??? just a thought... [03:21] hmmm well actually i dont know... im kinda newb at this :) [03:23] I only have ro,uid=user,gid=group and it works just fine [03:24] Voodoo_Vibe: see if works after removing the umask [03:25] ive tried removing umask but dont work and ive copyed Kibou, but not working === wimpies [n=u19809@cable-62-205-104-209.upc.chello.be] has joined #kubuntu [03:27] Voodoo_Vibe: chmod 777 /media ? wild guess [03:27] hmm [03:29] now ive got access to /media! Thanx. Now its just /media/hdc1 and /media/hdd5 left [03:30] "/dev/hdc1 /media/hdc1 ntfs ro,uid=macke,gid=macke 0 0" looks like this now [03:30] what is this? "dpkg: syntax error: unknown group `fuse' in statusoverride file" [03:30] it's pervasive === dawynn [n=dawynn@66-188-189-2.dhcp.roch.mn.charter.com] has joined #kubuntu [03:31] Voodoo_Vibe: you are mounting it read-only... so dont try to write files to the ntfs file system...:) [03:31] but you should be able to access the files [03:32] When my PC boots up, I see a message saying "Mounting local filesystems .... Failed". Where do I look to find what filesystem(s) it couldn't mount? [03:32] yeah i dont want to write to it. only read but i cant do that either === ChaKy [n=chaky@lns02-0274.dsl.iskon.hr] has joined #kubuntu === andre^off is now known as andre [03:34] Voodoo_Vibe: does it even mount with that fstab line? === JakubS [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu [03:35] dawynn: you can run 'dmesg' to looks for bootup errors [03:35] Kibou: it should its freshly installed, just cant read the files, no permission === nacho [n=nacho@200-122-77-197.cab.prima.net.ar] has joined #kubuntu [03:38] hy [03:38] any know how i can mount a partition nfs in the fstab? [03:38] well.. you should have permission.. [03:39] i have a problem with permission [03:39] /dev/hdb5 /media/Windows ntfs rxw 1 0 [03:39] .. [03:39] it says i dont have permision [03:39] or it doenst mount it [03:39] i tryed put on auto [03:39] but i doesnt works === JakubS [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu [03:40] try /dev/hdb5 /media/Windows ntfs ro,uid=yourusername,gid=yourgroupname 0 0 [03:40] and remount [03:41] let's see if it works for him === Fillado [n=fillado@81-179-84-234.dsl.pipex.com] has joined #kubuntu === nacho [n=nacho@200-122-77-197.cab.prima.net.ar] has joined #kubuntu [03:47] Need help getting my kubuntu box noticed by my windows box on the network. Any suggestions === redguy|work [n=matik@acp92.neoplus.adsl.tpnet.pl] has joined #kubuntu === nacho [n=nacho@200-122-77-197.cab.prima.net.ar] has joined #kubuntu === pointwood [n=pointwoo@212.242.222.232] has joined #kubuntu [03:51] would you advice installing the 686 version of the kernel if I have a pentium 4 [03:51] will it change much ? === Ayiden [n=Ayiden@dialup-4.253.122.115.Dial1.Cincinnati1.Level3.net] has joined #kubuntu [03:52] Has anyone tested out kde 3.5? [03:52] What are the biggest annoyances/bugs ? === OculusAquilae [n=bastian@p548D1874.dip0.t-ipconnect.de] has joined #kubuntu === JakubS [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu [03:53] Ayiden: I'm using it [03:53] it seems good [03:53] but I installed it this morinig === nacho [n=nacho@200-122-77-197.cab.prima.net.ar] has joined #kubuntu [03:53] I have looked around and even the kde site says no bugs found yet *(lol).. well no big bugs [03:54] djib: Alright I think i will try it [03:55] djib: I have 3.4 and that media bug from kubuntu breezy is getting to me.. when I click on media it only shows what devices are mounted but not unmounted and it doesnt show any hardrives -.- === Voodoo_Vibe [n=macke@c-3e7fe455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu [03:56] djib: If you are using kubunut breezy click on "storage media" and check if you can find all your devices if you can then 3.5 fixed it... thats one thing im hoping is better [03:56] kubuntu** [03:57] they didn't remove that on purpose? [03:57] where is storage media ? [03:57] that's actually a bug? [03:57] next to k menu the computer thing click on it and then a small menu pops up click on storage media there [03:57] Kibou: Yes *(lol) [03:58] I like that media:/ only shows removable media [03:58] don't want my hdds there.. [03:58] Kibou: In other distro's storage media is a place where you can mount devices etc... === faked [n=faked@83-65-238-194.dynamic.xdsl-line.inode.at] has joined #kubuntu [04:00] yea.. it still works for me like it is now. [04:00] Kibou: *(lol) You dont "have to" have hdd in there.. a real example of this bug would be to try and put unmounted devices on your desktop [04:00] on a fresh kubuntu breezy install you wont be able to for some reason [04:01] you shou8ld be able to set that in k control but when you do nothing shows up [04:01] I guess I'm lucky I don't need it then.. hehe [04:02] Kibou: Do you have devices on your desktop? [04:02] no [04:03] Kibou: in kcontrol you can set it so certain unmounted devices show up there... that way its easier to mount things [04:03] just right click and click on mount ta DA! [04:03] but for some reason when you change the setting no devices appear [04:04] ha ha im upgrading to kde 3.5 right now and ha ha im on a 56k modem [04:04] only like 9 hours left.... [04:04] ..! === djib [n=djib@brusa.chu.cam.ac.uk] has joined #kubuntu === Pupeno [n=pupeno@host102.201-252-3.telecom.net.ar] has joined #kubuntu [04:06] aways from here they can get dsl for 15$ a month -.- [04:06] cant get that here... === JakubS [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu [04:07] I was in the same situation.. about 6 years ago === aeon17x [n=aeon17x@58.69.27.135] has joined #kubuntu === freemanen [n=freemane@c83-248-208-28.bredband.comhem.se] has joined #kubuntu === JakubS [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu === boomboy [n=boomboy@dna249-226.satp.customers.dnainternet.fi] has joined #kubuntu === Ayiden [n=Ayiden@dialup-4.253.122.115.Dial1.Cincinnati1.Level3.net] has left #kubuntu [] === _deniz [n=deniz@85.96.160.101] has joined #kubuntu === The_Ace [n=erik@dslb-088-072-033-102.pools.arcor-ip.net] has joined #kubuntu === medgno [n=medgno@216.81.143.181] has joined #kubuntu === IULIUS23ro [n=moro@81.181.240.120] has joined #kubuntu [04:28] hi all [04:29] is there an easy way to make apt forget that I've added the 3.5 repository, and go back to what shipped with breezy? === JakubS [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu [04:30] how can i install kdelibs4c2a_3.4.3-2_i386.deb for kplayer cause apt tells me that it will not uninstall kdelibs4c2 ?? === ilba7r [n=ilba7r@d141-64-4.home.cgocable.net] has joined #kubuntu === JakubS_ [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu === ajus [n=ajus@202.152.162.207] has joined #kubuntu === _didier [n=didier@ABordeaux-253-1-90-193.w86-196.abo.wanadoo.fr] has joined #kubuntu === _didier is now known as leon === leon is now known as gastibelza [04:39] i'd like to upggrade kde in breezy using adept, which one should i choose? kdebase-bin.. kdebase-data... or what?? help please. === JakubS_ [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu === sorush20 [n=sorush3@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has joined #kubuntu === _enderson [n=enderson@201.24.15.180] has joined #kubuntu === bhsx [n=bhsx@c-67-175-142-179.hsd1.il.comcast.net] has joined #kubuntu [04:44] does anyone know why amarok is constantly crashing for me with kde3.5? [04:46] even if I delete my ~/.kde directory, it still freezes up === bipolar [n=bipolar@146.145.26.90] has joined #kubuntu [04:50] ok. I want to take the plunge today. I have a fully funtioning breezy install, I have been wanting to try out KDE again (last used 3.2/3.3). [04:51] if I want to use kde 3.5 right away, do I just add the source on http://kubuntu.org/announcements/kde-35.php and apt-get install kubuntu-desktop? === jaldhar [n=jaldhar@pcp04197965pcs.crosky01.pa.comcast.net] has joined #kubuntu [04:54] the topic is a little unclear, does it mean there are updates to the kde3.5 .debs in breezy-updates or whatever came with breezy? === JakubS_ [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu === apachelogger [n=Harald@amarok/rokymotion/apachelogger] has joined #kubuntu [04:55] jaldhar, I don't think so. they are in another repo [04:56] jaldhar, see the last url I typed [04:56] bipolar: could you repeat it please? I missed that [04:56] http://kubuntu.org/announcements/kde-35.php === aplg [n=Harald@amarok/rokymotion/apachelogger] has joined #kubuntu [04:58] bipolar: oh that one I've seen and installed. I was wondering about updates because there is a dependency problem with kamera === aplg is now known as apachelogger [04:58] and I'm too lazy to recompile libgphoto2 atm :-) [04:58] jaldhar, I dunno. I'm just now looking into kubuntu. === JakubS_ [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu === yudi [n=yudi@202.73.117.111] has joined #kubuntu === didi [n=didi@61-23-136-163.rev.home.ne.jp] has joined #kubuntu === _michael [n=michael@234-193.241.81.adsl.skynet.be] has joined #kubuntu === _user [n=user@host250-196.pool8542.interbusiness.it] has joined #kubuntu [05:12] <_michael> I have a KMail problem: I can't delete the folders in my Trash folder... === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #kubuntu [05:14] i'd like to upggrade kde in breezy using adept, which one should i choose? kdebase-bin.. kdebase-data... or what?? help please. [05:15] <_michael> you mean you want kde 3.5? [05:15] yes === regeya [n=shane@adsl-sp3-cdale176.micgi.com] has joined #kubuntu [05:16] <_michael> I have "kde" installed, and "kde-core", but I think you need to add a repository for that [05:17] <_michael> which I found here: http://kubuntu.org/announcements/kde-35.php [05:17] <_michael> or is KDE3.5 also in the regular kubuntu repositories?? [05:17] i added repos already.. but there's no "plain" kde to choose in adept === apachelogger is now known as partylogger [05:18] <_michael> I have a plain "kde" installed, I just launched adept to check [05:18] ajus: if you have the kubuntu.org repo added, just do a full upgrade and it should pull it all in [05:18] <_michael> kdebase and kdebase-bin, and kdebase-data are installed as well [05:19] even when there's no kde to choose, i just choose everything else, like kde*** right? [05:20] <_michael> I guess jaldhar is right... try to update your packages again (fetch updates) and then click "full upgrade" [05:21] ok, i'll try now [05:21] ajus: no these up are upgrades so if you already have kde installed the newer versions will be automatically upgraded. btw, there is a problem with kamera which is missing a dependency so that might be problematic [05:21] i installed MRTG from Kynaptic, then when i try to run mrtg i got this message error... http://pastebin.com/462354 , according to the error message i should change my LANG value shouldn't I ? i type env and look at the LANG section and it's true that the value is en_US.UTF-8. i change it to en_US (ommit the UTF-8) but there is no difference, i've got any other error message about the locale settings. could somebody help me? thanks [05:21] <_michael> I think ajus already has kde, since he's using adept [05:22] yes, i already on kde 3.4.. i'm using kubuntu breezy [05:24] yudi: type locale -a at the command line. That tells you what locales you have installed. if you don't have en_US you have to create it with dpkg-reconfigure locales === haypo [n=haypo@tchoy.net] has joined #kubuntu [05:25] so.. is there any good if i upgrade to kde 3.5? [05:26] <_michael> I went from gnome straight to kde 3.5; can't tell you about 3.4 :) [05:26] haha, omg! I just read the slashdot story about what linus said about gnome. [05:26] :) [05:26] <_michael> rather stupid thing he said there I think... [05:26] basically what' I've felt for years, and why I left mandrake as a distro. [05:27] <_michael> even though I'm starting to like KDE; I've preferred Gnome every time I tried KDE... until two weeks ago that is :) [05:27] There's nothing wrong with Gnome though if that's what you want. [05:27] It's just not for me, I just can't believe he said it. === bipolar [n=bipolar@146.145.26.90] has joined #kubuntu === JakubS_ [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu === ananth126 [n=Ananth@203.200.202.132] has left #kubuntu [] [05:31] jaldhar: i have en_US.UTF-8, is it different from en_US? so if i have the en_US, then I change the LANG value to "en_US", it will be fine? am i correct? [05:31] ok. here I am in my brand new kde desktop. now I want to upgrade to 3.5. just add the source like the web site says and apt-get upgrade, right? [05:31] damn.... this is going to spoil me. [05:32] <_michael> and then update... [05:32] so much faster [05:32] yudi: Haven't used mrtg but based on the message I assume so. Btw, en_us (non utf-8) is essentially the same as C or POSIX which you probably already have [05:32] <_michael> well, first update, then upgrade, that's the right order I guess === arrinmurr [n=arrinmur@CMLXXXII.tun.saunalahti.fi] has joined #kubuntu [05:33] _michael: yes [05:34] i got problem with billionton sd card reader.. whenever i plugged it in, konqueror pop out with many tabs saying "error no such device sda1"... any suggestions? === yudi [n=yudi@202.73.117.111] has joined #kubuntu === BFA|WoRsTeNBoY [i=BFA_WoRs@d54C1DCAF.access.telenet.be] has joined #kubuntu [05:35] it runs perfectly in windows and knoppix though === BFA|WoRsT [i=BFA_WoRs@d54C1DCAF.access.telenet.be] has joined #kubuntu === JakubS_ [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu [05:35] hi! can someone tell me which I can't unlock my computer after an hibernation? [05:36] I tried my user password, my root password, and empty password === freelove [n=yasser@59.93.254.122] has joined #kubuntu [05:36] but no one is able to unlock my computer === StarScream [n=am@217.169.25.114] has joined #kubuntu === rafx [n=rafx@adsl-64-108-215-162.dsl.chcgil.ameritech.net] has joined #kubuntu === _JakubS [n=qba@azk210.internetdsl.tpnet.pl] has joined #kubuntu === nobsche [n=nobsche@p508C9910.dip0.t-ipconnect.de] has joined #kubuntu === reagleBRKLN [n=reagleBR@69.206.224.97] has joined #kubuntu === Mitja [i=Mitja@cpe2-25-116.cable.triera.net] has joined #kubuntu === IULIUS23ro [n=moro@81.181.240.120] has joined #kubuntu === reagleBRKLN [n=reagleBR@69.206.224.97] has left #kubuntu ["Ooh,] === ClayG [n=scdsc@c-66-177-234-195.hsd1.fl.comcast.net] has joined #kubuntu [05:43] how can i make firestarter not to ask me for the passwd when the computer starts?? [05:44] what do i have to change here -caption "%c" %i %m? [05:46] ?? [05:46] i don't understand. [05:46] i made a link to firestarter in .kde/Autostart [05:47] but i want when the computer starts [05:47] to not prompt me for the rot password [05:47] root [05:47] any ideas? === angasule [n=frood@190.48.165.12] has joined #kubuntu === brede [n=brede@dslb-084-059-062-172.pools.arcor-ip.net] has joined #kubuntu [05:56] which one's better adept or synaptic? [05:57] ajus, use both :) [05:57] haypo: :) === djk_ [n=djk@p54A2CEAC.dip.t-dialin.net] has joined #kubuntu [05:58] ajus:aptitude === BigKahuna [n=ian@cm147.sigma200.maxonline.com.sg] has joined #kubuntu [06:00] jadhar: is it text base? [06:01] jaldhar: is it text base? [06:01] guys, i installed mrtg from kynaptic, why does when i'm using cfgmaker the result is http://pastebin.com/462421 and then after running indexmaker command, i see no change in my http://localhost/mrtg/... does installing mrtg from kynaptic will results different from installing the .tar.gz files that i download from www.mrtg.org? === digits [n=gunnar@c-b049e253.311-2-64736c10.cust.bredbandsbolaget.se] has joined #kubuntu [06:02] yukuake is really cool :) === _m0ns00n [n=m0ns00n@213.167.96.196] has joined #kubuntu [06:03] great to have irssi in :P [06:04] i'm to activate my geforce.. should i also install nvidia-glx? === anta34 [n=anta34@81.181.240.56] has joined #kubuntu === je4d_ is now known as je4d [06:08] ajus: yes, aptitude is text based [06:09] jaldhar: oh ok.. i'm not yet familiar with text base... but i'll learn.. thanks :) [06:09] did anyone have any troubles connecting to repos with apt-get using a proxy? === sophie_ [n=sophie@ip062.195-51-69.Sogetel.net] has joined #kubuntu === bipolar [n=bflong@146.145.26.90] has joined #kubuntu === mugger [n=mugger@dyndsl-085-016-044-228.ewe-ip-backbone.de] has joined #kubuntu === mugger [n=mugger@dyndsl-085-016-044-228.ewe-ip-backbone.de] has left #kubuntu ["Kopete] === mugger [n=mugger@dyndsl-085-016-044-228.ewe-ip-backbone.de] has joined #kubuntu === mugger [n=mugger@dyndsl-085-016-044-228.ewe-ip-backbone.de] has left #kubuntu ["Kopete] === _np [n=np@81.188.84.73] has joined #kubuntu [06:15] what's nvidia-glx for? do i need it if i already installed nvidia common core? [06:16] is this a hoax? http://mail.gnome.org/archives/usability/2005-December/msg00021.html === ChaKy [n=chaky@lns02-0274.dsl.iskon.hr] has joined #kubuntu === morten [n=morten@0x535b9be0.hrnxx13.adsl-dhcp.tele.dk] has joined #kubuntu === morten is now known as freakshow [06:20] rafx: youve been reading slashdot [06:21] erhm, what is wrong when you comp says: crc error and Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block (0,0) when you try boot up.. any ideas ? [06:21] rafx: I have a hard time linus openly bashed gnome [06:21] is kde-apps down? === monad [n=geble@sophie203.culture.hu-berlin.de] has joined #kubuntu [06:22] sophie_: link? === MachineScrew [n=satemple@ip70-185-173-104.mc.at.cox.net] has joined #kubuntu [06:22] sophie_: the alleged Linus comment is the top news at http://www.osnews.com/ [06:22] djk_: http://linux.slashdot.org/linux/05/12/13/1340215.shtml?tid=121&tid=131&tid=189&tid=106 [06:22] or [06:22] http://mail.gnome.org/archives/usability/2005-December/msg00021.html [06:22] hi... something weird just happened: popped in the install cd into a (quite old) machine and got a kernel panic right away... how can this happen? and what is "this"? [06:23] 300+ user comments here too http://www.osnews.com/comment.php?news_id=12956 [06:24] if torvalds said so, torvalds is right ;) [06:24] can someone please tell me how i can get a kernel panic when booting from cd? this doesn't seem right [06:24] djk_: What now you think linus is a prophet like jesus or mohammed, my beleife is it all depends on what your need is and what your audience is [06:25] sophie_: no, i just dislike gnome ;) [06:25] is there a minimum groupwise version needed for Kontact to work with it? [06:25] sophie_: if your are a newbie gnome is much easier to use compared to kde which is a litle bloated, I personnally prefer kde for its customisation and features [06:25] talking to yourself are we sophie_ ;) [06:26] djk_: yep === monad [n=geble@sophie203.culture.hu-berlin.de] has left #kubuntu [] [06:26] djk_: just thinking outloud [06:27] gnome isn't easier.. that's just wrong. [06:27] sophie_: tell me, how do you create a menu entry with an icon for a program in gnome? [06:27] djk_: gnome is simpler and easier to teach [06:28] it most certainly is not. === manveru [n=manveru@micht2-132-176.utaonline.at] has joined #kubuntu === IULIUS23ro [n=moro@81.181.240.120] has joined #kubuntu [06:28] hehe [06:28] hi all [06:28] that was a blast [06:28] how can i configure kopete to see my friends webcam? [06:29] djk_: tell me how to do it on windows [06:29] what do i have to do? [06:29] plzzz [06:29] djk_: not much easier,m when you install packages the menu entry is created just like windows, a newbie does not want to know how to create a menu entry [06:30] sophie_: answering a question with a question is impolite. also, windows does so not play a role in this discussion. [06:30] I'd rather use PekWM than either KDE or Gnome... but I really don't care anymore, I have a AMD64 3000+ with 2x512mb ram, "Lightweight" just doesn't seem to be as important anymore -- and I have "outgrown" my need to spend 2+ hours a day (re)building my theme and/or custom functions [06:30] or does not need to, hes got to first strugle on how to open an app [06:30] sophie_: so extremely wrong.. [06:30] so so so wrong.. [06:30] djk_: well u might think im wrong this is just my opinion [06:30] and it's wrong.. ;) [06:31] sophie_: so wrong by the dev team to decide that the newbies don't want to learn -- it's the path to the windows side [06:31] digits: not only that, but not every program that is being installed gets a menu entry, thus there is a need to create a menu entry [06:31] and how is it done sophie_ ? [06:31] digits: have spent hours with your mother in law trying to teach her how to openup outlook and sent an email [06:32] I moved to linux because of the stability, but the most important thing: one can custiomize every single thing ;) [06:32] sophie_: this was the initial question, which you have so far ignored [06:32] sophie_: are you claiming that women and/or older people are too dumb to use a computer? [06:32] what do i have to do in kopete to see my friends webcam? [06:32] and to use mine [06:32] djk_: honestly I dont know because i dont use gnome [06:33] sophie_: rather interesting.. [06:33] Why not make the user choose which way they want to go... a small tickbox would be enough "Automagically create menus? (Yes/No)" [06:33] sophie_: you don't know, yet you state an opinion as if it was a fact === digits time to cuddle my son, bbl [06:33] djk_: i never stated my opinion was a fact [06:34] sophie_: just so you know, to create a menu entry in gnome with an icon you are forced to edit a file.. [06:34] sophie_: which most certainly is not easier than in kde and also not userfriendly [06:34] djk_: I was expecting that [06:35] sophie_: expecting what [06:35] djk_: menu entry configure thru some obscure .configurefile [06:35] sophie_: and yet you defend gnome for its userfriendliness? === _sebastian [n=sebastia@82-45-40-179.cable.ubr02.azte.blueyonder.co.uk] has joined #kubuntu [06:36] or state that it's easier for newbies.. [06:36] djk_, sophie, you don't need to edit files to change the menu in gnome. [06:36] there is a menu editor. [06:36] but the gnome folks would rather the package mantainer set up the menu item. === ilba7r [n=ilba7r@d141-64-4.home.cgocable.net] has joined #kubuntu [06:37] bipolar: since when? and if so, how come that wiki entries haven't mentioned it [06:37] djk_: what im saying is (my opinion and experience) gnome is easier than kde, why do u think the kubuntu team simplified the konqueror ui configuration [06:37] fo newbies === apachelogger [n=Harald@amarok/rokymotion/apachelogger] has joined #kubuntu [06:37] sophie_: lack of anything useful to do... [06:37] djk_: I dunno. been there since 2.10 afaik [06:38] <_sebastian> join #ubuntu [06:38] in breezy === haypo [n=haypo@tchoy.net] has left #kubuntu ["Quitte"] [06:39] bipolar: last time i accidentally read a wiki entry on gnome was with hoary.. or fedora 3..mmh.. they didn't mention that. [06:39] djk_: I've got a brezzy system with gnome right here. right click on "Applications" -> "Edit Menu" [06:40] I think it was there in horry too. [06:40] i only used gnome with fedora.. [06:40] bipolar: is the menu editor part of gnome or an add in app [06:41] sophie_: I don't know. looks like a gnome app to me. [06:41] ahh.... it's a program called smeg [06:42] djk_: anyway lets stop the gnome/kde argumet I use the console 6% of the time === libben [n=libben@c80-216-85-2.cm-upc.chello.se] has joined #kubuntu [06:42] oops 60$ [06:42] oops 60% [06:42] lol [06:42] f*/32 i hate my laptop keyboard [06:42] french/english configuration [06:43] so if it's not really gnome that does it..that means i was right ;) [06:43] is someone there willing to help me? [06:43] djk_: remeber kde 2.0 how did you create a menu entry [06:43] IULIUS23ro: just ask [06:44] i wanna use kopete with voice and webcam [06:44] what do i have to do? === jazwec [n=jazwec@chello217023242031.chello.sk] has joined #kubuntu [06:44] or tell me a different application to do that [06:44] plzzzzzzzz [06:45] IULIUS23ro: first does your webcam work on linux [06:45] yes === gerardocb [n=gcontrer@148.233.33.113] has joined #kubuntu [06:45] sophie_: kde 2.0 was released when exactly? [06:45] ;_ [06:45] ;) [06:45] djk_: 2001 [06:46] IULIUS23ro: Ok I'm going to get bashed here but if you want voice with huge user base install skype [06:46] but i have skype [06:46] ;) [06:46] and i want to have voice over Yahoo [06:47] IULIUS23ro: I dont think voice is supported for yahoo on kopete [06:47] but gaim or other application?? [06:47] what do u know ?? [06:47] about it [06:48] sophie_: well, i didn't use kde2.0, so enlighten me ;) [06:48] before kde 2.0 menu entries where handle thru configuration files [06:49] and no fancy ui [06:49] :( === axel [n=axel@ip-223.net-81-220-44.lyon.rev.numericable.fr] has joined #kubuntu [06:49] sophie_: so pretty much the same as gnome has ever been and still is in 2005 ;) === ToyMan [n=stuq@user-12lcqia.cable.mindspring.com] has joined #kubuntu === freemanen [n=freemane@c83-248-208-28.bredband.comhem.se] has joined #kubuntu [06:53] IULIUS23ro: try http://www.phrozensmoke.com/projects/pyvoicechat/ for voice and video compatible with yahoo === ninniuz [n=ninniuz@adsl-47-159.37-151.net24.it] has joined #kubuntu === ninniuz [n=ninniuz@adsl-47-159.37-151.net24.it] has left #kubuntu ["Konversation] [06:53] ty [06:53] a lot [06:55] sophie_, djk_: still bashing eachother? [06:56] sophie_: afaik does kopete support voice+video in the current version [06:56] digits: I dont think we're bashing but rather having a colorful discussion [06:57] sophie_: hehe, if you say so... but for me it's in black and white ;P [06:57] litterary... === Voodoo_Vibe [n=macke@c-3e7fe455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu [06:58] is there a good mysql frontend for kde? === Knowerrors [n=stormsur@Node184-175-53-66.1dial.com] has joined #kubuntu [06:59] digits: try konsole just kidding [06:59] lol === leon [n=leon@wbs-196-2-113-82.wbs.co.za] has joined #kubuntu [06:59] digits: how about... phpmyadmin? :) [07:00] manveru: that requires php a webserver etc. a tad overkill ;) [07:00] heh, i have only psql... no ideas for guis for mysql... [07:00] sophie_: i'd love that, but my connection to the db server is a bit sketchy at the moment... not fun when you get disconnected [07:01] manveru: i'd rather have postgres too, but my isp says no... [07:01] digits: u want a front end to fill in tables or configuration [07:02] sophie_: tables [07:03] sophie_: tell me plz how to transform a rpm file into a .deb the full command console [07:03] sophie_: i edit the config by hand, but it's too boring to handwrite all the sql... i'm getting more lazy for every year === llutz_ [n=lutz@p54801FB2.dip0.t-ipconnect.de] has joined #kubuntu [07:03] ie there any guitar program for linux? like Guitar pro dor windows?? [07:03] is* [07:03] IULIUS23ro: use alien === __Ace__ [n=love@h55l211.delphi.afb.lu.se] has joined #kubuntu [07:03] IULIUS23ro: 'alien foo.rpm' creates a .deb [07:04] oops, brb... diaper changing time [07:04] digits: naa, i don't bash girls :p [07:04] IULIUS23ro: of course you have to apt-get install alien before [07:04] i made it but i dont find it where is it [07:04] im a newbie [07:04] IULIUS23ro: you first need to install alien [07:05] i did all of that and i found my deb file [07:05] :) [07:05] t [07:05] ty [07:05] ;) === lwizardl [n=chatzill@c-24-23-66-252.hsd1.mi.comcast.net] has joined #kubuntu [07:05] hi [07:06] i'm having connection to internet issues [07:07] i tryied to start limewire and it locked up my pc. so i turn it off then on again and now only thing that see the internet is limewire === mth`MAW [n=konversa@e176211212.adsl.alicedsl.de] has joined #kubuntu [07:09] IULIUS23ro: is it working now [07:09] yes [07:09] ;) [07:09] lwizardl: talk 100 times with me "Limewire is evil... Limewire is evil..." === freemanen [n=freemane@c83-248-208-28.bredband.comhem.se] has joined #kubuntu === llutz_ [n=lutz@p54801FB2.dip0.t-ipconnect.de] has joined #kubuntu [07:09] needed for gyach rpm [07:10] lwizardl: what kind of internet-connection do you have? - are you able to ping? [07:10] manveru: yeah but only program that seems to work correctly under linux [07:10] ??? [07:10] i can't even connection to googles ip address [07:10] lwizardl: only for information - Kmail works fine in linux :) [07:11] lwizardl: what do you mean with 'see' and 'connect' ? [07:11] manveru: i was talking about Gnutella programs [07:12] limewire can find content etc on it [07:12] but nothing else finds anything [07:12] nothing else? [07:12] what is the apt-get command to download all that is needed to run ./configure for a program?? [07:12] firefox, konquerer, azurues, amule all can't connection or find sites [07:13] *connect [07:13] lwizardl: first open up a console and type ping www.google.com and give us the results [07:13] Voodoo_Vibe: depends, but first thing is build-essentials === llutz_ is now known as llutzz [07:13] sophie_: ok brb on windows [07:13] currently [07:13] manceru: Ok, Thanx === munzir [n=munzir@85.129.148.110] has joined #kubuntu === milksteak [n=milkstea@60-234-138-71.bitstream.orcon.net.nz] has joined #kubuntu === neoncode [n=neoncode@88-107-128-129.dynamic.dsl.as9105.com] has joined #kubuntu [07:15] it says configure: error: no acceptable C compiler found in $PATH.. but i downloaded gcc-4.0 [07:15] Voodoo_Vibe: install buildtools [07:16] Hey, is there a linux equivilent of windows "hibernation" mode? === viperX [n=khalif@WS-ESR1-66-117-224-7.fuse.net] has joined #kubuntu [07:16] sophie: with apt-get?? === insanekane [n=kane@202.83.35.96] has joined #kubuntu [07:16] hello! [07:16] Voodoo_Vibe: sudo apt-get build-essential buildtools [07:17] Voodoo_Vibe: sudo apt-get build-essential buildtool [07:17] Could someone help me with konquerer? [07:17] Voodoo_Vibe: sudo apt-get install build-essential buildtool [07:17] viperX: maybe i can try [07:17] sophie: Ok, Thanx! === roconnor [n=roconnor@i129246.upc-i.chello.nl] has joined #kubuntu [07:18] I know how to save veiwing profiles, but how do you load the profiles that you save? [07:18] viperX: r u using breezy [07:18] well that bit worked now but here comes a new problem. [07:18] checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths! === lwizardl [n=chatzill@c-24-23-66-252.hsd1.mi.comcast.net] has joined #kubuntu [07:18] ok [07:19] ping: unknown host: www.google.com [07:19] is what i got [07:19] Yep :) [07:19] seems i can't even connect to my windows samba share === carsten [n=carsten@wikipedia/carsten] has joined #kubuntu [07:19] Voodoo_Vibe: install x-dev [07:20] Moin. Is there an easy way to get the info what changed between the current and the last revision of a .deb? I wonder because today there where quite some updates but I don't know why [07:20] lwizardl: now try ping 72.14.207.99 [07:20] i think you have dns problems === reagleBRKLN [n=reagleBR@69.206.224.97] has joined #kubuntu [07:22] damn i think the apt-get servers are down. === OculusAquilae [n=bastian@p548D1874.dip0.t-ipconnect.de] has joined #kubuntu [07:22] Voodoo_Vibe: They work for me... [07:23] sec [07:23] how can i show all file inside a deb file ? [07:23] with apt-get [07:23] neoncode: yeah now they work... must have been some program ive ran [07:23] Hey, what happened to ubotu? [07:24] brosiooz: use alien [07:25] apt-get don't do it ??? [07:25] !ubotu where are u [07:25] sophie_: okay [07:25] ubotflu? [07:25] !ubotu r u sick [07:25] sophie_: NO SPEAKE ENLISH! [07:25] !ubotu what is wrong with you [07:25] sophie_: okay [07:26] neoncode: ubuto is sick === seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #kubuntu [07:26] sophie_: I gathered... [07:26] !ubuto We love you get well [07:26] Not a clue, sophie_ === monad [n=geble@sophie203.culture.hu-berlin.de] has joined #kubuntu [07:27] nickserv says that the nick "ubotflu" was registered 13 hours ago. [07:27] hi... can someone tell me how to properly use the partitioning tool on the install cd? [07:28] if i choose "enter partitioning table manually", what do i do next? i'm used to use fdisk [07:28] how to check my mrtg version using the konsole? [07:28] installed x-dev but still same problem checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths! [07:29] Voodoo_Vibe: whats is the content of /usr/include === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #kubuntu === lwizardl [n=chatzill@c-24-23-66-252.hsd1.mi.comcast.net] has joined #kubuntu [07:30] and why the f*** is the install cd telling me i got 40000 something TB free disk space? i don't remember buying a terabyte drive [07:30] ping: network unreachable === obsvuugj [n=obsvuugj@a84-230-70-140.elisa-laajakaista.fi] has joined #kubuntu [07:30] sophie: alot! anything speciel? [07:31] Voodoo_Vibe: is directory X11 present [07:31] sophie: yes [07:31] Voodoo_Vibe: what are you trying to compile === munzir [n=munzir@85.129.148.110] has left #kubuntu ["Leaving"] [07:32] kguitar http://kguitar.sourceforge.net/index.php [07:32] sophie_: now what can i do to fix? [07:33] lwizardl: try to install xlibs-dev [07:33] and that will fix it? [07:33] Voodoo_Vibe: try to install xlibs-dev [07:34] lwizardl: forget my last msg [07:34] thought so ok === llutzz [n=lutz@p54801FB2.dip0.t-ipconnect.de] has left #kubuntu ["bye"] [07:34] lwizardl: r u in linux now can you tell me more about your configuration [07:34] no chat won't connect in it [07:35] are u suing dsl, cable a router [07:36] OMG! checking for Qt... configure: error: Qt (>= Qt 3.3) (headers and libraries) not found. Please check your installation! [07:36] cable internet using router yes [07:36] Voodoo_Vibe: what r u trying to compile [07:36] sophie: Kguitar http://kguitar.sourceforge.net/index.php [07:36] lwizardl: first make sure your eth card is installed [07:37] it was and said enabled [07:37] Voodoo_Vibe: you will need to install kde-dev also [07:37] its eth1 [07:37] lwizardl: what is the output of ifconfig [07:37] i hve 2 nic cards [07:38] lwizardl: switch your router cable from one card to the other and try that [07:38] tried that also [07:38] Voodoo_Vibe: sudo apt-get install libqt3-mt-dev ... or install libqt3-mt-dev within adept [07:38] k tyoe in console ifconfig and tell us what the output is [07:39] i'm going to save the output as a text file hopefully on my floppy and let windows open it [07:40] lwizardl: save also /var/log/kern.log [07:40] lwizardl: tried sudo dhclient eth1 ? [07:40] insanekane: Thanx! [07:40] sophie: i cant find kde-dev in adapt [07:40] lwizardl: that will get you an IP if you have dynamic IP on your cable modem [07:40] sophie_: how do i save that file [07:41] yes the MSN web cam works in Kopete [07:41] Voodoo_Vibe: you probably need kdelibs4-dev [07:41] it realy works awesome [07:42] cp filename todetination === pagux [n=pagux@61.246.9.185] has joined #kubuntu [07:42] ok so "cp /var/log/kern.log a:" [07:42] cp /var/log/kern.log /mnt/floppy [07:42] ok [07:43] YES! finally! Thanks for the help everybody!! [07:43] ok brb === Nerened [n=Nerened@c-24-21-184-170.hsd1.or.comcast.net] has joined #kubuntu [07:43] hi folks [07:43] insanekane, got a scim (compiling) question for you ;) i used the ./configure --prefix=/usr for scim, but do i need to configure all four (scim, skim, scim-pinyin, scim-tables) of the packages with that (prefix=/usr) too? [07:43] is kde-look.org is down ? [07:44] sampan: yep [07:44] pagux: yes it and gnome-look [07:44] and kde-apps [07:44] why o why ? [07:44] gnome-look ... heh, thats funny :) [07:44] hacked ? [07:44] DDOS ? [07:44] sophie_: lwizardl got static IP ? [07:45] well gnome-look kde-look and kde-apps are the same server i imagine [07:45] insanekane, k -- thanks ... i'm using checkinstall to make debs. installing scim first -- but after that, does the order in which i install matter? [07:45] insanekane: i dont know hes given us very litle information [07:45] they are run by the same people [07:45] hmmmm... i cant make it!... convertxml.h:85: error: ISO C++ forbids declaration of 'QVector' with no type === Sneaky_Bastard [n=Sneakste@209.151.242.178] has joined #kubuntu [07:45] but on the other hand you can still get wallpaper from them [07:45] there is alot of errors! [07:46] and superkaramba themes [07:46] but not through the web site [07:46] sophie_: you should've asked lwizardl to try dhclient ... its common for cable modems to have dynamic IP === jkop [n=jkop@M314P024.adsl.highway.telekom.at] has joined #kubuntu [07:46] sampan: yes, umm, probably not since you arent using proper debs [07:46] sampan: but you do have to make sure everything is installed [07:47] Voodoo_Vibe: ive just notice kguitar is part of universe: [07:47] kguitar - an efficient and easy-to-use environment for a guitarist [07:47] Voodoo_Vibe: why not just install it fro there [07:47] sophie: what?? sorry im new to Linux [07:47] insanekane: he is using a router [07:48] sophie_: with 2 nics [07:48] insanekane, cool. basically, i think i'll just make the debs for all and install all at the same time; i'm assuming "everything" = all four debs/packages? [07:48] sophie_: im confused === _manveru [n=manveru@micht2-132-176.utaonline.at] has joined #kubuntu [07:48] why is konqueror opening up kate when clicked on http://ktorrent.pwsp.net/downloads/1.1/ktorrent_1.1-0czessi2_i386.deb [07:48] i just installed ubuntu-gnome desktop via apt but i am not able to login :-( [07:49] is it a taging issue or what === Kimppa [n=kimppa@kleppane.sby.abo.fi] has joined #kubuntu [07:49] sampan: yep [07:49] after logging into gnome nothing comes up ....i have kill X [07:50] sophie_: hmm .. it doesnt matter (atleast not that I know of) ... i am on a machine with 2 cards too [07:50] Hello. Totem refuses to play because "audio device is busy", altought there shouldn't be any software using the audio device [07:50] Kimppa: totem ... is gnome ? you use totem on KDE ? [07:50] how can I check if there if a software is using it / something else I can do? [07:50] is possible 2 use both kde and gnome on ubuntu ? [07:50] Kimppa: you could try to disable the sound engine [07:50] insanekane: yes, I use totem to view DVD:s [07:50] pagux: yep [07:51] Kimppa: try system->settings->Sound and Multimedia [07:51] sophie: what did u mean?? [07:51] i just installed ubuntu-gnome desktop via apt but i am not able to login :-( [07:52] pagux: you probably need to use the desktop-switcher application [07:52] pagux: or set up .xinitrc [07:52] after logging into gnome nothing comes up ....i have 2 kill X each time i login using gnome [07:52] insanekane: umm... I don't have "settings" or "sound and multimedia" in the system menu [07:52] any one know why kate is opening debs [07:52] why can't I install what i edited in crontab? [07:53] but on fedora i can chose session while logging in [07:53] Kimppa: try K->System Settings [07:53] Voodoo_Vibe: why not install it using apt-get [07:54] pagux: sorry. i really have no clue when it comes to gnome ... maybe you are better off asking in #ubuntu [07:54] sophie: ive tried but cant find it [07:54] insanekane: I don't have system settings in the K-menu, only system, but it doesn't contain settings [07:54] can I access what your looking for in kcontrol? [07:55] Voodoo_Vibe: open up /etc/apt/sources.list [07:55] Voodoo_Vibe: and uncomment the universe repository [07:55] Kimppa: no, "System Settings" is one menu item :) [07:55] Voodoo_Vibe: after do "apt-get update" [07:56] Kimppa: ok, open a Konsole, and then type kcontrol [07:56] Voodoo_Vibe: after sudo apt-get install kguitar [07:56] insanekane: yes, I understood it's one menu item, but I don't have it :) kcontrol is open [07:56] Kimppa: in that, look for Sound and Multimedia [07:56] yup [07:57] sound system > hardware? [07:57] Kimppa: sound system [07:57] wild guess :) [07:57] sophie: omg! it worked!! BIG Thanx!! === lwizardl [n=chatzill@c-24-23-66-252.hsd1.mi.comcast.net] has joined #kubuntu [07:57] the main tab itself contains a checkbox to disable the sound server [07:57] ok [07:57] lwizardl: did you try sudo dhclient eth1 ? [07:58] acutally, I have "enable sound system" which is checked [07:58] insanekane: yes [07:58] http://pastebin.com/462611 [07:58] Kimppa: yes, uncheck the checkbox to disable it [07:59] lwizardl: which interface is actually connected to your cable modem ? [07:59] lwizardl: eth0 or eth1 ? [07:59] How do I stop Kate from putting dots everywere... it's anoying... [07:59] i also managed to take a picture of the loading screen that says something about failed [07:59] insanekane: eth1 [07:59] insanekane: totem is still giving the same error :/ [07:59] Could someone help me with Konqueror? [08:00] hrmmm, insanekane, checkinstall for both scim-pinyin and scim-tables fails with [install-recursive] Error 1 :/ [08:00] sampan: did you do, sudo checkinstall ? [08:01] lwizardl: the failed is probably the system clock sync [08:01] yes [08:01] I saved a profile for Konqueror, but I don't know how to get Konqueror to use the profile. Any ideas? [08:01] to the ubuntu page [08:01] hehehe, nope ... that might be a problem huh? [08:01] lwizardl: it happens to me too, since i don't setup the interface in /etc/interfaces [08:01] sampan: thats probably the problem [08:02] viperX: Settings->Load Profile not what you want ? [08:02] intresting troll -> http://linux.slashdot.org/linux/05/12/13/1340215.shtml?tid=121&tid=131&tid=189&tid=106 [08:02] insanekane yeah -- working now. :) [08:02] sampan: :) === Elsan [n=geno@MTL-HSE-ppp208249.qc.sympatico.ca] has joined #kubuntu [08:02] the load profile option doesn't show up in my settings menu. === _manveru is now known as manveru [08:02] pagux: dont start on this subject [08:03] viperX: sure you created a new profile ? or just edited the existing one ? [08:03] insanekane, got one more (hopefully last) error -- the ./configure --prefix=/usr fails on skim === pv_ [n=pv@a212-54-25-68.elisa-laajakaista.fi] has joined #kubuntu [08:04] sampan: ./configure prefix=/usr [08:04] sampan: skim used scons [08:04] pagux: hehe inteface nazis! [08:04] skim uses scons [08:04] what can i do i don't want to have to reinstalling the whole os again [08:04] No, i created a new one. It shows up in the profiles folder in my /.kde/config/ folder. [08:04] insanekane ahhhh ... not sure what scons is, but i gather i should just omit the -- to make it work === IULIUS23ro [n=moro@81.181.240.120] has joined #kubuntu === andreas_ [n=andreas@asylet.adsl.no] has joined #kubuntu [08:05] is it possible to make from tar.bz2 *.deb files ?? [08:05] lwizardl: i dont think its a question of reinstall ... for me, i get a 192.168... address at times. all i do is unplug the modem, and plug it back in and try the dhclient again [08:05] sampan: yep (iirc) [08:05] IULIUS23ro: checkinstall [08:05] IULIUS23ro: though its not automatic [08:05] i'll try that again did that for about an hour last night [08:05] insanekane, yeah -- sorry for so many questions -- trying it without the dashes works, but now it needs me to set my QTDIR -- eep [08:06] ty [08:06] sampan: /usr/share/qt3 [08:06] lets see if i'll handle it [08:06] insanekane, okay -- do i append that on the ./configure command line? [08:07] sampan: probably just export QTDIR=/usr/share/qt3 ... then do the configure thing [08:07] sampan: but its wierd ... i never had to do it [08:08] insanekane: i have some tar.bz2 packages and i want to transform its into .deb packages [08:08] sampan: do you have libqt3-mt-dev installed ? if you don't you should install it [08:08] I tried editing the configure file for konqueror, but that didn't work. === ToyMan2 [n=stuq@user-12lcqia.cable.mindspring.com] has joined #kubuntu [08:09] IULIUS23ro: once again what r u trying to install [08:09] sophie_: :) [08:09] insanekane, hrmmm -- well i'm not sure what's going on (obviously, since i had to ask so many question), but here's the latest error: Checking for uic : uic was not found - set QTDIR put it in your PATH ? [08:09] no [08:09] i have some plugins [08:09] sampan: ok, check if you have libqt3-mt-dev [08:09] IULIUS23ro: plugins for [08:09] i will install them with configure&friends [08:10] sampan: ls /usr/include/qt3 has something in it ? [08:10] gyach [08:10] IULIUS23ro: what plugin [08:10] has some body ever installed gnome on kubuntu ? [08:10] pYVoiceChat [08:10] insanekane okay -- lol, that package installs about 30 others too --wheeee [08:10] sampan: :) [08:10] sampan: configure usually just detects everything [08:11] but im wondering if these kind of packages tar.bz2 could be transformed intro .deb [08:11] into [08:11] ;) [08:11] IULIUS23ro: untar, configure, make .. and then instead of sudo make install, do sudo checkinstall ... of course you need the checkinstall package for that [08:11] k [08:12] insanekane, yeah, that's what seemed to be happening on the other packages ... but skim is being a bit of an oddball ;) [08:12] :) [08:12] IULIUS23ro: when doing ./configure --prefix=/usr [08:12] oh yes :) forgot that ... thanks sophie_ :) [08:12] insanekane, okay -- now it's wanting kde includes [08:12] how to I setup the wireless applet so it starts automaticly when I login? [08:12] sampan: same thing ... kdelibs4-dev [08:12] install kde-dev [08:13] sampan: or what sophie says :) [08:13] bipolar: if you logoff with saving your session the applet is going to be there at next boot [08:13] ty [08:13] sophie_: ok. let me play with that. === asraniel [n=asraniel@15.203.203.62.cust.bluewin.ch] has joined #kubuntu === Voodoo_Vibe [n=macke@c-576ee455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu [08:14] insanekane lol ... well kdelibs4-dev needs 12 mbs of d/ls -- kinda hoping that it's getting all the kde-dev stuff === Mez [n=mullen@217.65.151.139] has joined #kubuntu [08:14] ive installed Americas Army but when im gonna start it, it just loads then nothing happens [08:14] Voodoo_Vibe: do you have 3d drivers installed for your card === digits [n=gunnar@c-b049e253.311-2-64736c10.cust.bredbandsbolaget.se] has joined #kubuntu [08:15] sophie: oh it dont take that on Kubuntu install?? thought it did === yudi [n=yudi@202.73.117.111] has joined #kubuntu [08:16] Voodoo_Vibe: nope if you have nvidia card === mrj [n=mrj@nat-ph3-wh.rz.uni-karlsruhe.de] has joined #kubuntu [08:16] sophie: no i have ati radeon === beetlefrosch [n=beetlefr@G1d44.g.pppool.de] has joined #kubuntu [08:16] Voodoo_Vibe: oh no! === aplg [n=Harald@amarok/rokymotion/apachelogger] has joined #kubuntu [08:17] sophie: sounds bad :( [08:17] sophie: worked fine in Mandrake 10.1 [08:17] Voodoo_Vibe: first enable universe repository [08:18] sophie: yes i did that when i got kguitar [08:18] can I speed up the mouse? (not the acceleration, but the overall speed?) [08:19] insanekane, one more problem down, one more arises: Checking for scim-x11utils ... Not Found -- do i need another tarball? === _mrj [n=mrj@nat-ph3-wh.rz.uni-karlsruhe.de] has joined #kubuntu [08:20] <_mrj> i can not understand anything at all [08:20] <_mrj> i have messed up something - my XMMS displays ..... Egyptian eroglyps :) [08:20] Voodoo_Vibe: what cpu r u runnong [08:21] Voodoo_Vibe: [08:21] apt-get install fglrx-control [08:21] apt-get install xorg-driver-fglrx [08:21] apt-get install linux-restricted-modules-$(uname -r) [08:21] sophie: AMD athlon XP if i remember correctly [08:21] <_mrj> hey [08:21] <_mrj> gyus [08:21] <_mrj> guys [08:21] fglrxconfig [08:21] sampan: hmm ... didnt you install the scim already ? [08:21] <_mrj> how can i change [08:21] sampan: you need to install the scim deb if you want to compile skim === FunnyLookinHat [n=funnyloo@harr-b-162.resnet.purdue.edu] has joined #kubuntu === olivier [n=olivier@84-72-104-169.dclient.hispeed.ch] has joined #kubuntu [08:22] hrmmm, i thought i did already [08:22] <_mrj> the ugly motif design that i become when i install xmms through apt-get [08:22] <_mrj> ? [08:22] Anyone see the slashdot post about Linus Torvalds saying KDE rox it more than gnome [08:22] sampan: install it and try again [08:22] FunnyLookinHat: yes [08:22] FunnyLookinHat: so does Mark Shuttleworth [08:22] <_mrj> insanekane: a little HELP here ?:) [08:22] insanekane: w00t! [08:23] _mrj: it would do well not to shout .. [08:23] FunnyLookinHat: dont get me started on the subject I think linus was very unproffesional or was not him at all [08:23] _mrj: but, i don't understand your problem, nor do i have xmms [08:23] <_mrj> insanekane: it is not particular with xmms [08:23] sophie_, albeit unprofessional, I'd prefer the "leaders" of the linux/oss movement to start moving one way or another === nakah [n=nakah@glg95-1-82-233-4-152.fbx.proxad.net] has joined #kubuntu [08:23] sophie_: or maybe he was too pissed off at gnome ? :) [08:23] <_mrj> thats by all new installed apps === lamego [n=lamego@a83-132-143-155.cpe.netcabo.pt] has joined #kubuntu [08:23] _mrj: what does it show ? [08:24] <_mrj> i would like to change the motif design with something more eye-friendly :) [08:24] _mrj: what do you mean egyptian heiroglyphics ? [08:24] _mrj: you changed the style ? system->settings->appearance [08:24] <_mrj> insanekane: something with the fonts, or no idea but the menus of xmms are ..... not normal [08:24] insanekane i reinstalled the scim*.deb ... now when i go to ./configure skim, it doesn't give any errors (but it doesn't even get as far as checking for scim >= 1.3.2. etc...) and a make fails [08:24] very strange [08:25] _mrj: if the problem is with xmms, then i have no idea [08:25] sampan: show me the output [08:25] <_mrj> i have changed : dpkg-preconfigure locales [08:25] FunnyLookinHat: i think so too ;) (to KDE i.e.) :) [08:25] <_mrj> and they was macedonian - i changed it to english [08:26] insanekane, hahahhaa [08:26] <_mrj> since then xmms makes problems [08:26] <_mrj> but it plays === _karl [n=karl@p54B8EA9C.dip.t-dialin.net] has joined #kubuntu === _karl [n=karl@p54B8EA9C.dip.t-dialin.net] has left #kubuntu ["Konversation] [08:27] insanekane http://paste.ubuntu-nl.org/5708 [08:27] <_mrj> only the menus are strange and ununderstandable [08:28] sophie: ok, now its set up. if it should fail to startx, is there a command to run without it? [08:28] sampan: looking [08:29] Voodoo_Vibe: in /etc/X11/xorg.conf [08:29] Voodoo_Vibe: there should be a backup of the file xorg.conf [08:29] sampan: try something ... rm -rf the skim-1.4.3 directory ... untar again, and try [08:29] Voodoo_Vibe: just rename it back to xorg [08:29] sampan: because i have 1.4.3 here, and it works [08:30] sophie: ok, Thanx again for all youre help!! gonna try it now! [08:30] okay -- i can give that a go :) === rocio [n=rocio@85.155.11.231] has joined #kubuntu === hussam [n=Hussam@194.146.153.38] has joined #kubuntu [08:33] insanekane okay, call me silly, but the skim is a .bz2 (not tar.gz) file -- and i can't recall the alphabet soup options for tar with bz2 files :X === bmayolg [n=bmayolg@62-43-11-60.user.ono.com] has joined #kubuntu [08:34] sampan: does it have tar.bz2 [08:34] than tar -xfvj filname.tar.bz2 [08:34] yeah, is it xjvf ? [08:34] sampan: yep [08:35] anybody read this? http://www.osnews.com/story.php?news_id=12956 , Linux Torvalds says KDE is better than Gnome [08:35] kk thanks -- i still forget with bz2 files ... tar.gz i remember, but for some reason i always forget the j in bz2 :/ i'm newb [08:35] hussam: I think we should change the subject to Linus hates GNOME === greg [n=greg@66-168-30-219.dhcp.mdsn.wi.charter.com] has joined #kubuntu [08:36] anyone know where there is no adept package for kdevelop? [08:37] insanekane, i deleted skim dir, untarred, and then here's the output: http://paste.ubuntu-nl.org/5710 [08:37] it's the same thing: scim-x11utils aren't found ... and i know i installed the scim deb (just reinstalled it in fact) [08:37] Stele: kdevelop3 - An IDE for Unix/X11 - development version [08:37] i dont see it in adept [08:37] :( === Voodoo_Vibe [n=macke@c-4871e455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu [08:38] !info kdevelop4 [08:38] !info kdevelop3 [08:38] Stele I've got thepackage did you enavble universe [08:38] kdevelop3: (An IDE for Unix/X11 - development version), section universe/kde, is optional. Version: 4:3.2.3-0ubuntu2 (breezy), Packaged size: 1053 kB, Installed size: 3500 kB [08:38] hmm maybe not [08:38] sophie: seems like it worked but now my sound dont! :) [08:38] how would i enable universe? [08:38] sampan: hmm, let me check why thats happeneing [08:38] !sources [08:38] A list of official repositories can be found at http://paste.ubuntulinux.nl/969 (Hoary) or http://paste.ubuntulinux.nl/2325 (Breezy) - Create your own sources.list at http://ubuntulinux.nl/source-o-matic [08:38] Voodoo_Vibe: sound does not work for america army or in kde [08:38] !repositories [08:38] I guess repositories is How to add repositories: http://wiki.ubuntu.com/AddingRepositoriesHowto See !sources for example sources.list [08:38] :) [08:38] insanekane, okay -- thanks for the patient help btw [08:38] sophie: kde [08:39] sophie: device: default can't be opened for playback (No such file or directory) [08:39] aye got it thanks [08:39] Voodoo_Vibe: did it work before [08:39] sophie: yes [08:39] Voodoo_Vibe: weird === greg [n=greg@66-168-30-219.dhcp.mdsn.wi.charter.com] has left #kubuntu ["Konversation] [08:39] sophie: yeah and i cant run alsamixer anymore [08:40] backup your xorg.conf and use the back one and restart x by doing control-alt-backspace [08:40] to see if sounds works [08:40] sophie: ok [08:41] why isnt universe in the default list? or, why is kdevelop not also available from the default repositories? [08:41] in other words, why did I have to go hunting for it? (just curious) [08:42] sophie: i cant find any backup of it?? [08:45] Voodoo_Vibe: Can u pate your xorg.conf [08:45] not here [08:45] i cant seem to run kdbg anymore [08:46] sampan: look for /usr/lib/libscim-x11utils-1.0.so.8.1.0 [08:46] was this replaced by something else? i just need a GUI replacement for gdb [08:47] sophie: where should i paste it then? [08:47] insanekane no such file or directory [08:47] sampan: ok, go to the scim directory, and check if its therte [08:48] Voodoo_Vibe: http://kubuntu.pastebin.com [08:48] insanekane, which scim directory? the downloaded/untarred one? or the installed one? (i just did an updatedb and locate -- didn't find anything iwth "libscim-x11utils" anywhere on the system) [08:49] sampan: the one in which you built scim [08:49] sophie: ok here it is >> http://kubuntu.pastebin.com/462684 << === PupenoL [n=pupeno@200.123.183.89] has joined #kubuntu [08:49] Hello. [08:50] insanekane that directory has: scim-x11utils.pc and scim-x11utils.pc.in [08:50] I am using apt-ftparchive to make a repository, I configured it like: BinDirectory "ubuntu/breezy/rs/" { Packages "ubuntu/breezy/rs/Packages"; } and I get the error "E: Could not open file ./ubuntu/breezy/rs/binary-i386/Packages.gz.new - open (2 No such file or directory)". Why is it tring to access binary-i386 ? my packages are not there. Or how can I tell dpkg-buildpackage to store them there ? [08:50] sampan: no ... do this ... go to scim-1.4.2/utils/.libs ... do you see the lib there ? [08:51] insanekane, there is no .libs directory in my scim-1.4.2/utils/ [08:51] sampan: err ... do the make thing again :) [08:51] sampan: configure, make [08:51] lol [08:51] sampan: then you will see the .libs [08:51] Voodoo_Vibe: your xorg.conf looks fine did u try to reboot your machine === dat21 [n=dave@82-33-157-19.cable.ubr04.wiga.blueyonder.co.uk] has joined #kubuntu [08:52] insanekane do i need to uninstall the scim-1.4.2 .deb that has already been installed? [08:52] sampan: no .. [08:52] sampan: its wierd that it wasnt installed already [08:52] sophie: Yes, thats what i did after fglrxconfig [08:52] sampan: but anyway === _mrmarcel [n=mrmarcel@p54857B40.dip.t-dialin.net] has joined #kubuntu [08:53] sophie_: Yes, thats what i did after fglrxconfig === IULIUS23ro [n=moro@81.181.240.120] has joined #kubuntu === Elsan [n=geno@MTL-HSE-ppp208249.qc.sympatico.ca] has joined #kubuntu [08:53] Voodoo_Vibe: I dont think the sound issue has anything to do with the ati drive installation [08:53] when an application started from konsole show me segmentation fault what do i have to do to repair it? [08:53] Voodoo_Vibe: did you install something else (kquitar) midi drivers [08:54] Voodoo_Vibe: how did you check that sound was not working [08:54] insanekane do i need to sudo make? i wonder if i forgot that [08:54] sophie_: when i run alsamixer i get this : No mixer elems found [08:55] sophie_: just got kguitar havent tried it yet... i ran xmms and i got an error message at startup [08:55] sampan: do me a favor ... when you do configure, it prints out a set of options at the end [08:55] sampan: please pasty those options === sophie_ [n=sophie@ip062.195-51-69.sogetel.net] has joined #kubuntu [08:55] IULIUS23ro: segfault == some erroneous code .. only the developers can fix it [08:55] Voodoo_Vibe: for some reason putty just did on me [08:56] does anyone know which package has "Kde Includes" [08:56] insanekane http://paste.ubuntu-nl.org/5713 === wincide [n=WeReTheC@92.Red-83-37-69.dynamicIP.rima-tde.net] has joined #kubuntu [08:56] dat21: kde-dev === wincide [n=WeReTheC@92.Red-83-37-69.dynamicIP.rima-tde.net] has left #kubuntu ["AaaAaArrghh!"] [08:57] sophie_ happens to me too from time to time === leafww [n=leafw@dhcp226-12.obee.ucla.edu] has joined #kubuntu [08:57] insanekane the lack of the GUI setup utility is disturbing to me :X [08:57] but if i want to use that application again? [08:58] sampan: normal users shouldn't be compiling :) [08:58] sampan: ok ... did you do "make" ? [08:58] sophie_ kguitar doesnt work very fine just hangs all the time.... is there anyway of uninstalling it then maybe my sound will come back?? [08:59] insanekane, indeed -- but the breezy scim packages broke my system -- so bad i couldn't even kill X -- had to literally pull the plug or powerbutton off every time i'd start scim [08:59] Voodoo_Vibe: sudo apt-get remove kguitar [09:00] insanekane now scim has /utils/.libs/ and that directory does have the x11utils === fulld [n=fulld@71.225.133.122] has joined #kubuntu [09:00] sophie_: ok easy enough! :) gonna try and restart now [09:01] musicbrainz is broken in juk and I'm having a hell of a time following this manual to fix it, is anyone farmiliar with this problem? === Tallia1Kubuntu [n=andrea@cust-65-110-27-27.sfu-reznet.connectwest.net] has joined #kubuntu [09:01] sampan: ok ... copy all the files that begin with libscim-x11utils ... into /usr/lib ... use sudo of course [09:02] fulld u need to install deb packages but i cant remember which one [09:02] insanekane should i make first? or do that before make? [09:02] I found this page http://ubuntuforums.org/showthread.php?t=29370 and I install apt-build [09:02] but I'm having some dependency problems [09:02] sampan: didnt you already do make ? [09:03] sampan: do make first .. then copy the x11utils stuff from utils/.libs/ (not from utils/) [09:03] insanekane, previously, yes. and checkinstall even. scim-1.4.2 is already installed -- just not sure if i need to redo those steps or if this copying can just be done after the fact [09:03] sampan: no need to redo .. just copy [09:03] kk [09:04] done [09:04] retry the skim now? [09:04] yes [09:05] heh, still says those x11utils are not found [09:05] gah === rikva [n=rikva@debiancenter/user/rikva] has joined #kubuntu [09:05] hi there [09:06] i'd like to personalize my system console === Voodoo_Vibe [n=macke@c-ba74e455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu [09:06] i tried to use the vga=ask option [09:06] sophie_: nope, still no sound [09:06] but since the video use VESA, i can choose only little fonts [09:06] sampan: ok ... does scim-1.4.2/ have a file called scim-x11utils.pc ? [09:06] big fonts* [09:06] i'd like to have something more than 80*40 === Chairman_Wow [n=Chairman@194.125.78.250] has joined #kubuntu [09:07] like 130*80? === Chairman_Wow [n=Chairman@194.125.78.250] has left #kubuntu ["Konversation] [09:07] insanekane yep [09:07] do you have any idea on how to change it? [09:07] sampan: ok, do ls /usr/lib/pkgconfig/scim-x11utils.pc [09:10] insanekane "No such file or directory" -- thanks for the help ... i actually need to drive wifey to pick up our car (at the repair shop) -- and i'll tackle this later (probably by uninstalling and starting from scratch) [09:10] any clues anyone on how to install baghira in kubuntu ppc ? [09:10] sources fail to compile in kde 3.40 [09:11] sampan: no ... all you need to do is copy the .pc file i told you earlier, into /usr/lib/pkgconfig [09:11] sampan: then try skim again (the .pc file tells scons where to file libscim-x11utils) === kernoman [n=bryan@82-33-9-8.cable.ubr14.newt.blueyonder.co.uk] has joined #kubuntu [09:12] sampan: anyway, i will be around later tomorrow as well so if it doesnt work, then i can help you [09:12] i have really noisy sound capture via a mic when using kubuntu any ideas why? I have muted all unecessary ports but it crackles big time === pagux [n=pagux@61.246.8.54] has joined #kubuntu === pwolfe [n=pwolfe@ip68-226-191-123.lf.br.cox.net] has joined #kubuntu [09:13] anyone know what package(s) man pages for standard lib functions like "stat" and "mkdir" are? === thomas_ [n=thomas@port-212-202-201-191.dynamic.qsc.de] has joined #kubuntu === thomas_ [n=thomas@port-212-202-201-191.dynamic.qsc.de] has left #kubuntu ["Leaving"] [09:14] has anybody installed gnome on kubuntu ? === Voodoo_Vibe [n=macke@c-ba74e455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu [09:14] pagux: have you asked in #ubuntu ? [09:15] Anybody here's used SuSE before? I used to use SuSE 9.1 before switching to Kubuntu [09:15] sophie_: u still here?? [09:15] One thing I hated about SuSE is that they install kde in /opt/kde3 instead of /usr [09:16] is it safe to remove linux-386 and linux-restricted-modules ?? [09:17] ?? [09:17] i don't understand. [09:17] can the whole system be upgraded to 5.10 from the menus ? [09:18] insanekane: YES [09:18] has anybody installed gnome on kubuntu ? === tetoxs [n=tetox@host44-207.pool8258.interbusiness.it] has joined #kubuntu [09:18] sophie_: is it safe to remove linux-386 and linux-restricted-modules ?? [09:18] pl pl pl help me in logging into gnome [09:19] ita [09:19] i have just installed ubuntu-desktop pakage on kubuntu [09:20] but i am not able to login .....nothing happens when i select gnome ... i have 2 kill xserver :-( [09:20] http://paste.ubuntu-nl.org/5712 [09:20] does anybody knows if is it safe to remove linux-386 and linux-restricted-modules ?? [09:21] has anybody installed SUCCESSFULLY gnome on kubuntu ? [09:21] IULIUS23ro: why would you want to do that? [09:21] winter cleaning on my kubuntu [09:21] i remove all unnecessary packages [09:21] i have really noisy sound capture via a mic when using kubuntu any ideas why? I have muted all unecessary ports but it crackles big time [09:22] IULIUS23ro: if you want to do some cleanup, keep those but run deborphan [09:22] ty === leafww [n=leafw@dhcp226-12.obee.ucla.edu] has left #kubuntu ["http://www.pensament.net/java/"] [09:23] IULIUS23ro: if you want, paste the results of deborphan somewhere [09:24] where? [09:24] kubuntu.pastebin.com === tetoxs [n=tetox@host44-207.pool8258.interbusiness.it] has left #kubuntu [] [09:27] hussam: http://kubuntu.pastebin.com/462730 === vicks [n=chatzill@c-d78870d5.037-42-67626719.cust.bredbandsbolaget.se] has joined #kubuntu === Elsan [n=geno@MTL-HSE-ppp208249.qc.sympatico.ca] has joined #kubuntu [09:28] how can i install alsamixer?? [09:28] anyone know the name of the alsa irc channel (if they ahve one) [09:28] sudo apt-get install alsamixer === PokerFacePenguin [n=joe@208.63.89.187] has joined #kubuntu [09:29] IULIUS23ro: do you have kubuntu-desktop installed? [09:29] yes [09:29] kernoman: #alsa [09:29] IULIUS23ro: then these should be safe to remove [09:30] ty ty ty [09:30] IULIUS23ro: just make sure you always have kubuntu-desktop installed [09:30] k [09:30] and now what do i do? === _StarScream [n=am@87.112.19.41.bbplus.ptn-ag1.dyn.plus.net] has joined #kubuntu [09:30] whats the command line [09:31] how can i install alsamixer?? [09:31] sudo apt-get install alsamixer [09:31] for deborphan to do the cleaning === Mitja [n=Raw_Eate@cpe2-25-116.cable.triera.net] has joined #kubuntu === BlueEagl1 [n=blueeagl@ti541210a080-4216.bb.online.no] has joined #Kubuntu [09:32] kernoman: no, ive tried that [09:32] IULIUS23ro: just sudo apt-get remove [09:33] oki doki [09:34] IULIUS23ro: just keep the linux-386 and the linux-restricted-modules and kubuntu-desktop [09:34] =)) [09:34] k [09:34] i understood === Eismann [n=Gunnar@62-14-82-78.inversas.jazztel.es] has joined #kubuntu [09:35] :)) === aseigo [n=aseigo@kde/aseigo] has joined #kubuntu [09:35] IULIUS23ro: cool [09:35] Voodoo_Vibe: And it doesnt work? [09:35] im a beginer in linux [09:35] pl pl pl help me in logging into gnome [09:35] kernoman: no === bam_ [n=bam@pool-71-108-67-15.lsanca.dsl-w.verizon.net] has joined #kubuntu === jpetso [n=jpetso@193.170.48.226] has joined #kubuntu === jpetso [n=jpetso@193.170.48.226] has left #kubuntu ["[Insert] [09:36] Voodoo_Vibe: be more descriptive - whats teh error? [09:36] kernoman: couldnt find the package [09:37] morning [09:37] Voodoo_Vibe: alsa-utils === CarstenP [n=carsten@i5387094D.versanet.de] has joined #kubuntu [09:37] anyone know whay dvdrip's audio isnt synced after ripping a dvd? [09:38] kernoman: i got that [09:38] how can i disable automount? === pwolfe [n=pwolfe@ip68-226-191-123.lf.br.cox.net] has joined #kubuntu [09:38] or change automount in that way that i can write on my compact flash cards? [09:38] Voodoo_Vibe: ok try installing alsamixergui === gerardocb is away: Away at the moment === gerardocb is now known as gerardcb_away [09:41] kernoman: i installed it but still cant run alsamixer [09:42] kernoman: it dont show my card [09:42] Voodoo_Vibe: do you have an onboard card and an aditional pci card installed? === jrattner1 [n=jrattner@uhartford216124.hartford.edu] has joined #kubuntu [09:42] kernoman: onboard via === pagux [n=pagux@61.246.8.194] has joined #kubuntu [09:43] Voodoo_Vibe: Is sound working at all? [09:43] kernoman: no sound at all [09:44] Voodoo_Vibe: is alsa running? [09:44] has noone an idea for the mount thingie ? (ich habe sogar ne kasette!!) [09:44] kernoman: dunno, how do i check that?? [09:45] I am still amazed at how much more reponsive kde is over gnome on the same ubuntu install. [09:45] wowo === viperX [n=khalif@WS-ESR1-66-117-224-7.fuse.net] has joined #kubuntu [09:47] Does anybody know what's up with the kde-look.org site? [09:47] Voodoo_Vibe: do an lsmod first to see if any modules ahve been loaded i.e. soundcore then just do a /etc/init.d/alsa-utils restart and that will start it if it not already running. I think all you will need to do is find out what module needs to be laoded for your card and youll be sorted === StR [n=str@66.201.182.70] has joined #kubuntu [09:50] Has anybody been able to connect to kde-look or kde-apps? [09:50] so , i have this compact flash card reader for my mp3 files. but i cant write any mp3 files on it, because, it only mounts read only. how can i change that ? it is not ntfs it is fat-irgendwas === StR [n=str@66.201.182.70] has left #kubuntu ["Konversation] === mwe [n=mwe@port462.ds1-ynoe.adsl.cybercity.dk] has joined #kubuntu [09:50] kernoman: error when restartin: Cannot open /var/lib/alsa/asound.state for writing'. [09:50] can someone confirm if kde-look.org is down? [09:51] is down [09:51] its down [09:51] damn [09:51] I haven't been able to coonect for the past three, four days. [09:51] really [09:52] Voodoo_Vibe: that means its not running so just do start rather than restart [09:52] yeah. I'm trippin cause I'm lookin for this karamba that is apparently only on the site. [09:53] oh. too bad [09:53] SOOOOO frustrating... [09:54] Voodoo_Vibe: any luck? [09:55] Are there any other sites that stock links to apps and other things for KDE? === aseigo_home [n=aseigo@S0106001346471bcf.cg.shawcable.net] has joined #kubuntu === Whitman [n=a@cpc2-cdif3-4-1-cust48.cdif.cable.ntl.com] has joined #kubuntu === VincentMX [n=vincent@c3eea3f6b.cable.wanadoo.nl] has joined #kubuntu [09:56] hi [09:56] bye all [09:58] Hi, I'm using Kubuntu Breezy and I've got a problem with the System Settings application, the window isn't big enough to show all of the buttons/text buttons etc, resizing the window just shows the icons in the system settings panel. === sophie_ [n=sophie@ip062.195-51-69.sogetel.net] has joined #kubuntu === theD3viL [n=geek@BSN-77-90-27.dsl.siol.net] has joined #kubuntu === theD3viL [n=geek@BSN-77-90-27.dsl.siol.net] has left #kubuntu ["Odhajam"] === theD3viL [n=geek@BSN-77-90-27.dsl.siol.net] has joined #kubuntu === theD3viL [n=geek@BSN-77-90-27.dsl.siol.net] has left #kubuntu ["Odhajam"] [10:03] Whitman: that's not the only problem with system settings. some settings are missing all together. I use good old kcontrol instead === Knowerrors [n=stormsur@Node184-175-53-66.1dial.com] has joined #kubuntu [10:04] I've found the settings in Konqueror now. === _michael [n=michael@129-35.243.81.adsl.skynet.be] has joined #kubuntu [10:04] Anybody know a good video program that will join wmv files and produce an mpeg from them? [10:05] Whitman: ok. things like splash screen configuration are still missing in system settings, though [10:06] Knowerrors: you are aware that converting from one compressed format to another will cause loos of quality? [10:06] yeah, I really just want to join them, but I assume the program has to decompress to avi to join them === _mrmarcel is now known as mrmarcel === duri [n=mduregon@c-67-169-193-158.hsd1.or.comcast.net] has joined #kubuntu [10:07] Knowerrors: avi is just a container.. [10:08] hello. I have an ubuntu 5.10 desktop that I have converted to kubuntu through apt-get and the metapackage. I run KDE but I still I get a couple of memory-hungry processes related to Evolution (that I do not use). where are they launched ? how can I turn them off ? [10:10] so in #ubuntu theyre telling me to cat the wmv files together, sound good? [10:10] no [10:11] sounds like they're joking around with you [10:11] tell them the smart kubuntu guys calls bs on their idea [10:12] hehe, it sounded too easy... why andreas_ won't that work, and what should I do instead? === LjL [n=ljl@62-101-126-215.ip.fastwebnet.it] has joined #kubuntu === aseigo_home is now known as aseigo === chaoticgeek [n=nugget@131.183.236.23] has joined #kubuntu === seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #kubuntu [10:15] <_michael> duri, you could uninstall evolution, if that's not too easy... === Spudchat [n=spud@ppp-69-222-155-10.dsl.chcgil.ameritech.net] has joined #kubuntu [10:16] ok . thanks _michael === duri [n=mduregon@c-67-169-193-158.hsd1.or.comcast.net] has left #kubuntu [] === james [n=james@c-24-23-66-252.hsd1.mi.comcast.net] has joined #kubuntu [10:17] hi === james is now known as lwizardl [10:18] i just reformated and redid the kubuntu install because of the network glitch i had today [10:18] so how do i install the nvidia software again? === chaoticgeek [n=nugget@131.183.236.23] has joined #kubuntu === ascay [n=ascay@xdsl-87-78-10-148.netcologne.de] has joined #kubuntu === adrianoc [n=adrianoc@c911904d.bhz.virtua.com.br] has joined #kubuntu === arafat [n=arafat@p549806BC.dip0.t-ipconnect.de] has joined #kubuntu [10:28] ernoman: u still here?? [10:28] kernoman: u still here?? === _StarScream [n=am@87.112.19.41.bbplus.ptn-ag1.dyn.plus.net] has joined #kubuntu [10:29] Voodoo_Vibe: he left 33 mins ago... [10:29] djk_: oh crap..... === PokerFacePenguin [n=joe@208.63.89.187] has joined #kubuntu [10:31] can someone help me? i cant start alsamixer ive downloaded alsa-utils and alsa-base. and alsa is running but i get "No mixer elems found" when i run it? [10:31] and i have no sound at all [10:32] it worked before then i installed kguitar and fglrx then it didnt work anymore [10:34] andreas_: you still here? why not cat? what to use instead to join wmv files? [10:36] <_mrj> hey [10:36] <_mrj> friends [10:37] <_mrj> how i should install a cyrrilic support in kubuntu ? === digits [n=gunnar@c-b049e253.311-2-64736c10.cust.bredbandsbolaget.se] has joined #kubuntu === _seldon [n=seldon@169.Red-83-61-164.dynamicIP.rima-tde.net] has joined #kubuntu === _seldon [n=seldon@169.Red-83-61-164.dynamicIP.rima-tde.net] has left #kubuntu ["Konversation] [10:41] <_mrj> !firefox1.5 [10:41] firefox1.5 is probably at https://wiki.ubuntu.com/FirefoxNewVersion === james [n=james@c-24-23-66-252.hsd1.mi.comcast.net] has joined #kubuntu [10:42] !nvidia [10:42] I guess nvidia is at https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia or http://ubuntuforums.org/showthread.php?t=57368 === thomas_ [n=thomas@port-212-202-201-191.dynamic.qsc.de] has joined #kubuntu [10:43] _mrj: try http://www.ubuntuforums.org/showthread.php?t=99004&highlight=arnieboy+firefox+1.5+script , much easier way to get ff 1.5 === Tallia1Kubuntu [n=andrea@auth3.sfu.ca] has joined #kubuntu [10:46] <_mrj> Knowerrors: and could you help me for something else === andre is now known as andre^off [10:46] <_mrj> i wish to change the GUI to newly installed apps [10:46] ? what do you mean [10:46] <_mrj> example: when i install xine, mplayer oder xmms oder even firefox [10:47] <_mrj> they are in that old motif style [10:47] <_mrj> how could i change that [10:47] <_mrj> ? [10:47] firefox you can change, other two can't really be auto "skinned" === esauro [n=esauro@80-102-58-50.lpa1.dialup.uni2.es] has joined #kubuntu === esauro [n=esauro@80-102-58-50.lpa1.dialup.uni2.es] has left #kubuntu ["Konversation] [10:48] for firefox, go to system settings, appearance, gtk looknfeel, there choose make gtk look like kde and use kde fonts [10:48] kde system settings that is === vicks [n=chatzill@c-d78870d5.037-42-67626719.cust.bredbandsbolaget.se] has joined #kubuntu [10:51] <_mrj> no that didn't help [10:52] <_mrj> and my xmms player is showing strange fonts [10:52] <_mrj> all the menus are strange [10:52] xmms is gtk1 I think still [10:52] <_mrj> i can not read a bunch [10:52] <_mrj> ... [10:52] <_mrj> i have touched the locales [10:52] the gtk look and feal thing only works on gtk2 [10:52] <_mrj> and since then it does not work correctly === nmorse [n=nmorse@129.244.128.142] has joined #kubuntu [10:53] <_mrj> kosh: it is possible with gtk 1 too [10:53] <_mrj> i have made it a long ago [10:53] Anyone know of a good way to roll back packages to hoary without just manually downloading them all and using dpkg? [10:53] <_mrj> on Knoppix [10:53] <_mrj> i have installet something ... === The_Ace [n=erik@dslb-088-072-033-102.pools.arcor-ip.net] has joined #kubuntu === Voodoo_Vibe [n=macke@c-937ae455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu [10:53] <_mrj> and then executed soem command [10:53] <_mrj> and it worked [10:53] <_mrj> but i have forgotten what have i installed [10:53] nmorse: you can use apt pinning to prioritise hoary [10:53] I'm having trouble convincing the apt-pinning to work. [10:53] what's the stanza you're using? [10:53] I have it all set to use hoary at priority 1001. [10:54] I have to admit I stopped using xmms long ago [10:54] Hang on while I get the actual file up. [10:54] anyone else having trouble starting Americas Army?? the AA logo comes up and is loading but then it just closes [10:55] Package: * [10:56] Pin: release a=hoary [10:56] Pin-Priority: 1001 === martin [n=martin@83-65-245-243.dynamic.xdsl-line.inode.at] has joined #kubuntu [10:56] and you're using dist-upgrade? === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #kubuntu === Knowerrors [n=stormsur@Node93-175-53-66.1dial.com] has joined #kubuntu [10:56] Yeah. [10:57] <_mrj> kosh: what are you using then instead ? [10:58] _mrj: for firefox look and others like synaptic and openoffice, go to kde system settings, appearance, gtk looknfeel, and select look like kde and use kde fonts === roconnor [n=roconnor@i129246.upc-i.chello.nl] has joined #kubuntu [10:58] I am using amarok since it can do 7.1 output [10:59] anyoneknow a good place to grab a dictionary file? === Voodoo_Vibe [n=macke@c-937ae455.54-0015-74657210.cust.bredbandsbolaget.se] has joined #kubuntu === kkathman [n=kvirc@h-66-167-142-164.dllatx37.dynamic.covad.net] has joined #kubuntu [10:59] sudo apt-get install aspell-en [10:59] <_mrj> Knowerrors: i am not an IDEOT - i have tried that a lot of times - it does not working [10:59] <_mrj> ! [10:59] _mrj: Did you get hit by a windmill? [10:59] <_mrj> :) [10:59] =) [11:00] _mrj: lol [11:00] how do i install FireGL support for my ATI control panel?? [11:00] kosh: hmm, I use amaroK because the interface is just what I like to use [11:00] <_mrj> kosh: - amarok says to me : not supported format mp3 .... download an apropriate plugin [11:00] kosh: I don't see any point to have more than stereo output ;( [11:00] <_mrj> !amarok plugins [11:00] _mrj: Do they come in packets of five? [11:00] <_mrj> ahahahaheheeh [11:00] <_mrj> :) [11:00] Tm_T: I switched to it since it can use the xine engine and xine supports 7.1 output [11:01] _mrj: try sudo kcontrol and do it, thats what I had to do to get it to work [11:01] _mrj: what engine [11:01] kosh: so? [11:01] <_mrj> Tm_T: i wanna be able to play mp3 in amarok [11:01] _mrj: yeah ubuntu does not include mp3 support by default but instructions on how to do it are on their site [11:01] _mrj: get the amarok-xine engine, gstreamer is default one and sucks [11:01] _mrj: yes, what engine you're using in amaroK [11:01] Knowerrors: it doesn't [11:02] I'm still wondering why Kaffeine uses gstreamer by default in Kubuntu. [11:02] Knowerrors: if it sucks in your pc, it doesn't mean it sucks everywhere [11:02] That just doesn't make any sense. [11:02] nmorse: ubuntu legacy maybe [11:02] https://wiki.ubuntu.com//RestrictedFormats [11:02] Tm_T: alot of people have same problems with gstreamer, xine seems to work on more machines without fooling around [11:02] xine is the default for amarok [11:02] if xine can be found that is what it will use by default [11:03] xine needs to be the default for kaffeine again [11:03] how do i install FireGL support for my ATI control panel?? [11:03] <_mrj> Knowerrors: nope does not work [11:03] has anyone here setup the ISP ubuntu server? [11:03] _mrj: what, the gtk thing? [11:03] the one on howtoforge? === pperez [n=pperez@64.233.178.4] has joined #kubuntu [11:04] _mrj: I assume you have gtk2-engines-gtk-qt installed [11:05] <_mrj> Knowerrors: yep [11:05] <_mrj> yes i have [11:05] <_mrj> Knowerrors: you are assuming right :) === alberello2005 [n=natino@host11-48.pool8261.interbusiness.it] has joined #kubuntu [11:05] <_mrj> what am i supposed to do now _ [11:05] <_mrj> ? [11:05] Hello Everyone, I am getting a very interesting error message by kpdf: "Bogus memory allocation size" [11:05] has anyone seen this before? === BloodHawk [n=fysa@6532238hfc61.tampabay.res.rr.com] has joined #kubuntu [11:06] omg! ive installed the fglrx for ati cards but graphics is lagging alot! did i do anything wrong?? [11:06] _mrj: try sudo systemsettings, might work? [11:06] nmorse: a= isn't going to work [11:06] Okay. [11:06] What do I need to do then? [11:06] <_mrj> it is there one command [11:06] <_mrj> gtk-something [11:07] <_mrj> that allows to change the style [11:07] <_mrj> does anyone knows it [11:07] <_mrj> Knowerrors: ok [11:07] nmorse: l=Ubuntu [11:08] <_mrj> Knowerrors: nope not working [11:08] _mrj: is this a fresh breezy install? [11:09] crimsun: still not working. [11:09] It just wants to move the kernel to 2.6.10-5 [11:10] nmorse: do you _only_ have hoary deb lines in /etc/apt/sources.list? [11:11] Yep. [11:11] <_mrj> breezy yep [11:11] <_mrj> Knowerrors: breezy yep === XamDM [n=lars@p54A4F43D.dip.t-dialin.net] has joined #kubuntu [11:12] nmorse: dpkg -l apt|grep ^ii [11:14] 0.6.40.1ubuntu9 === jager [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [11:15] hmph === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu === _jag [n=jag@user-12l2ugq.cable.mindspring.com] has joined #kubuntu [11:18] did you pass -t hoary? [11:18] http://www.nomachine.com/news_read.php?idnews=171 [11:18] http://www.nomachine.com/sources.php [11:18] "Third Maintenance Release of the NX 1.5.0 Server Packages" [11:18] (includes [K] Ubuntu fixes and new components) [11:18] _mrj: don't know about your gtk engine problem, but for xmms and some others, try kde-look.org , in the "other" section they have skins [11:21] crimsun: I'm just removing all X packages and the fglrx package and reinstalling them. === Whitman [n=a@cpc2-cdif3-4-1-cust48.cdif.cable.ntl.com] has left #kubuntu [] === chopemax [n=chope@201.217.183.72] has joined #kubuntu [11:26] hi, how advisable is to have a firewall under linux? === miguev [n=miguev@85.155.34.83] has joined #kubuntu [11:28] hi === MrClever [n=james@frodo.grayonline.id.au] has joined #kubuntu [11:32] miguev, imagine if every user as answered you back "hi", and answer every user hi. We'd go into an endless whirl of hi's. Just ask away. === LadyNikon [i=nikon@judecca.aculei.net] has joined #kubuntu === LadyNikon [i=nikon@judecca.aculei.net] has left #kubuntu [] === war-totem [n=bender@CPE0040052e5c4c-CM0f1029953548.cpe.net.cable.rogers.com] has joined #kubuntu === Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #kubuntu === rapi-doh [n=rapi-doh@spc1-seve5-5-0-cust18.asfd.broadband.ntl.com] has joined #kubuntu === chopemax [n=chope@201.217.183.72] has joined #kubuntu === u [n=u@p54AE0A9F.dip0.t-ipconnect.de] has joined #kubuntu === MrClever is now known as MrClever-away [11:42] mahlzeit. [11:42] hi, I didn't configure my network during install, how can i do that now? === _kay [n=kay@p54A3A9EC.dip0.t-ipconnect.de] has joined #kubuntu === james [n=james@c-24-23-66-252.hsd1.mi.comcast.net] has joined #kubuntu [11:44] <_kay> still no kdevelop3 in kubuntu dapper :( [11:44] <_kay> Evening :) === rapi-doh [n=rapi-doh@spc1-seve5-5-0-cust18.asfd.broadband.ntl.com] has joined #kubuntu [11:45] c u === u [n=u@p54AE0A9F.dip0.t-ipconnect.de] has left #kubuntu ["Konversation] === Coolio10 [n=Coolio10@CPE0040ca74d9df-CM000a739b54a4.cpe.net.cable.rogers.com] has joined #kubuntu [11:45] ok i need help resetting up my install i had a system glitch that wouldn't let my network use anything [11:45] how do i add screen resolutions? [11:46] james what went wrong === kalenedrael [i=18103-id@c-24-34-72-14.hsd1.ma.comcast.net] has joined #kubuntu [11:46] i screwed up three of my installs so i would porbably know === EricBetts|alt [n=bettse@c-24-21-35-200.hsd1.or.comcast.net] has joined #kubuntu === zorba64 [n=zorba64@dsl-210-211-115-140.qld.veridas.net] has joined #kubuntu === Coolio10 [n=Coolio10@CPE0040ca74d9df-CM000a739b54a4.cpe.net.cable.rogers.com] has left #kubuntu [] === djib [n=djib@brusa.chu.cam.ac.uk] has joined #kubuntu === war-totem [n=bender@CPE0040052e5c4c-CM0f1029953548.cpe.net.cable.rogers.com] has joined #kubuntu === Nerened [n=Nerened@c-24-21-184-170.hsd1.or.comcast.net] has joined #kubuntu === oscar [n=oscar@169.red-213-37-239.user.auna.net] has joined #kubuntu === bobbyd [n=bobby@i-195-137-31-171.freedom2surf.net] has joined #kubuntu === PokerFacePenguin [n=joe@208.63.89.187] has joined #kubuntu [11:55] guenas === redguy [n=mati@add40.neoplus.adsl.tpnet.pl] has joined #kubuntu [11:55] tengo problemas con la tarjeta de sonido alguien puede ayudarme? === _jkop [n=jkop@M366P004.adsl.highway.telekom.at] has joined #kubuntu [11:56] hello? [11:57] can some help me with getting the nvidia drivers installed correctly [11:57] algun espaol? === durga [n=durga@dialin-207-112-29-7.tor.primus.ca] has joined #kubuntu [11:58] Nadie habla mi idioma? [12:03] !nvidia [12:03] hmm... nvidia is at https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia or http://ubuntuforums.org/showthread.php?t=57368 === redguy [n=mati@add40.neoplus.adsl.tpnet.pl] has joined #kubuntu