=== colin_ is now known as kernco [00:02] What do I need to do to play DVDs in Kubuntu Hardy? I have installed kubuntu-restricted-extras, but that didn't seem to do it. [00:02] libdvdcss? [00:02] don't recall right off the bat how to get it [00:02] !libdvdcss [00:02] For playing DVD, see http://help.ubuntu.com/ubuntu/desktopguide/C/video.html - "libdvdcss2" can be found at !Medibuntu or (for Feisty and earlier) http://wiki.ubuntu.com/SeveasPackages - Try k9copy (available in !Universe) for backing up DVDs [00:03] It's says "no candidate version found for libdvdcss2" === hydrogen is now known as eaen [00:04] I think Hardy Heron has some goofy things about it that aren't finished, so those guides *might* not work [00:05] If they don't, try #kubuntu+1 [00:05] Yeah, none of the things I've done in previous versions of Ubuntu seem to working with Hardy [00:05] TeslaTony_: i don't think #kubuntu+1 is a real support channel... [00:06] No one else is in #kubuntu+1 *cires* [00:06] Erm...#ubuntu+1? [00:06] !hardy [00:06] Hardy Heron is the code name for the next release of Ubuntu (8.04-LTS), due April 24, 2008 - For more info, see: https://wiki.ubuntu.com/HardyHeron - CONSIDER IT TO BE BETA SOFTWARE - Discussion and support in #ubuntu+1, NOT #ubuntu === eaen is now known as Wasserstoff [00:06] Yeah. Listen to the bot [00:06] (something is weird with the Wacom on Kubuntu 8.04) [00:11] Roey: I've been wanting to get a wacom tablet. For the most part, how are they on Linux? [00:13] TeslaTony_: they're ok but they're finnicky with the button strip [00:13] but generally ok [00:13] the software is the bigger issue... photoshop can out-do gimp in some important areas [00:14] I lost 3d after running "dpkg-reconfigure xorg-server" The graphics adaptor is the same, just got a new monitor. To get back 3D, can I just change "nv" to "nvdia" in xorg.conf? [00:15] ep: it should work [00:15] thanks [00:17] Roey: I hear that a lot about photoshop. Kinda sad linux still has some deficient areas, although I suppose there isn't anything like paid programmers... [00:19] TeslaTony_: I don't think it relates to that--I think that Photoshop is more connected with a wider audience and in that way stands in a better position to receive comments and criticism from users [00:22] Probably. Something I've found about Linux, though, is that a lot of the programs are from people who do first, but are decent programmers on the side. GIMP probably also suffers from "Okay, how do we be exactly like PhotoShop without getting sued?" [00:22] heh [00:22] well look at Krita then [00:22] but to be honest [00:22] a lot of the stuff seems unpolished sometimes [00:22] KDE 3.5.9 is great--warts and all-- [00:22] but 4.0.2 is honestly unusable (and that's been acknowledged) [00:23] wha? oh, right, n-dash [00:23] KDE 4.0 is the "eat your children" release [00:23] "Keep in mind, you get what you pay for. Linux, however, is an extremely good value for the money" [00:27] Dhraakellian: well yes yes [00:27] TeslaTony_: oh I'm not complaining [00:27] I mean, I am [00:27] but i'm accepting of it [00:28] * TeslaTony_ snerks [00:28] My complaints can't be taken all THAT seriously if I'm using Linux... [00:29] :) [00:29] I'll bbiab [00:29] rebooting [00:45] GIMP probably also suffers from "Okay, how do we be exactly like PhotoShop without getting sued?" [00:45] tell me, have you actually sat down and *used* the GIMP? because apart from having a lot of the same functionality [00:46] it's completely different, and tends to be the example thrown out when people complain that they can't use photoshop (but the gimp's learning curve is too high!) (it actually isn't that bad) [01:05] is there a cmd like "for %a in (*.txt) do unlink %a" in bash ? [01:05] rm *.txt ? [01:06] unlink *.txt does not work [01:06] out of curiosity, why are you using unlink specifically instead of rm? [01:06] i need to do it on a filename per filename basis [01:07] rofl: for n in *.txt; do unlink "$n"; done [01:07] i cant find where to scan for new plugins in konqueror? [01:07] Rageon: Settings->Configure Konqueror->Plugins->[Scan for new plugins] [01:07] because i dont want do delete the existing txt files just the links [01:08] ok [01:08] er [01:08] what do you mean, just the links [01:08] if you delete the only link to that file, you're deleting the file [01:08] Roey is plugins inside the Behavoiur tab or? [01:09] Rageon: Plugins is another entry down that left-hand list [01:09] rofl: do you have files with symlinks to them and you want to delete the symlinks? [01:09] its not there for me :s [01:09] everything but [01:09] no, i have real txt files and some bad links (recursive) [01:09] rofl: then use find , tell it to look for symlilnks and -exec rm -vi {} \; [01:09] Rageon: it should be the second-to-last entry, above "Performance" [01:09] ask in #bash for more specific help though [01:09] in reality, it are DLL files , i made wrong symbolic links into the wine folder [01:10] goes crypto > browser ident > performance for me :s [01:10] but i dont wont to delete the wine dlls [01:11] rofl@rul0r:~/.wine/drive_c/windows/system32$ for n in *.dll; unlink $n [01:11] bash: syntax error near unexpected token `unlink' [01:13] rofl: ; do unlink [01:14] kgoetz: could u pls type the entire command [01:15] i just get a strange > command prompt when using that for command [01:15] rofl: for f in *.dll; do unlink $f; done [01:15] rofl: because teh command isnt completed (eg, hasnt said done yet) [01:16] ah... thx :) [01:16] :) [01:16] just ^C to get rid of the > prompt [01:16] afk a while [01:16] thoreauputic: hey mate [01:19] !kde4 [01:19] KDE 4.0.2 is the latest major release of the K Desktop Environment. KDE 4.0.2 packages can be found at http://kubuntu.org/announcements/kde-4.0.2.php - More information can be found at http://www.kde.org/announcements/announce-4.0.2.php - Support in #kubuntu-kde4 [01:23] can i format a harddrive using the live cd? [01:23] sure [01:23] use QtParted in the CD [01:23] ok thanks [01:25] when i reinstall kubuntu does it format the harddrive before it installs? [01:26] it can as part of the installer [01:27] adude: only if you tell it to === rofl_ is now known as sh4rm4 [01:28] that might be my problem [01:28] i had install the kde4 and had problems with the package manager [01:29] adude, that problem is easy to fix :S [01:29] you have to install one of its dependancies [01:29] then i went back to kubuntu 7.10 and i have the same problem [01:29] eery time i installed kubuntu kde4 i got the same thing [01:29] paste me the error, it tells you what to install (kinda) [01:30] Hiya [01:30] try to run the package manager and tell me what it says (something about packageman or something) [01:30] I'm having some serious mp3 playback issues with amarok [01:30] Namely, I uninstalled certain packages that kept requesting upgrade (Even after they had been upgraded) [01:30] i tells me another process iis using the package database [01:30] but now Amarok can't enable mp3 playback [01:30] oh, thats easy to fix [01:30] i think [01:30] and I'm completely at a loss. [01:31] !aptfix [01:31] If an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a » [01:31] sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a [01:32] libavcodec1d libavutil1d libpostproc1d - these were the packages I removed [01:32] but when I attempt to reinstall them, it complains of multiple unmet dependencies [01:32] and I also attempted to compile ffmpeg from source, but it told me option --enable-vorbis (amongst others) could not be found. [01:34] SteamMachine: you're trying to watch youtube too? ;)_ [01:34] Say what? [01:35] all I hear with ffmpeg is regarding gstreamer and youtube [01:35] hehe [01:35] Ah. [01:35] It seems that the weakest link here is libx264-57. [01:35] I can't install it and it's saying it's referred to but can't be found [01:36] anyone know how you change the default power settings? Apparently the system is set to turn my monitor off every 15 minutes and I dont want that. [01:36] kkathman: right click on desktop and there [01:36] (actually that was removed in Kubuntu...) [01:37] kkathman: System Settings -> Display [01:37] I've tried various methods of repairing this. [01:37] But without certain dependencies... :( [01:37] Jucato: thanks - I was looking for kpowersave but it wasnt running :) [01:38] kkathman: kubuntu uses guidance-power-manager instead [01:39] ahh good to know - I was on SUSE for a while and they use kpowersave, Jucato [01:39] <-- Kubuntu openSUSE ------> === soulrider_ is now known as soulrider === Airforce5555 is now known as Soccer5555 [01:39] libx264-57 - anyone actually EVER used this? [01:39] openSUSe is ok, it has its strengths and weaknesses like every distro I suppose [01:41] but thats offtopic :) [01:41] * Jucato nods [01:43] Also. [01:43] My coffee is cold. [01:45] I did a clean install of 8.04 after an attempted upgrade from 7.10 didn't go so well. I just want to set up my HP Photosmart C5180 printer only to discover that it is no longer in the list. I had no problem installing in 7.10 with out having to ad any extra package. The list of printers listed under HP seems to be only about half as long as it it in 7.10. What's going on? [01:47] Okay. [01:47] I think I've made some progress. [01:47] I still can't get amarok to enable mp3, but now it's only requesting [01:47] The following packages have been kept back: [01:47] libavcodec1d libavutil1d [01:48] Should I force them (some how?) [01:48] How do you add a 2nd drive in VirtualBox? I want to add my 2nd DVD drive, but cannot manage to find a way. [01:48] SteamMachine: this is for Hardy? [01:49] 7.10 [01:49] ahh [01:49] no clue why you'd get those messages [01:49] hrm [01:50] That reminds me, I also have to reinstall/setup VirtualBox. :) [01:52] I seem remember VB is pretty picky about what devices are named in order for them to be recognized, (ie dvd's, etc.) and you have to create link for it to see it just how it wants to see them. [01:53] Nobody else has noticed missing printer definition files in Hardy that were available in 7.10? [01:53] len: try asking in #ubuntu+1 [01:53] len: I want to install a game, but it won't let me swap videos correctly. [01:53] http://po-ru.com/diary/fixing-ffmpeg-on-ubuntu-edgy/ - okay, so it's all going well, except it complains about --enable-vorbis not found [01:54] OK, Too bad there is no kubuntu+1 [01:54] len: That was to be swap DVDs, not videos [01:55] I'd look at my VB setup, but it's gone since the reinstall. I remember cdrom/dvd mounting was a pain though. [02:02] Okay, libfaad-dev - can't be found. [02:02] any fix? [02:04] i have copied and backed up my /home partition but some things seem a bit off like my ff extensions didn't copy and my evolution email client is no longer set up and it acts like i have no mail. [02:04] nonewmsgs: did you copy even the hidden directories and files? [02:04] yes [02:05] hm.. that would be weird... how about ownership and permissions? [02:05] i still have the originals too in a /homeOLD directory and i tried recopying .evolution but it's the same 4kb [02:05] i followed a guide someone linked me to here [02:05] but my bookmarks are gone so i dont remember which one [02:05] i got a new hard drive and i wanted to move my /home [02:06] afaik everything seems to be the same, but wallpaper reset and little things. the only big deal is my email [02:07] but iirc i had to do my evolution email in gnome because it was always like that in K [02:09] home files wont be completely compatible but then most stuff should still work [02:09] but you wouldn't use evolution in kubuntu anyway, or shouldnt [02:09] the new drive mounts at /home [02:10] change it [02:10] you can mount it anywhere [02:10] so umm how can i get my mail [02:11] idc about wallpaper, etc, but my email messages are another story [02:11] nonewmsgs: iirc evolution's mail files are mbox [02:11] and you can import those to kmail [02:11] suweet [02:12] the other way around is harder however (kmail to evolution) [02:12] can i import them to thunderburd [02:12] hmm I think so, yes [02:12] I believe thunderbird does have an mbox import [02:12] hold on im in gnome right now, im going to go back into K [02:14] back [02:16] how can i find mbox [02:16] nonewmsgs: well, on your gnome install you should be able to find your mail files [02:16] does [02:16] how do i remove wine when doin sudo apt-get remove wine it says it not installed but when doin command wine in terminal its works [02:17] most I think have like .mbox suffixes [02:17] The resolution on my laptop is 1280 X 800. When I play games, I need a resolution of 1024 X 768. The problem is, when the resolution is set to 1024 X 768, it streches and blurs the images. Is there a way to center the screen on the screen [02:17] ? [02:17] does 'cat /proc/partitions' efectivly show you all drives on the system that are mountable? [02:17] nonewmsgs: its pretty well documented in google and the forums [02:17] i am supposed to reinstall gnome? [02:17] no [02:18] if you have the files [02:18] or your home directory [02:18] i have a /home that is ~300gb [02:18] is it still on a drive? [02:18] yes and i have a backup of that [02:19] hi, what version of kde4 is on hardy mirrors? [02:19] !hardy [02:19] Hardy Heron is the code name for the next release of Ubuntu (8.04-LTS), due April 24, 2008 - For more info, see: https://wiki.ubuntu.com/HardyHeron - CONSIDER IT TO BE BETA SOFTWARE - Discussion and support in #ubuntu+1, NOT #ubuntu [02:20] nonewmsgs: so you are on a new machine that has kubuntu, but your gnome was on a different drive? [02:20] no it was all on one drive and i copied /home and remounted it on new drive. everything else is still where it was [02:20] hey, does anyone know where i could possibly find a project i could contribute html/css/javascript or php for free? [02:21] on the net i mean? [02:21] is there an option to create a launcher icon in the taskbar, which does not start a single non-kde app, but unfolds a menu ? i know this option as Launcher, from xubuntu [02:21] nonewmsgs: ok.. then you should be able to just drag and drop your mbox files [02:21] i dont see any mbox files [02:21] and i dont know how to use any of the searches [02:21] nonewmsgs: you'll need to enable viewing system files [02:21] i did that part [02:22] nonewmsgs: I forget what directory its in, Its been a while since I used gnome [02:23] nonewmsgs: http://opensource-notebook.com/2007/03/how-to-move-mail-from-evolution-to-kmail/ [02:27] * nonewmsgs crosses fingers [02:29] yay [02:29] it worked [02:29] i tried to do that with thunderbird and it wasn't havnin' none of that [02:29] i was like kmail you know K is my true love and it gave me some sugar [02:29] does anybody no where i could find info for installing lunix on my mp3 player? [02:29] how do i remove wine when doin sudo apt-get remove wine it says it not installed but when doin command wine in terminal its works [02:30] is kmail compareable to thunderbird [02:31] yes [02:31] Was wine installed with apt-get or adept? [02:32] when i open a new session from KDE to gnome how do i switch from GNOME to KDE/ [02:32] when i open a new session from KDE to gnome how do i switch from GNOME to KDE? [02:32] you mean you have 2 X sessions going? [02:32] 1 KDE [02:32] You can use alt-ctrl-F7 and F8 [02:32] one GNONE [02:32] alt and ctrl [02:32] brb [02:32] to get from one X session to another [02:34] What is program to configure sound card?? [02:34] !alsa [02:34] If you're having problems with sound, first ensure ARTS is running, by going to K Menu -> System Settings -> Sound System and making sure "Enable the sound system" is checked. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - For playing audio files, see !Players and !MP3 [02:35] Tks [02:43] I can't seem to get lm-sensors working :( [02:43] billyd: it was installed with apt-get [02:43] The resolution on my wide screen laptop is 1280 X 800. When I play games, I need a resolution of 1024 X 768. The problem is, when the resolution is set to 1024 X 768, it stretches and blurs the images. Is there a way to center the visible screen on the actual screen so that the picture isn't stretched? [02:46] !ntfs [02:46] To view your Windows/Mac partitions see https://help.ubuntu.com/community/AutomaticallyMountPartitions - For write access, see /msg ubotu NTFS-3g or /msg ubotu FUSE [02:54] :( looks like I might have to compile a new kernel just to get the sensors working ... I wonder why the coretemp module isn't in the ubuntu kernel? [02:56] hi ... hey i want know how much license of free software are? [02:57] how can i automatically view pictures in kmail [02:57] eddy most free software is free as in free use and in free of cost [02:59] eddy: if you pay for a distro, it's usually just the cost of the physical discs, any hardcopy manuals included in the box, and possibly a support contract too [03:00] the software itself is freely available through a number of methods [03:00] I recall mandriva/mandrake comming with some rather hefty sized books when i last bought it - ages ago. [03:00] :) [03:02] Dr_willis, good evening friend [03:02] yeah, give away the software, sell support services [03:02] Well time for me to go to work. Bye all....... [03:02] yes i know but what kind of licence are? for example GPL, GFDL, LGPL, are others? [03:03] !offtopiv [03:03] Sorry, I don't know anything about offtopiv - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [03:03] !offtopic [03:03] #kubuntu is the official Kubuntu support channel, for all Kubuntu-related support questions. Please use #kubuntu-offtopic for general chatter. Thanks! [03:03] hehhehheh [03:05] hey i was wondering if there's a way to change the kmenu icon [03:05] Matt1728: Instructions for changing the K menu icon: http://docs.kde.org/development/en/kdebase/faq/panel.html#id2551958 . Alternatively, use kbf [03:06] thanks [03:06] make it start button [ducks] [03:06] lol [03:06] that site doesnt work [03:07] oh waitt [03:07] Matt1728: http://docs.kde.org/kde3/en/kdebase/faq/panel.html#id2552401 [03:08] thanks [03:08] it works now [03:09] kkathman, kmail is working great for me -- thanks [03:27] if i go out and buy an internal tv tuner card, will kubuntu support it? [03:29] surgy, I ahve one and it appears to be recognized by kubuntu, but I haven't taken the time to test it out yet. [03:29] I check Device Manager and there aren't any missing drivers or anything like that. [03:30] well will i actually be able to use it like a dvr? [03:30] how does autodetection of new hardware work in linux? like does someone have to do a search or is it all automatic [03:30] I dunno.. I just started using it last week, haven't plugged it in yet to a cable. I was just saying it had no device conflicts. [03:31] So I imagine if you can find the software for it, you should be okay. [03:31] can someone help me set up Kmail to a Mail.com account [03:33] Matt1728, do you know where there are instructions for a different email client ie outlook? [03:33] rofl [03:33] surgy - It would be better to check with the TV Tuner manufacturer to see if they support linux or not. [03:33] forward the bot to ##F_Y_C [03:34] Claybrain145: yeah right whats the chances of that? [03:34] !kde [03:34] KDE (http://kde.org) is the !desktop environment used natively in !Kubuntu. To install from Ubuntu: « sudo apt-get install kubuntu-desktop », or see http://help.ubuntu.com/community/InstallingKDE . Latest KDE version is 3.5.8 for Gutsy and Feisty, 3.5.6 for Edgy, and 3.5.5 for Dapper. See http://kubuntu.org for more information. [03:34] would be nice to find a little protable usb one [03:34] !kde4 [03:34] KDE 4.0.2 is the latest major release of the K Desktop Environment. KDE 4.0.2 packages can be found at http://kubuntu.org/announcements/kde-4.0.2.php - More information can be found at http://www.kde.org/announcements/announce-4.0.2.php - Support in #kubuntu-kde4 [03:35] how can i crate another partion after i install kubuntu [03:36] eddy you have to use the livecd and gparted or qparted [03:36] plz [03:36] whats the difference [03:36] not much. one is k and one is gmoe [03:36] gnome [03:36] surgy - I did find a couple sites... [03:37] ummm qparted [03:37] I got an MSI TV @nywhere card.. and found a couple sites to help configure it... [03:37] just doing a google search [03:37] eg: [03:37] http://www.linuxquestions.org/questions/linux-hardware-18/cant-get-msi-tvanywhere-to-work-492693/ [03:37] and http://forums.suselinuxsupport.de/lofiversion/index.php/t9880.html [03:38] qparted is k i guest [03:38] so qpartd [03:39] It's not impossible to configure it, as to get it to work as a DVR, I am not 100% sure... [03:39] could never get it to work with a cable box even under windows XP... [03:39] any experts on vid cards here? [03:40] hi. if i have a bash function, is there any way to tell if a parameter that was sent to it was quoted using double or single quotes? for instance, i need to differentiate between `my-fuction "asd"` and `my-fuction 'asd'` [03:40] is the ati all in wonder searies fully supported in kubuntu? [03:42] surgy - http://forums.cnet.com/5208-6617_102-0.html?forumID=11&threadID=220032&messageID=2330592 [03:42] there is also a link in there to the ubuntu forums [03:43] for a related question of configuration [03:43] the qpartedis the same livecd [03:43] ? [03:44] wow, I should shut up. I don't have any real answers, just know how to locate them on this series of tubes I have before me. [03:44] sorry Surgy, ignore my comments. [03:45] lol [03:45] no you help a small amount :) [03:45] kgx not that i know of the parser throws them away after it determines what to do based on double or single quotes [03:46] i just want a tv tunner for my desktop becuase i dont have shelf space for another tv [03:46] but i dislike windows [03:46] jtisme: yeah wouldnt think so. thanks [03:46] eh, I hope it tell you what you need to know. I've had such a bad experience with this TV Tuner card and configuring it against my cable box (had comcast, and now with Verizon)... I just gave up trying to. [03:47] I can get the incoming signal, but I can't change channels with the card. [03:47] hmm [03:47] well i want it to be like a tv and receave all input from the coax, i would be happy with simple analog cable [03:47] maybe I missed something, perhaps there is a way, but i haven't figured it out yet. [03:48] If you can get the incoming signal, and then have the cable box on top, that should be cool... [03:48] lol [03:48] I dunno, about using a DVR in conjunction. [03:48] i dont want to pay $160 for another cable box [03:49] well, I just installed Kubunt last week, and I havne't had too many problems with what I usually do with it... this TV @nywhere card is also an FM Tuner.. about to try to configure that sometime this week... [03:51] surgy - google has always been my best friend in finding information. somehow, Yahoo and ask.com seem to lack in knowing what I'm really asking for with my key words.. google hits it almost every time. [03:51] I would say, if there is a way to do it in Windows, then you should be able to find a way to do it in Linux. [03:52] After a week... I had to install some plug-ins for some different sound formats I work with, but have had no issue with anything else... [03:53] I even saved an open office document as a Windows Office XP-2003 document and sent it to my GF, and she had no trouble opening it. [03:53] what is help in spanish? i don't remember .. https?? [03:54] !es | seba [03:54] seba: Aquí solamente hablamos inglés. Para Español, por favor entre en los canales #ubuntu-es o #kubuntu-es - allí obtendrá más ayuda. [03:54] ok [03:54] Ayuda? [04:07] anyone know where the screen resolution information is stored with kubuntu kde4? i checked in xorg.conf and didn't see any monitor info in it [04:09] it autodetects [04:10] so how can i enable dual monitor support then? [04:11] and how can i tell what video driver the sys is using? [04:11] dunno. i thought it was meant to work it out for itself [04:11] ruben: are you running 7.10 or 8.04? [04:12] 804 [04:12] asked in #ubuntu+1? [04:13] no, just kubuntu-kde4 but no one is answering [04:13] i'd think its a +1 question [04:15] afk [04:19] Hi! is there a panel applet for meta tracker? or is there a better indexing search tool than it? something similar to mac osx spotlight [04:24] ubotu == helpful [04:24] Sorry, I don't know anything about helpful - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [04:24] And funny too. :P === pramod is now known as Helios [04:27] Hello [04:27] Anyone who uses ubuntu as well as kubuntu here? [04:29] not sure why you'd use both unless you are testing one versus the other [04:29] yeah this is wat i want to do,... :) [04:30] test away then [04:30] to see which is better... [04:30] kde is better - no question [04:30] but gnome can be simplier for the inexperienced user [04:30] but make no mistake - kde is better by far [04:31] well i use kubuntu... [04:31] kubuntu = kde + ubuntu, basically [04:32] well sometimes i find some kinks in kde like it crashes sometimes... [04:32] unusual, usually that can be traced to some user setting [04:32] but there are bugs in everything [04:33] nautilus, as a file manger is terrible, if you are more than a casual user [04:33] yeah.. ok will see to it... never used ubuntu... will try it on the 8.04 version [04:33] wont be much different [04:34] i found it nice and simple compared to kde... [04:34] its still gnome [04:34] and ubuntu can also be changed to kubuntu if am not mistaken... === mike__ is now known as tcpdumpgod [04:35] it can go either way, but upgrading is harder if you have both [04:36] i think i gonna use it in alternate way.. like once ubuntu and the release after kubuntu... [04:37] how can i uninstall a whole package? [04:38] i tried installing Kde4... [04:38] but the kde 4 programs do not seem to be starting when i click on them... [04:38] you're not missing much. [04:39] but as far as changing... if you're using ubuntu, just install kubuntu-desktop and select kde from the session menu at login [04:39] kde4 just isnt ready -I think it wont be ready for some time, to be honest [04:39] i am using kubuntu... [04:39] so this is the beta version? [04:39] and if you're using kubuntu to start, install ubuntu-desktop and same thing, select gnome from the session menu at login [04:39] kkathman: agreed. been using it for a couple of days now and there are some noticible bugs [04:40] well the whole thing keeps getting delayed [04:40] but i will say this, once they fix those issues it will be a heck of an environment [04:40] kde4 is at a final release, but like gnome 2.0, kde 3.0, and most other first releases, it won't be *good* until at least 4.1 [04:40] I did some beta testing and worked with the kde team for a while - they honestly are a bit in disarray [04:40] like kde gnome also has some upgrades? [04:41] gnome is gnome - deficient in major ways - especially their apps [04:41] i think they've thrown a lot of usefull default functionality in it. regarding the team being in disarray...welcome to community based s/w :-) [04:41] name any gnome app and the kde equivalent is clearly superior [04:42] deficient? wat is means... sorry i know that a stupid question... :S [04:42] gnome doesnt even have a credible web editor like quanta [04:42] helios: kkathman: okok, lets not be starting flame wars [04:42] sorry we'll take it offtopic [04:42] but ruben you know its true :) [04:43] lol, i plead the 5th [04:43] chicken :) [04:43] ;), just politically correct [04:43] I hate that terms [04:43] lol [04:44] no one's perfect [04:44] kkathman, xchat. [04:44] Does anyone know of a linux based iris scanner that can use an off-the-shelf webcam? [04:44] ?? [04:45] you said name an app and you'd say how the kde equivalent is better [04:45] let's hear it :) [04:45] konversation is pretty good me thinks [04:45] oh - xchat isnt that bad, but clearly not as good as kde irc apps imho but again,...offtopic [04:45] yeah, until you want to script, i dunno, ANYTHING [04:45] inkscape, firefox [04:45] or change anything significant in any way [04:45] kvirc is superior to xchat in every way [04:46] if by superior you mean inferior, then sure [04:46] lmao [04:46] no I mean what superior means [04:46] don't get me wrong, i'm all the way kde. but there's a few of gnomish apps that are quite good [04:46] xchat is probably the best gnome has to offer tho :) [04:46] which is sad [04:47] again - Im done - cuz its offtopic [04:47] and i'm in -offtopic :) [04:48] my take it this: the heck with judging which apps are better on which environment. if its a kde-based app and you like gnome, then just fire the dang thing up in kde [04:48] not sure what the big deal is really [04:49] you may run into some styling ui issues here and there but that's about it [04:49] ruben, i use a mix of kde and gnome apps all the time [04:49] my point exactly [04:50] so what's the fuss all about then? in truths, there is no clear superior environment in linux. they both have their advantages and disadvantages [04:50] hmm, let me fix that last [04:50] they all have their adv...disadv... [04:53] !paste [04:53] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [05:17] help?! i dont know why but on my laptop there is a process that runs lately and takes over 75% of my cpu the process name is udevd....help please? [05:18] heh [05:18] i **think** udevd is a device detection daemon [05:20] for usb, i think [05:22] whats the package name to install the MS true type fonts? [05:23] ahh stupid webcam...ive been having problems with that and im pretty sure thats whats causing it.. [05:24] !sound | Makuseru [05:24] Makuseru: If you're having problems with sound, first ensure ARTS is running, by going to K Menu -> System Settings -> Sound System and making sure "Enable the sound system" is checked. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - For playing audio files, see !Players and !MP3 [05:24] !font [05:24] Font installation basics here: https://help.ubuntu.com/community/FontInstallHowto - No fonts in Flash? Install "msttcorefonts" (from !Multiverse), "gsfonts", and "gsfonts-x11". No fonts in MPlayer? see !MPlayer [05:24] lol [05:24] thats the one [05:24] ha [05:24] i was like, sound? [05:24] thanks [05:28] what is this about? [05:30] nora what is what all about? [05:46] what is fuseblk? [05:46] !fuseblk [05:46] Sorry, I don't know anything about fuseblk - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [05:47] it looks like it's being used where i expect ntfs-3g ntfs [05:48] hey que hubo algun hispano por aqui [05:49] kbuntu el mjeo [05:50] anybody having issues w/ dcopserver not working lately? [05:51] jeffd: not here [05:54] hmm. I can't imagine what I must have done. All my k-apps are broken now. :( [05:57] hey anyone up? i have a question about tv tuners. on a laptop, wondering what is a good unit to use. any ideas? via usb of course [05:58] ubuntu_: the hauppage ones arent bad [05:58] !tv | ubuntu_ [05:58] ubuntu_: http://www.linuxtv.org/ has extensive information about using TV cards under Linux. Available viewers for analog cards: Zapping, tvtime (GTK/GNOME), kdetv (KDE), xawtv, motv. For digital cards: Klear (KDE), dvb-utils. For both analog and digital cards, !MythTV is a powerful framework. Your card may work the !IVTV drivers. See also !TV-Out [06:02] jussi01: cool thanks. but these are intergrated cards, i neeed an external type unit though [06:04] ubuntu_: im not sure, but look at the chipsets, that what really matters. as I said, hauppage usually have good linux stuff [06:06] !font [06:06] Font installation basics here: https://help.ubuntu.com/community/FontInstallHowto - No fonts in Flash? Install "msttcorefonts" (from !Multiverse), "gsfonts", and "gsfonts-x11". No fonts in MPlayer? see !MPlayer [06:16] hi, how do i modify a img content in kubuntu? [06:16] need to add some files in [06:17] an image in kubuntu? [06:18] yea [06:18] gimp [06:18] !gimp [06:18] gimp is an advanced image manipulation application for Ubuntu. See http://www.gimp.org for tutorials and more information. [06:20] ok thanks [06:21] np [06:21] feel free to stick around and ask as many questions as you can think of [06:30] <--- is currently installing kubuntu needs help [06:31] !ask [06:31] Please don't ask to ask a question, ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely answer. :-) [06:31] tar [06:31] MrBarrett: whats the issue? [06:32] so im up to step 4 made a new partition of 9gb and dont know if im on the right track [06:33] in now scanning [06:33] dts [06:33] ahh now i see the free space, what now [06:33] ? [06:34] argh, got to go to work, hopefully someone else is around. [06:34] i am doing this with a live cd [06:35] i want to keep a duel win xp system [06:36] MrBarrett: okay i'll help you at [06:36] cheers === solid_li` is now known as solid_liq [06:36] you want to set it up so that you have some room left for your xp (add more file if you want) and then the rest of the space for ubuntu [06:37] its an 80gb with 45gb in use [06:37] okay so maybe set 20 gigs for your kubuntu? [06:37] i just set 9gb is that ok? [06:37] there should be a slider or something similar to show which part of the hard drive you want to partition [06:37] yea that should be more than enough [06:38] you can always add more or less later [06:38] i did a manual partition [06:38] okay what do you see now? [06:38] im up to step 4 on k7.1 [06:39] is there a section where you can click 'next' and that should parition the hd? [06:39] i have one for free space to i check format? [06:39] yes that should be the one that is partitioned at 9gigs? [06:39] if so, then you check format [06:39] yest [06:40] free space says 7221mb? [06:41] hmm that's doesn't sound right.. [06:41] next..... ne root file system defined.... correct in partitioning menu? [06:42] is there a way i can get a screenshot or someting similar [06:42] a visual would be amazing right no [06:42] now* [06:42] its hard im installing on another computer [06:44] ah yea, i think it has to do with the parition [06:44] the parition that is formatted should be 9gigs right [06:44] and you are trying to isntallit on that [06:45] wont let me check the format box [06:45] it should be already formatted? [06:45] 9gb yes [06:45] im confused slightly [06:45] step 4 of 6 [06:46] thats not the issue, i know where you are and what you're trying to do, im trying to remember the proper way to proceed [06:46] i normally just do the whole thing:/ [06:46] sorry thanks [06:46] Hey.. I have a problem when stasrting kde4.. the screen goes black.. this does not happen with kde3.. kde4 used to work earlier but suddently stopped working after an update I think [06:47] you need to set the partition that you want as root as / [06:47] at what step juss? [06:47] erik__: use #kubuntu-kde4 you will need to be patient as its quiet at this time of day. [06:48] Mount point [06:48] ? [06:48] yes [06:49] !tab [06:49] You can use for autocompletion of nicknames in IRC, as well as for completion of filenames and programs on the command line. [06:49] in create partition? [06:50] what do i call it "/"? [06:50] anything else? [06:50] yes, the mount point should be just / [06:50] !install [06:50] Ubuntu can be installed in a lot 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? Try http://tinyurl.com/3exghs - See also !automate [06:50] its scanning again [06:50] MrBarrett: have a read of that link [06:52] sorry im am amature [06:53] whats a swap partition? [06:53] !swap [06:53] swap is used to move unused programs and data out of main memory to make your system faster. It can also be used as extra memory if you don't have enough. See https://help.ubuntu.com/community/SwapFaq for more info [06:53] MrBarrett: like a pagefile in windows [06:54] what size is best for me? [06:54] MrBarrett: double your ram size and make it that much [06:54] tar [07:10] so back to step 4 of 5 do i check both the freespace and swap for format and click yes? [07:10] MrBarrett: yes, just dont format your windows partition === Agrajag` is now known as Agrajag [07:11] just the fee and the swap? [07:11] *free [07:11] ? [07:12] yea that should do it... [07:12] leave window alone? [07:12] yes! [07:12] yea leave it alone [07:12] leave windows alone or its gone. [07:12] of here goes nothing! [07:12] make sure it isnt being formatted [07:13] 8ok [07:13] *ok [07:15] !aptlock | eddieftw [07:22] at the ready to install window it says warning this will destroy all data on any partition you have removed as well as on the partitions that are going to be formatted and........ partition #2 if IDE1 master (hda) as swap... partition #3 if IDE1 master (hda) as ext3... should i install??? [07:22] i want to keep windows xp [07:22] to clarif partition 1 is windows [07:22] yes [07:22] yes, proceed [07:23] <--- off into the wild blue yonda [07:23] * jussi01 crosses fingers for MrBarrett [07:25] partition #3 if IDE1 master (hda) as ext3... the "ext3" is correct? [07:26] yes [07:26] how can i start kde3 systemsetting in kde4? [07:26] ext3 is the filesystem kubuntu uses [07:26] <--- 40% and counting [07:27] wesley_: kdesudo systemsettings [07:32] ggg === solid_li` is now known as solid_liq [07:36] !k3b [07:36] k3b is a feature-rich and user-friendly burning application for KDE (and, as all KDE applications, works fine on GNOME). For a guide, see https://help.ubuntu.com/community/K3BHowto [07:37] !mp3 [07:37] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [08:02] wow [08:03] kubuntu installation successful but now win xp begins to load then turns black?? [08:07] anyone? [08:07] yes [08:08] try doing fix mbr then restore linux [08:10] mbr? [08:10] hello to all. i have a problem. i can not connect to my access point in wireless because knetworkmanager doesnt show any wireless connection. the strange thing is that i use wlassistant and it connects without any problem (i am using wlassistant now) can anyone help me with this please [08:14] yeah, I have the same problem with knetworkmanager and don't know the reason [08:15] wel i cant help linux does conect my conection by default i dont have to do nothing :) [08:15] davix: its very strange because i have the restricted drivers enabled and everything works fine but i cant show any wireless :S [08:17] is kbfx the only way to change your "K" button? [08:18] Darkrift2: from what i know yes :) [08:19] i wonder if it takes lots of resources [08:19] already have compiz running :S [08:19] i dislike the boring blue button :( [08:19] Darkrift2: it depends on what pc you have. i mean the parameters [08:20] ill try it [08:20] <--- just installed kubuntu and when i try to access my external USE hard drive it says... hal storage removable mount all options refused uid 1000.... please help [08:20] *usb drive [08:21] MrBarrett: from what i see here its difficult to have a response because no one talks [08:21] try #ubuntu [08:29] snake_: time of day thing [08:31] MrBarrett: rather than trying to let it automount, maybe it'll work if you use the ntfs-3g command to mount it [08:31] blackwaltz: he is talking in ubuntu lol [08:31] snake_: I wouldn't know that because I'm not? [08:32] ubuntuuuu [08:32] Its a bit quiet this time of morning, will get busier as the day goes on. [08:33] hi. i would like to share my HSDPA connection over wifi [08:33] !night [08:33] It's the middle of the night in the US and Europe, and surrounds. This means that a lot of people are likely asleep, therefore there are less potential people who can answer your question. Please be patient, and consider asking at a time when more people will be awake. This is particularly true in the quieter channels. [08:33] I tried googling without much success [08:33] Europe night? It's 9:33AM right here :) [08:33] middle of the night? :D [08:33] 3:33am Here .... [08:33] 10:33am [08:34] also, since when serious hackers obey such silly things like day and night? sleep is overrated :P [08:36] chx: pity, mercy.. probably. sleep, nope. === blackwaltz is now known as dwidmann [08:38] is it a good idea to use a server for desktop use also. (linux)? [08:38] troofy: depends on usage [08:39] normal desktop use. chating. movies. downloads. server , webserver, ircd [08:40] troofy: atleast to me linux machine is quite versatile - services I need are lightweight such as occasional file storage, http-daemon etc. [08:40] troofy: think drif meant the server use/load [08:40] troofy: I see no controversy between those two uses for the same system [08:41] some people say if iuse server as desktop. it will make it slow and disconect users in ircd when i download something . lag them if i play a game [08:41] troofy: that's entirely upto your internet connection [08:42] troofy: it's less about the machine and probably more about your connection [08:42] hm [08:43] the machine speed will not be slowed? [08:43] but disconnect ircd-users? not likely to happen [08:43] depends.. I doubt you'd be using a lowend machine for a server *and* a desktop at the same time [08:43] low-end [08:44] i use ubuntu. should i use server install or desktop install to use both as server and desktop [08:44] troofy: desktop install works fine, just install additional services afterwards [08:44] troofy: desktop [08:44] troofy: depends how you plan to set up the desktop .. if you're just going to dump in kubuntu-desktop or such, it won't make a difference, if you're going to be pickier go with the server install [08:45] hm [08:45] You'll probably want hte -generic kernel instead of the -server kernel though [08:48] ic [08:51] hello anyone? [08:51] rio_ stop using that nick, is mine, thanks :) [08:52] i had an unclean shut down with my external hdd ntfs how do i regulate it? === rio_out is now known as rio_ [08:57] wie kann ich die 3d unterstützung installieren? [08:58] !de | philipp_ [08:58] philipp_: Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de === Fil_ is now known as fildo === ocs is now known as faLUCE [09:40] hi anybody willing to help with connecting to wifi? urgent. thankyou [09:41] i see network around in kwifimanager (if i hgit the button which searches for them), but how the hell i can conncet? [09:41] i mean there's a button which says swicth to.. but it's grayed out on encrypted ntwrks [09:41] help plz [09:47] or to put it straight.... how to configure kubuntu to use WPA-PSK ntwrk using AES? [09:47] plz plzplz [09:48] man iwconfig should tell you... [09:48] !wireless [09:48] Wireless documentation can be found at https://help.ubuntu.com/community/WifiDocs [09:51] how fckng awsome to packages wiith no internet connection :))) [09:51] damn dependencies [09:53] starenka: lol u going to stay there all day [09:53] starenka: u dont have contection? [09:54] yep. but on my other box [09:54] with windoze [09:54] :) [09:54] so wat are u talking about? [09:54] and the damn kubuntu not having even mc in base instalation [09:54] darn [09:54] wat is mc? [09:54] midnight commander [09:55] wat does it do? [09:55] xp-killer: you can try researching it [09:55] it's a file manager [09:56] Jucato: are u ops? [09:56] why? [09:56] !ping [09:56] ping yourself ;-) really the diodes all down my left side are sore [09:57] hm. [09:57] Jucato: i need help downloading the rigth kubuntu its the 5th time im downloading on and its not fit for my pc [09:57] lol [09:57] xp-killer: what is your pc, and what have you downloaded? [09:57] how is not fit for your pc? and what does an op have to do with it? [09:58] i downloaded 3 diferent 7.04 and one 8.04 of kubuntu and all told me its not fit for the cpu or something like that [09:59] kgoetz: my ps is an amd 64 [09:59] go for i386 [09:59] er.. [09:59] worx on any machine [09:59] then download a 64bit one [09:59] Jucato: i guess an op knows a lot [09:59] xp-killer: get the amd64 cd [09:59] Jucato: 64bit not compatible [09:59] O.o [09:59] i386 works on any machine [10:00] umm yea ive never heard of this.. [10:00] try x86 then... [10:00] kgoetz: i get it but it tell me not fit for the cpu [10:00] 64 bit not compabitle.. [10:00] but that would be strange. maybe you don't have amd64? [10:00] heh i maent x86 [10:00] sorry [10:00] :)) [10:00] *ment [10:01] Jucato: so y on xp i look on info on my pc its amd 64 [10:01] dunno [10:01] Jucato: how do i look in linux to see? [10:02] maybe it is, maybe it isn't. I don't know your machine [10:02] "cat /proc/cpuinfo" maybe? [10:02] lol maybe [10:02] i dont trust maybes [10:04] Jucato: how long was the 8.04 out? [10:04] it's not even out yet [10:04] cat /proc/cpuinfo is correct [10:04] Jucato: i just came back to linux after months and i saw 8.04 [10:04] if "out" == "stable release [10:04] beta [10:04] its not stable? [10:05] Jucato: when will we be able to upgrade to it? [10:05] about 2 weeks from now or even sooner. check with #ubuntu+1 [10:08] oy guys hello there [10:08] can you help with this theme-thing? ... http://www.kde-look.org/content/show.php/Clean?content=74405 [10:13] ok so i manned iwconfig, which says PASSPHRASE is not supported... so what should i do now? [10:14] i got wpa-psk authentized router with aes, using pre-sahred key === tackat_ is now known as tackat [10:18] hi everybody! [10:18] I have been trying to install and test kde4 from the repository [10:18] but cannot start it from the list of available sessions [10:19] what should I do? === Rozza is now known as Rozza5 [10:19] ct529: you should try asking in #kubuntu-kde4 :) [10:21] Jucato: thanks [10:27] does kubuntu have kde4? [10:27] In the repositories [10:27] metbsd: yes. 4.0.2 currently. please check with #kubuntu-kde4 for more info [10:28] is it good? [10:28] i heard many good things about it [10:28] it's ok. stable, but not yet feature complete [10:29] i heard many good thigns about it, so i wanna try kubuntu again, now on windows === teste is now known as zauwn [11:00] hello is there an IM client better and Pidgin out there? [11:01] hello [11:01] try kopete [11:01] My taskbar disappeared after I changed something [11:01] kopete kinda sucks [11:02] well, use pidgin then :) [11:02] anybody knows how to enter the control centre? [11:03] rakan: what are you looking for, that you can call it 'better'? [11:03] nobody?? [11:03] !de [11:03] Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [11:05] alt+f2 , enter systemsettings ,hit ok [11:05] or kcontrol. take your pick [11:05] hmm fair enough.. [11:09] the german channel already helped me but thanks [11:09] German [11:18] can i limit total bandwidth /s combinely for 2 ips ? by firewall. eg ip1 + ip2 should not exceed 20kb/s ? [11:19] by the way, anyone knows hot to restore the systray? [11:20] denis_ KDE? [11:20] denis_: what's wrong? [11:20] It should be an applet under "add applet to panel" [11:20] how to restore systray in bash [11:20] it's gone [11:21] since I closed a little mercury-messenger icon [11:21] denis_: right-click on the panel -> Add Applet to Panel -> look for System Tray in the window that pops up [11:22] the problem is that my system is German but I don't know how it's called [11:23] !de | denis_ [11:23] maybe they can help [11:23] denis_: Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [11:23] but the bot's lagging... [11:23] I am already there, thanks [11:23] but he is not familiar with KDE3 [11:23] can i limit total bandwidth /s combinely for 2 ips ? by firewall. eg ip1 + ip2 should not exceed 20kb/s ? [11:25] commit digest arrived! [11:26] that almost felt like you were hitting F5 on that page every 5 minutes [11:27] ah m I found it, it's called Systemabschnitt [11:27] thanks for your help [11:27] well, konqueror has an Auto Refresh extension Jucato ;) [11:27] emilsedgh: that would be boooooring [11:28] ;) [11:29] perhaps you could help me with my sound problem too [11:29] I installed the realtek drivers from their homepage but the don't work [11:29] I already had a look in kmixer [11:30] Skype always tells me there would be a problem with my sound [11:30] realtek = ac'97? [11:30] hda [11:30] one second === william__ is now known as nonewmsgs [11:32] i decided to make my password more secure. it is so secure that i no longer even remember it [11:32] it's this one http://www.realtek.com.tw/products/productsView.aspx?Langid=1&PNid=24&PFid=27&Level=5&Conn=4&ProdID=39 [11:32] nonewmsgs: fun [11:33] nonewmsgs: do you really need suh high security? [11:33] algyz: wrong window. my ubuntu is fine i forgot my new irc password [11:40] nobody familiar with realtek HDA sound??? [11:41] sorry :( [11:42] hercules webcam? [11:43] or how to compile the kernel-modul for it [11:46] is desktop sharing the same as VNC [11:48] away at work [11:51] how can I hide open windows when I am using a diferente virtual desktop in kde4? [11:51] can i limit total bandwidth /s combinely for 2 ips ? by firewall. eg ip1 + ip2 should not exceed 20kb/s ? [11:51] napoleao: hide from the panel? right-click on the panel -> configure Panel -> Taskbar options -> Uncheck "Show windows from all desktops" [11:52] thanks Jucato [11:53] was not that, but it did help finding, in kde4 I have to go to task manager settings, and choose show only.... [11:53] :) [11:53] oh I missed the "kde4" part [11:53] #kubuntu-kde4 btw [11:53] what is Kde's lock workstation? in gnome it is ctrl+alt+l and in windows super+l [11:54] same. Ctrl+Alt+L = lock desktop [11:54] bah it isnt working [11:54] KDE 3? [11:54] yes [11:54] check the keyboard shortcuts [11:54] sorry, did not know that was another channel for that :) [11:54] now you do :) [11:55] thanks but i got to get going now [11:55] nonewmsgs: it's "Lock Session" [11:55] nonewmsgs: right-click on the desktop if you can't get the shortcut working for now [11:55] Jucato: i see that [12:00] hey all [12:02] hi folks, how long does it take for new packages to show up in the repositories? [12:02] is there a delay once a package is submitted? [12:03] shockhead: submitted where and how? and yes, it takes time for mirrors to sync [12:04] Jucato: just looking at this bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/201591 which refers to the package linux - 2.6.24-13.23 [12:05] but it's not in the repositories.. just wondering if that was a problem somewhere or if it's just usual to have a delay [12:05] shockhead: you are in hardy? [12:05] !compiz [12:05] Kubuntu is not shipping with compiz installed or enabled by default. You can still install it and have your eyecandy goodness. The instructions are at https://help.ubuntu.com/community/CompositeManager/CompizFusion - further help in #compiz-fusion [12:06] yep, sorry should probably be in #ubuntu+1 [12:06] * Jucato nods [12:06] * shockhead always makes this mistake [12:06] shockhead: also it doesn't say if the package was uploaded already [12:06] but it guess it's just a general question... [12:07] shockhead: it actually depends. it will take longer for a fix to go down to gutsy than it is for hardy [12:08] Jucato: i thought that since it's there with a version number that it would be uploaded already... didn't know it worked like that [12:09] is the launchpad janitor a bot? [12:09] shockhead: well, it could, or it couldn't. packages are made locally on a computer first before it's uploaded of course. and version number are made there too. best to ask in #ubuntu+1 if the package is available already [12:09] hmm.. Im testing out streamripper to rip some streams. but only a few ever get moved to the 'complete' dir. Most stay Incomplete. Anyone Ever noticed this? [12:09] * Jucato goes off to dinner [12:09] Jucato: thanks for the info, enjoy your food [12:10] hey all :D [12:13] openoffice.org says it is "Candidate version 2.2.0-1ubuntu5" yet openoffice.org-core{02,10} both refer to 2.3 [12:14] Can anybody explain to me how to fix this without doing a complete version upgrade of my system? [12:14] hey all [12:16] hmmm... [12:18] Hey, I'm playing with the beta, and for some reason it's picking up a screen closed message on login, what could be up? [12:19] Plantain: not seen that one. does restarting x help any? [12:19] ActionParsnip: No, it does it on every login. It works fine after I resume, but it's annoying [12:22] Plantain: is it before or after you logon? [12:22] after I've logged in, I can see my desktop etc [12:22] !hardy | Plantain [12:22] Plantain: Hardy Heron is the code name for the next release of Ubuntu (8.04-LTS), due April 24, 2008 - For more info, see: https://wiki.ubuntu.com/HardyHeron - CONSIDER IT TO BE BETA SOFTWARE - Discussion and support in #ubuntu+1, NOT #ubuntu [12:22] Am I meant to take Kubuntu questions there? :/ [12:23] Plantain: create a new user and try logging in as that. remember hardy is beta so will have bugs [12:24] okay, trying now [12:26] !de [12:26] Deutschsprachige Hilfe fuer Probleme mit Ubuntu, Kubuntu und Edubuntu finden Sie in den Kanaelen #ubuntu-de, #kubuntu-de, #xubuntu-de und #edubuntu-de [12:40] http://arstechnica.com/journals/microsoft.ars/2008/03/30/vista-second-os-to-fall-to-hackers-in-security-contest [12:40] not spam [12:41] osx vs vista vs linux.... an ubuntu remained untouched [12:41] * cuznt wonders how could that be???? [12:41] there isn't a version of windows to date that's untouchable [12:42] i know [12:42] but the mac was the 1st do drop [12:42] thats even better [12:43] Nevertheless, Vista's fall on the last day left the Sony Vaio laptop running Ubuntu as the ultimate winner—Linux was the last OS left standing. [12:44] it's not a fair competition unless they're all running the exact same hardware [12:45] different drivers might have different security holes [12:45] judging by the first bit i dont think the competition holds anyway [12:46] it was a hack in flash, not vista [12:46] Tidus, so they all need to be running on apple machines then? [12:46] Dr_willis: yeah, since that's about the only way you're gettin osx on there [12:46] Tidus: same hardware simply isnt feasible [12:47] 3 US$600 mac minis isn't feasible? [12:47] not convinced its that important, as long as their all the same arch [12:47] doze isnt designed to run on mac hardware, so expecting it to is unfair [12:48] it was just a contest.. :) you are trying too hard to level the field.. [12:48] if linux got hacked first due to an apache flaw.. i bet the windows guys wouldent let that be an excuse. [12:48] newer mac hardware is core2duo [12:48] back to reading the news ..... US Attorney General: Piracy funds terror [12:50] but windows isent specifically designed to run on them.. so that could be an 'excuse' also. [12:50] It was just a contest.. :) [12:50] i bet my Timexsinclare would be the winner! [12:50] Dr_willis: its just a dodgy contest with a dodgy article :) [12:52] kgoetz, sounds like standard fair on the dodgy news sites.. [12:52] if windows had cam4e out on top. i bet MS would be all over it.. [12:52] :) [12:53] Dr_willis: sure :) [12:54] * Dr_willis goes backing to reading imporntant news like the 'Second Life Sex Toys Piracy Law suits; [12:54] :) [12:56] * kgoetz notices Dr_willis only visits teh best news sources [12:57] I just wonder who actually DOES spend time in second life.. Its like one huge spam fest it seems.. :) [12:58] FCC fends off "fleeting Pokemon" waffle attack http://arstechnica.com/news.ars/post/20080330-fcc-fends-off-fleeting-pokemon-attack.html [12:58] :) [13:04] Duxbury Connexant 56k modem [13:04] Hi sorry for that [13:04] guys, why opera is not on Hardy repositories? [13:05] I need help to install a Duxbury Connexant 56k modem on Kubuntu Hardy beta version [13:05] Hmm.. I thoiught it was [13:05] guess its not. [13:05] It may be getting added to that one special repo. But i forget what it was called. [13:06] one that had vmware, and other businesses programs and related packages [13:08] http://deb.opera.com/ - has its own repo it seems for it [13:09] brmassa: because they dont allow redistribution [13:10] kgoetz: hmmm i didnt know that. [13:11] Dr_willis and kgoetz: thanks [13:13] is it possible to type this character ° on a us keyboard?? [13:13] and if yes, which key is it? [13:14] theres those fancy-character-tools that can let ya cut/paste/do it.. buti never use them [13:14] so is there no key for it? because in german keyboard layout it is [13:14] 0_° <--- Popeye [13:15] I dont see any on my keyboard. :) [13:15] and im in the usa [13:17] w4ts0N1- [13:17] oops [13:17] w4ts0N1- [13:17] crap [13:17] oopsoops [13:17] :) === ubuntu is now known as zullu [13:28] peter__: It's not ON the keyboard, but you can generally type any character if you know it's "code" by using ALT + num-keypad (for the code) [13:30] thx dcorbin_work [13:30] I thought that was desktop-dependant [13:30] dd [13:30] it dont seem to do diddle here. :) [13:31] dcorbin_work: hm.. that only works in Windows afaik === JanMalte_ is now known as JanMalte [13:31] peter__: try googling about "compose key" [13:32] Jucato: I think it's actually a function of the keyboard, but I don't know about Unicode support. [13:32] hi [13:33] dcorbin_work: the Alt+keypad numbers isn't a function of the keyboard but of the system [13:33] and by system, I mean the Window System (mostly) [13:35] hi all. i seem to be unable to print to secure printers using iprint since i did the move to hardy. anyone know anything about this? [13:37] hi arkygeek.... i keep getting told this, so i'd best pass it on. hardy questions in #ubuntu+1 :-) [13:38] shockhead: already there, and asked.... thought i would ask here too [13:38] Hi all. I want to try kde 4 and I was wondering if the 7.10 remix offers the same updated stuff as 8.04 beta does. If not what are the diffs? [13:39] !kde4 [13:39] KDE 4.0.2 is the latest major release of the K Desktop Environment. KDE 4.0.2 packages can be found at http://kubuntu.org/announcements/kde-4.0.2.php - More information can be found at http://www.kde.org/announcements/announce-4.0.2.php - Support in #kubuntu-kde4 [13:39] how do I keep the tremulous server from running every time I reboot? [13:39] I tried Services, don't see it in there [13:44] * Tw|sT peeks in [13:45] drarem: look for a start script in /etc/init.d. [13:48] i see a tremulous-server.sh in there [13:48] either I can edit that or find where it runs from [13:49] scripts in init.d are run automatically at bott time, however I think you can use update-rc.d to disable them [13:49] *boot [13:50] yeah... sudo update-rc.d scriptname remove I think [13:50] that should prevent it running. [13:50] thanks :) === xRaich[o12x is now known as xRaich[o]2x [14:08] espanish [14:08] !es | anais_ [14:08] anais_: Aquí solamente hablamos inglés. Para Español, por favor entre en los canales #ubuntu-es o #kubuntu-es - allí obtendrá más ayuda. [14:10] Hey guys, can someone do me a quick favour and post a gutsy or heron (heron pref) sources.list for kubuntu on pastebin for me please? [14:17] * JediMaster pokes everyone [14:17] Any chance someone could paste their /etc/apt/sources.list into http://paste.ubuntu-nl.org please? [14:18] Depends [14:18] What's in it for us? :P [14:18] a hug? [14:19] you had me sold at [2008-04-01 00:18:39] [14:19] :P [14:19] JediMaster: http://www.psychocats.net/ubuntu/sources <--- there's one for gutsy [14:21] Hi, does anybody know why I cannot use intel wlan proprietary driver in kubuntu 8.04? === evalles_ is now known as effie_jayx [14:22] PolitikerNEU: #ubuntu+1 for Hardy questions. thanks [14:24] Jucato: thanks [14:31] im having a rather severe issue with trying to install kubuntu and its really starting to upset me can anyone possibly help me [14:31] eagles0513875: just describe your problem and if anyone here can help, they will [14:32] here is my issue and i tried both the alternat cd and regular one of hardy beta when coming to intall wiht the desktop up or just the installer in the regular cd it freezes while loading partitions in the alternate cd it installs fine but the probelm arises when booting after install it hangs on loading hardware devices. is this because my hardwear is too new [14:33] should i switch ovr to the kubuntu+1 channel [14:33] eagles0513875: or bad burns... orcorrupted download.... #ubuntu+1 [14:33] Jucato this even happened on gutsy [14:33] and i used that cd on a previous machine and it worked fine [14:33] oh... [14:34] let me get in the other channel and ask in there [14:34] whats the best way to access selected files from remote locations outside lan? [14:35] lingard it would be vpn [14:35] are they easy to set up? [14:35] lingard: ssh/scp [14:35] eek [14:35] it sounds complicated? [14:35] eagles0513875 : HAve you tried using a different optical drive? (if you have one handy) [14:35] eagles0513875: Have you verified the md5sum of both the .iso file and the CD? [14:36] lingard: scp user@other.com:/path/to/file /path/to/save file [14:37] If the disc just worked on a separate system, it could be that the rom drive is going bad.... maybe a dust particle on the laser, but could also just be the laser reaching EOL (end of lifespan) [14:37] Tw|sT this is a laptop [14:37] ah... [14:37] i wish i could but not that easy [14:37] it reads the cd and everything just fine [14:38] you'd have to test it against a USB CD drive then.... if the laptop will boot from a USB CD drive, that is.... [14:38] eagles0513875: You know, none of that really matters. the md5sum of the iso and CD matter though. [14:38] I've got one here, on hand, just for that specific reason [14:39] jhutchins_wk thing is i have my burner set to verify data on the cd and everything checks out [14:39] I had a laptop that the DVDRW started acting up on, and the replacement from HP was $349, so it was a no brainer to just go to Best Buy and pick up a $79 18x lightscribe USB external. [14:40] Tw|sT thing is this laptop is under warrenty got it as an xmas present [14:40] is it easy to set up a machine as an FTP server? [14:40] or even a web server === Trevi is now known as Trevinho [14:41] lingard: as easy as starting a program (daemon) :) [14:42] how about standard router configuration? i have an O2 wireless box (thompson 780 i think) [14:42] lingard: setting it up might be a bit more difficult, but there are plenty of ressources on the net [14:42] thanks [14:43] eagles0513875 : ah... in that case, you gotta be totally sure before sending it in for an RMA/warrantee-repair. [14:43] lingard: what do you mean? routers have a web interface afaik [14:43] eagles0513875 : tough break, either way... Best of luck m8! :) [14:44] to access it remotely i'd need to enter my IP address wouldn't i? then how would the router know which machine is the server? [14:44] or am i overcomplicating it? [14:45] Is there a screen saver that would show a web page? [14:45] Tw|sT hp even messed up vista with all their junk they add to it [14:45] lingard: well, first you should be connected with it some way (wire or wireless) [14:45] lingard: then you'd have to enter the IP address of the router [14:46] Tw|sT thanks [14:46] lingard: don't you have the handbook? should be described there I think [14:46] lol, no manual [14:46] lingard: (sorry, I personally don't own a router) [14:46] but yes, enter the ip for the gui [14:46] lingard: Setting it up is easy. Securing it so you don't instantly become a spambot, not so easy. FTP is the most notoriously hackable protocol we run. [14:47] security isn't really an issue [14:47] i don't think.... [14:47] lingard: are you connected with the router? [14:47] yeah [14:47] lingard: and do you know it's (ip) address? [14:47] yup [14:47] lingard: Security is always an issue if you're connected to the internet. The average "half-life" of a raw Windows XP machine connected to the net is about ten minutes. [14:47] lingard: type it in a web broswer, that should bring up the interface [14:48] heh, true :) [14:48] lingard: Anyway, what you usually do is tell the router to forward traffic for certain ports (ie 80 for http) to a certain internal machine. [14:48] * thoreauputic never runs ftp servers and only uses ftp clients if absolutely no other way exists [14:49] ftp is like telnet - passwords in the clear etc. etc. [14:49] thoreauputic: you mean like IRC? [14:49] LjL: heh [14:49] so would a web server be better? [14:49] LjL: true that :) [14:49] lingard: it depends what do you need [14:50] LjL: Like IRC except it can give someone root access. [14:50] i want to be able to (and allow others with ro permission) access files on my pc [14:50] lingard: learning to use scp would be good. [14:50] lingard: scp , sftp [14:50] sshfs [14:50] lingard: Most ISP's include a free basic web page, that's a good way to share things that need sharing. [14:51] eagles0513875 : yeah... I can vouch for that. I have the same prob here. From a clean install of the OEM build, I had to spend about an hour cleaning up after their worthless demo apps, then scour the registry with CCleaner. I've got another system running Vista Ult (retail) and it has heat problems with the motherboard... but, I didn't narrow it down to that until I'd pulled everything else that I possibly could, which caused th [14:51] ime since I've had that copy. I hope that the techs I've been talking with are invalidating my old vsid, so that when I do finally replace this motherboard and call it in yet again, they won't give me some crap about not being able to reactivate again. The OEM copies don't have that option... which has been making alot of ppl very angry... understandably. [14:51] lingard: That way you're not placing your own system at risk, and most ISP's have at least a quarter of a clue about securing their hosts. [14:51] i'm looking to share about 150gb [14:51] lingard: on kde, try the little file server applet for kicker [14:51] i have a domain with an ftp server but i want something seperate [14:52] Having problems with my Laptop. It's doing crap like this: http://totix800.to.funpic.de/fehler.png It's seems to me like their is no prob with kubuntu but does this look like a damaged graficboard to you? [14:52] toti_: Misconfigured X server - wrong driver or more likely wrong specs for it. [14:53] whats the non adept app manager thats on ubuntu? [14:53] But there are the same problems on (I know shame on me) Windows [14:53] lingard: Synaptic [14:53] cheers [14:53] toti_: I would guess it's the scan frequencies of the monitor that are wrong. LCD's don't like being driven at anything other than their "native" resolution. [14:54] It's running on native resolution [14:56] And it's running on it's native frequency to [15:04] toti_: Well, in that case, especially if the problem is exactly the same in Windows, it could be hardware. === Rozza5 is now known as Rozza|Away [15:09] Hi all [15:10] HELLLLLLLLLOOOOOOOOOOOOOOOOOOOOOO [15:10] RsjH [15:10] ;/ [15:10] neville: hm... [15:10] curious [15:10] Doubtfire-esque, no? :P [15:12] Can you help with external modem (Duxburry) driver installation non Usbfor faxing purposes === neville is now known as neville_ [15:16] hi, when i'm using Opera or Firefox, and i bring up a shell window in front of it, all the graphics on the opera or firefox screen become garbled [15:16] any idea why? [15:19] Darkside: Is your graphics system embedded? Does it "share" system memory? [15:19] n... hmm [15:19] i'm pretty sure it doesn't [15:19] I'm on a laptop, the card is an ATI Mobility Radeon X600 [15:19] and i'm using the open source drivers [15:20] bah, i just rebooted X and the problem has disappeared [15:21] i'll let you know if it comes back [15:22] jhutchins_wk, would you reccomend the fglrx drivers? [15:22] recommend * [15:24] well, they work, have 3d-accel, but a very own list of problems [15:25] heh [15:25] supposedly the open source drivers support some 3d acceleration on my card, but its *really* slow [15:25] Does anybody know if the cups administration bug ever got fixed? I'm planning to revise my blog and take the resolution off the front page, I'd like it verified as gone if it is. [15:25] well, depends if you need 3d [15:26] or _want_ [15:26] Exilant, i would like to be able to use google earth at a reasonable speed :P [15:26] Darkside: I would recommend getting a solid 2d resolution first, since most of what you'll do with a PC is 2d. If you really want 3d, mess with that seperately. [15:26] Darkside: Remember change one thing at a time and keep notes. [15:26] mm [15:27] 3d is still very much in the developmental stage. [15:27] the version of fglrx available through the driver manager isn't the latest version is it... [15:27] If you're on a laptop, then it probably _is_ an on-board/embedded chipset, and probably _doesn't_ have dedicated video RAM. [15:27] the x600 does, I believe [15:28] some of the better laptop chipsets have their own RAM these days [15:28] its a PCI-E graphics card, as far as i understand [15:28] darkside: well, it runs ok here (fglrx) [15:28] and yeah, i believe it has its own video RAM [15:28] 256mb i believe... not completely sure though [15:29] I can play HL2: Ep 2 on it, with decent quality :P [15:29] Exilant, what graphics card are you running? [15:29] and are you on a laptop or a desktop? [15:29] laptop [15:30] RADEON 9600/9700 [15:30] at least that's what fglrxinfo tells me [15:30] hrm [15:30] hey I know I set my default smb password for kde somewhere, can somebody tell me where that is? [15:30] i heard the fglrx driver doesn't work with hibernation [15:31] nm, found it :) [15:31] i dunno, there were big problems [15:31] =/ [15:31] so i got so used to not using hibernation [15:31] that i don't know if it works [15:31] hm, i'll test [15:32] heh [15:32] i haven't used hibernation on my laptop yet, kubuntu boots up so fast [15:34] i have a question regarding usb drive mounting in kubuntu === ubuntu is now known as Thomas-wmii [15:34] I have a 128-mb flash drive that holds my old c++ code, and when i plug it in, it returns an error [15:37] darkside: works fine [15:37] k [15:37] im gonna have a go with them [15:39] ok restart time... [15:39] i'll let you know if things work [15:42] darkside: however, took almost 3 minutes down and up again, might as well reboot [15:42] ok [15:42] im using the fglrx drivers now... how could i test them? [15:44] ok yeah its working [15:44] wow [15:46] Darkside: glxgears ;) [15:46] 12194 frames in 5.0 seconds = 2438.617 FPS [15:46] is that good or bad? [15:46] hi. i currently have python-central < 6.x installed but need >= 6.0 for a program i am running. i understand i can get this via a hardy repo. is this the best option? [15:47] Darkside: is that full screen? [15:47] no [15:47] ill go full screen [15:47] Darkside: full screen is the only decnet way to test ;) [15:47] Darkside: that's very good :) [15:47] when i go fullscreen the gears are only in the bottom left corner [15:47] BunnyRevolution: I wouldn't upgrade pthon-central. [15:47] and i get this: 1365 frames in 5.0 seconds = 272.682 FPS [15:48] 0.o [15:48] BunnyRevolution: it could be dangerous and more than likely it'll break something [15:48] hi. after a certain uptime,i have too many open windows to manage. a bunch of them are just unclosed chat windows. so i click on taskbar, click on group together always, then close all the windows, then change back the grouping. how could i do this simpler? ie. how could i close a group of windows? [15:49] BunnyRevolution: what program are you trying to install? [15:49] Feels like KDE isn't supported as well as GNOME, am I right!? :( [15:50] no, you're not [15:50] Hmm [15:51] nosrednaekim: gramps 3.x [15:51] Well I like KDE better than GNOME personally... [15:51] a deb from gramps-project website [15:51] Though I suppose it will be hard to use some KDE applications on my EeePC due to it's small screen size. [15:51] any other 'benchmarks' i could test out? [15:51] good day to all [15:51] chris062689: the eeePC uses KDE anyway [15:52] hello,i have problem in the kppp!since of sellected connet,kppp showing error:''no dial tone'' [15:52] true... [15:52] ok ootiing into a live cd :D [15:52] i have some problem about my canon s100sp lately [15:52] Be back in a while :D [15:52] Darkside: play a game.... if it works great, then your graphics card is good. if it doesn't, then you can't do much about that :) [15:52] can anyone please help [15:52] what game [15:52] :P [15:52] lmao [15:53] also i noticed that the version of the driver is 8.37.6 =/ [15:53] thats... old [15:54] please help me!:) [15:54] Darkside: Tremulous, gl117, openarena [15:54] lots of games :) [15:54] heh [15:54] flightgear will do your graphics card justice [15:55] nosrednaekim: any ideas? wait till hardy? [15:56] BunnyRevolution: pretty much.... about a half a month. [15:57] i have installed bjc600 as recommended by the wizard and test print just worked out fine [15:58] but the next day, i cannot print anymore, is the driver wrong or do i have to install another driver [16:02] thanks for the help guys, i'll prolly be back at some point when i've screwed up something :P [16:02] cya [16:07] hello,i have problem in the kppp!since of sellected connet,kppp showing error:''no dial tone'' [16:08] the the modem plugged in? [16:10] i using winmodem(smartlink) [16:11] i had installed it successfully!but,my problem is in the dialing nomber!! [16:11] PL user is here? === fathir is now known as fathir_ === fathir_ is now known as fathir__ [16:12] Pl user is here?! [16:12] !pl | fathir__ [16:12] fathir__: Mozesz uzyskac pomoc w jezyku polskim na #ubuntu-pl [16:12] ty [16:13] Драсти всем [16:13] !ru | apostol [16:13] apostol: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке / Pozhalujsta posetite #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke [16:13] !ru [16:13] mukhang walang makatutulong sa akin dito sa problema ko ukol sa printer [16:14] !english [16:14] The #ubuntu, #kubuntu and #xubuntu channels are English only. For a complete list of channels in other languages, please visit http://help.ubuntu.com/community/InternetRelayChat [16:14] hi, i have kubuntu 7.10. When it starts there are no splash, only black screen. also no console after X kill. the same black screen. How can it be changed? [16:14] sorry === fathir__ is now known as fathir [16:22] is there any way to access my files/documents with a symbian browser? [16:25] hi anybody fixed this bug on sata hdd? https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695 [16:26] Launchpad bug 59695 in suse "High frequency of load/unload cycles on some hard disks may shorten lifetime" [Unknown,In progress] [16:29] I plugged a remote control into my tv card and it works. But I'm not sure how to tell the buttons to do different things. I installed kdeirc but it can't detect the remote for some reason [16:30] what tv card are you using? [16:32] Anoyne know a linux app that can open thrice-damned .sit archives? [16:32] lingard: early avermedia dvb-t [16:35] hello [16:36] have you tried lirc? [16:36] oke [16:36] lingard: yes but I think I choose the wrong model. How do you get the install menu you get when you first install the package? [16:37] i've just done a clean install and i have a hauppauge tv card so getting that set up's on my todo list [16:38] i've had it all working before, it worked fine [16:38] i found an application to map the buttons to change the function of some on the remote [16:38] so i finnaly fixed my nvidia geforce card but my driver is still set for vesa which is my onboard video driver ive been using, how do i reconfigure xorg so that its back in its defualt state? [16:39] btw im command prompt only talkinbg to you via irssi [16:39] !xorg.conf [16:39] The X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: http://help.ubuntu.com/community/FixVideoResolutionHowto [16:40] and i cant visit that link becuase im in command prompt only mode [16:40] can anyone help me? [16:40] Back. [16:40] Kubuntu installed :) [16:40] Though I'm having a REAL problem with windows being too big for the screen =/ [16:40] anyone know the command to reconfigure xorg? i forgot it [16:41] crazy_bus: how did you install lirc? [16:41] sudo dpkg reconfigure xorg? [16:41] surgy: sudo dpkg-reconfigure xserver-xorg [16:41] sudo dpkg-reconfigure xserver-xorg [16:41] heh, beat me [16:41] I'm wrong :( [16:41] lingard: sudo apt-get install lirc then selected the wrong model accidentally. I've fixed it now [16:41] chris062689: 1 word and 2 hyphens missing. almost there :) [16:41] ok :) [16:42] thank you [16:42] surgy: sudo dpkg-reconfigure xserver-xorg or install elinks or lynx [16:42] w3m is installed by default [16:45] hi anybody fixed this bug on sata hdd? https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695 [16:45] Launchpad bug 59695 in suse "High frequency of load/unload cycles on some hard disks may shorten lifetime" [Unknown,In progress] === warren_ is now known as WarrenD === elias_ is now known as Paulderpauli [16:46] hi folks! I might have been a little too enthousiastic in the cleanup of my Kubuntu 8.04, and I can't seem to find the ipw3945 kernel module. Which package is it stored in? === WarrenD is now known as WarrenDUM [16:46] hi [16:47] sybren: linux-ubuntu-modules for the version of the kernel you are using/booting into [16:48] lirc is now setup but IRKICK isn't making kaffeine do what I tell it to. The buttons still only do what they did before I changed them. Anything I should do to make them work? [16:50] Jucato: thanks! I didn't find it because it was renamed from ipw3945 to iwl3945 [16:56] see file:///usr/share/doc/lirc/html/help.html#new_remote [16:58] thanks lingard will try that [17:03] lingard: that recommends a number of commands that do not work for me such as mode2. which says mode2: error opening /dev/lirc mode2: No such file or directory [17:19] i have 8.04 and when i go to install amarok from synaptic for some reason it wont download all the libs anyone know why?, i use gnome should i add a certain repository? [17:19] you should ask in #ubuntu+1 [17:20] that's the channel for hardy support. [17:20] k thanks === ubuntu_ is now known as tabuz [17:21] bye everyone. Most sleep and thanks for all the help [17:21] hi everyone [17:22] any1 knows how to turn off password strength check? [17:23] passwd --bad-password (I'm pretty sure) [17:24] thx [17:24] anyone know where the default apache server folder goes? [17:25] can't find the little bugger anywhere [17:25] not working [17:25] not working [17:26] lingard: locate apache? [17:26] locate httpd.conf ? [17:26] found it [17:26] would that be the default page when the ip is entered? [17:27] lingard: default is /var/www [17:27] thank you very much :) [17:27] do i have to turn something on to be able to access it from outside my network? [17:28] lingard: you'll have to forward port 80 on your router to your computer's IP [17:29] or 443 [17:31] woo [17:31] sorted, thanks :D [17:31] is there any way to access it from a s60 phone? [17:32] does firewall must be install at router? [17:33] if i have a router without firewall, now i wanna add firewall, where should i add it [17:42] I'm trying to set up kubuntu to let me input korean hangul, but in the regional settings, it says "command not found " when I click the "install new language" buttn. [17:44] metbsd_: Firewalling should happen _before_ routing: [Internet] <--> [Firewall] <--> [Router] <--> [Network to protect]. FW/Router can reside on one machine. [17:49] metbsd_: u r bsd? [17:51] i need several world clocks on my desktop. what program is best to use? [17:55] hello [17:55] hi there [17:55] hi [18:03] need help with installing kubuntu onto a laptop with no CD-Drive. I want to boot from flash drive... how do i use the live cd but on the stick? [18:04] !install [18:04] 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 and https://wiki.ubuntu.com/DapperReleaseNotes/UbiquityKnownIssues - Don't want to use a CD? Try http://tinyurl.com/3exghs - See also !automate [18:06] How can I kill a proccess from the command line? [18:06] kill -9 processid [18:06] kill -9 is generally a bad idea, good for a last resort [18:06] and to see what processes are running 'ps -ef' [18:06] kill should suffice [18:07] Thankyou [18:07] oh, hmm I always use -9 since only a kill many times does nothing if pushing the close button did not do anything. [18:09] eldaria: ctrl + alt + esc --> special mouse cursor -> click on the frozen window === snowolf_ is now known as Snowolf [18:09] fi your in a kubuntu, use ctl-alt-esc and click [18:09] this should work also [18:09] er, i'm slow today [18:09] Is there a simple way to setup a VPN-server on a (k)ubuntu server? [18:09] BunnyRevolution: :) [18:10] nice one, did not know about that one. :-) [18:10] I'm a bit confused... is 4.0.3 going to be released in some day's time, or just they jump to 4.1 in some mont's time? [18:11] 4.0.3 is coming in two days [18:11] oh, ok, was confused by http://polishlinux.org/kde/kde-4-rev-790000-better-stability-and-performance/ [18:11] will 4.0.3 be the rev. 790000 cited in that article, or is a different branch? === Snowolf is now known as snowolf === saizai_ is now known as saizaiwork === saizaiwork is now known as saizai|work [18:12] differrent branch [18:13] 790000 is the 4.1 branch [18:14] markit: http://websvn.kde.org/branches/KDE/4.0/ [18:14] http://websvn.kde.org/trunk/KDE [18:15] trunk is the 4.1 branch.when it got released, 4.1 will go into branches/ and trunk will be be dedicated to 4.2 development [18:19] oh, thanks [18:20] How hard would it be for me to go from a fresh installed Kubuntu 7.10 to a "desktop free" minimalist ubuntu install? [18:20] Is it even possible? [18:23] Keigo-kun: Yes. If you uninstall the kubuntu-desktop. You still need ubuntu-minimal for core stuff however [18:23] so I should basically start it up, open synaptic, get ubuntu-minimal and then simply remove ubuntu-desktop? [18:23] *kubuntu-desktop [18:23] Keigo-kun: That would be the idea, yes [18:24] genii: Heh, sounds simple enough :) I'll give it a try [18:24] Keigo-kun: However, since it may be difficult to remove an app you are using, recommend to do from console login only, using apt-get or aptitude [18:25] is kubuntu-desktop not a meta package? [18:25] eldaria: Yes, a collection of KDE apps and KDE bundled for ubuntu [18:26] so removing it will not actually remove the apps? but only the meta-package. [18:27] does anyone here own a tablet pc? [18:27] It removes all the subcomponents [18:27] My experience is that it is pretty difficult to "roll back" after installing a meta-package, becuse of all dependancies are still installed. [18:27] ok, nice. [18:28] hey guys good morning [18:28] i am new on kubuntu [18:28] eldaria: With --purge (in apt-get) it will also remove conf files, but not ones specifically in user's /home directories, just in system areas [18:28] coggz: no but I do own a pen tablet, basically what makes a laptop different from a tablet PC. :-) [18:28] can you help me?? i like to install java, mozilla and flash player but i dont know how [18:29] nose: sudo apt-get install kubuntu-restricted [18:29] what do you mean eldaria i am new and theres a lot i dont get sorry for that [18:30] nose: sorry make that sudo apt-get install kubuntu-restricted-extras [18:30] oh sorry [18:30] and how do i do that??? [18:31] nose: you need to go to the menu, then to System and open the adept-manager [18:31] ok [18:31] nose: then search for the package kubuntu-restricted-extras and install it. [18:31] can i do it while asking you?? [18:31] sure === Darkrift3 is now known as Darkrift2 [18:32] * genii makes another pot of coffee [18:32] > i try to but then the next appears: [18:32] > Otro proceso está utilizando la base de datos del sistema de empaquetado (probablemente otra aplicación Adept o apt-get o aptitude). [18:32] > ¿Desea resolver este problema? Entre en modo de solo lectura y cancele parar salir y resolver este asunto usted mismo. [18:33] hmmm my spanish is not good, (If that is what it is) [18:33] ok [18:33] i´l trnaslate for you [18:34] also when do you get this message? [18:35] it says in a few words that theres another process is using the data base of the system (probably another aplication of adept manager or apt-get aptitude) do i wish to solve this?? etc etc [18:36] ok so you probably have another application running that is used for installing programs [18:36] !aptfix [18:36] If an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a » [18:36] before trying that perhaps you have the add/remove programs running? [18:37] how do i do that?? [18:37] can you guide me please?? [18:38] Do you have any other programs running besides Konversation? [18:38] mm yahoo messenger === paolo is now known as ping_luce [18:38] wich i happily find out that i can use it here [18:38] that would be the problem?? [18:39] i m using it trough kopete of course [18:39] ohy ok. [18:39] should i quit that?? [18:39] No [18:40] no [18:40] then what should i do??? [18:40] cause nothing else is runing on [18:41] ok, so that is the only applcation you have running, then I guess you probably had a crash earlier of your adept installer, then you need to open a ckonsole. [18:41] *konsole [18:41] you can find it in start -> System [18:41] nose: In bottom right near clock, do you see maybe an orange icon? [18:42] yes i did when i was trying to up date wich another problem that i have [18:42] a wallet that is what i see in that color [18:42] let me do the system, thing [18:43] ok eldaria i did open the konsola whats next [18:43] nose: OK, not the wallet. If you put the mouse on it, it would say maybe "Adept Update Manager" Or so. If one like this, close it then go back to the other instructions [18:45] the thing is let me explain real wuick [18:46] i did try to update adept manager, but everytime i try to do so something happens goes wrong and if i restart the pc everything get lost and then i jave to reinstall kubuntu again because nothing works [18:47] nose: OK, since you restarted during updates, best to follow the !aptfix way and to do manual update from command line then [18:48] ok can you guide me to do so?? [18:48] !aptfix nose [18:48] How should I know? [18:48] !aptfix [18:48] If an APT front-end crashed and your database is locked, try this in a !terminal: « sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a » [18:49] first what do i do whit the konsole?? is stills open [18:49] yes [18:49] konsole=terminal [18:49] the one you told me to open [18:50] yes [18:50] yes [18:50] TERMINAL-kONSOLE [18:50] WHAT DO I DO WHIT IT [18:50] ?? [18:50] sorry for that [18:51] Is there a program that I can track my network usage and create a graph? I am using a wireless interface with a windows dirver if it makes any difference [18:51] you need to perfrom the action that ubotwo wrote [18:51] ok [18:52] snort ? [18:52] how please be patience with me caus there many thing that i dont know but i want to learn [18:53] nose: no problem, :) [18:53] ok lets do it what do i do?? [18:53] you are pretty annoying [18:53] nose: if you have you console open, you need to type sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a [18:54] ok i wil copy and paste where should i start copying? [18:55] start at 'sudo' [18:55] ok [18:55] !helpersnack | eldaria [18:55] eldaria: Wow! You're such a great helper, you deserve a cookie! [18:56] :D [18:56] done should i press enter?? [18:56] yes [18:56] the next appear after i press enter: sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a [18:57] no [18:57] that didnt [18:57] let me putter manually [18:57] how to play mp3 in amrock [18:57] !mp3 [18:57] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [18:57] (sudo) password for luis: [18:57] please help... [18:58] what do i do in there?? [18:58] enter your password [18:58] yes you need to enter your password [18:58] I am unable to play mp3 files [18:58] the one i place when i was installing kubuntu?? [18:58] yes [18:58] yes [18:58] nose: The one you use to login normally [18:58] !mp3 | vivek_ [18:58] vivek_: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [18:59] done [18:59] vivek_: The websites provided by the ubotwo has help for playing your mp3s. You just need to visit them and follow the instructions given. [18:59] is asking m for soemthing [19:00] to keep the current version and its giving me sme optinos [19:00] lets see if i can past it so you can see it [19:00] !pastebin [19:00] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (be sure to give the URL of your paste - see also the #kubuntu channel topic) [19:01] nose: just accept the newst version [19:01] done [19:01] its running something [19:01] good [19:02] let you know when finish [19:02] am i updating??? [19:03] I beleive it is finnishing a crashed update yes. [19:03] nose: It's trying to complete installation of what it was working on before when it was restarted during updates. [19:03] I am unable to view NTFS file in kubuntu 7.10..please help [19:03] oo [19:03] nice [19:03] so its fixing my mistakes?? lol [19:04] i think already finish [19:05] cause is in the next possition: luis@JOhansen-Luis: ~$() [19:06] yes, then it is finished, [19:06] ok whats next?? [19:06] so perhaps you should completet the update? sudo apt-get upgrade [19:06] scary [19:06] from the adpet manager?? [19:07] nose: No, from the command just given [19:07] no you can do it here in the konsole [19:07] ok got it [19:07] aptitude [19:07] in the same konsole right? [19:07] nosrednaekim: by the way I got timeout on the pastebin [19:08] appear [19:08] nose: yes [19:09] appears: 0 actullized, 0 would be installed, 0 to eliminate and 0 no actuallized [19:09] nose: ok, then the update was completed. [19:09] nose: so to your original issue to install java, flash etc. :) [19:10] GREAT [19:10] sorry fot that [19:10] nose: now type: sudo apt-get install kubuntu-restricted-extras [19:10] ok what do i do [19:11] ok is doing somthing [19:12] so once it finish i would have mozilla and all that stuff? [19:12] nose: A couple mor steps yet [19:12] ok [19:12] *more [19:13] nose: with mozilla I guess you mean firefox? for that there are indeed some more steps. [19:13] yes [19:13] thats how every thing started [19:14] Good thing the flashplugin is fixed ;) [19:14] genii: yes indeed, but I still think there are issues with Flash and konqueror [19:15] cause when i first install kubuntu i try to install mozilla, but then it was asking me some program to open the application and then i find out that in order to do so i needed to update and from then i have been having problems sice 3 days ago reinstalling over and over cause the errors trying to update [19:16] nose: ouch, yes I have had issues with the adpet updater in the past, so personally I started doing all updates from konsole. :-) [19:16] nice [19:16] now i know [19:17] nose: is it done installing for you? [19:17] ok theres in KONSOLE-TERMINAL a gray screen [19:18] nose, yes it might ask you to agree to some license from Sun, scroll down and select agree, (If you agree) :-) [19:18] but i cant [19:18] is freeze [19:18] hi [19:19] nose: you have to use the arrow keys. [19:19] i have ati graphic card 9250 how can i install drivers for it? [19:19] ok thats the license [19:19] but whats next?? [19:19] is that it?? [19:20] sorry [19:20] jejej [19:20] i found waht to do [19:20] !enter [19:20] Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [19:21] does anyone know how to move a process to a screen? if i for example started irssi outside of a screen and don't want to terminate and restart it, but move it to the screen [19:21] !test [19:21] Failed. [19:21] its done [19:21] whats next [19:21] i try to find help there https://help.ubuntu.com/community/BinaryDriverHowto/ATI but it is only for 9500 and higher [19:21] what can i do when i have 9250 [19:21] nose: so to istall firefox, you can type: sudo apt-get install firefox [19:22] finek: The builtin xorg driver for the Radeon series is the best driver for your 9250. You may need to change "ati" to "radeon" in the xorg.conf file, but that is about it [19:22] ok so this means that they are already installed right?? [19:22] nose: by 'they' you mean java and flash, then yes [19:23] genii and it is all what i must do? only edit one file? [19:23] yes [19:23] nose: but to install firefox you need that last line I wrote. [19:23] !msg [19:23] Please ask your questions in the channel so that other people can also benefit AND help you. Please don't PM a user in the channel without asking first, some find it rude. [19:23] ciao raga [19:23] with the one before java is already installed i sawe it but flash was included in that as well?? [19:24] finalley [19:24] love you [19:24] nose: Yes, and some other things like mp3 support, and some other things. [19:24] love you love [19:24] finek: Yes, the file /etc/X11/xorg.conf because as I said there is no additional/extra driver to install which wil work better for the 9250 Radeon than what is already provided [19:24] now one more thing [19:24] ok thx [19:25] while i was finding things in kubuntu i discover that it has yahoo messenger installed will i be able to install the newest version of that or itĺl stay that way??? [19:26] like you know [19:26] use pidgin [19:26] new version or beta version [19:26] nose: well you don't actuially have yahoo messenger, but rather another application that can connect to the yahoo network [19:26] I think now you are using kopete [19:27] yes [19:27] soemthing about kopete [19:27] kopete is able to connect to many different network, including yahoo, and IRC (What you are using now) [19:27] yahoo [19:28] well you are actully using IRC now. :-) [19:28] but i do still be able to chat with my contacts in yahoo in real time??? [19:29] nose: yes, you can. [19:29] ok [19:29] sorry tons of questions are cming now [19:30] there may be a java app that runs on irc in yahoo , not sure he's really using an true irc client [19:30] <--not real familiar with yahoo stuff either :) [19:31] in one of the ocassion i was installing kubuntu when i restart the pc all things were just nice, small icons,, cursor, web pages, everything how do i fix the system so everything turns that way, cause now everything is big [19:32] Skype is crashing, when I'm trying to send a file http://www.paste.lt/paste/d0bdbf180d885c090ff25629836f43aa [19:32] still there eldaria??? [19:33] I think you mean the screen resolution, [19:33] mm [19:33] maybe thats it [19:33] how do i fix that?? [19:34] nose: try to have a look in System settings in the menu, there you can find an entry for Monitor and display. [19:34] I need to reboot, will be right back. [19:35] is not panl configuration right? [19:35] hp lap. wireless works, atheros chipset w/ ndiswrapper - just that the led doesn't turn on - on the off chance that someone has one of these beasts, any pointers? google's turned up nothing usable. [19:35] Skype is crashing, when I'm trying to send a file http://www.paste.lt/paste/d0bdbf180d885c090ff25629836f43aa [19:37] what's a good outlook replacement client for linux?. [19:38] mot: kmail for example. [19:38] can someone help with a python api error http://pastebin.ca/965012 === aziz_ is now known as aziz [19:40] Kr|ptiX: I think that basically means the version of python you have installed doesn't match the version that cedega wants [19:41] you might need to install another version of python [19:43] ok, i'm back, just had to reboot after an update, although it did not fix my issue. ;-) did nose get his icons fixed? [19:48] Not that I know of === tux_ is now known as lari59_ [19:51] hi [19:52] Hi all. Is there any way to set the keys in gwenview to have the arrows navigate the picture, rather than flipping or rotating it? [19:52] is english channel? [19:52] yes [19:52] ok thx [19:53] i'm french is hard ^ [19:53] ^^ [19:53] #kubuntu-fr maybe for you :) [19:53] lol [19:53] thx again [19:53] how do u check screen sizes [19:54] Kr|ptiX: not sure :/ [19:54] * DOOM_NX helloooo === myrtille is now known as _myrtille_ [20:05] i'm setting up samba (and just cloning the config from my working server) and when i set the path of a share to path = /home/ nothing shows. if i set it to path = /home/office it shows. whats going on? [20:05] heh [20:06] hmm [20:08] ScorpKing: Offhand I'd guess permissions === bud is now known as bbtux [20:08] genii: that's what i thought as well. checking log files [20:09] /msg NickServ IDENTIFY s1ddhisena! [20:09] bbtux: I suggest you do that in the status window in future... [20:09] bbtux: and now change your password ;) [20:10] thxs [20:10] * ScorpKing agrees.. [20:10] hi [20:10] hi [20:12] genii: fixed. i forgot the -a when i ran smbpasswd ;) [20:12] ScorpKing: :) [20:16] hi again guys [20:17] first i really want to thank eldaria for the marvellous help [20:17] i really do appreciate that [20:17] next i like to ask your help again [20:17] :-) [20:17] how do i download yahoo messenger, i was trying to, but is asking me for a program [20:18] eldaria: First the buttering up, then the questions ;) === myrtille is now known as _myrtille_ [20:18] whats buttering up??? [20:18] luis__: Flattery [20:18] alguien me puede decir como funciona esto? [20:19] Well, I won't be able to stay too long, have to get ready for bed, getting up for work at 05:00 [20:19] i ce [20:19] <_myrtille_> !es |rafael [20:19] rafael: Aquí solamente hablamos inglés. Para Español, por favor entre en los canales #ubuntu-es o #kubuntu-es - allí obtendrá más ayuda. [20:19] uu [20:19] sorry [20:19] but shoot, and I will see if I can help you [20:19] priorities then [20:19] gracias [20:19] how do i install my printer [20:19] what printer do you have? [20:20] is an epson stylus cx?? [20:20] epson stylus cx5600 [20:21] well according to openprinting, this printer does jnot work [20:21] http://openprinting.org/show_printer.cgi?recnum=Epson-Stylus_CX5600 [20:22] then i need to sel that [20:22] i just bought that one [20:22] wich one will work?? [20:22] luis__: google for epson stylus cx5600 on linux. maybe someone got it working but rather sell it ;) [20:23] !hardware | luis__ [20:23] luis__: For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [20:23] luis__: for yahoo i use kopete [20:23] ok [20:24] but [20:24] if you just bought it perhaps it is still possible to bring it back? If you live in EU usually you can within 1-2 weeks. [20:24] the thing is that i am using kopete but now if i want to check my hotmail messenger i cant cause i did set up to start automatically with yahoo how do i get back? [20:25] jaaaaaaaaaaa [20:25] no i do live in Puerto Vallarta Mexico [20:25] and ehereś no such thing here as turning it back i am stuck [20:25] on that matter till i sell it [20:26] luis__: use amsn for hotmail/msn [20:26] well like ScorpKing siad, perhaps someone did get it working, try google. [20:27] yes i am trying to find out [20:28] hello [20:28] but back to the meesenger stuff how do i go back because i did seted up kopete to start with my yahoo, but i have a friend of mine that will be using my pc as well and she will need hotmail and now it automatically get in to yahoo messenger? [20:29] luis__: make another user account for her [20:29] how? [20:29] can you guide me? [20:29] in system settings [20:29] ok [20:29] luis__: in konsole type - sudo adduser [20:30] or in the konsole yes. :-) [20:30] wich one will be the best way?? [20:30] konsole or settings or is the same? [20:30] Someone used a convoluted way to get this printer to work: http://ohioloco.ubuntuforums.org/showthread.php?t=627471 [20:30] oo [20:30] lets see it [20:32] ok lets go to the konsole [20:32] where it say her name i must put hers instead right?? [20:33] yes [20:33] ok, well I have to head of to bed, see you all laters, and luis_: good luck. [20:34] eldaria: night [20:34] it appears the next message: bash: error de sintaxis cerda de token no esperado newline [20:34] thank you very much eldaria have a nice rest [20:35] ok scorpking [20:35] did you saw the message it appears me [20:35] luis__: type in konsole - sudo adduser hername [20:36] is asking for a password [20:36] my password or a new password?? [20:37] luis__: Their new password [20:37] she will be able to change thAT LATER RIGHT? [20:37] Yes. You can almost always change your own password. [20:38] (unless it's purposely set otherwise) [20:38] is asking for room number??? [20:38] what does that means?? [20:39] luis__: room number dept number etc you can leave blank [20:39] ok [20:39] luis__: leave that 5 questions blank === azzco_ is now known as azzco [20:39] ok [20:39] so is seted up now?? [20:39] yes. if you just log out you'll see her name in kdm [20:40] ok [20:40] luis__: check if /home/hername exists. If so then you are probably good [20:41] yes [20:41] but now [20:42] ok so everytime she needs to use my pc she will put her password so she can turn on the session right?? [20:42] just lik i do? [20:42] Yes [20:42] i think i will resarta again and see let yuo now in a while [20:44] What is a good simple application for recording my microphone? [20:44] !info audacity [20:44] audacity: A fast, cross-platform audio editor. In component universe, is optional. Version 1.3.3-1ubuntu0.1 (gutsy), package size 2474 kB, installed size 7324 kB [20:45] It doesn't work for me [20:45] When I start it, the proccess starts, but no gui appears [20:45] Any others? [20:45] !info krec [20:46] krec: sound recorder utility for KDE. In component main, is optional. Version 4:3.5.8-0ubuntu1 (gutsy), package size 374 kB, installed size 1164 kB [20:46] Thank you =] [20:46] you're welcome [20:47] TimS: there is also krecord. it might be the same thing tho [20:47] I've marked them both for install, so Ill tell you in a sec :P [20:47] righto.. :) [20:50] Audacity is so not cool. [20:50] I opened it again and it froze my network connections, froze amarok, froze kicker. [20:51] TimS: i'm also having problems with it on kubuntu. it might be the sound settings. maybe it doesn't use the default kde stuff === haxax is now known as Ax-Ax [20:53] ScorpKing: Probably not, these multi-platform applications rarely do :P === darkwizzard__ is now known as DarkWizzard [20:54] TimS: i don't think it uses artsd [20:54] It doesn't as far as I am aware. [20:56] hmm.. then it might work if you install the sound daemon the gnome use [20:56] gstreamer i think [20:56] How do I restart aRts [20:57] sudo killall artsd [20:57] should restart itself [20:58] not sudo /etc/init.d/alsa-utils restart? [20:58] that would probably work as well [20:59] I am trying to figure out why my mic isn't working for recording [20:59] I can hear it through the speakers now === Timmy is now known as TimS [21:08] TimS: any progress? [21:08] No :( [21:08] Apart from the fact Kopete no longer thinks my MSN password works. [21:08] n8 [21:10] * DOOM_NX Eimai edw eimai edw, na sou lew alh8eies, na omorfainw tis nuxtes giati apla S'AGAPW. [21:14] hello ppl I'm having a problem with desktop-effects not automatically loading with 8.04b. It loads with no decorator. any idea? === alx_ is now known as alx1 [21:15] geekaholic: #ubuntu+1 for 8.04 [21:15] ScorpKing: gotcha [21:16] If i run desktop-effects-kde4 (btw i'm using kde3.5.9) and set no effects and then effects it works till i reboot [21:16] hello!! [21:16] is normal that the swap partition shows no mounting point?? [21:16] Hi. how do I turn off capslock key? [21:17] permanently [21:17] JasonWard: systemsettings > keyboard & mouse [21:17] so i ran desktop-effects-kde4 from cmd line to get an error like /usr/bin/compiz.real (dbus) - Error: dbus_bus_get error: Failed to execute dbus-launch to autolaunch D-Bus session [21:18] n72poyyo: yes [21:18] and /usr/bin/compiz.real (dbus) - Error: InitObject failed [21:18] and /usr/bin/compiz.real (core) - Error: Couldn't activate plugin 'dbus' [21:18] whats going on? [21:19] mefisto__: yes I went there but how? [21:19] ok, I was unsure about that... [21:20] JasonWard: in the keyboard section, under "numlock on KDE startup" [21:20] !gr | DOOM_NX [21:20] DOOM_NX: #ubuntu-gr και #kubuntu-gr για Έλληνες χρηστές / #ubuntu-gr kai #kubuntu-gr gia Ellhnes xrhstes [21:21] oops sorry, wrong /ame :( [21:21] mefisto__: yes thats for numlock. I want to kill capslock [21:21] won't happen again [21:21] hould I install the sound codecs in order to have sound here (I got Gutsy 7.10) [21:21] JasonWard: oops, sorry, I misread your question === dinofly is now known as Dinofly [21:23] How do I turn off capslock? [21:23] permanently [21:28] i cannot find the driver for my printer... [21:28] can help me with this? [21:28] is a Lexmark z25 [21:30] what is the best software to rip dvds with on linux? [21:30] try automatix [21:30] !automatix [21:31] Automatix is no longer developed or supported by its creators and is not recommended, supported or needed by Ubuntu. See http://mjg59.livejournal.com/77440.html and « /msg ubotu WorksForMe » [21:31] has a software for that [21:31] How do I permanently turn off capslock? ie sortof like I broke the key off my keyboard, it must do nothing [21:33] hi@all. My update manager isn't showing anymore in the "system tray"...you know, the thing that displays a green circle or an attention sign when there are updates available [21:33] hi folks! I've just started using kDE4 on 8.04 beta. With 3.5 I got a nice popup where I could add different applications to start. Now with KDE 4 the only option appears to be "open with Dolphin". How can I add more options? [21:33] http://www.getautomatix.com/ [21:33] napoleao_, please don't recommend it. [21:33] sorry mate [21:33] !kde4 | sybren [21:33] sybren: KDE 4.0.2 is the latest major release of the K Desktop Environment. KDE 4.0.2 packages can be found at http://kubuntu.org/announcements/kde-4.0.2.php - More information can be found at http://www.kde.org/announcements/announce-4.0.2.php - Support in #kubuntu-kde4 [21:34] LjL: thanks mate! [21:34] JasonWard: do you know about xmodmap? [21:34] guys, could you please suggest a file manager for copying over network with RESUME support ???! [21:35] Hello, everyone. :) === autoscum is now known as Autoscum [21:35] <--- my Amarok currently cannot play mp3 files and install mp3 supprot does nothing?? [21:35] mefisto__: no [21:35] !mp3 | MrBarrett [21:35] MrBarrett: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [21:35] MrBarrett, install the kubuntu-restricted-extras package [21:35] JasonWard: in the KDE settings management you can configure your keyboard to turn off caps lock when you press the shift key, or to make caps lock an additional ctrl (in regional/language settings) [21:35] I've got a problem, I'm using the new kubuntu beta and Adept does not want to run... [21:36] Any ideas? [21:36] daisuke where is that> [21:36] ? [21:36] !mp3 | MrBarrett [21:36] MrBarrett: For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [21:36] hello [21:36] thnx to all.. great help this one... [21:36] i ve just installed kubuntu 8 but i can't surf websites [21:36] i can use apt or irc [21:36] but cannot resolve hostname in konqueror [21:37] i ve seen an alert before telling to add resolv.conf [21:37] JasonWard: check to see if you have a .Xmodmap file in your home dir [21:37] i ve added it as empty [21:37] now i see there are my dns and the dns put by kppp [21:38] but still can surf using konqueror! what's the problem?thanks [21:38] I don't [21:38] does any1 kno how to uninstall wine completely cuz when doin apt-get remove wine but when i do the command wine iit says its still installed [21:38] JasonWard: "xmodmap -pke > ~/.Xmodmap" will make one with your current kbd map [21:39] Kr|ptiX: did you install wine from source at some point? [21:39] bluesman: close knetworkmanager [21:39] mefisto__: so I type exactly that with > ~ and all? [21:39] JasonWard: yes [21:39] i think i tried to install the newer verison once [21:40] <--- in austalia has optus usb wireless will it plug and play into kubuntu? [21:41] JasonWard: then open that file and look for the capslock line (probably keycode 66) and you can change it to Control_L or Control_R so it will work like another ctrl key [21:41] Kr|ptiX: can't do it with apt-get, then. removing /usr/local/bin/wine may help. [21:41] bluesman: knetworkmanager has no dialup support so it tries to route traffic through eth0 which is down. close it or configure eth0 to have an ip address manually [21:41] JasonWard: or set it to some other key if you want [21:41] ahh [21:42] ScorpKing: i have to close knetworkmanager? [21:42] k thanks traappist [21:42] bluesman: yes [21:42] ok thanks [21:42] it works [21:42] i coudn't understand! [21:43] links2 went too :) [21:43] :) i though they fixed that by now [21:43] whats the difference between the kubuntu 700mb version and the 4gb version? [21:44] mefisto__: ok done. but how do I get it to apply the changes? [21:44] !version [21:44] To find out what version of Ubuntu you have, type « lsb_release -a » in a !shell [21:44] 7.1 [21:45] MrBarrett: the 4gb version is for dvds, and has a lot more packages. [21:45] JasonWard: "xmodmap ~/.Xmodmap" will load your .Xmodmap file [21:45] <--- thinks he'll get the DVD [21:46] hi my friend get this message [21:46] al-storage-removable-mount-all-options refused uid 1000 [21:46] is this just permissionsproblems? [21:46] mefisto__: yay! thanks. you saved me the work of getting a hammer and smashing the key :) [21:46] and something with fstab? [21:46] ele;und right click on the drive go to prop' and turn off user [21:47] in mount [21:48] how can i start kde3 battery manager ? [21:48] ok ekelund? [21:48] JasonWard: I just noticed xmodmap can clear the key altogether, so "xmodmap -e clear Caps_Lock" should disable it completely rather than set it to ctrl [21:49] MrBarrett: thanks, but Im not in kde for the moment. Is there a graphical application named mount? (I guess its a wrapper against mount in my shell) [21:49] I told my friend, but Im not at his place so I can't see the desktop [21:49] <-- is out of his depth [21:50] ,--- newbi to kubuntu [21:50] do you know if having a wifi card Broadcom Corporation BCM4312 802.11a/b/g on a celeron laotop still needs ndiswrapper? [21:50] MrBarrett: but its a gui app? [21:50] <-- enjoying kubuntu [21:51] RIP win xp [21:52] s/RIP/GTH/ [21:53] bluesman: yes, but there is a more native driver, doesnt always work though [21:55] !plugin [21:55] Factoid plugin not found [21:55] MrBarrett: It worked thanks [21:55] mp3 plugins mpeg plugins? [21:56] my files dont play [21:56] how to start battery manager of kde3 in kde4 [21:56] in amarok? [21:56] if i download and install the DVD version will it do everthing? [21:58] wesley: start guidance-power-manager [21:59] can anyone point to an up-to-date guide to installing realplayer on gutsy? I found a whole bunch of descriptions online, but couldn't tell which were current [22:01] Oh my lord.. [22:01] White oxygen cursor theme in Hardy is beautiful! [22:04] <--- needs decoders for amarok and kaffeine [22:05] !codecs [22:05] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also http://help.ubuntu.com/ubuntu/desktopguide/C/common-tasks-chap.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [22:06] PhilRod: see https://help.ubuntu.com/community/RealPlayerInstallationMethods and use the "Install RealPlayer for Linux from the RealNetworks web site" method or the "Install RealPlayer.deb using dkpg" method [22:06] how can i set the time in bash? [22:06] awesome - thanks, stdin! [22:09] how can i add this line to start up ? guidance-power-manager [22:09] !autostart | wesley [22:09] wesley: To make programs autostart with your KDE session, you can make a link to it in ~/.kde/Autostart. The package 'kcontrol-autostart' makes a kcontrol item for handling items in that directory. === jorhumcc is now known as kuadrosx [22:12] Heya. I've installed the Kubuntu Hardy beta, and I'm having issues with UFW (Uncomplicated Firewall). I wanted to see if it was interfering with some Firefox extensions and my ability to use the Jabber protocol, so I disabled it and restarted. The internet didn't work at all until I enabled UFW again, at which point it immediately worked as well as before. I disabled it again and restarted, and indeed, the connection wouldn't wor [22:13] Also, it appears that in spite of what the status says, the Firewall is not actually disabled until you restart. [22:13] Has anybody else run into this? [22:14] Has anyone installed frostwire on kubuntu? [22:15] psyco: many people, whats your question? [22:16] Well I dont know how XDXD [22:16] !frostwire [22:16] frostwire is a totally open source version of Limewire. For installation help, please see https://help.ubuntu.com/community/FrostWire [22:16] Woots [22:16] ty [22:16] psyco: there you are :) [22:17] ScorpKing: "date" command can set the time. check "date --help" for the format you need to enter it. [22:17] mefisto__: righto.. ty === TameLion is now known as TameLion_ === TameLion_ is now known as TameLion [22:18] The problem is, double clikc debs doesnt work [22:18] :S [22:18] ScorpKing: the format is: date MMDDhhmm [22:18] hi, im in a lot of trouble here, a jerk friend of mine ran rm -rf / and i really need some of the stuff that was on that comp, is there ne way to get it back? [22:19] mefisto__: and yyyy at the end? [22:19] ScorpKing: year is optional, so just leave it off [22:19] Ark1: not really, at least not on ext2/3. there is software out there but non that are free (that I've ever found) [22:20] mefisto__: ok [22:20] stdin: can u point me to a place that sells that? [22:20] ScorpKing: I think that's right, I could be wrong [22:20] Ark1: Some tools to recover lost data are listed and explained at https://help.ubuntu.com/community/DataRecovery - Recovering deleted files on !ext3 filesystems can be virtually impossible, although a method that might work in some cases is described at http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html [22:20] mefisto__: np. i'll get it working just now [22:21] I have kubuntu and everytime i run the connection assistant it goes off to update newtwork settings and then locks up. i can't get it do do anything without courpting the install [22:22] what is the command to make it so that not even "sudo rm" will delete a file? [22:22] Ark1: I haven't searched in months, time for a google search. but the important thing is to unmount the FS immediately [22:22] Ark1: else you run the risk of the blocks being overwritten [22:22] Ark1: so run from a LiveCD [22:23] all i have done is tried various commands in "busybox", but i got nowhere [22:23] dorkface: you mean you want a particular file that cannot be deleted? [22:25] mefisto__: date 033123222008 fixed it [22:25] * DOOM_NX Mou ekane afierwsh kopela to S'EXW ERWTEUTEI. etsi gia na skasoun kapoies. [22:25] mefisto__: yeah, I heard that you could make it so a file will not be deleted, even with root capabiliteis === dyve is now known as Divilinux [22:26] Hi, I just installed Kubuntu 7.10 (coming from Ubuntu not Windows/Mac) and from some reason my "Find Best Server" button under Software Sources doesn't work. It closes out the windows evertime I click on it. [22:27] austinmatherne: start from terminal and look for errors [22:28] hey [22:28] dorkface: "chattr +i filename" will set the immutable attribute. you can check file attributes with "lsattr" [22:28] mefisto__: ah, ty [22:28] algyz: thanks, but what do I need to start from terminal? [22:29] dorkface: -i will remove the attribute, of course [22:29] dorkface: it will also mean it can't be written to [22:29] mefisto__: I know, I'd just use it to combat stupidity or carelessness :) [22:29] stdin: good to know, thanks :) [22:30] austinmatherne: if you're using adept, then sudo adept_manager [22:30] austinmatherne: use kdesu or kdesudo, not sudo [22:30] kdesudo, not sudo [22:30] kdesu == kdesudo? [22:30] !kdesudo [22:30] In KDE, use « kdesudo » (Gutsy) or « kdesu » (Feisty and earlier) to run graphical applications with root privileges when you have to. Never just use "sudo"! (See http://psychocats.net/ubuntu/graphicalsudo to know why) [22:31] as long as you have kdesudo installed, yes [22:31] austinmatherne: yes, kdesu :) [22:32] I think kdesudo remembers your password for a while, but kdesu asks every time [22:32] but sudo works as well :) [22:32] mefisto__: if you have kdesudo installed, then kdesu runs kdesudo [22:32] algyz: no [22:32] algyz: that link explains [22:32] using kdesudo adept_manager I get a warning saying "_attachPty () 30" [22:33] austinmatherne: that's normal [22:35] I get "FutureWarning: apt API not stable yet" and ASSERT failure in QWidget: "Widgets must be created in the GUI thread.", file kernel/qwidget.cpp, line 951 when trying to lunch find best server. === trpr_ is now known as trpr [22:37] I just did a reinstall of my system, dose anyone know of a way to copy my amarok podcassubscriptions over to the new system, just copying over.kde doesn't do it. [22:37] !kde4 [22:37] KDE 4.0.2 is the latest major release of the K Desktop Environment. KDE 4.0.2 packages can be found at http://kubuntu.org/announcements/kde-4.0.2.php - More information can be found at http://www.kde.org/announcements/announce-4.0.2.php - Support in #kubuntu-kde4 [22:37] Hello :-) [22:39] hi guys [22:39] Does Kubuntu require that you download and compile alsa drivers for each sound card - especially ones that have been round a while?"? [22:39] billyd: no alsa drivers are compiled already [22:39] billyd: my card is working out of box, realtek ac'97 [22:40] I have installed kubuntu beta (works great) and am thinking about mounting my original, gutsy /home in hardy. should I take care of anyting? or just mount and it will work? [22:40] I know, but why must I down load the stuff for an ensoniq card - they're almost old enough to vote [22:40] I get "/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not stable yet" and "ASSERT failure in QWidget: "Widgets must be created in the GUI thread.", file kernel/qwidget.cpp, line 951" when trying to lunch find best server under software sources from terminal after window closes. [22:41] I got a RealTek ALC833 on mb, founf nothing fir ti, so I'm trying to use an ensoniq card [22:42] gkffjcs: on mine, ~/.kde/share/apps/amarok/podcasts is a symlink to my music collection directory [22:42] I fought all day to download drivers from Alsa and need to kiss the systems butt to get it to configure - seems impossible [22:44] mefisto__: yeah, I know that is where the files actually are, but if I copy them over amarok doesn't recognise them, I still need to resubscribe to all the feeds. which is a really big hassel. [22:44] I'm gonna try something else and try to avoid using a 2X4 [22:45] gkffjcs: do you have that symlink pointing to your amarok collection's podcasts? [22:47] that is no a simlink, that as a directory, that directory is where the podcasts are downloaded to, there is no metadata in that directory. if I move the contents of that directory to the same directory under my new install the new amarok doesn't recognise that there are even files there, none the less figure out their feeds, mefisto__. [22:48] I really don't care about the podcasts them selves, I just want to know if you can extract the feeds from amarok and import them to a new install of amarok. [22:49] gkffjcs: so you have the podcasts in ~/.kde/share/apps/amarok/podcasts now? have you restarted amarok? [22:50] !it [22:50] Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! [22:53] restarting amarok doesn't do it. [23:03] hi guys, i've setup the KDE Kiosk Admin Tool and restricted the default user not to be able to run any tasks as a SU but now I can't make any changes. Is there a way to renew / create superusers in kubuntu's "repair console"? [23:03] hello. does someone know whether the "async" option of "mount" does appear in the file "/etc/mtab". "sync" seems to appear (with my USB-filesystems) but "async" isn't mentioned.. [23:05] reaktae: its possible: i think passwd root in single user was enough, but im not really sure.. [23:05] eigenvalue: tried that... any other ideas? anyone else? [23:12] reaktae: you can mout with a linux recovery cd... [23:12] is there a working 'advanced' CD burning app beside K3b ? here k3b ejects the media before trying (and failing) to verify it. thats darn useless [23:12] speaking spanish [23:13] sourcemaker: but then what? how do I edit user groups then? [23:13] !es [23:13] Aquí solamente hablamos inglés. Para Español, por favor entre en los canales #ubuntu-es o #kubuntu-es - allí obtendrá más ayuda. [23:13] tkans [23:13] gracias [23:13] reaktae: you can change the password from root and start the admin tool via root? [23:13] reaktae: without su [23:14] sourcemaker: I can't become root at all here... [23:14] <_myrtille_> gute nacht :) [23:15] sudo su not working? [23:16] ace2016: nope. [23:16] can't just use su, and type in the root password? [23:17] reaktae: any errors produced by sudo su? [23:17] ace2016: not at all. i can sudo su but the commands i fire as root don't do anything... [23:18] don't do anything? echo hello doesn't put hello in a new line? whoami doesn't show output? [23:18] ace2016: nope... they are ignored... [23:20] does sudo followed by any commands work? [23:20] BusError: Ubuntu hardy comes with a nice one if you can stand GTK, but I cant for the life of me remeber its name [23:21] ace2016: asks for a password and then the same thing... no error msgs.. [23:21] TimS: as long as it works :-) [23:21] gnome baker? [23:22] I remember there were 2 CD apps for KDE somehow... but I must say I haven;t looked in years [23:22] BusError: Brasero [23:22] k3b has been awesome so far [23:22] !info Brasero [23:22] brasero: CD/DVD burning application for GNOME. In component main, is optional. Version 0.6.1-0ubuntu1 (gutsy), package size 1080 kB, installed size 3316 kB [23:23] * BusError goes and check how much aotitude wants to pull as dependencies :-) [23:23] seems very resonable. 4MB of download, about 26MB disk space [23:24] Fatal: ASSERT failure in QList::at: "index out of range", file ../../include/QtCore/../../src/corelib/tools/qlist.h, line 386 [23:24] Aborted (core dumped) [23:24] what kind of problem? [23:24] Which package is the language keyboard selector or what it calls. [23:24] something with n...... or x11 something [23:25] kde has one [23:25] what does it calls_ [23:26] I cannot type correct chracters >* [23:26] programs are crashing :( [23:26] no idea of the name, but its on kcontrol > Regional and Accessibility, you're probably looking for keyboard layout [23:27] some rare bug :/ [23:27] no, I need a certain package. Someone helped me before, but I do not remeber [23:28] ah now i remeber i18 >D === Rozza|Away is now known as Rozza5 [23:31] whats the best screen recorder high quality and stuff =/ [23:33] what is the command line arg for installing new prog remotly [23:33] ? [23:34] Does anyone know, how I can sort files on a FAT32 filesystem i.e. an usb stick? [23:34] or can you point me to a good getting started web page [23:34] linus_- you mean apt-get? [23:35] hey guys, how would I recheck a mounted HDD? I have all these random things popup in the HDD when I restart the computer but when I attempt to remove them it says they don't exist [23:35] thanks but how do i search for apps [23:35] linus_- apt-cache search [23:36] Hello. what would you say is the most hardcore distribution? [23:36] JasonWard: Loaded question in a biased channel. [23:37] ggggggggggggg [23:37] You mean nonsensical question [23:37] GerrySly: bad idea to do this, you'll be better off booting from a live CD and checking the disk from there [23:37] GerrySly: incidentally this is exactly what I'm doing right now [23:38] "hardcore" doesn't have a very precise definition [23:38] ciao === _roconnor is now known as roconnor [23:38] well the question is how do I check the disk? just remount it and check it or is there a command to recheck it? [23:38] apt-cache search so i can browse the web for goodie's using this statement [23:39] when I load windows in vmware it checks the drive before loading, that is what I wanna do in linux because I can't get rid of this crap on the drive yet it is still showing up when I ls it and view it in Dolphin [23:39] linus_- no, it searches the package list that's available from the repositories [23:40] so i dont have to put in the repositories name? [23:41] GerrySly: so you want to have the disk checked for errors on every boot? [23:41] yeah if that's possible [23:43] or is it possible to do an auytomatic update [23:43] ? [23:43] apt-get update [23:45] linus_- apt-get update will fetch the current package lists from any repositories you have enabled. apt-cache search uses this list that's saved locally [23:45] GerrySly: beats me :( I know it will do it every 30 mounts and this is configurable, but heck if I can remember where or how [23:47] thanks but i do need to be root before i can get them. This is the error i get when running the updates [23:47] E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied) [23:47] E: Unable to lock the list directory [23:48] oh man what happened therre [23:48] GerrySly: "sudo tune2fs -c 1" will change the frequency of fsck checks to 1, ie every boot [23:49] linus_: this error means that another program was/is trying to updage the repos but is either still running or died ungracefully [23:50] linus_: if no other program is using it, try deleting /var/lib/apt/lists/lock (sudo rm /var/lib/apt/lists/lock) and see if it helps [23:50] nice, so my HDD has bad sectors after all :( === ian_ is now known as its43 [23:55] salutations === JanMalte is now known as janmalte__ === janmalte__ is now known as JanMalte [23:56] hey, i was wondering, does anyone here know how to setup a shared internet connection on linux? [23:58] ubuntu: every hdd has bad sectors, even when they're factory new [23:58] ciao a tutti [23:58] its43: did you try google? have a look at this: http://www.ubuntugeek.com/sharing-internet-connection-in-ubuntu.html [23:59] notte a tutti [23:59] FrauHausen: right, that's what CRC is for, but recently I've started seeing very high I/O wait times, plus some other inconsistencies that led me to believe the disk is dying