[00:00] think43: If you want to have a custom set of icons you can put them in ~/.icons/ as well [00:00] think43: did you try docky yet? [00:01] genii, no luck ... still got one finger .. [00:04] sithlord48: its kcm-touchpad === dendro-afk is now known as dendrobates [00:05] robin0800, i don't have that... [00:05] robin0800, kde 4.3.5 [00:06] sithlord48: no you have to install it [00:06] terran4000: No, let me see, i think I did a search in the package management and it was there [00:06] think43: to get docky you'll have to add a new repo :-P [00:06] robin0800, do you know the package cause i am not finding kcm-trackpad [00:06] I found docky to be the best dock all around [00:06] terran4000: oh, where is the howto onthat? [00:07] think43: one sec, I'll get it to you [00:07] terran4000: thanks [00:07] sithlord48: its touchpad [00:07] think43: deb http://ppa.launchpad.net/samrog131/ppa/ubuntu karmic main [00:07] add that [00:07] at least I think that's the correct repo o.o [00:08] if it is, let me know so I can comment my own source list :-P [00:08] terran4000: I never did that before, just add to /etc/apt/souces.list, and apt-get update, and then go back to kpackagemanager [00:08] yeah, just add it to sources.list [00:08] then apt-get update [00:08] and then apt-get install docky [00:08] of course sudo first :) [00:09] robin0800,i found the repo [00:13] sithlord48: sudo aptitude install kcm-touchpad is easier IMHO === tanielo is now known as Stoney [00:13] How do I edit sources.list, it is write protected? [00:13] robin0800, for some reason i can't find the package after adding th repo... [00:13] think43: you generally need elevated privileges, e.g., using sudo/kdesudo [00:14] /quit [00:14] crimsun: I tried sudo emacs /etc/apt/sources, but it didn't work [00:14] think43: /etc/apt/sources isn't valid (by default) [00:14] think43: i.e., it doesn't exist in a default install [00:14] think43: easiest way for your to add a repo [00:14] sithlord48: see comment above [00:15] is to do it through the add and remove software thingy [00:15] robin0800, there is no package for karmic... [00:15] crimsun [00:15] crimsun: not sure what you mean [00:15] crimsun: how do I add repo, cause I wanna install docky [00:16] think43: generally, use add-apt-repository [00:16] crimsun: thanks [00:16] crimsun: but generaly, for future reference, how do I edit system files? [00:17] sithlord48: https://launchpad.net/~mishaaq/+archive/ppa/ [00:18] think43: see above: use sudo/kdesudo (depending whether it's a cli or gui app) [00:19] crimsun: ok thanks [00:20] robin0800, the jaunty version seams to work for karmic as well just had to dl and install w/ dpkg thanks [00:29] say you wanna edit /etc/apt/sources.list, on debian, I used to do su, and then emacs /etc/apt/source.list, how do I do that on kubuntu [00:33] <_nik_> kdesudo kate /etc/apt/sources.list [00:33] <_nik_> or just sudo nano /etc/... [00:34] _nik_: ok, it doesn't work with emacs eh? [00:34] <_nik_> depands on which editor you prefer [00:34] <_nik_> have you emacs installed? [00:35] _nik_: yeah [00:35] <_nik_> try it with emacs [00:35] <_nik_> it's the same syntax [00:35] <_nik_> kdesudo for gui-programms [00:35] _nik_: there we go, its working now, I could swear I did the same thing before, let me scroll back and see [00:36] oh, I only did su, not sudo [00:59] Anyone find an Ubuntu package for lqde docker? [01:01] I've downloaded a .ko file that enables my wireless; but I have to "insmod" it after every reboot. I am new to linux, but understand basics. Can anyone guide me through loading this module at boot? [01:02] I've tried to add an entry in /lib/modules/version/modules.order pointing to the file, but that didn't seem to work. [01:07] Would anyone mind helping me out? I'm a Linux newb and trying to get a downloaded driver to load at startup; I could write a shell script that would do it easily enough, but I want to do things "correctly". [01:13] hey people [01:13] do you know good place to ask simple mysql query ? [01:16] werber: what type of wireless card? maybe someone here with similar hardware can suggest the best way to get you up and running [01:16] It' [01:17] It's a Broadcom 4322; I actually downloaded a driver from Broadcom which works; it's just that I have to manually load the driver after every reboot, by typing "insmod wl.ko" (wl.ko is the name of the driver); I'd like to avoid that if possible. [01:18] I mean, it's easy enough to type one line at the Konsole; but I'm a tech guy that's new to Linux...and I'd really like to learn the details, if possible. [01:18] Jamesey: I'm not a SQL pro or anything, but maybe I can help. What's the query you have in mind? [01:22] Kind of a dead chatroom, huh? [01:29] hey [01:29] I have pretty simple query [01:29] that for some reason dont want to show correct ouput [01:29] I have 2 tables [01:30] first has field1 with timestamp in varchar(10) type field [01:30] second is field2 tinyint(3)type wiwth number of days [01:30] query is like: [01:31] SELECT t1.field1, t2.field2, field1+field2*24*3600 as OUTPUT [01:31] I need go get field1 + number of days from field2 [01:32] and that doesn't work... [01:44] Is create link to applincation in kubuntu 9.10 the same as creat new launcher in ubuntu 9.10? [01:45] teage: create link makes a symlink to the one in /usr/share/applications. so you cant edit it without sudo [01:45] ic [01:45] there's also "copy" i think. that's like "create new launcher" in ubuntu [01:45] thanx [01:45] teage: get that part too? [01:46] yes i did [01:53] How does this chat work? I mean, what is Operator? and are you all just ordinary users with some know how to share? or are you Official kubuntu/Ubuntu reps? [01:53] teage: Yes. [01:54] Daughain: Yes to what? which part of my question ? [01:54] teage we're users with some know how to shares. I believe that a couple of the operators are employed by ubuntu, but i'm not sure [01:55] or in my case useres with many questions to ask :p === Malin- is now known as Malin_ [02:00] ok, one question that bugs me is, why is it that i have to specify the ./ in some programs. I mean take for instance, gooscan, Im in the directory and the program is called "gooscan" not ./gooscan [02:02] . is the folder you are currently in. so basically if you do ./gooscan it reads as gooscan in currentfolder. I would expect them to be identical honestly [02:03] Yes, I would too [02:03] But sure enough. [02:03] they are not [02:04] even the examples show "gooscan" and then the argument [02:04] but if you simply type just gooscan i will get an error [02:05] I have to specify ./ [02:05] then it works [02:07] teage: easiest reason I can think of is, that if you use a command in konsole, then konsole will look in the folders specified in path for that command. if it does not find it in those folders, it will throw an error [02:07] when you use ./ then you give a complete path of the file and konsole needs not look at the path variable [02:10] teage: because your current directory is not in your path [02:11] ic [02:11] if it is like /usr/bin, then you don't need ./ [02:12] Its not a big deal or anything, Just that it threw me for a loop till i figured out i had to add the ./ [02:13] does anyone else gut flash freezing in konqueror after pausing a video? [02:16] I only have problems when desktop effects are enabled. [02:17] teage: ah I might check that out. could be related. i have desktop effects enabled [02:18] teage: ./ is a shortcut for current directory [02:19] kaddi: For me, desktop effects run smooth under gnome, but with kde i have problems. I wish i could have wobbly windows. [02:19] kde makes up for it though, at least for me it does [02:20] teage: i have no problems with desktop effects currently *knock on wood* I have all kind of other problems though :p [02:20] but kde rocks, i wouldn't give it up :) [02:20] i lived through intel support in jaunty, I'll survive that as well :p [02:20] gnome gives me little freeze glitches and kde runs smooth. [02:20] kaddi: no prob here with youtube [02:20] j/k [02:21] I love kde, but dolphin doesnt like any of my systems. [02:22] lucitu: i watch a lot on wisevid.com and i get frequently greyed out window, after I pause the video for loading [02:22] kaddi: let me try that [02:22] kaddi: are you using konquerer [02:22] teage yes [02:22] hmmm [02:23] i use firefox for most of my stuff, its faster. donwquer has nice tools so i keep them both close [02:23] lucitu: actually it could also be the flash ads and not the video that cause the problem.. [02:23] kaddi: just tried it and no problem [02:24] it's on pause right now [02:24] btw i'm on lucid [02:24] 64-bit [02:24] ah, I'm still on karmic and 32bit [02:25] lol, probably not the best basis to look for someone to reproduce it :p [02:25] lucitu: can you still use all the same apps with 64? [02:25] kaddi: absolutely [02:25] Hi [02:26] lucitu: whats the main difference? graphics? [02:26] How could I make in Dolphin folders NOT show their content? [02:26] anyhow killing nspluginviewer off and reload the page usually fixes the problem. I even think the video continues to load after the flash-window is greyed out [02:26] kaddi: a lot snappier..never looked back since 4yrs [02:26] lucitu: teage is asking about 64bit :p [02:27] kaddi: ooo sorry [02:27] no problem ;) [02:27] just thought I'd mention it ;) [02:27] teage: yes 64-bit is a lot snappier [02:28] teage: never looked back since I used it 4 yrs back [02:29] flash's been getting a lot of negative publicity on 64bit the last years, no? Is it working now? [02:29] kaddi: why are u using nspluginwrapper if you are using 32-bit? [02:30] lucitu: good question, I've never really used konqueror much.. just used it over the week-end (and today) cause I wanted to save my Firefox session unchanged :p [02:31] kaddi: flash has been 64-bit native for quite sometime [02:32] and it's very good [02:32] he, nice :) [02:32] has anyone tried lxyde? thats like a mini kde right? [02:32] i'll probably do a reformat for lucid, wanna give grub2 and ext4 a try and i'll probably do an upgrade to 64bit as well [02:33] I am gonna try running it on my old x-box [02:33] listen to your box..if it's 64-bit cpu then go 64-bit [02:34] taege: did u mean lxde? [02:34] lucitu:yes [02:34] lucitu: it is. and it even has 4Gb of RAM in it now.. I've just been waiting for the right occasion ;) [02:34] lucitu: how do you listen to yer box [02:35] teage: i mean don't listen to fud about 64-bit [02:36] How do you check if you have 64bit capibility? [02:36] kaddi: my lap is an old compaq..2G ram ati xpress200m and composting is funtastic with plain vanilla radeon driver [02:37] teage: uname -a [02:37] lucitu: yeah, very very sadly I have intel chips on my laptop and that has not been to well supported the last couple of month [02:37] it was fine back in intrepid [02:38] teage: are you asking how to check if you have 64bit installed? or how to check if you have a 64bit processor? [02:38] dose not say anything about 32 bit or 64 bit [02:38] teage: you shud see something like x86_64 [02:38] hmmm [02:39] here is the outcome- teage@teage:~$ uname -a [02:39] Linux teage 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux [02:39] u have a 32-bit [02:39] kernel [02:40] teage: lshw -C cpu will give you info about your processor. more than likely it is 64bit, unless it's really old [02:40] teage: lshw will show your hardware [02:41] there is a part that says width: 64 bits [02:41] is what i am looking for right? [02:41] teage: that's it.. you have 64-bit cpu [02:41] i has a 32bit cpu on my old laptop :p I found out when i tried to installed a 64bit OS the other day :p [02:42] i will try the 64 [02:42] is there a way of upgrading to 64 without loosing my current install? [02:42] teage: no [02:42] darn!! [02:43] teage: how big is your HD? [02:43] you can create a separate partition [02:43] 164 gig [02:43] lucitu: what would be the minimum size suggested for a 64bit install? [02:43] that's more than enough [02:44] 10 gig is more than enough === bobby_ is now known as xiven [02:45] k, i should be able to find that space somewhere :p I suppose that means I should store /home on a different partition, though? [02:45] hey guys! and gals i guess [02:45] Hello [02:45] all the gals in the room HOLLA!!! [02:45] hi NikofTime .9 [02:46] I was wondering if there are any KDE Linux projects that need a hand in development, or have been discontinued with an interest in revival? [02:46] kaddi: if you want yes [02:46] yo kaddi_ ! [02:46] hey guys [02:46] xiven: you mean you want to volunteer? [02:46] so i have been "obtaining" some discographies on torrent [02:47] and some of the filenames contain characters like that ae together and some other symbols that make the files imposible to move/rename/delete [02:50] thanx for all the help ppl. goin to bed. see ya. === dimitris is now known as anypotaktos === _RaNdY is now known as RaNdY === Rav3nSw0rd is now known as Nev3rM0re === Nev3rM0re is now known as Rav3nSw0rd [03:28] hello world [03:39] w0rd [03:48] Need to set up an XP VM, any suggestions where to start? [03:48] If you run kubuntu, you cannot install gnome? [03:48] think43: You can run both, yes. [03:49] think43: If oyu are in kubuntu, its apt-get install ubuntu-desktop, as I recall. [03:49] Daughain: hmm, I get an error when I try: gnome-desktop-environment: Depends: fast-user-switch-applet (>= 2.22.0) but it is not installable [03:49] Daughain: oh, I see [03:49] think43: Ya, you need to install the environ before you can run it. =z) [03:50] Daughain: You know, I had debian on here, and then when I installed Kubuntu, it kept some of my previous kde 4 settings, but I was expecting it to be formatted [03:51] think43: Couldnt tell ya. Though, I;ve seen some equaly strange things happen. =) [03:52] think43: I beleive te install looks to see what is already on the system, and leaves that alone, least thats how my experience makes it look. [03:54] Daughain: yeah, it checked and copied settings, and then formatted and installed over after that [03:54] Daughain: I was surprised [03:54] * Daughain nods. [03:54] SO was I. =) I was expecting to have to rebuild everything. [03:58] it was just some settings [03:59] think43: For me it was a lot more than that, but, I was also doing a reinstall. [04:00] Daughain: it is quite awesome, but what if you re-installing cause you screwed up all the setting, and you want to go back to defaults. :( [04:01] think43: No, I managed to delete something I shouldnt have. =) [04:01] My settings were fine. [04:01] One of the problems you can encouter in removing stuff via synaptics, if ya arent careful [04:01] Daughain: really, in Linux systems, you should never re-install, it is supposed to outlive its hardware [04:02] think43: I;ve been using linux for 2 months. :P [04:02] When I delete something and all I can access is cli, I need to reinstall. [04:02] Daughain: Things can get messy though, so I prefer re-installing [04:03] * Daughain nods. [04:04] I was on debian, and then I moved to backports, then I put testing kde 4, then I said, might as well dist upgrade, but it wouldn't work. I bet a pro could get it upgraded a lot easier than re-installing, but for me, to make pro move take 100 mistake, and two days before it works, and a re-install is just 35mins [04:04] Looking into VM right now. [04:05] think43: Ya, I dont ecen have enough background right now to even try making it work, so, I have no other option, no worries though. =) [04:05] Now I am on Kubuntu, cause I wanted kde 4 which is awesome, but I want avant-window-navigator even more, and I think it works better on gnome, so I am downloading ubuntu [04:06] Actually, its just the interface that changes.......I ALWAYS install ubuntu then add kde, so, not exactly sure how to install gnome from kde. =O [04:06] Daughain: you know one thing you will realize which wasn't so obvious to me in the beginning. The bulk of setting up Linux, is installing. And in Ubuntu, thats sudo apt-get install what-ever [04:07] Daughain: I should just apt-get install gnome, but I wanna do it from a basic install for some reason [04:07] think43: Ya, that much I;ve already figiured out.=) I;ve even managed to figure ut how to reove thinga too. =) [04:08] Daughain: ya, apt-get remove, also, apt-get remove --purge, if you wanna apt-get install again for default settings [04:08] * Daughain nods. [04:09] Right now I'd like to know why dolphin doesnt seem to like my systems. [04:10] it locks up the desktop so bad I had to switch back to nautilus. [04:12] Daughain: as soon as you open it? [04:12] No, but if I try and do anything in it like moving or copying files. [04:12] it crashes a decent amount on this system too, but not as badly. [04:13] Daughain: why don't you do what I mentioned about, apt-get remove --purge, and reinstall with apt-get install [04:13] Daughain: I think that happened to me too [04:13] The desktop is a fresh install, only edits were to fstab to mount a secondary hd and a LAN share. [04:14] Daughain: and where are the copies to? Can you do the exact same copies on the command line fine? [04:14] think43: I hAVENT MASTERED USING CLI TO COPY OR MOVE FILES YET. [04:14] Sorry for the caps. [04:16] Daughain: it is easy, you just do $cp source-file destination. So say I have a file in /home/think43/some-file.txt, and I wanna move to another drive like /old-home/tp43/Desktop/backups, Then I would do $cp /home/think43/some-file.txt /old-home/tp43/Desktop/backups [04:17] Easy for you to say. :P I still am not sure where all the files are, and, in some cases they are on the lan. [04:17] if you are in /home/think43 already, then you can just do $cp some-file.txt /old-home/tp43/Desktop/backups [04:17] Daughain: oh [04:17] brb === Malin_ is now known as Malin_away === Rav3nSw0rd is now known as Nev3rM0re === Rav3nSw0rd is now known as Nev3rM0re === Nev3rM0re is now known as Rav3nSw0rd [05:14] I'm getting 0 of 0 connected peers on my torrents that have ~100 seeders, any help? [05:58] torasuku_: firewall?, what torrent client? [06:31] hello all [06:32] which is the best way to get myself addressed without spamming the channel? [06:44] mistrynitesh: what do you mean by "get myself addressed"? [06:57] afd [07:15] can any one tell me that how to sync. blackbarry 9530 strom in ubuntu [07:44] iconmefisto: i wanted someone to call out my name just as you did, but I did not want to spam the channel [07:51] has the bug in the powermanagement daemon been rwctified as yet? [07:51] *rectified [07:52] everytime my notebook wakes up after going into sleep i am told there is no battery plugged in === zbenjamin|away is now known as zbenjamin [08:06] can I install ubuntu 9.10 on usb drive to boot with ? [08:07] !usb [08:07] For information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent [08:07] !install [08:07] Ubuntu can be installed in lots of ways. Please see https://help.ubuntu.com/community/Installation for documentation. Problems during install? See https://wiki.ubuntu.com/CommonProblemsInstall - Don't want to use a CD? See http://tinyurl.com/3exghs - See also !automate [08:07] GabrielSOE: use USB startup startup disk creator [08:09] iconmefisto: please elaborate i'm still a newbe [08:09] GabrielSOE: it's a program, should already be installed. look in system submenu, or just alt-F2 and start typing "usb startup" [08:10] iconmefisto: not installed, I'll get it [08:11] !info usb-creator-kde [08:11] usb-creator-kde (source: usb-creator): Ubuntu USB desktop image creator for KDE. In component main, is optional. Version 0.2.12 (karmic), package size 17 kB, installed size 172 kB [08:11] GabrielSOE: install that package. usb-creator-kde [08:12] iconmefisto: doing so now, thanks m8 [08:17] iconmefisto: done got it (usb) === kolja_ is now known as Guest52591 [09:08] i search a good unpacker for kubuntu.. normaly i use ark... and on suse, ark unpack nearly all files ...like .gz, .rar and so on... now he has problems with .gz and rar.. [09:08] what have i to install to support nealry all package-formats? [09:11] hi [09:11] thing and now it won't launch [09:12] is there a way to start with a new clean postgresql install ? the upgrade from 8.3 to 8.4 messed up every [09:12] wow [09:17] you swaped your lines :) [09:23] hi all [09:23] i just wanted to say [09:24] damn my kubuntu karmic desktop looks and feels sexy [09:24] Hi folks -- What is the package/process for KDE panel? [09:27] kinja-sheep: i think it's part of plasma-desktop process [09:28] turtle^s0up: Do you know which package is that? (Ie, running KDE plasma-desktop in openbox and such). [09:31] kinja-sheep: just to install the kde panel, i would think it would depend on plasma-desktop, not sure [09:32] Good morning all! [09:32] hi. how do i use kde panel with openbox? [09:32] :-) sry .. don't know! [09:32] hi [09:33] Hi [09:33] kinja-sheep: why not use other panels === yadda_ is now known as Zoot365 [09:34] turtle^s0up: I'm assisting somebody in #ubuntu -- I think that was kdebase-workspace-bin [09:34] kinja-sheep, i am here too :) [09:35] papul: You sly fox. [09:35] :P [09:35] Good morning [09:36] papul: i think panels like lxpanel, tint, and other lightweights would fit in better than kde's panel [09:38] turtle^s0up, some other options [09:38] please [09:38] Docks! [09:39] im making my usbstick into a livedvd with usb-creator-kde .. i checked the persistent option. just wondering: is it just the /home and /root directories thats persistent? or any extra program you install too? [09:42] turtle^s0up, some other options please [09:42] for panels [09:44] papul: tint2, fbpanel, pypanel, bmpanel [09:44] papul: tint2 looks the best [09:45] is this the place to be if I'm a new user kubuntu user looking for a clue? [09:46] Zoot365: probably :) [09:49] I've done some simple game mod scripting, but t now I'm being asked to compile gimp-gap. I'm over my head. [09:50] Zoot365: you specifically mean compile? or just install? [09:51] Zoot365: there's a pre-compiled gimp-gap package you can install. do you need to compile it with special options or something? [09:51] Zoot365: sudo apt-get install gimp-gap for the precompiled one [09:52] I couldn't find it in kpackagekit so I assune I have to compile it. [09:52] !info gimp-gap [09:52] gimp-gap (source: gimp-gap): The GIMP Animation Package. In component universe, is optional. Version 2.4.0-2ubuntu1 (karmic), package size 2526 kB, installed size 7896 kB [09:53] Zoot365: open a terminal and type that sudo apt-get .... i wrote [09:53] sec [09:54] Zoot365: if it doesnt know the package .. sudo nano /etc/apt/sources.list and remove the # before the deb http://..... and deb-src http://... [09:54] Zoot365: and sudo apt-get update [09:56] I started getting a message at log on, kde thinks it can remove nvidia. why would it say that. [09:56] ? [09:56] it suggests that I have the latest version but I know its Version 2.4.0-2ubuntu1 and that dosn't work. [09:57] Zoot365: that is the version in ubuntu repos. which version do you need? [09:58] Zoot365: download ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap .. extract somewhere .. and as root run ./configure [09:59] I have the gz for that here I'm just not sure what to do with it. [09:59] looking at it is no help. [09:59] I tried yelling too... [09:59] lol [09:59] Zoot365: have you unpacked it yet? [10:00] Zoot365: tar xvf gimp-gap-2.6.0.tar.bz2 [10:00] Yep. looked, yelled, nothing. [10:01] Zoot365: or just right click , extract here. If you are lazy. :) [10:02] I hane a question ...... [10:02] !ask | manolis [10:02] manolis: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [10:02] I have an old laptop and I cannot use other kubuntu than 7.10 [10:02] You say lazy like its a bad thing. [10:03] how to I change my repos so I can get some updates on this version!? [10:03] and heere is the folder. now what? [10:03] Zoot365: open a terminal .. go to the diectory (gimp-gap-2.6.0/) and: sudo ./configure [10:03] Zoot365: If you are really lazy, you could , open terminal, right click the file, extract here , type cd in terminal , click on yer file and drag it to terminal then press enter [10:03] not sure if sudo is required for ./configure ;) [10:04] Zoot365: nope its not a bad thing. How you think i know this. lol [10:04] havent compiled any programs in ages :) [10:04] Zoot365: maybe you should uninstall the 2.4 version first. not sure [10:05] iconmefisto: doesnt it just overwrite when make install ? [10:05] jastor: not quite sure, but it won't hurt to remove the older one first [10:05] Zoot365: if you do that what i said you will be in that dirrectory, then all you gotta do is type in terminal the word make. then type the two words SUDO MAKE INSTALL, thats three words hehe [10:05] iconmefisto: :) [10:05] teage: ./configure first! [10:06] teage: i looked it up ;) [10:06] jastor: oh yeah [10:06] lol [10:06] ./configure, then make, then sudo make install [10:07] kubuntu has babl-0.0.0 ... ive added all the sites in sources.list and updated .. yet i dont see babl-0.1.0 :P [10:07] I'm still trying to get to the dir [10:07] Does anyone know why kde wants to remove my nvidia? it asks me on every boot up for some reason. [10:08] Zoot365: youre using firefox? [10:08] Yes but not to do this. [10:08] Zoot365: if you havent specified where to download to .. its in /home//Downloads/ [10:08] Zoot365: or should be atleast [10:09] Zoot365: no i mean ;) you probably used firefox to download the .tar.bz2 file :) [10:09] finally :P the livedvd is finished === Malin_away is now known as Malin_ === orion_ is now known as Guest85233 [10:11] Yeah, found it. [10:12] Zoot365: when you type the ./configure, be sure to add the little dot before the slash. some programs are fine without it but to be on the safe side you should just do it anyway. [10:14] going to go uninstall 2.4 [10:15] teage: without the dot, it will look in root dir for a file called configure, which probably won't do anything since that file won't normally exist in that directory [10:15] iconmefisto: some do work without it though. [10:16] teage: without the dot but with just /configure ?? that can't work, unless there is a file in / named configure [10:17] iconmefisto: I often wondered what the little dot ment, you say its to specify root? I thought that is what the slash is for. [10:17] teage: no, the / specifies root. the dot specifies current directory [10:18] ic [10:18] . <-- current directory [10:18] .. <-- parent directory [10:18] idk, I just know that i have had some programs work without the dot. I dont know why, Just did in some cases. [10:19] ;) [10:20] iconmefisto: for example, when i run gooscan, I have to specify the dot ,/gooscan. If i run say fasttrack, i all i need to specify is /fasttrack.py with no dot. [10:21] is it possible to have "two" of the same directory? ie: /usr/bin ... if the file exists in the virtual /usr/bin load that one .. if it doesnt, look for it in the real /usr/bin .. if it exists in both .. prioritize the virtual one [10:22] ... hmm .. could do a bunch of ln :P .. but that feels .. awkward ;) [10:23] now im just being stupid :P [10:24] just add /virtualdir/usr/bin to the executable path before the real /usr/bin .. just dont remember what command it was ;) [10:25] jastor: I have no idea what you're saying. :) are you asking a question? or answering one? [10:25] I tried to unzip it but it gave me No such file or directory. [10:25] but its not just executables .. lib/ etc/ etc [10:25] iconmefisto: i asked a question .. but figured out how to solve it :) but then i came up with another problem :) [10:27] Zoot365: just right click the file. then choose extract here. [10:27] iconmefisto: i can "set up" virtual /usr/bin by adding them to PATH (/virtualdir/usr/bin;/usr/local/bin/;/usr/sbin etc.) .. but how would i do the same for lib/, etc/ and similiar directories? === makc is now known as Guest77164 [10:27] iconmefisto: in thoose cases i would probably have to do ln right? [10:27] done. [10:27] Zoot365: it will create a new file called what ever the program is called [10:28] done [10:28] teage: what step are we on? [10:29] jastor: yeah, wouldn't creating symlinks be more straightforward than adding locations to PATH? maybe I don't follow what you're doing [10:29] jastor: he was trying to extract it [10:29] teage: ok [10:29] jastor: i think he got it [10:30] I'v extracted it, now what? [10:30] type cd then hit the SPACEBAR. then drag the extracted file into terminal and hit enter [10:31] thats the easy lazy way which i am guilty [10:31] iconmefisto: i got a usbstick with programs, settings etc. i mount it to /virtualdir/ if you run a program i want it to see if it exists in /virtualdir/usr/bin first .. and if it does .. run that one .. instead of the standard program in /usr/bin .. PATH seems to me be the only way to tell it in which order to look in directories for the executable [10:32] Zoot365: did you do it [10:33] iconmefisto: for using ln to map the programs in virtualdir/usr/bin can generate errors since the program probably alread exists in /usr/bin [10:33] jastor: ok, I see. yeah, adding /virtualdir/usr/bin to PATH makes sense [10:33] Wow that was nuts. its done. [10:34] Zoot365: ./configure && make && sudo make install [10:34] k [10:34] iconmefisto: and for /virtualdir/lib/ and /virtualdir/etc/ i do a ln for thoose specific files instead (by writing a small script) [10:37] jastor: why not add those locations to path as well? [10:37] iconmefisto: i thought PATH only was executables? :) [10:37] iconmefisto: but if thats possible that would be great [10:37] was for* [10:39] cd: /home/michael/Downloads/gimp-gap_2.6.0+dfsg.orig.tar.gz: Not a directory [10:39] the reason for all this .. is to be able to install and update programs on a system which you cant really modify .. by installing them to a usbstick instead [10:39] Zoot365: didnt you unpack first? [10:40] oops wrong file... [10:40] Zoot365: ;) [10:40] Zoot365:lol [10:41] yeah, its configureing. [10:41] now make? [10:41] Zoot365: yes [10:42] Zoot365: and when make is done (as long as there arent any errors) do: sudo make install [10:43] make: *** No targets specified and no makefile found. Stop. [10:43] Zoot365: the reason for make is you have to make the installer. [10:43] oh [10:43] is it a python program? what are you installing? [10:44] gimp.gap. [10:45] This had been great. I now that there are a couple of things Ihave to do... [10:45] open up the file that you extracted and look to see if you see a file called make or anything with a .py at the end [10:45] i dont think gimp is python is it? [10:46] unfortunately, thats a good question. [10:46] if it is a python program , which it sounds like it is . then the install commands would be different [10:48] ah ok [10:48] Zoot365: ./autogen.sh [10:48] Zoot365: if you open the extracted file and see anything with a .py at the end then it is indeed a python program. [10:48] Zoot365: sounds like you are not in the directory that you just expanded from the .gz file [10:48] you use ./autogen.sh for gimp-gap .. which in itself runs ./configure [10:49] gotta go to work. hope everything works out Zoot365 [10:49] Me too thanks [10:50] Zoot365: any luck with autogen? [10:50] sec [10:52] michael@Bob:~/Downloads/gimp-gap-2.6.0+dfsg.orig$ ./autogen.sh [10:52] bash: ./autogen.sh: No such file or directory [10:52] hmm [10:53] looks loke ./configure is working. [11:04] there don't seem to be any python files in the gimp-gap file. [11:05] ummm... folder === dendrobates is now known as dendro-afk [11:11] Hello. I get a broken package when runnning `aptitude update` on several LTS machines: "language-pack-kde-de depends on language-pack-kde-de-base (>= 1:8.04+20100117) [UNAVAILABLE]" [11:11] Zoot365: you could install the lucid gimp-gap 2.6.0 version in .deb form http://packages.ubuntu.com/lucid/gimp-gap [11:12] Zoot365: that might be easier to install === dione is now known as dione-munir [11:13] Zoot365: but you'll probably need to install this one too: http://packages.ubuntu.com/lucid/libatk1.0-0 [11:18] whats the difference between the lucid and the one I have? [11:19] Zoot365: those links point to files that are .deb which are already packaged and ready to install [11:22] Zoot365: lucid is the next ubuntu version (after karmic) and the gimp-gap version for it is the one you are trying to install [11:23] do I want tar or 1build1? [11:25] Zoot365: links are at the bottom of the page. choose either amd64 or i386 [11:27] Zoot365: do you know if you have 64bit or 32bit kubuntu installed [11:27] hello can evrybody help my [11:28] 32 [11:28] help me my sound dont work i dont know why when i start my pc he plays a start melodie but when i play a song in youtube he dont play a song [11:29] evrybody knows this problem ???? [11:29] Zoot365: then you need http://packages.ubuntu.com/lucid/i386/gimp-gap/download and http://packages.ubuntu.com/lucid/i386/libatk1.0-0/download [11:30] ooo self installers [11:30] some one here to help me please??? [11:30] do I install atk firat? [11:30] Zoot365: I just installed those, but I had to install libatk1.0-0 first [11:31] k [11:31] <_nik_> timo: have you pushed up the pcm in kmix? [11:32] pcm i dont know i look [11:32] pcm or pcm2 [11:33] <_nik_> pcm [11:33] _nik_: no i do this [11:33] and then i pushed ok ? [11:33] <_nik_> yes [11:34] bevor pcm was line [11:34] what means line ?? [11:34] <_nik_> hm? [11:34] is line a mic? [11:35] timo: line is a line input, mic is a microphone input (more sensitive input than line) [11:35] _nik_: pcm is on but i dont have sound [11:36] iconmefisto: ok [11:36] <_nik_> on 100%? [11:36] _nik_: yes hundret prozent [11:37] _nik_: but the sound dont work [11:37] _nik_: this make me crazi [11:37] <_nik_> just with flash? [11:37] with all [11:38] _nik_: wiht all [11:38] <_nik_> you dont have to configur pcm as standad [11:38] <_nik_> *standard [11:39] i dont know i klicked on pcm an then i kliked ok [11:39] <_nik_> no [11:39] Yeahay. that worked!! [11:39] <_nik_> you changed the main audio channel [11:40] yes the audio chanel thats right [11:40] Zoot365: good news :) [11:40] <_nik_> cancel that [11:42] <_nik_> timo: you have to rightclick on kmix, than show volumecontrol [11:42] <_nik_> and there put the pcm control up to 100% [11:42] there are all 100% [11:43] Hi, everyone. My browsers have started ignoring /etc/hosts file. It has worked before. What should I look at to make it work? [11:43] Ok, once i get my little animation of the bouncing ball, I'll post it :) [11:44] Tahnks loads. [11:44] _nik_:there are all off 100% [11:44] <_nik_> pcm too? [11:44] there is not the name pcm [11:44] _nik_: ok pcm 100% to [11:44] <_nik_> then you have to add it [11:45] <_nik_> do you have sound again? [11:45] no [11:45] _nik_: no sound [11:45] _nik_: ;( [11:46] <_nik_> just flash or no sound in e.g. amarok, too? [11:46] _nik_: not all soundcards will have a channel called pcm [11:47] <_nik_> iconmefisto: your right, but the most people who had problems with flashsound had pcm muted [11:47] <_nik_> most people i kno [11:47] <_nik_> w [11:47] no sound flash or elsewhere [11:48] my pcm is not mute [11:48] what can i make knoe [11:48] timo: in konsole, type: speaker-test [11:48] know [11:49] timo: see if you get any sound at all [11:49] sudo speakertest [11:49] timo: speaker-test [11:49] iconmefisto: [11:49] speaker-test 1.0.20 [11:49] Das Wiedergabegerät ist default [11:49] Stream parameters are 48000Hz, S16_LE, 1 channels [11:49] Using 16 octaves of pink noise [11:49] timo: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [11:49] Samplingrate auf 48000Hz gesetzt (gefordert waren 48000Hz) [11:50] timo: did it make any sound? [11:51] <_nik_> timo: hast du denn die einstellung von vorhin wieder rückgängig gemacht? [11:51] yes when i start [11:51] <_nik_> also das ändern des hauptkanals? [11:51] _nik_: welche einstelung denn [11:51] timo: did you hear any sound with the speaker-test command? [11:51] <_nik_> timo: du hast doch vorhin den hauptkanal geändert, richtig? [11:51] nein das ist auf pcm jetzt vorher war es auf line [11:52] ja das ist richtig [11:52] <_nik_> dann stell es mal auf line zurück [11:52] yes the speaker test play d melodie [11:52] _nik_: ok [11:52] guys, supposed to be english in here. maybe you could continue in the german channel? [11:52] nik _nik_habe ich getan [11:53] !de [11:53] In den meisten ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuchen Sie bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Geben Sie einfach /join #ubuntu-de ein! Danke für Ihr Verständnis. [11:53] _nik_: nik bist du auch in den deutschsprachigen kanal zu finden [11:55] _nik_: whe i typ in konaole speaker-test mein wieder gabe gerät ist fehlerhaft [11:56] iconmefisto: what can i make know [11:59] master \ master mono\ pcm \pcm2\line \cd\mic\aux\mono\mono2 [12:02] _nik_: hattest das prb auch mal mit dem souNd??? das kann ein echt ferig machen!!! gestern 3 stunden versucht und nichts ging [12:03] when i would like to instal a paket then komes this [12:03] Die Paketliste muss neu aufgebaut werden. [12:03] Dies sollte normalerweise automatisch durch das Hintergrundprogramm erfolgen. === root is now known as Guest40076 [12:05] !de | timo [12:05] timo: In den meisten ubuntu-Kanälen wird nur Englisch gesprochen. Für deutschsprachige Hilfe besuchen Sie bitte #ubuntu-de, #kubuntu-de, #edubuntu-de oder #ubuntu-at. Geben Sie einfach /join #ubuntu-de ein! Danke für Ihr Verständnis. [12:09] jussi01: yes i know sry [12:10] no matter [12:11] timo: yeah, was just a "for next time" :) [12:22] How can I change My login screen theme? [12:24] GabrielSOE: system settings -> advanced -> login manager [12:25] GabrielSOE: and note that its different between kdm and gdm, so make sure you are looking at instructions for the correct one === ubuntu is now known as mao666 [12:44] does anyone have a good color scheme for kate? [12:48] hi, does flash work on kubuntu? [12:49] or are there alternatives to recommend? [12:50] lala: Flash does work [12:50] !flash [12:50] To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also !Restricted and !Gnash [12:51] and are there any better players? [12:51] cuz flash on mac is a fail [12:51] and on windows too i bet [12:51] Well, html5 is "better" but most websites use flash [12:52] go on [12:52] gnash is a open source implementation of flash, but it can't handle all types of flash sites... [12:52] But other than that, what do you mean by a "player"? [12:54] well, flash on mac sucks, on windows too i bet, and i heard that flash doesnt work properly on linux [12:54] but talk about html5 [12:54] flash works perfectly on linux [12:54] I've never had any problems with it, at least.. [12:54] and it cant suddenly suck up all ur memory? [12:54] Oh, it can [12:55] see thats annoying [12:55] but its like that on mac win and linux :P [12:55] html5 has the ability to play things like video and audio in your browser without any plugins. [12:55] so i want something that can also play flashcontent, but cant suck up all ur memory [12:56] lala: Well, then you can either use flash or gnash [12:56] !gnash [12:56] An open source flash replacement. It is still beta software. For current status or for more info http://www.gnu.org/software/gnash/ [12:56] awesome, and does flash get used besides on the internet? [12:56] But gnash cant play all forms of flash content [12:56] lala: Not really, thank goodness [12:56] Some games use it, but thats all that I can think of [12:57] ok, so ill use html5 then in my browser :) [12:57] yeah, but those games are mostly on the internet right? :p [12:57] html5 cant play flash content [12:57] aw man [12:57] ill use gnash then [12:58] But soon sites will use html 5 instead of flash.. [12:58] seriously? [12:58] Well, soon as in a year or so :P [12:58] Youtube has a html5 mode [12:58] LOL? so every flashcontent will get replaced by html5? :D [12:58] Most probably not, because people are stuck in their ways [12:58] go on [12:58] But hopefully most video sites will [12:59] Dailymotion has had html5 support for a while [12:59] But games and flash websites will most probably stay flash mainly [13:00] Just because they already know flash and dont want to learn anything new [13:00] html5 has different coding compared to flash? [13:01] Of course. Html 5 is, well HTML, the stuff you use to make webpages [13:01] damn [13:01] Flash uses its own scripting language called ActionScript, which isn't like html at all [13:01] so there is no 100% alternative for flash [13:02] Gnash attempts to be. In a while it might catch up [13:02] But the thing is [13:02] people should forget flash, because it's horrible by definition [13:03] i hate it cuz of the memorysuck problem [13:03] Html5 + javascript is the way to go [13:04] ill keep using flash then on linux, until i get the news that gnash or any other alternative is 100% [13:04] lala: Hate it because its an ugly proprietary format instead :P [13:04] meh, u cant predict the future lol [13:04] yeah, that too, its not GPL [13:04] It being gpl or not doesn't matter [13:04] but hey, skype aint GPL either, and there are a lot of linux users who use skype [13:05] oh? :s [13:05] there are lots of other licences that are as good or arguably better.. But it being an open standard is more important, and its not [13:05] explain plz? [13:06] whats an open std? [13:06] skype is also a hog, in a similar sense to flash. But loads of linux users use both, because of their popularity [13:06] lala: Well, the web has interoperability standards [13:06] well, if u set the correct options for skype it wont be a supernode or whatever [13:06] go on [13:11] Standards are definitions of a technology made sothat multiple groups can make software that use that technology, and that those pieces of software interoperate well [13:11] Like, take html for example [13:11] there's a standard definition for a link [13:11] [13:12] Now, if there wasnt a standard, one browser might say that closes the browser while a different one might say that makes something bold [13:12] i understand [13:13] so thats the reason why flash crashes and sucks memory and such? cuz the browsers cant handle it 100% (which isnt their fault, but the fault of adobe)? [13:13] Flash crashes and sucks because adobe are lazy devs :P [13:14] If flash was a standard [13:14] many other people would have made their own flash plugins [13:14] heck, browsers could build in flash support instead of having a plugin [13:15] And the competition would have ensured that adobe stayed on their toes with features and the like [13:15] ffs [13:15] adobe has monopoly on the web with flashcontent like microsoft has with os's [13:15] grrrrrrr [13:16] Yup. And thats why html5 is trying to break that, by making a new standard that anyone can implement [13:17] ok, so html5 will replace flash on popular sites like youtube, but sites which are from 1 person will still have flash cuz hes used to it [13:19] so if u surf a lot, its best to have flash, for cases where gnash fails [13:21] lala: Yes, pretty much [13:21] k [13:21] then some other questions about kubuntu and linux [13:22] im gonna install kubuntu as my only OS on my pc, what do i have to do with grub and mbr and such? [13:23] lala: A clean install? Because that should sort itself out automatically [13:23] im gonna put kubuntu on my HDD [13:23] so nothing else [13:24] my HDD is 120GB, so ill have 1 partition of 120GB where ill install kubuntu on [13:24] lala: make a separate partition for /home, make that the largest [13:25] why? :S [13:25] lala: that way when you have to do upgrade, reinstalls you still have your user configurations [13:25] and what is /home btw? :s [13:25] lala: leave Grub and MBR They work :) [13:25] lala: it's where you store you person files, settings, etc [13:25] lala: you can make any file system map to any directory in UNIX [13:26] So /home is the directory where all the User data lies. you are just separating it from the OS [13:26] turtle^s0up, wtf? so ppl who have 1 partition and upgrade their kubuntu from 9.04 to 9.10 get the default settings of 9.10? [13:26] If you want to blow away the OS or change it your data is preserved [13:26] then how can my os access it? [13:26] lala: It will :) [13:26] it's like having a C: Drive and D: drive [13:27] two different partitions but you can get to both [13:27] ah [13:27] i understand [13:27] You won't even notice they are different [13:27] it just looks like a directory to you [13:27] but its not user friendly from canonical that they give u the default settings of their newest version when u upgrade [13:27] lala: no, if the upgrades go well it's OK [13:27] bbs, ok? [13:27] lala: It's just how they work [13:28] everybody stay here :p [13:28] bbs [13:28] Quick everyone hide! [13:28] lala: just go with one partition i guess, you'll understand after you've become more familiar [13:28] TheAncientGoat: lala feel free to join #kubuntu-offtopic too (: === Eruaran_ is now known as Eruaran [13:33] is there a way to port an emacs color scheme to kate? [13:33] or is my best bet to go manually ? [13:46] hey folks [13:47] Hi BluesKaj [13:47] hi daskreech [13:49] im back [13:49] how do i have to split my hard drive then? will the installer ask me for the /home thing? [13:49] Yes [13:49] When you get to the partitioning section just ask for help [13:52] ... if i get to the partitioning section i cant get on the internet cuz im installing my OS... [13:52] lala: Install it using the live installer [13:52] you install while the os is running [13:52] huh? [13:52] can i do that? :o [13:53] Yes, the wonders of linux :P [13:53] The install is an install of the OS to a CD [13:53] Just go "try out kubuntu without any change to my hardrive" [13:53] so when you start it up you are already running the OS [13:53] You can come here go on the net check your mail play games etc [13:53] yup. and install the os [13:53] So if you need help you can just open Quassel and come here and ask for help while installing [13:54] i use xchat [13:54] xDD [13:55] You can install xchat and use that [13:55] before you install the OS [13:55] woooooow [13:56] lala: Makes you wonder why people still use windows, ey ;) [13:56] I know why the do I just don't understand why so many do [13:56] yeah TheAncientGoat [13:56] But time will play all things out [13:57] but! [13:57] im sure not all linux users have 2 partitions, just 1 for everything. So they lose all their configuration settings when they upgrade? :O [13:57] u must be joking [13:58] There are at least 2 partitions [13:58] one for / and one for swap [13:58] You can make as many as you want [13:58] I have 4 on mine [13:58] lala, only if they do a clean install [13:58] lala: your personal configurations are kept in /home so you don't lose anything [13:59] Your configurations are for the most part kept through all upgrades [13:59] For most changes it will ask you if you want the new configs when there is an upgrade or if you would like to keep the ones you have [14:00] aah, so the advice to make a second partition for /home is for when u install another os on the other partition, sorry for misunderstanding guys [14:01] terran4000: hy i think i know why my i have a sound problem [14:01] timo: Hey timo my man! [14:01] You have a sound problem? ek! What's wrong? [14:01] terran4000 hi [14:01] so lets say i make /home a seperate partition, and i install windows on the other partition, then when i boot in windows, i can access my files? ^^ [14:02] the puls audi dont run [14:02] or will it only work if the other OS is also Linux? [14:03] lala: you will be access your linux files from windows only if you install the EXT3 file driver thingy ... ext3fs? or something like that ... also, it doesn't work from Windows 7 [14:03] when i go to amerok amerok dont play my musik because the audio puls dont run [14:03] timo: Pulse Audio isn't working for you? [14:03] thats right [14:03] but i dont knpw why [14:04] ok, thank you [14:04] timo: Hm, have you tried unmuting the audio in Kmix? [14:04] yes [14:04] there is all ok [14:04] Hello everyone, quick question: There's a serious mistake in the French translation of konversation, where should I report it? [14:05] lala: there are a few solutions ... I also think even in Vista it 'might' not work. You'll have to search for one that works for you [14:05] timo: hmm, lets see [14:05] alright terran4000 [14:05] the "translate this application" menu item sends me to launchpad, and following the links I find a document telling me not to change in launchpad because it will get overidden/ignored [14:05] timo: did you install pavucontrol? [14:07] another question before i start, what if i have installed kubuntu, and it cant find my internet? :/ [14:07] (I guess I'll just file a bug in bugs.kde.org...) [14:08] lala: do you have a wire to plug into for your internet? [14:08] lala: best bet, plug in your computer via a cable (if you use wifi right now) [14:09] chuckf, terran4000, i can access my modem with a cable yes [14:09] and also without [14:09] go on please :p [14:09] lala: I'm pretty sure wifi won't work out of the box, so make sure you got a cable handy [14:09] lala: unless there is something real special about your nic you'll be able to get to the internet via that and then update drivers for the wireless [14:09] timo: did you install "pavucontrol"? It will allow you to control Pulse Audio [14:10] terran4000: no [14:10] k, lets try something first [14:10] where instal this [14:10] terran4000: where instal this [14:10] timo: if you open System Settings then click on Multimedia [14:11] what is the first device listed on the right side? [14:11] timo: you can install 'pavucontrol' from the command line or from kpackageit [14:11] ensoniq [14:11] is the first one [14:11] aha [14:12] timo: so that means that you are not using Pulse Audio [14:12] he means the wiedergabegerät dont work [14:12] i dont know wiedergabegerät in englisch [14:13] chuckf, my modem is secured, will that make it harder? [14:13] I don't know what "wiedergabegerät" is either, sorry. [14:14] terran4000: when i go to kpackageit [14:14] commes this [14:14] terran4000: A package dependency could not be found. [14:14] More information is available in the detailed report. [14:14] hi [14:14] hi [14:14] timo: ek! that's not good. Hmmm [14:14] ok, lets avoid that for now :-P [14:15] timo: in System Setting -> Multimedia ... what other devices are listed on the right side? [14:17] audio games komunikation [14:17] benachrichigungen [14:17] timo: that's on the left, how about on the right side? [14:18] lala what do you mean secured? with wpa/wep? if so it shouldn't be harder [14:18] its the highest security available [14:18] WPA 2PSK or something like that [14:19] ensoniq audio pci [14:19] and audio pulse driver [14:19] and the modem has a firewall installed too [14:19] I've yet to find a wireless network I can't log on to [14:19] u can get on any network? :o [14:19] timo: ooo, cool. I have an idea [14:19] I can get on any network I get the keys for:) [14:19] Hi. I was trying to get my Laserjet 1000 printer to work. And I can't seem to find any /dev/usb directory. Has that been removed or what? [14:20] timo: for fun, try clicking once on "pulse" and then click test on the bottom of the window [14:20] terran4000: [14:20] ah like that chuckf, i thought u could crack em all :D [14:20] ok [14:20] just some..... [14:20] ;) [14:21] * chuckf works in IT security so it is part of the job [14:22] he say i dont run he to avoid to ensoniq audio pci [14:22] nice chuckf, and how do u crack them? with backtrack? [14:23] Vishesh, what brand is that ? [14:23] timo: hmm, that is troublesome ... [14:23] terran4000: yes i think so to [14:23] BluesKaj: HP. It's really old (7 years + atleast) [14:23] most of the tools are in there, yets [14:24] s/yets/yes [14:24] Vishesh, try the hpilp package [14:24] what can we do [14:24] Vishesh, you're lucky to have a printer last that long :) [14:24] timo: I'm sorry, I don't know what else we can do. Without seeing your computer I can't help you much more than this. [14:25] ok [14:25] ter terran4000thanks [14:25] so chuckf, lets say ive installed kubuntu, and it cant find my internet, what then? i plug in the cable in my laptop and the modem, what then? [14:25] timo , pulseaudio is not a driver , it's a sound server [14:25] BluesKaj: Tried it. No luck. I was trying to follow some instructions given on varios guides, but there just isn't any /dev/usb/lp0. Yea, this printer rocks! :-D [14:27] timo , alsa-base and alsa-utils are the kernel source drivers you need [14:28] when you plub in wired you'll run a package update to get the latest packages. You'll probably pull down a new kernel and have ot reboot afterwards. Then run the restricted hardware wizard (forget the name at the moment) and then you're wireless card should be detected with the new driver. Search for your wireless and you should connect with your keys [14:29] kJockey [14:30] or was it 'kjocky' [14:30] Vishesh, did you actually try the HPILP package or just some HP tutorial ? [14:30] hm, something like that [14:30] jockey-kde ?? [14:30] ok chuckf ... sounds like a lot of work [14:34] BluesKaj: I tried the HPLIP. It didn't really work - The printer just doesn't print. Then I tried to go through random tutorials .. haven't really done anything though. [14:37] Vishesh, maybe a legacy HP-Linux driver will work ..dunno what else to do :P [14:39] BluesKaj: Yeah. I'm trying to compile it directly from the source. Lets see. Thanks for trying though. [14:40] Vishesh, goodluck , let us know if you succeed , it would be a good to put that in my help database:) === dendro-afk is now known as dendrobates [14:45] BluesKaj: Compiling from the source didn't really help. I removed it and re-installed the hplib toolkit. Cleared up from cups.conf file, and went through the hp-setup again. This time it worked :-) [14:46] So, you were kinda right. I wonder why it didn't work the first time. Oh well, it's working now! [14:48] Vishesh, cool ! :) [14:49] Vishesh, yeah , those darn conf files are handy but sometimes they interfere [14:54] On digging in. I've realized the foomatic/foo2zjs (What a name!) driver, which is the recommended one, doesn't really work, but the hpijs does. === petr_ is now known as Guest78450 === Guest78450 is now known as trasher [15:00] Vishesh, yes the hpijs is the std driver for a lot of HP printers [15:01] yes [15:01] all all [15:04] grizzleys [15:05] beer grizzley [15:05] i've lost audio in firefox under kubuntu....what gives? [15:05] chisel_ hello [15:06] hi trasher [15:06] where are you from? [15:06] oregon [15:06] usa? [15:06] what is oregon [15:06] oregon is a state in usa, yes [15:06] )) [15:06] arizona [15:07] yes I found it on map [15:07] didn't they teach you about US states in skool? [15:07] chisel_ support bill gayts and use wind [15:07] fuck windows [15:08] chisel_ ok )) [15:08] chisel_: Please mind your language here and stay on topic. [15:08] This is the Kubuntu support channel. [15:08] chisel_ didn't they teach you about US states in skool? no [15:08] besides, bill gates doesn't work there anymore [15:08] chisel_ i know [15:08] !ot [15:08] #kubuntu is the official Kubuntu support channel, for all Kubuntu-related support questions. Please use #kubuntu-offtopic for general chatter. Thanks! [15:09] yes pici, i'm aware of the topic. just making conversation until i get an intelligible response. [15:09] is there is good and intuitive solution for backupping you home under linux [15:10] something any similar to apple's time machine? [15:10] chisel_ put your quastion one more [15:10] !backup [15:10] There are many ways to back your system up. Here's a few: https://help.ubuntu.com/community/BackupYourSystem , https://help.ubuntu.com/community/DuplicityBackupHowto , https://wiki.ubuntu.com/HomeUserBackup , https://help.ubuntu.com/community/MondoMindi - See also !sbackup and !cloning [15:11] thanks [15:11] how do i get sound back for online videos in firefox under kubuntu? [15:11] anything that's cleary "better" than others [15:11] i lost sound over night [15:12] chisel_ get sound back? It is misterious! sound back ))) You are crazy! [15:13] chisel_ sorry but I think that it is bad idea [15:13] my google searches have come up empty === Dekans_ is now known as Dekans [15:14] !nick chisel [15:15] chisel_ man I have to go to supermarket I want to eat [15:15] chisel_ ok? [15:15] chisel_ have you some questions more? [15:16] for some reason my xorg.conf is incorrect... can someone help check it please? http://paste.linuxassist.net/215146 [15:16] how do i get sound for video playback for online videos? (such as youtube) [15:16] I can't find what's wrong with my xorg.conf settings [15:16] i have all the restricted extras etc [15:16] chisel_ install sound apparatuer [15:17] chisel_ have you music columns ? [15:18] chisel_ girl how are you old? [15:23] hi, for some reasons konqueror is using nspluginviewer for flash which is frequently crashing on me. How can I get konqueror to use the normal flashplugin that is also used in FF for example? === Malin_ is now known as Malin_away === ubuntu is now known as b0braaa [15:33] kaddi__: konqueror does use the same flash plugin as firefox. in konqeror settings, plugins, I have /usr/lib/firefox/plugins/flashplugin-alternative.so [15:34] iconmefisto: yes, I found the path, but why does it use nspluginviewer then? Shouldn't it just use the flash plugin? === dendrobates is now known as dendro-afk [15:35] I think that's just a wrapper, so konq can use any netscape plugin [15:35] i use ~/.mozilla/plugins/libflashplayer.so [15:37] kaddi__: did you install flashplayer manually? [15:38] iconmefisto: not itentionally, I thought I was using the version from apt-get [15:39] kaddi__: I don't even have a ~/.mozilla/plugins/ folder, that's why I ask [15:39] i'm moving the /usr/lib folders above the /.mozilla/plugin folder for now, gonna check if that improves anything [15:40] iconmefisto: there's only libflashplayer.so in the .mozilla/plugin folder, so it may well be a leftover [15:41] kaddi__: that plugin listed in my konq settings is a symlink that eventually points to /usr/lib/flashplugin-installer/libflashplayer.so so that's the actual plugin that firefox and konqueror are using on my install [15:41] Does anyone know a server that's live on the net that drops ICMP requests? [15:44] hello, just upgraded to firefox 3.6.0 with ubuntuzilla but youtube is mute... any hint? [15:45] iconmefisto: it's now loading the flashplugin from /usr/lib/firefox and that one is working much better already. :) It's pointing to /usr/lib/flashplugin-installer/libflashplayer.so for me too [15:54] Hello === neversfelde is now known as neversfelde|mobi === neversfelde|mobi is now known as neversfelde === Dekans_ is now known as Dekans [16:02] i was booted off x somehow, anyone know how to get back in? i did "startx -- :1" to get in this x session === yofel_ is now known as yofel === ocs is now known as faLUCE [16:15] my system volume is very low even with volume at full? [16:15] ubuntu_mad: you turned every volume at full? [16:15] ubuntu_mad: in the mixer table? [16:15] Kolia: was just trying to find it [16:16] ubuntu_mad: right click on the systray icon ? [16:16] Kolia: master is up full [16:16] or terminal > # alsamixer [16:17] Is it just your sound at youtube ? [16:17] Kolia: PCM at zero [16:17] ubuntu_mad: that must be it [16:17] >:o sorted lol [16:17] sorry..noob alert [16:17] i hate this mixer [16:17] ubuntu_mad: don't be sorry , this is a usual trap [16:18] when i put it up full i could here a buzz from the speakers lol [16:19] any good places to see bout customizing my KDE? [16:19] Kde-look.org [16:19] ok [16:19] thanks [16:20] another thing,I keep getting a message on log in 'can not run screenlets or something [16:20] i did have screen lets installed but its removed now [16:22] I'm trying to run Cisco AnyConnect VPN client, but when I try connecting to a VPN server it just says the host is unreachable. Any suggestions? [16:23] ubuntu_mad: looks like there is still an autostart entry for it [16:29] Kolia: i remember setting it up but dont remember how lol [16:30] ubuntu_mad: check system settings > advanced tab > automatic start (translating from french) [16:36] anyone had good experience with the linksys WPC54G wireless pcmcia card on 9.10 [16:40] hey guys does anybody knows how to activate desktop sphere and desktop cylinder? [16:40] desktop cube works just fine [16:42] rampage_ its in the cube settings [16:45] yeah i put a key combination and it is not working [16:55] Usually ctrl-F11 for cube, ctrl-F12 for sphere [16:59] Any torrents I am downloading aren't actually starting, any help? [17:12] any ppa for RC3 on Karmic? === dendro-afk is now known as dendrobates [17:28] Was wondering if anyone could point me to the setting (if it exists) to make taskbars independent of one another in the case of multiple, virtual desktops [17:36] Hi guys... I'm on a mac trying to burn DVD of kubuntu image (sorry, I don't have CDs avail here). Whatever I do, checksum is ok, but after I write it to disk and check CD, it always give me 2 files are broken. Any ideas? Is there a network install option? [17:37] Do you know what files are broken? [17:38] Zorba_: no... the Verify CD only gives me "Check finished: errors found in 2 files!" [17:40] Some months ago I had the same problem, and I solved it burning another disc... maybe the DVD disc is damaged. [17:40] Zorba_: already lost 4 DVDs [17:40] =( [17:40] all of them same issue [17:41] first was without checksum, second after checksum, third in slow speed, fourth with data integrity check [17:41] all the same issue [17:42] tew88: i guess in 4.4 there is a desktop different activities? [17:42] really strange... maybe it is a problem of the image... [17:43] cdimages.ubuntu.com/netboot [17:44] guilher* try that link [17:45] kubian: ok... thanks! [17:45] just reading some Facebook announcement regarding php [17:45] =) [17:46] then I'll be back to attempt install it [17:48] tew88: Independent taskbars? [17:56] anyone had good experience with the linksys WPC54G wireless pcmcia card on 9.10 [18:01] !linksys [18:01] !info linksys [18:01] Package linksys does not exist in karmic [18:04] Fuck u motherfuckers [18:04] !ops [18:04] Help! Channel emergency! (ONLY use this trigger in emergencies) Riddell, Tm_T, tsimpson, jpds, seth_k, nalioth, Hobbsee, robotgeek, imbrandon, gnomefreak, genii, trappist, crimsun, seth, DBO, nixternal, PriceChild, Pici, jussi01, ikonia, Mamarok, ryanakca or maco [18:05] boy he needed to go what an attitude [18:05] funny they called the ops on themself [18:10] ciao [18:10] !list [18:10] This is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot » [18:10] !it | Linux [18:10] Linux: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (click col tasto destro sul nome del canale per entrare) [18:10] Claviceps: No advertising here === kaddi__ is now known as kaddi [18:12] ciao [18:12] !list [18:12] This is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot » [18:14] !list [18:14] This is not a file sharing channel (or network); be sure to read the channel topic. If you're looking for information about me, type « /msg ubottu !bot » [18:14] Linux: /join #ubuntu-it [18:14] Good news, I finally fixed my knetworkmanager and konsole issues [18:15] knetworkmanager wasn't connecting to secure wifi and konsole wasn't recognizing page up and page down keys [18:16] I also fixed the issue where the pager would only let me have two rows [18:16] all in one software configuration change [18:17] oh, and also the system is much more responsive now. Doesn't randomly hang. [18:19] Yep, I found the ultimate bug fix for KDE, and it's at http://apt.pearsoncomputing.net/ [18:24] Mr Hudson ft Kanye West - Supernova lyrics [18:25] www.norml.org -- "this is normal... this is normal..." SCHOOL - EDUCATION === tom__ is now known as tomj_Sevilla [19:21] hello, just upgraded to firefox 3.6.0 with ubuntuzilla but youtube is mute... any hint? === dendrobates is now known as dendro-afk [19:27] hi there, i just installed kubuntu 9.10 on the laptop of my dad and plasma displays mostly garbage. anybody has a idea? how can i change graphic driver to vesa (i can't find the xorg config file) [19:31] asraniel: X doesn't use xorg.conf anymore unless you create one [19:37] iconmefisto: ok.. but looks like i have bigger problems anyway. didn't expect so many problems with a laptop of that age [19:39] asraniel: what video card? ati? nvidia? [19:40] !laptop [19:40] Laptop support information can be found on http://wiki.ubuntu.com/HardwareSupportMachinesLaptops - http://www.linux-laptop.net/ - http://wiki.ubuntu.com/LaptopTestingTeam - http://tuxmobil.org [19:40] The LaptopTestingTeam has good resources for workarounds for some common models, etc [19:42] iconmefisto: intel 845M [19:42] iconmefisto: first time i run into such problems, basicaly the panel and all popups are garbage [19:43] iconmefisto: i can run blindly krunner and launch konsole to get some stuff done [19:43] genii: ah thx, going to check that out [19:45] iconmefisto: never mind, hehe, that is the chipset, it is actually a old ati card [19:46] The 845 chipset always had some weird problems under linux [19:46] iconmefisto: either a Radeon 7500C or a Radeon M6P (not sure yet, no clue how to find out) [19:46] hi, i try to make embedded divx videos with firefox working. i followed the 2nd ( use extension from https://addons.mozilla.org/en-US/firefox/addon/446 ) and 3rd advice from this website (use mozilla-mplayer ) , without luck http://ubuntuforums.org/showthread.php?t=491592 [19:46] !divx [19:46] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/9.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [19:47] !xvid [19:47] asraniel: lshw -c display [19:49] asraniel: jockey-text -C will tell you if there is a proprietary driver that may give you better results [19:50] iconmefisto: thx, now i know the card and that there is no proprietary driver [19:50] iconmefisto: pretty bad, because the open source does not seem to work [19:50] lets see if i get a workaround somewhere (there is none in the wiki), or last solution, vesa.. [19:52] IRSeekLog@irseek/log-bot/IRSeekBot [19:55] iconmefisto: ok, it's a known problem it seems with that card [20:00] asraniel: do you have /etc/X11/xorg.conf.failsafe with vesa driver? if so, you could copy that to xorg.conf to use vesa [20:00] i checked serveral websites with howtos and instructions for making divx in firefox working, but i didn't manage. can some1 help me? to see waht i did, check my post at 20:46:07 [20:01] Benkinooby: we're all in different timezones, so 20:46:07 doesn't help much [20:02] Benkinooby: timestamp doesn't help much for us to find it, since we could all be in different zones and the IRC client puts local time usually, etc [20:02] iconmefisto: sorry... thought, this would be same time for us all... but to fix the problem : about 16 minutes ago :) [20:03] hi, i try to make embedded divx videos with firefox working. i followed the 2nd ( use extension from https://addons.mozilla.org/en-US/firefox/addon/446 ) and 3rd advice from this website (use mozilla-mplayer ) , without luck http://ubuntuforums.org/showthread.php?t=491592 [20:03] iconmefisto: i found out that i have to set RenderAccel "off" to make it work, testing now. the other solution would be to use exa [20:03] iconmefisto: the first one seems to work [20:03] iconmefisto: i was afraid i get kicked, when i repeat my posts [20:05] Benkinooby: naah, you can repeat when asked or when it's otherwise reasonable [20:06] Tm_T: ah ok... i was expecting that there is a bot or something, that checks if i repeat within a certain time :P [20:07] Benkinooby: well, if you flood your repeat... (: [20:09] Benkinooby: so you manually downloaded and installed mozilla-mplayer ?? [20:10] iconmefisto: aptitude [20:12] iconmefisto: the point is, i'am running out of ideas. all the websites i havn't tried now are coming up with the same advices (mediaplayerconnectivity plugin, installing mozilla-mplayer, installing all kinds of codecs) seems that i miss something :( === dendro-afk is now known as dendrobates [20:14] Benkinooby: do you have a link to a page with divx content. I have mozilla-player plugin and want to test it [20:16] iconmefisto: http://speedload.to/FILE4B66908379D51 [20:19] iconmefisto: http://theawaremind.com/videos/VincentDivX.htm this one is working :/ [20:22] iconmefisto: is it working for you? [20:22] Benkinooby: the first one works for me too, if I ignore that warning message and just click the play button it loads the video in the mplayer plugin [20:22] Benkinooby: yes, both work [20:23] iconmefisto: the first one is black for me :( [20:25] Benkinooby: it's black after you click the play button? [20:26] iconmefisto: y, i upload a screenshot [20:26] iconmefisto: 1 sec [20:27] hola [20:28] !es | isai [20:28] isai: En la mayoría de canales Ubuntu se comunica en inglés. Para ayuda en Español, por favor entre en los canales #ubuntu-es o #kubuntu-es. [20:28] hello [20:28] iconmefisto: http://tinypic.com/r/18f90p/6 [20:29] iconmefisto: http://tinypic.com/r/29f9umc/6 [20:30] iconmefisto: on the second picture, i get the impressione, that the mplayer is there, but it stays black, no matter ifi click play or soemthing [20:38] hello [20:40] Benkinooby: lots of buffering here before the first one begins to play, and it starts from a black screen, then more buffering. sometimes it stops and I have to start it again with the plugin's play button. so maybe you're seeing the first few frames of video but it's having trouble downloading the stream [20:41] iconmefisto: ok, i'll be patient and give u feedback [20:42] Can anyone help me with torrents? I'm downloading torrents using KTorrent in Kubuntu, I've also tried Transmission. The torrent has ~400 seeders, but I'm still "Stalled", and it never starts. [20:42] iconmefisto: i just understood the (big) difference between divx and xvid. until now i was thinking on is the player and one the codec -.- [20:43] hi. In kde konsole the fonts look horrible when it is colored. how can i fix this? [20:43] when i do a ls -l the directories when colored blue look different than the non colored fonts. [20:43] Benkinooby: if you right-click on the player do you get a menu with play, pause, etc? there is also configure in that menu [20:45] changed my kdm theme. problem: old theme login screen still flashes before displaying new theme. need a hint as to where that image might be stored at. (i removed all other themes so the default location isnt it) [20:45] hmmm.. nope... when i rightclick and the choose "about" i get "totem browser plugin 2.28.2" maybe i have to remove that [20:46] any chance of some help? [20:46] iconmefisto: do you have totem on your system? [20:48] Benkinooby: no [20:48] iconmefisto: let me reomve totem.. maybe it "blocks" mplayer [20:48] Benkinooby: yeah I think having 2 plugins would be a problem [20:49] nascentmind: the default font color i got here is all white; you can look into Settings>edit current profile and choose/change the options in there to your liking [20:50] kyubutsu, that is fine the only problem is when the color changes say for eg syntax highlighting in vim etc. the fonts don't look right [20:51] only if i zoom the konsole to a very big size will the fonts show all nice. [20:51] iconmefisto: better i restart firefox [20:51] nascentmind: check your antialiasing option in system settings [20:51] Benkinooby: yes restart firefox after removing totem-mozilla [20:52] kyubutsu, in system settings -> appearance -> fonts right? [20:53] yes [20:53] that should apply antialiasing to fonts globally [20:53] kyubutsu, tried that. not much difference. should i restart X? [20:54] anyhow, i dont use vim.. i thought your issue was with konsole [20:54] iconmefisto: now i am closer http://tinypic.com/r/9vleog/6 [20:54] iconmefisto: whoop whoop, it works :) [20:54] kyubutsu, anything on the konsole which has colored fonts .. like directory blue color in ls -l etc. [20:54] nascentmind: wouldnt hurt to restart [20:54] iconmefisto: sometimes, less is more :D [20:54] kyubutsu, ok will do [20:55] iconmefisto: thx for support [20:56] Benkinooby: the mplayer plugin is quite capable. sometimes it doesn't work without playing around with its settings. sometimes it doesn't work at all on some pages [20:57] iconmefisto: i just found out, that there is a package called mozilla-plugin-vlc. i will replace the mplayer plugin with it... maybe performance is better. from my expereince vlc is the best player and when it comes to streaming vlc gets even better :D [20:57] kyubutsu, rebooted. still looks weird [20:58] nascentmind: unfortunately, i dont know anything about vim so i cant provide any more help about that [20:59] kyubutsu, no its not vim. its everything. even if i do a ls -l list directories the color highlighting looks different [20:59] perhaps someone else might know .. but you'll have to wait around [21:00] Benkinooby: ok, let me know how it works. last time I tried it (over a year ago) it wasn't too good [21:00] i had checked out in gnome and used konsole there. the font looks so nice there. [21:01] iconmefisto: fail... stick with mplayer... with vlc there is just written "waiting for video" [21:01] iconmefisto: i will wait a lil' bit [21:01] WaltzingAlong , i am not talking about syntax highlighting. i just gave an eg. even if i do a simple directory listing the font looks bad. [21:02] yeah what looks bad about it? wrong size? color? parts of it appear missing? any difference with changing the font size in konsole? changing the konsole colors? [21:03] nascentmind: maybe you upload a screenshot to tyniurl === emma_ is now known as emma [21:03] nascentmind: sorry, tinypic [21:03] ok. will do [21:04] iconmefisto: so, fazit: mplayer is the one and only truth for divx in firefox. :) thx for help again [21:07] is there a ubuntu pastie for pics? [21:08] imagebin.org [21:08] !paste [21:08] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [21:08] eg second link in the above [21:09] nascentmind: i am using kubuntu. when u use the kubuntu screenshot tool, it offers you to host it on ZimageZ. all the other websites like imagebin, tinypic and co are independent form the OS [21:09] nascentmind: there's a handy little drag and drop pastebin widget for kde [21:10] i am using ksnapshot [21:10] omg, i lllllllllllloooooooooooovvvvvvvvvveeeeeeee *buntu soooooooooo much for all these small nice things (and problems ;) ) [21:11] nascentmind: press Alt+F2 and then type screenshot [21:11] i get none [21:12] nascentmind: this is the one with the zimagez. if you don't have, don't mind and use http://tinyurl.com/imagebin :) [21:12] nascentmind: if you like you can go for it in the softwaremanager, or check out the widget (this is what i am doing right now ;) ) [21:13] nascentmind: but upload the pic anyhow, to get back to you original prob [21:17] http://imagebin.org/83055 [21:19] can you notice the difference? [21:20] nascentmind: looks fine here. [21:20] huh? [21:21] nascentmind: looks also fine to me [21:21] nascentmind: maybe related to your monitor? [21:21] just compare the green font and the white font with similar names. [21:22] for eg friendclass and friendclass.cc [21:22] yeah the green appears bold, so a bit fatter [21:22] yes and its smaller. [21:22] nascentmind: let me upload apic from me to compare [21:22] it becomes worse when i look at it on vim etc. [21:22] nascentmind: increase the font size? change the font konsole uses? [21:23] nascentmind: i have mine currently set to use "Green on Black", Monospace, size 9 and yes to smooth fonts [21:23] why do i need to increase the font size? i need it at this font size itself. its a saner one. [21:24] mine too is on monospace 9 and smooth fonts [21:24] nascentmind: http://imagebin.ca/view/qL3zm9.html [21:24] but on linux colors. [21:25] nascentmind: i tought you were complaining about quality... [21:25] ok that too is not good. [21:25] for some reason the bold ones literally mess up [21:25] same problem [21:25] I've got DejaVu Sans Mono, size 8 for my font [21:26] I find mono spaced ones are generally easier on the eyes, no matter their colour [21:26] nascentmind: i have the same like icon... with green on black [21:28] nascentmind: you do not need to increase the font size. it was just a suggestion, something to try out to see if it made a difference. maybe it would look bad bigger as well. [21:28] WaltzingAlong, it looks proper when i increase it to insane size. [21:28] if i go to 8 it looks fine but becomes too small. [21:28] nascentmind: what happens, if you use the same fomt settings in a non-konsole window, like kate, openoffice or so? [21:28] 10 becomes too big [21:29] actually, I think I prefer Andale Mono [21:29] Is it okay to download kubuntu and burn it to a disk for use on my personal computer? [21:30] brandon_: please do :) [21:30] brandon_: yes [21:30] brandon_: also burn one for a friend :) [21:30] brandon_: not only OK but encouraged! [21:30] !free | brandon_ [21:30] brandon_: freedom is important. Ubuntu is as free as we can make it, which means mostly free software. See http://www.gnu.org/philosophy/free-sw.html and http://www.ubuntu.com/ubuntu/licensing [21:30] WaltzingAlong: was just wondering y they have different versions such as shipit and and some you pay for? [21:31] brandon_: usually u pay for support, but never for linux itself [21:32] its the same problem. if it is bold it becomes smaller. [21:32] Benkinooby: on kubuntu.org it has some that you buy what is the difference? [21:32] i checked in kate. [21:32] brandon_: give me one sec to check it [21:32] brandon_: Canonical generally makes some money off supporting the server version, also with some other services like Soyuz on LaunchPad, etc [21:33] that has nothing to do with downloading and/or burning a copy of any ubuntu flavor .. enough said [21:33] Benkinooby: so its safe to download fromm canonical and just burn to disk? [21:34] Benkinooby: brandon_ http://www.ubuntu.com/getubuntu/purchase packs of 20, 100, or 200 discs [21:34] brandon_: yes, totally [21:34] Benkinooby: cool [21:35] Can anybody please please help me with this.. Using KDE, I did an apt-get upgrade like 1 hour ago, and ever since my xorg is not working anymore.. first, what happened in the crappiest release ever, 9.10 that was already plagued with problems?? how come that an upgrade within the same release causes my keyboard and mouse not to work anymore? Anyway, I literraly tried everything, Install the 2.4 intel driver (since the 9.10 default intel driver is crap [21:35] anyway). doesnt even start anymore (did work last week). tried the latest intel driver, same thing, X doesnt start.. now Im trying to burn a lucid ISO, to see if 10.04 may relieve some páin but guess what? On 3 different computers I can not burn a friggin CD ISO!! All somehow don't recognize the empty CD in the drive.. so what can I do now?? [21:35] brandon_: if you look at the prices you will notice that this are more or less the costs for the CDs [21:35] Benkinooby: one more question it has a popup saying that there r proprietary drivers available like for graphics card is ok to use those? [21:35] brandon_: there are 3 options, downlaod & burn yourself, buy and request a free cd [21:35] phoenixz: kde does not provide apt-get [21:36] WaltzingAlong: wrong [21:36] WaltzingAlong: Using Kubuntu, duh... [21:37] iconmefisto, andale mono looks all faded and washed out around the curves. [21:37] brandon_: depends. if you want 100% opensource system then avoid them, but this includes that you will also have probs with some audio codecs. if you want a system that works, and you don't have too much idea about the whole linux-thnig use them [21:37] otherwise it looks fine actually. [21:37] phoenixz: just reinstall 9.10 .. upgrading generally causes troubles [21:37] brandon_: it is possible to change back and forth as you like any time you like [21:37] WaltzingAlong: and last time I checked, Kubuntu does.. if you can help, please do, because I just ran out of the last minute of patience for linux.. its just CRAP that I can not even burn a CD, that Im already for a year stuck with crappy intel drivers that make me wait 5 seconds for every 10 characters that I type.. [21:38] kyubutsu: Hell will freeze over before I reinstall the crappiest every release of kubuntu.. 9.10 is the worst of all, really [21:38] Benkinooby: but it is ok to use the nvidia drivers [21:38] phoenixz: yeah this time kubuntu. last time it was kde. no worries. any help i would provide would go to those who ask in ways i would wish to reinforce [21:38] 8.10 never had problems, it was fast and cool... I have no idea why I ever thought I wanted to go to the 9.Xx versions.. [21:38] brandon_: yes, i use them too [21:38] fresh install and upgrading are not the same thing, phoenixz [21:38] Benkinooby: awsome thx for your help [21:39] kyubutsu: Im talking about a fresh install.. I have no idea how else to get my computer to work again.. [21:39] Benkinooby: Linux rules! [21:39] you said you upgraded [21:39] also typed kde when he meant kubuntu, apparently [21:39] brandon_: the point with proprietary drivers is, that they were made by the manufacturer (nvidia). so they don't tell you how the dirvers work, which makes it difficult to support === otswim is now known as babalu [21:40] WaltzingAlong: well excuse my not-so-much-in-for-jokes mood.. Ive been stuck for over a year with a bad ubuntu installation thanks to intel drivers, and now since the last upgrade, X wont even start anymore.. Now, sorry for mislabeling Kubuntu with KDE, my bad.. Do you have some sort of solution here? [21:40] anyone successfully fixed the power management bug? [21:40] Benkinooby: Oh ok but nvidia better than ati on linux ? [21:40] phoenixz, use gnome? [21:40] :) [21:41] HI [21:41] phoenixz: read the x log for errors relating to x less /var/log/Xorg.0.log grep -i "(EE)" /var/log/Xorg.0.log reconfigure it, sudo dpkg-reconfigure xserver-xorg -phigh [21:41] WHER'RE YOU FROM? [21:41] kyubutsu: I changed the intel driver to 2.4 (some used-to-be solution about the current crap intel driver), no effect.. also "upgraded" to some ppa intel 2.10 driver, didnt work either [21:41] brandon_: there are 10000 websites discussing this topic. afaik nvidia is the better one [21:41] nascentmind: how is gnome going to work if X doesnt? [21:41] phoenixz: you answered your own question when you said you never had a problem when using 8.10 .. [21:41] Benkinooby: lol [21:41] I'CANT STAND HOW TO USE THIS [21:42] Benkinooby: thx ill do some googleing [21:42] kyubutsu: some people seek out problems [21:42] kyubutsu: looking for ways to make things more difficult [21:42] brandon_: good idea... are u new to linux or *buntu? [21:42] OK. ARE YOU FEMALE OR MALE? [21:42] phoenixz, in one of the machines my kde screwed up when i upgraded from hardy to karmic. gets to the splash screen crashes and lands back to kdm. either its bugs in X or kde not sure but gnome works fine. [21:42] kyubutsu: that I have no idea why I every upgraded yeah, I know.. if I'd have an 8.10 disc around, trust me, Id be back there happily working.. I just don't understand how a new version can crap up basic things so badly.. [21:42] chuchin: on here? neither or both [21:43] Benkinooby: NOT NEW TO LINUX JUST KUBUNTU [21:43] criminey yelling! [21:43] Benkinooby: sry caps [21:43] calm down folks, have a cup o' tea [21:43] lol [21:43] sounds good maybe the green kind [21:44] phoenixz, 9.10 kde release is the trashiest ever as you said. sadly i really liked kde. [21:44] Anyways kudos to all on this channel and thx for the help! [21:44] nascentmind: worse than 8.04? [21:44] Anyway, anybody who may have an idea why I cant burn a CD in 3 different kubuntu computers? I insert the CD, new device notifier nicely says "new empty CD" but then k3b says there is no empty medium.. The burn command has the same problem [21:45] i like 9.10. i shoudve started running 10.04 unstable months ago, but 9.10 is so good... [21:45] hardy had 3.5 i think. atleast it did not have this many problems [21:45] 8.04 was probably what is was for the switch from kde3 to kde4, no? [21:45] phoenixz: something like this happened to me to... when you have kde and an other DE like gnome or xfce, the loginmanager for gnome kills the one for kde [21:45] nascentmind: I love KDE, and will stick with it.. the problems in the 9.10 release are, from what Ive seen, mostly not KDE, but other systems [21:45] anyone been able to fix the bug in power management? [21:45] :( [21:45] phoenixz: i blocked the gnomeloginloader, reinstalled the kde one and finish :) [21:46] Benkinooby: I have only KDE.. I avoid gnome stuff whenever possible.. not that I hate it,. I just like everything to be kde [21:46] Benkinooby: anyway, the problem is that the login screen simply is not responding to mouse or keyboard [21:46] Benkinooby: cant even CTRL ALT F1 [21:47] titan_ark: what bug? [21:47] phoenixz, login screen is kdm or gdm? [21:47] nascentmind: kubuntu, so kdm [21:48] Benkinooby: everytime notebook goes to sleep and then recovers it says no battery plugged in [21:48] phoenixz: same symptoms for me... kann you tell me what loginmanager you are using? [21:48] phoenixz, you can check by installing gdm. [21:48] phoenixz: maybe you give gdm a try... [21:48] Okay, this drives me crazy, is this a K3B problem?? I insert empty CD, K3B says Emtpy CD.-R medium, so I select BURN ISO, and then it gives me "Please insert an empty medium"... What is this about? [21:48] nascentmind: sees you are always a sec faster than me ;) [21:49] :) [21:49] Can't get X to work, can't burn disk.. checkmate! [21:49] so any chance with kde guys improving the font. [21:49] ? [21:49] Hi out there. I'm using kubuntu 9 10 and I don't have a usb/imput folder. I want to install the settings thingy for wacom but I have nowhere to put the bug fix. [21:49] titan_ark: couple of suggestions; check launchpad for similar issues; ask in #kubuntu-bugs [21:49] or [21:49] !bug [21:49] If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs - Bugs in/wishes for the IRC bots (not Ubuntu) can be filed at http://bugs.launchpad.net/ubuntu-bots [21:49] phoenixz, also try to regenerate the xorg.conf file [21:49] phoenixz: could learn a few keyboard tricks to try using the tools k3b uses [21:50] nascentmind: AFAIK, this version of X works without xorg.conf file.. [21:50] phoenixz, hmm. [21:50] titan_ark: are u using 9.10? [21:50] WaltzingAlong: I tried the "burn" program which gives me the same thing.. cdr gives me the same too.. on 2 different machines.. [21:50] phoenixz, btw what does the error log say? [21:51] nascentmind: I could try deleting any existing xorg.conf file, now that I thinkg about t.. [21:51] phoenixz, you can always boot up in single user mode and check the logs. [21:51] I'm some what new to this but Installed a older Kubuntu and I could add a widget that allowed me to share files in /home/user/public to anyone, now I'm on 9.10 and I cant find this any more, Any ideas? [21:51] phoenixz: read the x log for errors relating to x less /var/log/Xorg.0.log grep -i "(EE)" /var/log/Xorg.0.log reconfigure it, sudo dpkg-reconfigure xserver-xorg -phigh [21:51] nascentmind: there is no xorg.conf file to start with.. let me check xorg.0.lgo [21:53] WaltzingAlong: first gotta dump the experimental xorg 2.10 intel driver [21:53] titan_ark: are there any websites about this bug? [21:53] unfortunate that you know enough to break it but not enough to fix it ;) [21:54] WaltzingAlong: like I said, I ran out of humor about 2 hours ago.. [21:54] Hello linux genius people, can some body solve my issue while compile a opencv file for video manipulation, I get the following errors [21:54] /usr/local/lib/libcxcore.so: undefined reference to `gzopen' [21:54] there are many others too like this [21:55] WaltzingAlong: And anyway, Im not doing anything "weird" here, just what the ubuntu wiki has documented as "the solution" to the crappy intel driver problem of 9.10 [21:56] I guess it is looking for some so file for lsb in kubuntu [21:56] phoenixz: tis ok. i understand you just need to type here a bit, release a bit of frustration...enough to let yourself calm back down, then you can approach the problem anew and get it figured out [21:56] can somebody tell me how to configure that ? [21:59] ok guys, thanks to all who helped me and good luck to all who are searching for help. [21:59] This is the output of my Xorg log file http://pastebin.com/f4e55ac65 === Fanfare is now known as Fanfare[afk] === user is now known as Guest36119 [22:02] n8 === Fanfare[afk] is now known as Fanfare [22:06] damn, got busy [22:06] no one using kubuntu on a notebook facing trouble with power management? [22:06] hello how to get rid of the error /usr/local/lib/libcxcore.so: undefined reference to `gzeof' while compiling opencv file ? [22:09] hi i use kubuntu 8.04, i try to use sun java jdk instead of openjdk [22:09] i done: sudo apt-get install sun-java6-jdk [22:09] mcollin: and whats the problem? [22:10] /usr/local/lib/libcxcore.so: undefined reference to `gzeof' [22:10] when i start eclipse, the runtime jre continue to be openjdrk [22:11] i started adept, removed openjdk... seem still there [22:11] mudassar: do you have all dependents installed [22:11] i guess all of them are installed [22:11] i just installed lsb as well [22:11] mudassar: look at this websit: http://n2.nabble.com/Compiling-error-with-OpenCV-2-0-0-td3968857.html [22:11] Hi out there. I'm using kubuntu 9 10 and I don't have a usb/imput folder. I want to install the settings thingy for wacom but I have nowhere to put the bug fix. [22:12] mudassar: I think its right up yer alley. [22:14] I have aleady visited this post .. but no positive result [22:15] and followed the post [22:15] whats the program OpenCV right? [22:16] still getting the same error :( [22:16] please help [22:16] yes [22:16] trying to build some opencv file [22:17] i will try installing this [22:17] hang on [22:17] I have used the following command to build [22:17] g++ -ggdb -I/usr/local/include/opencv -lhighgui -lcxcore -lcv -L/usr/local/lib mat.c -o outfile [22:17] mudassar: what version are you trying to install? [22:18] it is already installed ... but trying to build mat.c file [22:18] opencv was installed === fer is now known as Guest17575 [22:19] Then whats the problem? Is it not running er something? [22:19] hello, just upgraded to firefox 3.6.0 with ubuntuzilla but youtube is mute... any hint? [22:20] MarcoPau: maybe try to install the flashplugin-nonfree-extrasound package, in case it isn't installed [22:21] I guess lsb is not linked correctly, how to do that ? [22:23] kaddi_: tried, without any result [22:25] any solution for opencv lsb problem ? [22:25] MarcoPau: how do you start FF 3.6? I just installed it, but firefox is still opening FF 3.5.7 and the command firefox-3.6 doesn't exist [22:26] kaddi_: you have to run /usr/bin/firefox [22:27] MarcoPau: /usr/bin/firefox is pointing to firefox-3.5 for me [22:27] for me not, it's a binary itself [22:27] sorry kaddi_: /opt/firefox/firefox [22:28] that's where ubuntuzilla put it [22:28] MarcoPau: hmm i guess something went wrong for me then, i don't have a firefox folder in /opt/ [22:30] kaddi_: did you install it with ubuntuzilla? I had to exit firefox 3.5.7 for a successful installation [22:31] MarcoPau: no, i installed from the mozilla ppa with sudo add-apt-repository ppa:mozillateam/firefox-stable and update and install firefox-3.6 afterwards [22:33] http://downloads.sourceforge.net/project/ubuntuzilla/apt/pool/main/u/ubuntuzilla/ubuntuzilla_4.8.3-0ubuntu1_i386.deb [22:38] hi all [22:39] help? === aleksandar is now known as dramkit [22:39] nope? [22:40] !ask [22:40] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [22:51] hi, is the only difference between ubuntu and kubuntu the kdelibs package and gnomelibs stuff? === user is now known as Guest81918 [22:51] the rest of the packages are the same? [22:52] righteous: yes, the difference is only in the displaymanager used. But that also means different applications. eg Kubuntu uses dolphin as filebrowser, gnome uses nautilus [22:53] ohhh [22:53] ok [22:53] cool [22:53] anyone gotten a radeon hd 5770 using fglrx successfully in 9.10? [22:57] kaddi: tried 3.6.0? [22:58] MarcoPau: yes, turns out i needed to do a dist-upgrade for it to work [22:58] kaddi: so are flash videos mute there also? [22:58] checking right now, one sec [22:59] i have sound marco [23:03] can any1 help me install hydra it says libssh2 wrong pointer i got libssh v0.11 file but theres no info on installing it [23:04] problem solved. this scripting stuff is fun. [23:08] anyone know how to make it so that my computer screen doesn't dim every two seconds despite fooling with the power management settings [23:09] ikonia: howdy ;) [23:10] yes ? [23:10] still trying to troubleshoot that hd5770 on any linux distro. [23:11] righteous: this channel is for kubuntu discussion only, keep on that topic and there is no problem [23:11] i read quite a bit saying that the 10.1 catalyst was working on 9.10, but the automatic download tool that came with gnome reproduced the error. [23:11] erm error/hardlock [23:12] ikonia: i never deviated from the topic, he was an abrasive op :P but yeah, same issue-- hardlock before a sync can happen so nothing is being written to Xorg.0.log [23:12] righteous: I'm sure someone will chose to help you [23:12] if i type in all caps will that help? ;) [23:13] no [23:13] oh, by the way, I'm 22, blonde, about 4'11" and am a dallas cheerleader. does that help? [23:14] righteous: please keep to the topic [23:14] ikonia: yes my topic is getting the hd5770 to work on 9.10 [23:14] with the fglrx driver. [23:14] righteous: right - don't need the other comments then [23:15] ikonia: but its true! [23:15] anyway, got any ideas? [23:16] righteous: I won't ask again - don't need the other conversation, please stick to the support topic [23:16] Where is the equivalent of qtparted in kubuntu 9.10? [23:16] Draggor: can you not install qtparted [23:16] ikonia: ok then can you help, or are you not concerned about the topic? [23:16] righteous: I don't wish to help at this time [23:16] qtparted is not in the repo [23:16] really ? when did that get removed [23:16] because the topic isn't policy enforcement (which isnt the issue) it's #kubuntu only, so you stating that you dont wish to help is offtopic; please stay on topic. [23:16] I'm actually on the live cd right now, I know a gui partitioner is there [23:17] but I don't know how to access it outside of the installer [23:17] righteous: stop now - this will be your only warning [23:17] !info qtparted [23:17] Package qtparted does not exist in karmic [23:17] Draggor: I'm shocked by that, hang on [23:17] your warning is offtopic, this is a kubuntu-only channel. so can you help? [23:17] hi [23:18] qtparted has not been in 9.04 either I believe [23:18] !info kparted [23:18] Package kparted does not exist in karmic [23:18] wow, kparteds not ther etoo [23:18] ikonia: Draggor isn't it know callled partition-manager? [23:19] !partitionmanager [23:19] PartitionManager is a !KDE !GUI partitioning program. Use !KPackageKit, !Adept or !Synaptic to install or type « sudo apt-get install partitionmanager » in a !terminal [23:19] kaddi: I'm hoping you can tell me [23:19] Not in my livecd repo [23:19] and that program is not available to me to run via terminal [23:19] i think there was a name switch for 9.04. partitionmanager is the equivalent of gparted [23:19] nor in th ekmenu anywhere [23:19] i believe [23:20] kaddi: well spotted, thank you [23:20] Draggor: you can install on the livecd [23:20] I have a major issue. I burnt an Ubuntu CD, and then proceeded to install it. But unfortunately, the cd had a spec on it, and was defective, so the install failed near the end. But Ubuntu didn't quit, and booted into Live CD mode. Now, I have the cd in the rom, and another blank cd, so I would like to burn it, but I can't eject the current cd. I can mount the iso on hard drive no problem, but I can't burn it, cause the live cd [23:20] is using the cdrom. So, what I am wondering, is there a way to autoplay the iso on my hdd. Cause when I mount it, I see the content, but the installer doesn't begin [23:20] As I just said, partitionmanager is not in my repo [23:21] is it in universe or multiverse? [23:21] Draggor: universe [23:21] My confusion still remains: The installer clearly has a partition manager in it, yet I cannot access it? === ubuntu is now known as think43 [23:22] aaaaaaaaand getting update errors? Joy [23:22] Error occurred during signature verification [23:22] How do you autoplay a mounted ubuntoCD1.iso CD [23:23] Draggor: I've not looked what partition tools the #kubuntu current installed uses, what livecd are you using [23:23] kubuntu 9.10 x64 === user is now known as Guest94144 [23:28] hola [23:29] It seems like it has its own gui in python/qt for the partitioner (it being ubiquity) [23:29] !hi | enrique [23:29] enrique: Hi! Welcome to #kubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay! === zbenjamin is now known as zbenjamin|away [23:31] I suppose I'll try a restart and grab gparted [23:32] Draggor: that's frustrating....... [23:32] ikonia: Tell me about it [23:33] If I could make a suggestion, it owuld to be to include a standalone partitioner on the livecd === Malin_away is now known as Malin- [23:33] be it gparted, partionmanager, or somehow expose ubiquity's partitioner (though that one isn't anywhere near as powerful as the others) [23:33] Draggor: I'm surprised there is not [23:34] I know it used to be that way [23:37] And wohoo!!! Lucid alpha 2 seems to have fixed like 99% of my problems!! [23:38] If it keeps up like this, I can finally forget the nightmare the 9.xx line was [23:38] ugh, and now I get a size mismatch on trying to install gparted [23:38] Hate to say it, going to have to go with another livecd here [23:40] hehe, nice to hear phoenixz :O) [23:40] unless someone knows how to work parted at the command line to resize [23:40] WaltzingAlong: lucid ROCKS! [23:40] WaltzingAlong: fixed all graph problems.. my lap is now FAAAAAAAAAAAST! :) [23:40] phoenixz: please do not shout [23:41] what is lucid? [23:42] the next release of ubuntu [23:42] Mamarok: oh come on! Let me have my 2 seconds of fun! :) [23:42] Oh, nm, <---dumb [23:42] Draggor: 10.04.... [23:42] It's been a long work day [23:50] does anyone know how to get games like conquer 2.0 to run in play on linux? [23:55] Hello, please some opencv expert, help me with this error buffer underflow i=0 [23:59] anyone ?