[00:11] there is a way to restore kubuntu back to its default settings and restoring the desktops without reintslling the system, but i cant remember what words to use to look up the instructions. Can anyone help? [00:14] N!H! [00:16] cato37: the KDE settings are stored in ~/.kde - so removing that folder will reset most of the desktop to the defaults - resetting the whole desktop would be removing your home folder and using /etc/skel as base for a new one [00:18] cato37: unless you mean reset the system and keep the desktop intact - I don't know how to do that without reinstalling [00:18] yofel: thanx. there was an instruction guide on one of the linux forms that used the shell to do it in two simple commands, but i can't find it amidst all of the "kubuntu to ubuntu" instructions. === Muzer is now known as MuzerAway [00:19] cato37: you mean removing gnome? [00:19] yofel: yes, it reset the system, and cleared the user accounts, which is okay. [00:19] no, it restored the kde (kubuntu) back to how it was when it was first installed (and all the updates added), with some simple commands. [00:21] cato37: you mean the set of installed applications too or just the desktop settings? [00:25] yofel: everything, not just the desktop settings. [00:25] yofel: i wish i could be of more help. [00:26] not sure how to do that, sry [00:27] yofel: its okay. i should have written the link down. i have installed and unistalled so much stuff, that in order to remove some things, i have to remove the kde desktop to get rid of some of it. [00:28] cato37: you want to kill user settings back to default ? [00:29] somekool: yes. including user accounts [00:29] without reinstalling [00:29] without reinstalling [00:29] you want to kill something else than user accounts ? [00:30] a [00:31] somekool: the link gave instructions to reset the system, and everything as though it were installed for the first time (it even got rid of the extra user accounts) without reinstalling kubuntu. it was pretty simple. [00:32] do you want to kill something else than user accounts ? [00:32] somekool: yes. all i would like to go back to the default software. [00:33] somekool: but i wouldnt mind killing the user accounts including the main account as well. [00:35] whatever i did in the 1000 account, i can no longer for example use quassel-- i have to make a second account to use it. === krookeye is now known as squinteye [00:35] try this [00:35] PATTERN=":[1-9][0-9]\{3\}:"; grep -v $PATTERN /etc/passwd > /tmp/keep_these_lines; grep $PATTERN /etc/passwd | while read LINE; do nuser=`echo $LINE | sed 's/:.*//'`; echo rm -fr /home/$nuser; done ; echo mv /tmp/keep_these_lines /etc/passwd [00:36] k. [00:37] somekool: what did i just do? [00:37] kill all user accounts [00:37] well, my line just echo commands [00:38] you need to remove the two 'echo' word and you will lose all your home directories with all files and documents [00:39] you might want to replace the 'rm -fr xxx' by 'mv xxx somewhere' === carlos is now known as Guest58605 [00:40] somekool: ok. that helps. thanx. is there a way to restore the system back to the default programs? [00:51] i found a similar link. thanks all. have a good day. [00:54] can i save the updates i did & reinstall it later without downloading? [00:56] here is the link, btw. http://kubuntuforums.net/forums/index.php?topic=3109861.0 [00:56] thanx again. [00:56] shady_: well, you can save the files in /var/cache/apt/archives and copy them back later again [00:56] you'll need a network connection though for the apt-cache [00:57] but there will be no downloding cuz my connection here is bad<< [00:58] if there are no new updates apt will re-use the files in /var/cache/apt/archives [00:58] ty bro [00:59] one more thing>> === guillermo is now known as Guest71104 [01:00] when i plug my headphones, i can't hear any sound, any ideas? [01:01] hello all [01:02] how do I trigger a full reinstall of initramfs-tools package (any package really) using apt package system? [01:03] heinkel_111: sudo apt-get install --reinstall initramfs-tools [01:03] unless you want to wipe all configuration files [01:03] that would be sudo dpkg apt-get purge initramfs-tools && sudo apt-get install initramfs-tools [01:04] the problem is my /boot partition was full so I got an error message during first installation [01:04] I deleted some older kernel versions (again, using the apt system) [01:05] I did not realize how many I had, must be dating back to version 2008.something of kubuntu [01:06] then I want to install newest initramfs again to avoid incompatibilty issues (if any) with the rest of kernel-related stuff [01:06] sounds like a good strategy? [01:06] ah wait, you just want to regenerate the initrd? [01:06] sec [01:07] heinkel_111: that should go with sudo update-initramfs -u -k all [01:07] yofel, to be honest, not sure what the initrd and initramfs really does [01:07] for me, these things just work 99,99 % of the time [01:07] first time in several years as a kubuntu user I encountered any problem at all with it [01:08] i think the install that faulted stopped at some dpkg -- configure step or something? [01:08] heinkel_111: it contains a set files used by the kernel before the root directory is mounted [01:08] I am not sure then, if I have a partial install of something on disk right now [01:09] heinkel_111: you might want to run sudo dpkg --configure -a too then, just to be sure dpkg is ok [01:09] partial installs usually create trouble [01:09] that is why I thought a full reinstall would do it? [01:09] unable to install kubuntu 9.10 or higher on virtualbox 4.04r, can someone help me...? [01:09] I mean full reinstall as 'sudo apt-get install --reinstall initramfs-tools' [01:10] well, reinstalling initramfs-tools won't fix the initrds I think, just run the command I told you, if it finishes fine it should be ok === Guest690000 is now known as ubuntux [01:10] ok, thanks yofel [01:10] or reinstall the kernel - that will trigger a initrd update [01:11] snypzz: where does it fail? [01:13] after installed it asks for name and PW in terminal mode [01:14] I entered the name and PW and it keeps asking [01:14] after I entered it correctly... === Tabstar is now known as Tabmow === michael is now known as Guest11063 === Guest11063 is now known as _ussher === _ussher is now known as ussher === ussher is now known as _Ussher === _Ussher is now known as _ussher [02:45] <_ussher> how can i change the mouse cursor to move faster for the distance i move the mouse. Just plugged a different mouse in and the speed is really slow. Tried in the control panel settings under mouse, but it wont speed up. [02:48] pointer acceleration adjust to >7 test. at system steetings/input device [02:49] <_ussher> changed it to 20 to see if it makes a differnce -> APPLY = same speed === Unrelandom is now known as Senix [02:50] then that is your mouse speed problem i think. [02:50] <_ussher> ah. ok. thanks [03:14] So quiet.... too quiet. [03:15] shhhhh [03:15] * Daskreech points at the library sign [03:15] Good boys... reading their books. [03:16] Libre Libra [03:16] ? [03:17] Free books? [03:18] Don't know. You tell me Library prefet ;-) [03:18] I want money to buy books :( [03:22] apt-get install diveintopython [03:23] hehehe. Yeag Python is good [03:23] though I am a beguinner. [03:31] :) === kurthindenburg is now known as khindenburg === khindenburg is now known as kurthindenburg === kurthindenburg is now known as khindenburg [04:40] Hi, Can anyone offer a comment about why, on the kubuntu download page, the 32bit version is recommended while the 64 bit version is not? [04:42] some people don't known which type of their computer is [04:43] I see, yes that makes sense thanks for responding nata. [04:43] pulaski: 32 bit will always work [04:44] may be the developer stil got another reason [04:44] If you already know you are getting 64 bit then you have enough info to make an informed choice [04:49] Daskreech, this is interesting because I, certainly no expert, recently purchased an amd64 box. I was working on the assumption that an application or OS for that matter had to be written for one or the other. [04:49] :-) [04:50] pulaski: it;s a matter of how high you can count, If you can reach to 64 then you can obviously count to 32 [04:51] counting to 32 is no assurance that you can get to 64 [04:51] future will be in 64 :) [04:53] my old computer also is 64 :) sempron 2800+ vy old enough [04:54] Daskreech: lol, the reason I'm even thinking about this now is that I've been having trouble installing first kubuntu 10.04.2 and now I'm going back to 10.10. If I ever get my system stable again, I'll do future distro upgrades using apt-get. [04:56] I've done that once before and it was sort of painless. I just have to remember its not always a good idea to be first out of the box as it were. [04:56] Thanks nata and Daskreech for chatting tonight. Be seeing you. [04:56] pulaski: Sometimes :) but you do get kinda restless once you are in FOSS for a while [04:56] MUST [04:56] HAVE [04:56] NEW!!! [04:56] Daskreech: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [04:57] pulaski: here is afternoon :) [04:58] hehe,Daskreech, bot warnning you :) [04:58] I expected it to [05:26] 64-bit is not the future. It is the present ^_^ [05:29] ipv6 is the future :) [05:50] visible light CPU only is future :) no overheating problem [05:51] I thought we would just use the excess energy from the multiple universes around us in alternate dimensions [05:52] but multiple universal still lack of proved.. [05:52] Shhhhhhh [05:52] * Daskreech continues daydreaming of porting doom to it [05:52] hehe [05:52] -*- is bot ma? [06:30] tes-tes [08:32] hi is anyone here? [08:32] may I ask some help regarding Docky? it doesn't seem like I can find a solution regarding the issue. [08:33] whenever I right click on a program that is on docky and it is not pinned to docky. Docky disappears. [08:33] I don't know what to do. [08:51] ada yg dari indonesia [08:56] Hi to all , why it takes lot of time for copying files from one place to another place in kubuntu , when compared with gnome ? === superwizard is now known as superwizard_ === superwizard_ is now known as superwizard [10:01] says Only one software management tool is allowed to run at the same time [10:01] Please close the other application e.g. 'Update Manager', 'aptitude' or 'Synaptic' first [10:02] can any1 help me get rid of this^^ [10:02] hi [10:02] I am installing KDE 4.6 I am checking out and comparing my current configuration and the new KDM [10:02] and then I am stuck I cannot go back out [10:02] can someone tell me what I should do? [10:03] crypto про [10:05] one more question if I stopped 'sudo apt-get dist-upgrade' [10:05] how do I resume? [10:20] AYJHBear: run it again, then if it gives you error messages, do that: [10:20] sudo dpkg --configure -a [10:21] I get the following output for running it again [10:21] E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) [10:21] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? [10:21] AYJHBear: check if you have no other shell or app running it [10:21] if not, do the following: [10:22] dpkg: status database area is locked by another process [10:22] I am sure a shell is running it. [10:22] however I cannot find the shell anymore I want to open it [10:23] by the way how do I just chat with you? [10:23] AYJHBear: well, it must be on your desktop if you have an open shell [10:23] AYJHBear: this here is a support channel, it's not for chatting [10:24] yeah that's why I don't want to bug everyone [10:24] you can use #kubuntu-offtopic for that, but keep in mind it should be Kubuntu related and the Code of Conduct applies [10:24] ok [10:24] just a moment, I have to look up my notes [10:24] ok thank you. [10:25] I think I closed the other shell? at least the GUI without closing the update? [10:25] it was an accident [10:25] well, if you closed it it is not running anymore [10:25] appearantly it is? [10:26] I don't know what is happening [10:26] unless you used the non-GUI Linux shells [10:26] that is the command to unlock: sudo fuser -vki /var/lib/dpkg/lock [10:26] h but it is going to kill the process [10:27] is it possible to go back to the previous process? or should I just let it kill it? [10:27] there is not much of a choice [10:27] since it is a dist-upgrade I don't want it to screw up [10:27] alright [10:27] let it kill it, else you can't get control back [10:28] got it back [10:28] you can't screw a dist-upgrade, kust don't reboot or logout of KDE before it is done [10:28] ok [10:28] works now [10:28] just* [10:28] it actually resumed after killing it [10:28] nice :) [10:28] thank you so much [10:29] AYJHBear: you are welcome :) [10:29] I need to go look up the guide in using this IRC [10:29] don't wannt to get kicked out [10:29] :D [10:29] see you === Thorsten_ is now known as TE_ [10:45] многоуважаемые члены сообщества кто что может сказать про crypto pro [10:45] !ru | superwizard [10:45] superwizard: Пожалуйста посетите #ubuntu-ru для получения помощи на русском языке / Pozhalujsta posetite /join #ubuntu-ru dlya polucheniya pomoshi na russkom yazyke [10:47] crypto pro in kubuntu [11:27] !paste [11:27] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. === jim_ is now known as Jim-65802 [11:33] hello chan [11:34] who is active? [11:36] helo [11:36] Hello Jim-65802 [11:36] james [11:36] hi [11:36] u linux guru? [11:36] !ask | Jim-65802 [11:36] Jim-65802: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [11:37] copy. [11:37] buntu 10,8 how do i enable mic via rear connect? [11:38] so there [11:38] ubottu: help [11:38] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [11:39] james147 : where u? [11:39] !wait | Jim-65802 [11:39] Jim-65802: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com/ http://www.ubuntuforums.org/ or http://www.kubuntuforums.net/ while you wait. [11:39] ^^ I am doing other things while watching, give me some time [11:39] k [11:40] Jim-65802: firstly, check "alsamixer" (run it in a terminal) and make sure the capture channels arnt muted [11:40] k [11:40] and if you have pulse audio then its different story? [11:41] the program called 'pavucontrol' can do miracless .. ( i changed mic to rear with that as kde mix cannot do it) [11:49] have alsamix in term window [11:49] mm mic vol is dark [11:50] master center line is maxed [11:51] susundberg : pavucontrol run over top of alsamix? [11:53] no, pavu is for pulse audio: http://en.wikipedia.org/wiki/PulseAudio [11:54] no sorry, i am wrong -- pulse really runs on top of alsa [11:54] "In a typical installation scenario under Linux, the user configures ALSA to use a virtual device provided by PulseAudio. Thus, applications using ALSA will output sound to PulseAudio, which then uses ALSA itself to access the real sound card." [11:55] Well this isn't that clear -- does the alsa mixer really configure the physical or is it connected to pulse audio server .. [11:55] it would be nice if someone with more knowledge would tell which it is .. [11:56] https://wiki.archlinux.org/index.php/PulseAudio [11:57] this suggests that alsamixer connects directly to kernel layer -- "If you experience no audio output via any means while using ALSA as your default device, you may have to unmute your sound card. To do this, you will want to launch alsamixer and make sure each column has a green 00 under it" [11:58] hello, I have two drives on my amd64 box. I had installed win 7 on the first drive /dev/sda but I used fdisk to delete the partitions then I wrote the deletion to the drive. I installed kubuntu 10.10 on that drive. During the installation Kubuntu correctly recognized there were on othe OSs on the box and went ahead with the installation. After install and reboot the grub menu came up but when [11:58] I selected the default option to boot ubuntu the system hung and required manual reboot. Quest #1: Will Kubuntu install grub with no other OSs on a box? Quest #2: Did deleteing the partitions with fdisk on /dev/sda also delete the prior Master Boot Record? [11:59] MBR is not installed on partitions [12:00] (http://en.wikipedia.org/wiki/Master_boot_record) [12:00] pulaski: and kubuntu should install grub unless you tell it not to [12:00] (regardless of other OSs as fara s i know) [12:01] And the installer should see other OS (like Win7) and add grub entry for it .. [12:01] But deleting partitions might have deleted windows 7 loader, that is usually small partition containing something [12:02] You might want to check this out: http://superuser.com/questions/122658/install-ubuntu-to-partition-with-windows-7-loader-erase-partition-with-win-load [12:03] btw: if you deleted the win7 partitions how did the ubuntu installer recognize those? [12:04] (it should not) [12:04] * james147 notes that the mbr is fine if your got to grub... the problem was booting the os [12:04] how shud i ctrl alsamixer? hp box, alsa 1.0.22 [12:04] true also! [12:06] think i no have pulseaudio [12:07] Jim-65802: its been installed by default for a while, so its unlikly that you dont have it, pavucontrol is a util that isnt installed by default however [12:10] james147 : k, alsa is up in a win, Fkeys work, unclear how to select mic line [12:10] master currently selected [12:10] m un/mute, arrow keys navagation + volume control [12:13] james147 : thats workin.. tnx [12:17] susundberg, james147: Thank you for responding. Your answers have been helpful. [12:25] james147 : gnome sound recorder 2.30.0 gets static on rec [12:25] Hi ! [12:25] I have a problem with special effects in KDE [12:25] This effects is not enable at the startup [12:26] I enable this, but i must resume this manually >< [12:27] I have a "Desktop effects are temporarily disabled" i must click on Resume Desktop Effect [12:27] device in vol control seems respond to test [12:27] not fgrt tho [12:28] I don't know if i'm understandable :/ [12:28] arist u ok [12:28] Hi Jim-65802 [12:28] : ] [12:29] hi [12:29] Ok [12:29] I look for a solution since 3 days [12:29] hopin patience is key [12:29] hopin for progress b4 wrk [12:30] small window, but have progress... [12:32] chan : msg me = js417827@yahoo.com... must go tnx..cu === mren|off is now known as mren [12:44] KDE Don't want to enable desktop's effect automatiquely... In the system settings, i have a "Desktop effects are temporarily disabled" i must click on Resume Desktop Effect [12:44] Its not fun >< [12:49] KDE Don't want to enable desktop's effect automatiquely... In the system settings, i have a "Desktop effects are temporarily disabled" i must click on Resume Desktop Effect [12:49] Its not fun >< [12:51] Aristidounet: just an idea, is "Disable functionality checks" set in System Settings > Desktop > Desktop Effects > Advanced (or an equivalent) [12:51] Ha ok [12:51] I reboot for test [12:56] Ok === metton is now known as Aristidounet [12:56] Tankyou verymuch o/ [12:57] nice, you're welcome :) [12:58] o/ [12:58] * Aristidounet give money to rork [12:59] * Aristidounet take the money and run away [13:00] Aristidounet: http://www.kde.org/community/donations/ [13:00] ... Please pay for this :p [13:00] No sorry i can't i don't have enought money, i must pay my driving licence xD [13:01] Is very expensive [13:01] 1340E >< [13:05] hiyas all [13:06] Hi BluesKaj [13:06] I reboot for a new test === shadeslayer_ is now known as shadeslayer [13:56] Hello [13:56] How can i install initrd-tools in KUBUNTU 10 [13:56] already tried google [13:57] i`m installing old drbl service, cause this new with tftp is TERRIBLE! [13:57] 267 USERS AND NOT ONE ANSWER ? [14:00] m2tech, I have no idea what you are talking about ...doubt if that will help you [14:02] Diskless remote boot in Linux - DRBL BluesKaj [14:04] !patience | m2tech [14:04] m2tech: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com/ http://www.ubuntuforums.org/ or http://www.kubuntuforums.net/ while you wait. [14:05] shadeslayer, I thought he deserved an answer :) [14:05] m2tech: try initramfs-tools [14:05] BluesKaj: i didn't say he didnt [14:07] it was a joke , shadeslayer [14:08] gah .. i'm bad at humor :S [14:09] shadeslayer, youg eeks gotta learn to lighten up a little :) [14:09] :P [14:11] ppl who come in ands tart spewing acronyms all over the place seldom get an answer immediately or eben in the first 5 mins , ppl are checking their sources looking for meanings [14:21] i just discovered that using the scroll wheel while hovering over the panel also cycles thru open applications [14:21] cool feature.. another +1 for kde [14:24] even if they were minimized.. they are brought up and into focus [14:24] been using kde for a while now and never knew i could do that [14:26] but, if the applications are grouped, the the cycling only affects that particular group [14:27] nifty === surex is now known as surex|away [14:39] Does anyone know where to go about errors when upgrading to 10.10 [14:46] Gargoyle1976: you mean bug reporting? [14:47] I can't upgrade for some reason and can't figure out why [14:47] Perhaps if you mentioned the exact problems/errors you're having we could provide better help. [14:49] Gargoyle1976, what upgrade method or command are you using ? === vanguard_ is now known as vanguard [14:51] just using the kpackagekit link [14:53] Gargoyle1976, open a terminal and do: sudo do-release-upgrade..as long as you haven't added any ppas to you sources/kpackagekit [14:54] i'll check and get back to you [14:54] gotta run for now [14:54] Gargoyle1976, ok === surex|away is now known as surex [14:55] * BluesKaj thinks the upgrade with kpackagekit isn't worth all the trouble it causes, clunky [14:56] i dont think the upgrading process is too well defined for kubuntu [14:57] lots of mixed 'ways' on the google [14:58] the cli is always best IMO, even for beginners [14:59] right, just tried do-release-upgrade on konsole and got a reply so, that one might be best [15:00] give them a taste of what real linux is about instead of the attempted hand holding with package installers/updaters and upgraders which try to make it "easy" for former windows users [15:01] in this case, command line is certainly more straightforward; am on 10.10 already, the message was "no new release found" which i guess is expected [currently] [15:02] yup, unless add the -d to the command , which will then upgrade to natty , -d=development OS [15:03] correct [15:03] :) [15:03] stuff to do for a few mins...BL [15:10] #ubuntu === tchangang is now known as tta === seiflotfy_ is now known as seiflotfy [15:33] is it possible to fix the trashcan not launching on docky in kde 4.6? it is a nautilus error failed to execute child process nautilus [15:34] is there a way that I can launch it without going through nautilus? [15:42] AYJHBear: you will want to ask in #ubuntu [15:56] i am having some trouble uninstalling kubuntu [15:56] i downloaded the package over my ubunut [15:56] but now i want to go back to the ubuntu [15:56] but i am having some trouble wiht that [15:56] after uninstalling the basic plasma packages [15:57] it still logs in through kubuntu [15:57] i want to get back to the old ubuntu login [15:59] digirak: Usually something like: sudo apt-get remove --purge kubuntu-desktop && sudo apt-get install ubuntu-desktop . Although if it is still using kdm and not gdm you can also: sudo apt-get remove --purge kdm && sudo apt-get install gdm [16:00] digirak, choose the gnome desktop on the login page before entering your pw. there's a drop down dialog [16:00] BluesKaj: yes i do that everytime i just want to get away from that [16:02] digirak, if you use gdm instead of kdm then it will auto choose gnome, drop to a tty and do sudo service kdm stop && sudo service gdm start [16:03] how do i drop to a tty? [16:03] then do what genii-around suggested [16:04] digirak, ctrl+alt+f1 , do the commands then do startx [16:04] digirak: Press CTL-ALT-F1 to drop to a TTY. [16:05] digirak: actually, any F key from 1 to 6 will work. [16:05] DarthFrog: will that suspend my current session? [16:05] genii-around: it says Package kubuntu-desktop is not installed, so not removed [16:06] digirak: Good. Just continue on with the other commands in the order given then [16:06] digirak: Suspend? No. It will simply switch you to a virtual terminal. Press ALT-F7 to switch back. [16:07] genii-around: but i still cant unlock my login screen options which tells me the login is still in kdm [16:08] this is a good guide to return back to gnome as well: http://www.psychocats.net/ubuntu/puregnome [16:08] !puregnome [16:08] If you want to remove all !Kubuntu packages or !Xubuntu packages and have a default !Ubuntu system, follow the instructions here: https://help.ubuntu.com/community/PureGnome [16:08] !purekde [16:08] If you want to remove all !Gnome packages and have a default !Kubuntu system follow the instructions here « https://help.ubuntu.com/community/PureKDE » [16:09] you guys are just copycats.. am the true psychocat! o.0 [16:09] :-P [16:10] that purekde tutorial din't work for maverick , the factoid is outdated [16:10] well.. something's gotta give [16:10] -_- [16:11] kyubutsu, the psycocats pure kde commands dfon [16:11] digirak: After you remove kdm with the: sudo apt-get remove --purge kdm and then replace it with the: sudo apt-get install gdm you of course will not see a difference until you have restarted X [16:12] don't work either [16:13] the psychocats pure kde commands don't work , I mean [16:13] hm.. worked for me everytime [16:14] havent had use for it in quite sometime tho [16:15] it used to be pretty good anyhow.. [16:15] it'll be missed [16:15] how about the ones from the factoid ? is that any different? [16:16] I had gnome and kde installed for a while and gnome was getting on my nerves as usual so I tried to purify to kde , wasn't possible so I just clean installed kubun [16:17] BluesKaj: I keep all four different desktop environments, KDE, GNOME, LXDE, and XFCE :) [16:18] the factoid links tro a old page, kyubutsu [16:18] genii-around: How do you like LXDE? [16:18] alrighty then.. no more "purifying" [16:18] BluesKaj: How did GNOME interfere with KDE? [16:19] genii-around, you're a brave soul or a bugger for punishment maybe :) [16:19] DarthFrog: I found it fast and simple, better for me than XFCE. But i still like KDE the best [16:20] genii-around: That echos my opinion on XfCE. [16:20] yah, i think of xfce as an uglier version of gnome [16:21] i rather go with fluxbox if thats the case [16:21] too many apps that I never use DarthFrog amongst other things ...never cared for it's look for another , no matter which theme or icons .. [16:25] DarthFrog, it's just a matter of taste , mostly...I mean if there was no kde then I'd probly use gnome ,but highly modified :) [16:26] isnt that the general case of most of us here [16:26] * kyubutsu chuckles [16:27] now if chromium would just integrate it's tab and menu fonts with kde settings then all would be well in my linux world :) [16:37] BluesKaj: Ah, so it's the mere presense of GNOME that bothers you, not that it gets in your way. :-) [16:43] Hallo leute [16:43] hi alla [16:43] hi all* [16:44] how much ram kubuntu uses right after boot? === tchangang is now known as tta [16:47] tuhin: depends on many different things, but ~200 MiB and more [16:48] hmm , my gnome mint10 uses 280MB at boot, does it mean Kubuntu 10.10 is lighter? [16:57] hello everybody === PhilRod_ is now known as PhilRod [16:57] I have little problem with kwin render [17:05] is scim really a dead project? [17:06] I like ibus however it doesn't work with libreoffice [17:06] I cannot type Chinese in libreoffice with iBus. Anyone have any other suggestions? or should I just revert back to SKIM? === MuzerAway is now known as Muzer === ralsina is now known as ralsina_lunch [17:58] Hi all, I have a bose companion 5 speakers. I would like the system to autodetect them when ever I connect it to the system. Previous versions of Kubuntu used to autodetect it when ever I connect the speakers to the computer and then I could use amarok to play music. But now I have to connect the speakers to the system before system start and then only I could use it. Can any one let me know how I can make kubuntu to autodetect the speakers. === ralsina_lunch is now known as ralsina [18:09] hi i'm using kubuntu 10.10 and facing a problem trying to login [18:10] the last time i logged in, i was adding widgets to my desktop, and while adding one particular widget, the screen went blank, requiring me to reboot [18:10] now i cant log in to my desktop, instead it goes to the script page [18:11] i tyoed "startx" but i get an error msg which says "kstartupconfig4 does not exist or has failed. Error code 127." [18:11] any solutions? === apogee is now known as apogee91 [18:13] hey guys, how can I have KDE automatically log me in? [18:13] without inserting password [18:13] DarthNazgul@ Try and do "sudo apt-get update" and then "sudo apt-get upgrade" and see if it helps [18:15] apogee91: system/system settings/login screen/convenience/enable auto login [18:15] @vadrao but currently i'm not connected to the internet from my system [18:15] apogee91: System Settings > Login Screen > Covienece tab [18:15] and the computer that i'm using now has it's ip locked to the wifi network, so i cant access the network from mine anyway === sts_ is now known as Guest52601 [18:17] thanks [18:20] any other solutions please? [18:20] DarthNazgul: Do you have access to the computer now with internet connection ? [18:22] only from the one i'm using now, but this runs windows..my kubuntu laptop is next to me, and that's not connected [18:23] try this command [18:23] "rm -rf .kde" [18:24] from the home directory [18:24] got someone known why my Front size setting in kubuntu 10.10 frquenly change back to default small front size? [18:24] and then do a startx [18:24] what#s it supposed to do? [18:24] remove you're complete .kde (kde settings) directory, it's not wise to do that! [18:24] It will delete your kde preferences and start from scratch.. But all of your files will be there [18:24] rather create a new user or rename the directory [18:24] alright i#ll try it [18:25] does kubuntu support hibernation? [18:25] Yeah try rork's suggestion [18:25] apogee91: yes [18:25] maco: how do I enable it? [18:25] DarthNazgul: don't, there are some important files there [18:25] DarthNazgul: e.g. your mail is stored in .kde, contacts etc [18:25] apogee91: shouldn't have to. though if you don't have a swap partition or don't have enough swap available or you encrypted your swap then it won't work [18:26] relax, i installed this only yesterday..i dont have anything on kubuntu yet [18:26] i dual boot with windows for now [18:26] maco: I do have enough space [18:26] how would I enable it [18:26] there is no enable/disable... [18:26] it should be in the menu from the get-go [18:27] oh hmm well ok i guess there could be disable. if you boot with "noacpi" then you're telling the OS to completely forget everything it knows about power management [18:27] oh, right, is there an option where I can choose what happens when i press the power button (to hibernate) [18:30] any way to have the power buttton hibernste? [18:30] hibernate [18:31] @rork : i only installed kubuntu yesterday, so there's literally nothing there yet..and i dual boot with windows for now [18:31] @rork : so shall i follow vadrao's suggestion? [18:31] what is the default boot manager for kubuntu? [18:32] apogee91: grub2 [18:32] yeah I read it, if you don't mind losing your configuration and system data go ahead. Still I think it's better to rename the folder or make a new user, it has the same effect. [18:32] DarthNazgul: ^ [18:33] how can I make kubuntu my default boot? [18:33] i currently have windows, i used a gui boot config i forgot the name of the app [18:34] @rork : problem is, i'm new to linux..could u tell me how to make a new user/rename the folder? [18:34] DarthNazgul: I also agree with rork's comment. Its usually the recommended way to do things like that [18:34] DarthNazgul: try "mv .kde .kde_back" [18:36] @vadrao : shall i try it at username@username? or should it read username@home? [18:37] pull up system settings and look in User Management [18:37] you can create, delete or modify users and groups in there [18:39] should be at the bottom of system settings, section called system administration [18:39] DarthNazgul: first of all type this command.. "cd" gets you back to the home directory whereever you are [18:39] then do the rest [18:39] @vadrao : gotcha [18:39] I think you want a tilde there [18:40] eg: cd ~ [18:41] can i try kubuntu on my mac? [18:41] "no cd~ command found" [18:41] dfdf: sure, go ahead [18:41] we won't stop you :) [18:41] Space between cd and ~ [18:42] @vadrao : i did that mv command, and then tried startx..no difference [18:42] alright..but anyhow it leads me to the same directory as cd..thanks [18:43] DarthNazgul: what does the error exactly say ? [18:43] what is better kubuntu or ubuntu? [18:43] arch linux [18:44] dfdf: depends... do you like to leave things at defaults or tweak all the settings? [18:44] since you are here, dfdf, you probably already think kubuntu .. give it a try [18:44] i like to tweak [18:44] @vadrao : "kstartupconfig4 does not exist or fails. The error code is 127. Check your installation." [18:45] DarthNazgul: hmm.. Could you tell me how you actually installed Kubuntu ? [18:45] ouch, that is not good, DarthNazgul.. you might have to reinstall [18:46] how can i try kubuntu on a mac? [18:46] but, good news is you can still use the command line .. kstartupconfig4 only affects the graphical login part [18:48] dfdf: how does it differ from other computers ? [18:49] i dont know [18:49] well you have to make free space on your hard disk [18:49] you try first time ? [18:50] i just like to try the live cd [18:50] yes first time [18:50] well on bios change the boot order like cd to first [18:50] or just use it from usb [18:51] ok [18:51] is kubuntu any good for hacking? [18:51] dfdf: If you have an Intel based Mac, just use the regular cd to try. If you have a PowerPC Mac, get a cd from http://cdimage.ubuntu.com/kubuntu/ports/releases/10.04/release/ (replace 10.04 with 10.10 if you want Maverick) [18:51] vadrao : from my friend's cd. he's been using kubuntu for quite a while now, and he helped me install it [18:52] dfdf: depends how you define hacking ? [18:52] i have the based mac [18:53] he shouldnt need to change the bios .. just start the computer with the disk in the tray .. the live cd should kick in, select the first choice and then choose to 'try kubuntu' [18:53] DarthNazgul: can you type this command (ls -ld .kde) and paste the resultant output [18:53] On older Macs you sometimes had to hold down the C key for CD booting [18:54] ah === xax is now known as Guest71031 === tchangang is now known as tta [19:26] is there something wrong with my computer if i cannot find xorg.conf? [19:26] No, there isnt one by default anymore [19:33] oh ok. [19:34] good I haven't use linux in such a long time I thought I was doing something wrong [19:34] hello all [19:34] my first time on irc [19:34] my conky disppears as soon as I click on my desktop I googled around but I cannot fix it [19:34] conky is still running I just cannot see it [19:35] seems it works [19:35] what should I do? [19:35] yes it works [19:40] my prints look like crap especially compared to windows prints on my laser.. how do i properly set it up? === kai_62656_ is now known as kai_62656 [19:46] when is kde 4.6.1 coming to repositories? === gilmar is now known as Asimov === sre-su_ is now known as sre-su [19:50] anyone know how to calibrate a touch screen in kubuntu 10.10? === apogee is now known as apogee91 [19:55] hey guys, how can I disable the wallet Password? i donmt want this feature [19:55] or have the wallet password never ask me again [19:55] its annoying [19:55] apogee91: change the password to nothing ^^ (in kwalletmanager) [19:56] ok === neversfelde_ is now known as neversfelde === tchangang is now known as tta [20:08] hello [20:09] hello [20:10] in kubuntu what's the equivalent of "your freedom"in windows. [20:10] ?? [20:12] tta: They have a java version [20:13] james147: It's an app used to bypass firewalls etc. Usually used when someone is using their laptop at work or so :) === ubuntu_ is now known as cpatrick08 [20:15] genii-around: please,the website? [20:16] tta: http://www.your-freedom.net/index.php?id=downloads the part that says "Java archive. Runs on every Java 6 supporting system" === famille is now known as DoubleZ [20:18] a genius is around [20:19] genii-around: thanks a lot [20:19] np === root is now known as Guest48572 === tchangang is now known as tta [20:37] what are the parameters of freedom to use a usb modem freely?please [20:37] i mean "your freedom" [20:47] Hi guys! Im installing Kubuntu 10.10 right now, and as to pass away some time i decided to listen to some music online.... but nothing seems to play (using rekonq). Also, i have no sound in Amarok, but system alerts do produce sound. Is this to be expected? [20:52] O_O [20:52] Anyone herE? [20:54] Drknzz: yes, but it would be best to wait for the install to finishes before you try to fix anything :) ... also, install "kubuntu-restricted-extras" after the install to install restricted codecs [20:54] james147: Supposedly it is being installed as we speak as i checked to install 3rd party stuff [20:55] I guess ill have to dance to my laptop's cooler's whirly sound ;) [20:57] Drknzz: I would say, be patient... kubntu doesn't take to long to install, you can browse around the stuff on the livecd, but its best not to do to much (it will just slow down the installer :) ) [20:57] james147: Yh, welcome to the wonders of multi-threaded processors accesing single-threaded devices :D [21:23] what are the parameters of "your freedom" to use a usb modem freely?please === 16WAAKGG8 is now known as Wat_Nu [21:58] I am looking for a little tool that converts a LaTeX Formula in a PNG or so [22:01] * james147 would render it as a pdf then convert it to a png [22:02] james147: I guess one can do that, but I am looking for something like ekee [22:41] Hi everyone. [22:42] Hi? [22:44] Hello Drknzz. I am fairly new here... [22:46] I installed Kubuntu recently and now I am here... :) [22:51] I'm trying to enable Aurorae engine, but can't find it [22:51] Actually, I'm trying to install http://scnd101.deviantart.com/art/uniq-suite-v1-11-184479446 but it's all a mess [22:51] Shadows and desktop effects were disabled and things look really ugly. Any help? :) [22:51] Wat_Nu: Welcome :) === Muzer is now known as MuzerAway [22:52] oal: Did you follow the creator instructions? === qWeRtY is now known as Guest89905 [22:52] THe ones I found, yes [22:53] But I can't find no aurorae [22:53] Where do I enable it? [22:53] Thank you for the welcome, Drknzz! [22:53] :) [22:53] oal: Seems like his installer was broken [22:54] Wait and see if the author fixes it' [22:54] But where do I enable aurorae in kde? [22:55] oal: Try installing this: kwin-style-aurorae [22:55] Or click this: apt://kwin-style-aurorae [22:56] Doesn't find anything [22:56] Do I have to add an additional repo? [22:57] Kubuntu 10.10 if that matters [22:57] Hmm [22:57] Weird [22:57] Do you find it? === tchangang is now known as tta [22:58] Enabling some extra repos === MuzerAway is now known as Muzer [22:59] hello! can kubuntu support firesheep? [22:59] ask shuttleworth [23:00] Drknzz: I find kwin-style-bespin, crystal, dekorator, qtcurve and sculpture, but not aurorae [23:00] tta: No it doesnt [23:00] Firesheep depends on a windows-only driver [23:00] tta: you can probably run it on kubuntu, but as for support ... [23:00] you probably aren't going to get any support in this channel for it [23:01] oal: I am sorry, you will have to compile it from source [23:01] [Painful process] [23:01] Damn... Kde looks said it was in by default from KDE 4.4 [23:07] Do you know where the Aurorae source is? [23:10] oal: i managed to install the uniq aurorae theme using the get new decorations button in system settings on kde 4.6 :) [23:10] james147: how did you enable 4.6? [23:10] ^^ suggests that aurorae is already installed [23:10] oal: see the topic ^^ [23:11] though i think it should also work with 4.5 [23:12] Hmm, where did you find it? [23:13] I've added the backports thingy now. Upgrading [23:13] searched of uniq in the get new decorations in system settings > workspace appearance > window decoration === nusch_ is now known as nusch