[00:00] still no go, grub2 doesn't work. I just get a blinking cursor on a black screen. [00:00] tried pressing shift to get a menu (according to some wiki), nothing [00:07] nowhere in the grub2 page does it mention the case where nothing happens at all :( [00:08] dfaure: that shounds like the bios is trying a boot a disk without a boot loader [00:09] dfaure: do you ahve more then one hdd? [00:09] indeed there are two [00:09] dfaure: then either install grub to the other disk, or change the boot order in the bios [00:09] * James147 prefures to change the boot order and insall grub the the disk with the os on... [00:10] yeah, especially since the small secondary disk (sdb) is planned to go away once this works ;) [00:12] alas, the boot order seems fine (CD, floppy, big disk) [00:13] dfaure: then are you sure you installed grub to the right disk? (to the actual disk not a parition ie /dev/sda not /dev/sda1) [00:14] * James147 wonders why floppy is before the hdd.... dose anyone use them any more? [00:14] yeah, I used grub-install /dev/sda -- and anyway the kubuntu 10.04 installation has probably done that too... [00:15] dfaure: /dev/sda is the larger hdd? [00:15] yep [00:15] I don't need to mark partitions as bootable, right? [00:16] dfaure: is it not? [00:17] no, the installer created the partitions (into the unallocated space, as requested), but didn't mark the "/" partition as bootable. I assume this doesn't matter though, with grub on /dev/sda. [00:25] hmm there was no /boot/grub/device.map, I had to run grub-mkdevicemap to generate it... [00:25] and still update-grub says "cannot find list of partitions" === blackbart is now known as Guest11617 [00:43] nabo dule entra con alegria [01:11] whenever i try to start qtcreator via the launcher (alt+f2) it tries to start an old version from my home dir which i deleted long ago [01:11] where does it store / get that information from and why doesn't it update itself? [01:15] muesli: there might be a .desktop file left in ~/.local/share/applications [01:16] dfaure: indeed, thanks :) [01:17] dfaure: you know, the launcher (applications plugin) could stat() the binary to see if it's even worth displaying the entry [01:17] usually desktop files have Exec=foo, not Exec=/full/path/to/foo [01:17] dfaure: but i guess i should point that in aaron's directions [01:18] even without an absolute path we could check for a valid binary in the path [01:18] and then if you have a /usr/bin/qtcreator your local qtcreator.desktop file would hide the global one and nothing would have been shown == worse [01:18] even tho it's unlikely that it'd fail in this case [01:18] it's clearly because i manually installed qtcreator at some point [01:18] and extracting the binary name from the Exec line isn't even 100% safe, there could be a whole shell command in there. [01:19] dfaure: no, because then the local one would either be path-less (exec=qtcreator, works) [01:19] or it would be with the /home path and therefore invalid, never hiding the global one [01:19] wrong. The way desktop files work, is that local hides global, no matter what. [01:20] dfaure: ah, i guess that's only for desktop files with the same name then [01:20] sure [01:20] ok, didn't hide my global qtcreator then since it was a different .desktop filename [01:21] ok [01:22] still argueable, if it makes sense that a invalid local desktop file would overrule a global one [01:22] but i guess it's not worth the effort arguing ;-) [01:23] definitely not. It's standard, and has been the case since kde1, and it's really a feature, in the big picture. [01:24] (and the file is not invalid) [01:25] dfaure: just curious now. why would you show a "dead" .desktop link to the user? [01:25] we don't know it's dead. It looks perfectly valid. [01:26] dfaure: well, that's what i'm saying: we should check if it's dead to see if it's really valid. not just guess it [01:26] if we take the time in kbuildsycoca to look around for executables (!), and store in ksycoca "this desktop file is invalid" then when you (re) install the binary, it will still be marked as invalid.... [01:26] this is just not practical [01:27] hm, i wasn't even planning to store that info [01:27] the launcher should just check for it [01:27] won't make it any faster ;) [01:27] i haven't complained about speed so far ;-) [01:28] * dfaure has ;) [01:28] well, anyways. just curious and wanted to pick your brain... it's too little of a problem in reality [01:29] i'd assume, at least [01:29] * dfaure goes to bed - cu [01:29] nn === kenny is now known as Guest28558 [02:41] according to https://help.ubuntu.com/community/PortableDevices/iPod, i should be able to plug in and use my ipod touch [02:41] but it just mocks me by doing nothing in amarok and gtkpod [02:42] new to linux. anyone around that has some time to assist? [02:43] davidearney: 1st lesson: just ask. [02:43] I'm trying to get my laptop working on wireless. [02:44] I can't seem to connect to the router here. [02:44] not my router, and I can connect on my Mac, and on a Windows boot.... [02:44] but not Ubuntu [02:44] well, kubuntu 10.10 64-bit to be exact. [02:45] and I'm not sure why. [02:46] When I do a sudo lshw -C network, I'm not seeing any obvious problems based on descriptions from the documentation. [02:48] im a newb but i got it working the other day [02:49] using broadcom hardware? [02:49] yes [02:49] 1 sec, ill give you a link [02:50] BCM4312 on a Dell e6550 [02:50] driver problem? even though kubuntu seems to recognize the hardware? [02:51] I mean, I'm even seeing a driverversion=5.60.48.36 [02:52] https://bugs.launchpad.net/ubuntu/+bug/572777 [02:52] Launchpad bug 572777 in bcmwl (Ubuntu) "NetworkManager or wpa_supplicant timing out when connecting wireless" [Medium,Confirmed] [02:52] comment 27 and 28 [02:53] seemed to do it for me [02:55] thanks. Looking now. [02:55] welcome [02:55] hope it works for you [02:56] I'm trying hard to give Linux a try. I've walked away from it in the past, and I just hate Windows enough that I'm willing to tough it out a bit longer this time. [02:56] LOL [02:56] lol, same here [02:56] once you do get it connected [02:57] you will probably want to disable ipv6 also [02:57] if you have slow browsing issues [02:57] thats the other issue i ran into [02:57] hmmmm. [02:58] http://www.webupd8.org/2010/05/how-to-disable-ipv6-in-ubuntu-1004.html -- incase you need it [02:58] gonna log [02:58] night [02:59] I guess I can do that get from a USB stick [03:44] how do you use kpackagekit to install a package from a USB stick? [03:52] davidearney: i would not know, but installing such a package would be easy from the command line [03:53] davidearney: i can tell you how, if you'd like to give it a try [03:53] sure [03:54] I have the file on a USB stick [03:54] davidearney: is this package from an official ubuntu repository? (just curious) [03:54] the package is wpasupplicant_0.6.10.orig.tar.gz and I got it from http://packages.debian.org/sid/wpasupplicant [03:55] davidearney: is there a reason why you would need this package as opposed to the wpasupplicant that comes with kubuntu by default? [03:56] wifi isn't working [03:56] davidearney: you should just be able to double-click it to install, but iirc wpasupplicant is already installed by default [03:56] I'm trying to get my broadcom 4322 on a dell e6550 to work. [03:56] I'm having some wireless problems. [03:57] davidearney: i don't think that installing this package is what you want to do [03:57] I'm running kubuntu 10.10 [03:57] okay.... [03:57] let me describe my problem [03:57] I'm not on my own network, for one. [03:57] LOL [03:57] davidearney: have you tried running 'additional drivers' (kde-jockey) [03:58] I have not....I'm brand spanking new to linux. I installed earlier this evening. [03:58] I'm in IRC on my MacBook Pro trying to figure this out. [03:59] ok, go to your main kde menu, go to 'system', then select 'additional drivers' [03:59] the most I've figured out how to do so far was get my machine dual booting with Windows and kubuntu. [03:59] davidearney: you do have a network connection , do you not? [03:59] I do not. wireless only. [03:59] internet connection* [03:59] but you are connected to the internet? [03:59] I'm not at home. I'm travelling....and will be doing so for months. [03:59] yes, on my Mac. [03:59] ahh [03:59] not on my linux box. [04:00] davidearney: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx?highlight=%28BCM4322%29 [04:00] more info there, tho some of the gui instructions are Gnome-centric [04:00] davidearney: i think there is a good chance that if you could connect the PC to the internet via Ethernet, and the run 'additional drivers', that may get you off the ground [04:01] I agree with jmichaelx [04:01] Okay....let me move to another room with both laptops. === root is now known as Guest3789 [04:02] davidearney: also, let us know which version of kubunt you are using [04:02] kubuntu* [04:03] 10.10 64 bit [04:03] let me see if I can find my grandfather's switch in all of this mess in his computer room..... [04:04] davidearney: ok, give 'additional drivers' a try... i may take a few minutes [04:06] Okay, found the switch, and I'm running additional drivers now. [04:07] davidearney: keep us posted [04:08] looks like it's run [04:08] restarting now, for good measure. [04:09] good deal [04:09] davidearney: not really necessary, but won't hurt [04:09] so used to Windows....change a desktop background.....reboot [04:09] just a habit really. [04:10] broadcom has actually released some open source drivers for their wireless chipsets recently, so hopefully in the future, some of these bcm adapters will work out of the box [04:11] this is my first taste of linux on a personal box. At least for full deployment use. [04:11] If I like it, I'll just burn my W7 partitiion. [04:12] hmmmmm.... [04:13] interesting...now the box won't reboot at all. no dual boot prompt window or anything. [04:13] okay, good to go, had to reboot a second time. [04:16] Okay.....I'm at least seeing the card now. [04:19] Okay....step two jmichaelx [04:19] I'm able to see the network adapter, and the available network....but I can't connect. [04:20] it's a shitty old AT&T DSL modem here, and the encryption type is WEP.....do people even use that anymore? [04:20] ' [04:23] davidearney: people do still use WEP, but they shouldn't [04:23] it was sarcasm on my part. [04:23] LOL [04:23] looks like the linux box is attempting to negotiate an IP on wireless right now. [04:24] davidearney: i feel that with the correct info entered, you should be able to connect... double-check obvious things like the WEP key, etc [04:25] Now....whoever set up this network used a number as the passphrase....I'm going to set my key type to passphrase, right? [04:26] as opposed to Hex or ASCII Key [04:27] davidearney: likely... if that does not work, try hex (if the number could possibly be hex) [04:29] doesn't seem like it would be since it's only 10 digits, but I'll try both ways if necessary. [04:30] Okay, I'm connected. [04:30] For the moment. [04:31] thanks so much for your help everyone, especially jmichaelx [04:31] I'll get my updates and such installed and then come back when I know I've broken something else. [04:32] davidearney: hopefully your updates won't break anything! [04:32] davidearney: on another note, i do hope your laptop does not have mobile intel graphics, or you may be in for a rough ride [04:33] can you help me with looking that up? [04:33] what's the terminal query? [04:33] davidearney: open a terminal (i.e. Konsole), and enter 'lspci | grepVGA', and give us the output [04:34] oops.. [04:34] lspci | grep VGA [04:34] (there should be a space between 'grep' and 'VGA' [04:34] ) [04:34] ugh [04:35] not good [04:35] what does it say? [04:35] Intel Mobile 4 Series Chipset [04:35] rev 07 [04:35] you may be all right [04:35] give it a whirl [04:35] i have a laptop with the 945gm chipset... it's horrible in 10.10 [04:36] still planning to give it a whirl, and no problems with the little I've been using it. [04:36] I'll be interested to see how this works out for me. [04:36] davidearney: if you do have a lot of graphics problems, i would suggest installing 10.04.1 instead [04:37] I mostly compute for productivity these days, and I'm not trying to do anything like gaming on the platform. [04:37] browser recommendations? [04:38] davidearney: i recommend both firefox and chromium-browser.... the default browser 'rekonq' is not too bad either [04:38] Okay, I was planning on getting firefox and chromium [04:38] so no surprises there. [04:39] I'll be installing Open Office as well. [04:39] davidearney: open office should already be there [04:40] oh, didn't know it was bundled. [04:41] jmichaelx, I'll have a look. [04:41] I'll be damned. [04:42] recommended IRC utility? [04:42] or is quassel good enough? [04:44] i've never used quassel, so i cannot say. i really like konversation, personally [04:44] well, now I'm here on two machines [04:45] or I was anyway. [04:45] lol [04:45] had to reboot the Dell [04:45] all of the updates completed. [04:46] thanks for the help [04:46] I'll be back tomorrow more than likely, with more grilling for ya'll. [04:46] no problem at all, just glad that we were able to help [04:46] thanks very much. [05:15] i noticed i got one system running irqbalance, another one isn't [05:15] how / when does kubuntu decide to run it? === zz_Kalidarn is now known as Kalidarn [06:05] I've installed 'kdenetwork-filesharing' and tried dozens of things, I still cannot get one K-box to connect to another kubuntu box! HELP! can someone /msg and walk me thru this PLEASE [06:06] connects fine to a winblows shares. stupidly enuff [07:51] I set kwin's global shortcuts so that Meta + (numpad home, etc) would switch to desktops. While it seems to have accepted the shortcuts, they don't actually work. Any ideas why? [07:52] Eg, Meta + Home should switch to desktop 1. But it seems not to be working. [07:58] hi everyone, everytime i open up my PC i get a message from KDESudo: 'No command arguments supplied! Usage: kdesudo......' It's like there is a preconfigured action on every start up. The thing is that i have not put anything in ~/.kde/Autostart or anywhere else! Can anyone help? How can i disable this message dialog? [08:01] Well, it seems that it is a bug... I just googled it and came up with some info referring to it as a bug in prev versions as well. === muzer is now known as MuzerAway [09:21] hey all [09:21] i get this if i do a sudo apt-get update && sudo apt-get upgrade [09:21] warning, in file '/var/lib/dpkg/available' near line 41518 package 'virtualbox-3.0': [09:21] error in Version string '3.0.12-54655_Ubuntu_karmic': invalid character in revision number [09:22] anyone here using a mac to run ubuntu [09:22] i have installed vbox version for 10.10.. vbox works.. think that entry is just a error from the 10.04 to 10.10 upgrade. how to remove that lines? [09:54] hi guys, can i aks a question about Kubuntu 10.4 (LTS) here too? [09:58] Hello, how I can build up an ad-hoc network in Kubuntu 10.10? [09:58] macro recorder (replay ) best pogram ???? [09:59] !macro [09:59] !replay [10:01] nebula, what is your question? [10:04] Sarper, I suggest a program for auto mouse click on the desktop ...??? [10:04] kinda like autohotkey for windows? [10:05] nebula, look here: http://ubuntuforums.org/showthread.php?p=4789903 [10:05] for k/ubuntu [10:07] nebula, http://xmacro.sourceforge.net/ will compile on any linux dist [10:09] hi guys I have 2 problems ... on my lenovo t60 the touchpad is not working ... drivers? the other is how does autofs work ... i can't get it running [10:09] autofs is not that important [10:10] smooph, get the synaptic drivers from the debian lenny dist and compile [10:10] kubuntu's version is slimmed to generice [10:10] generic* [10:12] Sarper: thanks [10:12] np [10:45] Sarper: Hey I have tried to find the package ... can you be of assistance [10:45] sure [10:46] hello!! [10:46] can anyone tell me how I can install kontact/kmail helpfiles? [10:47] smooph1, http://packages.debian.org/search?keywords=xserver-xorg-input-synaptics [10:47] I have a message "the folder or file 'help:/kontact/index.html' does not exist [10:48] I want to change the theme of the "message preview panel" that is located below my messages list in Kmail [10:49] chiiiiiz, it is usually located in ~/.kde3/ [10:49] you mean .kde4? Thanks [10:49] yeah [10:49] srry [10:50] I use Debian w/kde3 just here for tech supprot [10:50] support* [10:52] sorry, but a search for a htm* file in ~/.kde/ did not show anything dealing with kmail... only with kopete [10:56] chiiiiiz, that is because it is xml isnt it [10:58] the package manager tells me a more current version is already installed o.O [10:59] o, rly [10:59] well then Im not sure why it isnt loading [11:00] check your xorg.conf file [11:06] Ok. Maverick 10.10 is great but I need to get rid of pulseaudio and replace it with alsa. Does anybody know how to do this? [11:09] "sudo apt-get remove pulseaudio" ? [11:11] Yes... and there after "apt-get install alsa" perhaps..... === mike is now known as Guest83327 === tibi is now known as afd- === afd- is now known as afd_ [11:59] hey [12:00] im tryin to solve problems related to "hibernation" on 10.10....the first error i get is this: hibernate-disk:Warning: Tuxonice binary signature file not found. [12:02] im testin it by usin --dry-run.... sudo hibernate-disk -v2 --dry-run [12:02] anyone havin the same problem? [12:03] http://www.google.com/cse?cx=partner-pub-9300639326172081%3Ad9bbzbtli15&ie=UTF-8&sa=Search&q=hibernate-disk%3AWarning%3A+Tuxonice+binary+signature+file+not+found.&hl=en === ShaunoftheDead is now known as Shaun === root is now known as Guest65188 [12:18] hello [12:32] anyone uses KDE activities here? [12:33] I do [12:34] I have a problem, when I reboot/restart KDE my apps don't remember activities settings [12:35] for example firefox for "work" any help? [12:35] hello [12:35] I have a problem with my cpu frequency [12:36] I am on 10.04 LTS on my production machine .... whilst I really like the kde envrionment, the colour combination is doing my head in .... is there a way to definitively get rid of the windows colour and adopt either a green, or a brown (kind of human theme in ubuntu) or a soft purple .... I have tried in many ways, but I do not seem to be able to change all the colours so I awlays have some part of the windows or the panel or the plasmoid that [12:36] retain the old colour [12:36] Wolfcastle: what problem? [12:36] it seems to be set at 1.2 GHz when my max speed is 2Ghz [12:36] It may have ocurred after installing cpudyn i'm not sure [12:36] however I now installed cpufreqd instead [12:37] Tm_T: Do you have this problem too? [12:37] and I'm using cpufreq-set -r -f 2Ghz to change the frequency but nothing happens [12:37] ToxinPowe: hmmm, I don't know about that, sorry [12:37] cpufreq-info still shows I'm running at 1.2 GHz [12:37] Tm_T: ok, np [12:38] ct529: in systemsettings, you can change color scheme to your liking [12:38] any ideas? [12:39] Tm_T: nope, you can change a lot of things, but I want to remove the old colour scheme *completely *, without any track of the standard colour eithe rin the windows, the panel the plasmoid the bootstrap screen [12:39] Wolfcastle: just one sec [12:40] ct529: thanx [12:40] ct529: plasma has its own theme, but all the rest is handled thru the color scheme [12:40] ct529: I don't have any blue other than icons in my desktop (: [12:40] Wolfcastle: are you sure the frequency you have ste is among the allowed frequencies? [12:41] Wolfcastle: try first by setting the frequency for one sincgle CPU or core [12:41] yes I'm sure [12:41] http://pastebin.com/VxqpRWZb [12:42] ok i will try just one [12:43] ct529: nope nothing happens [12:43] hi [12:43] Wolfcastle: try cpufreq-set -c 0 -f 2.00 Ghz as root [12:44] Tm_T: what do you mean by plasma has its own colour theme? [12:44] gtkpod won't recognize my ipod touch second gen... it doesn't see it, and it isn't mounted anywhere where I can find it.. lsusb: gtkpod won't recognize my ipod touch second gen... [12:44] it doesn't see it, and it isn't mounted anywhere.... [12:44] eh? [12:44] Tm_T: If I change all the colours in the colours theme, I still have some areas in the windows that maintain the old colours [12:44] that's certainly no lsusb :p [12:45] lsusb: Bus 002 Device 006: ID 05ac:1293 Apple, Inc. iPod Touch 2.Gen [12:45] ct529: nope nothing, is it relevant that /sys/devices/system/cpu/cpufreq is empty? [12:46] Wolfcastle: what do you mean empty? [12:46] ct529: there's no files in it [12:46] Wolfcastle: there should actually be directories in it [12:47] ct529: tried any other color scheme entirely? [12:47] Wolfcastle: which governor are you in? [12:47] is there someone who knows what i should do now? [12:47] ct529: however in /sys/devices/system/cpu/cpu0/cpufreq/bios_limit the value is 1200000 [12:47] ct529: and about plasma, it uses its own themes, the color scheme doesn't affect to it much [12:47] Wolfcastle: what governor are you? [12:48] ct529: userspace it seems [12:48] Tm_T: what is covered by the plasma theme? [12:48] Wolfcastle: oh that is the problem .... [12:48] Wolfcastle: your userspace governor only allows 1.20 Ghz [12:48] Wolfcastle: your have to change governor [12:48] Wolfcastle: go to governor ondemand if you have it [12:48] ct529: the panel, desktop and widgets in it, some system dialogs [12:48] I did change it to performance and not much happened [12:49] Wolfcastle: no, change it to ondemand [12:49] ct529: i will try that thanx [12:49] Tm_T: yes, you see that is one of the problems .... I want to change the colours also there [12:50] ct529: then you have to change to some other plasma theme [12:50] ct529: ok now there is a ondemand directory there [12:50] Tm_T: oh I see .... I do not like any of ones I have seen. How do I develop a new one? [12:51] ct529: doesn't seem to be going any faster though [12:51] Wolfcastle: exactly .... and also a stats directory I imagine [12:51] nop no stats [12:51] Wolfcastle: no wait, now run cpufreq-info and pastebin please [12:52] ct529: ok http://pastebin.com/u0QkuPBZ [12:52] Anybody able to tell me why when I (knichel) ls -al Default/ I get http://pastie.org/1252509 but if I sudo ls -al Default/ I get http://pastie.org/1252496 [12:54] Wolfcastle: there is aproblem with the definition of your governors, look at line 12 [12:54] Wolfcastle: your governors do not allow you to change the frequency to anything but 1.20 Ghz [12:55] indeed [12:55] Wolfcastle: your have to modify the governor definition [12:55] any idea how to fix that, cause I don't [12:57] Wolfcastle: "cpufreq-set --min 1.20 GHz --max 2.00 GHz" as root in governor ondemand [12:57] ct529: plasma themes are mostly svg graphics, you can see tutorial in http://techbase.kde.org/Development/Tutorials/Plasma/Theme [12:57] Tm_T: thanks a lot for your help [12:57] Tm_T: is it also possible to change things like the radius of the corners of the windows? [12:58] ct529: depends on the windeco you're using, some window themes has settings for that [12:59] Tm_T: I meant if I wanted to do my own, I do not want to waste time anymore in trying to create satisfactory set ups, because I am unhappy with the results [13:00] ct529: ok i did that but that line still says the same [13:00] what an annoying bug [13:04] Wolfcastle: try that [13:04] Wolfcastle: cpufreq-set -c 0 -g ondemand --min 1.20Mhz --max 2.00Ghz [13:04] Wolfcastle: then pastebin the result of cpufreq-info [13:04] ok thanx [13:04] Wolfcastle: everything as root!!!! [13:04] yes of course [13:07] Tm_T: I would also like to modify the bootstrap sequence because that bubbly theme makes me sick :-D [13:07] ct529: still nothing dude: http://pastebin.com/gYGrTFCa [13:08] Wolfcastle: then there must be a bug in your cpufreq utils .... what version / what kubuntu release? [13:09] kubuntu 10.10 and cpufreqd 2.4.2 [13:09] that's nice [13:10] think i'll try out fedora 14 see how that works [13:10] Wolfcastle: try one last thing .... cpufreq-set -c 0 -g userspace, then cpufreq-set -c 0 -g userspace --min 1.20Mhz --max 2.00Ghz [13:10] ok [13:11] Wolfcastle: on the first cpu please (-c 0) [13:12] ct529: ok done, but I still get the between 1.20 and 1.20 [13:12] Wolfcastle: I am using 10.04 LTS with cpufrequtils 006. [13:12] Wolfcastle: are the cpufrequtils properly installed, could you please check with dpkg, synaptic or whatever your use? [13:13] Wolfcastle: could you please pastebin again? [13:14] http://pastebin.com/acjEQzVb [13:14] can anyone help me? every time I restart my ubuntu system (dell d630 laptop) with dockingstation with two external monitors. I setup my displays in "display and monitor"...everytime I reboot, I have to RE-Configure my monitors which is quite annoying, can anyone help me? [13:16] Wolfcastle: that is weird, it must be a bug with version 007-1. [13:16] Wolfcastle: sorry, I will not move to Maverick for another couple of months at least [13:16] yes very weird [13:16] np thanx for the help [13:17] ct529: you might be interested to know about aurorae, see http://kde-look.org/index.php?xcontentmode=81 [13:17] it was working fine in 10.04 AFAIK [13:17] i just noticed it was a bit slow recently [13:17] Wolfcastle: it is definitively working fine on mine [13:18] Wolfcastle: the interesting thing is that the ondemand governor works fine on yours .... but still .... [13:19] I'll try it in some other distro to see if it works [13:26] Tm_T: thanks! what is Aurorae though? [13:27] ct529: windeco engine that uses similar themes than plasma [13:27] as in, you don't have to code your own windeco entirely [13:28] Tm_T: so by modifying the plasma theme, you also modify the windows decoration? [13:28] mm [13:28] lucid have not kde 4.5.2?^ [13:28] that is bad [13:28] ct529: no, but you can easily port the changes [13:28] Tm_T: I was hoping that creating new windows decoration and new plasma theme was much easier .... [13:28] Tm_T: thanks [13:28] ct529: you change image in one, you copy the changes over tro the other (: [13:29] Tm_T: I thought kde3 to kde4 was all about making it easier to build new desktop functionalities including themes [13:31] ct529: it is easier now, way easier [13:31] Tm_T: do you have any good link for changing the bootstrap / login theme as well? [13:32] unfortunately no [13:37] Tm_T: thanks for all your help .... [13:38] np, glad to be of any help [13:51] hello :> i'm using maverick, i was wondering if anyone else has had the following problem: occasionally when i log out i get an error stating that nepomuk-services has crashed, it gives the option to restart or file a bug report. it happens inconsistently so i'm not sure how to track down what's causing it :< === ty is now known as Guest67096 [14:01] ho, I have installed kvm on kubuntu 10.10 but when I launch virt-manager I am told: Error, no active connection to run on.... do you guys know what this is about? [14:02] I hav used this help page: https://help.ubuntu.com/community/KVM/Installation [14:06] anyone know why klipper lost it's ctrl-alt-v (invokde clipboard) and clipboard search functionality? what a ball ache. [14:06] *invoke [14:07] it was called "Show Kilpper Popup-Menu and could be found in the global keyboard shortucts. it's still listed there in maverick, but doesn't work anymore [14:16] * node808_ just installed kubuntu for the first time yesterday....yay me! === sheytan_ is now known as sheytan === root is now known as Guest88061 [14:23] hi, can anybody tell me how to play MMS content from firefox? [14:29] hello,I downloaded leo-like-bespin-pack (icons,toolbas.),can anybody tell me how to install it? [14:35] actully,it is a rar format, [14:44] no body can teach me,I googling for one hours,no any instructions? [14:45] where did you download it from? [14:46] hi sorry to bother, i'm looking for a more up-to-date version of kdevelop than is in maverick. is there a nightly .deb by any chance? thanks a lot [14:46] http://seanbarman.deviantart.com/art/leo-like-pack-v1-150542447 [14:46] !kdelook [14:47] !kde-look [14:47] uggh,... [14:47] I found it in kde-look,but was redirected to this url [14:50] and there is a french installation instruction,but O O [14:53] alex_: [14:54] yes [14:56] nevermind.... [15:01] any body know how to install rar format theme? [15:02] sudo apt-get install unrar [15:02] after this is loaded,.. you'll be able to 'unrar' it. [15:03] by right clicking the package and choosing extract here [15:04] yes [15:05] I got some png files [15:07] nice,... but my expertise has run out, and i apologize for that... but also under system settings > apperance > what is it and icon set,... there's a way to install these somewhere in there. [15:08] then again,.. it just may take 'rar' files...not too sure. [15:09] OO [15:09] i'm listening to 'enigma' best of,.. so don't fault my mood. [15:10] hey all [15:10] have upgraded a 10.04.1 to 10.10.. while the upgrade process wa finisched and the message: remove obsolete packages, my sun ;).. has pressed the power button from the pc .. grrrr.. [15:11] how can i remove obsolete packages now? system runs ok, sudo apt-get auroremove doesn't have packages to remove [15:16] noaXess: sudo apt-get update && sudo apt-get -f install && sudo apt-get autoremove ? [15:16] Hi guys ... I have a problem with akregator ...it doesn't save the feeds next time i log in they are gone [15:17] dasKreech: does nothing, means also, alls ok.. no error messages [15:18] maybe everything is ok [15:18] :) [15:19] noaXess: Hmm maybe the computer is faster than your sun (sic) [15:20] dasKreech: i hope [15:20] i have another problem with mic.. in 10.04.1 all works fine, sound and mic.. but now.. mic won't work, i see it in pavucontrol, but can't get it working, also if i mute/unmute it.. [15:20] 2 smooph! [15:22] Hi guys ... I have a problem with akregator ...it doesn't save the feeds next time i log in they are gone [15:22] wow [15:22] maybe you should open a bug [15:23] smooph: i woudl like know ... but if you create another user ... [15:23] smooph: akregator does the same? [15:27] Peace-: what are you thinking ? [15:28] smooph: what happens if you manually close akregrator? [15:29] manually closing the akregator, kontact asks to be closed and now without restarting the system they are still there [15:30] you think loging out doesn't give kontact enough time to close akregator down correctly [15:30] ? [15:35] hi all, does anyone know where kubuntu stores contacts? [15:35] Akonadi Configuration shows Personal Contacts, and it correctly points to ~/.local/share/contacts/, but the target folder doesn't exist [15:37] what about java and sound? does this test works on any of your machines? http://java.sun.com/products/java-media/sound/samples/JavaSoundDemo/ [15:38] it looks like a shutdown doesn't give kontact enough time to close akregator directly [15:38] lelamal: In mysql? [15:38] or need i install an extra packages to get java sound working? [15:38] smooph: probably [15:39] smooph && lelamal: #akonadi can probably give you appropriate answers [15:39] dasKreech: ok thanks! [15:40] smooph: have you tried with a new user? [15:40] lelamal: The default store for akonadi is a database so it's probably there [15:40] dasKreech: akregator as far as i know doesn't use akonadi [15:40] lelamal: $HOME/.kde [15:40] Peace-: It works when he closes akregator manually so it's something with doing a shutdown that makes it not save [15:41] Peace-: no i didn't I don't think trying a different user would help [15:41] smooph: try expeccially if you have upgraded kde [15:41] trying is without pain [15:41] Peace-: /.kde contains a lot of folders, can you be more specific, please? [15:42] smooph: far as I know it doesn't either but you said kontacts asks to be closed so might be related [15:42] actually #kontact might be better for you [15:42] lelamal: lelamal googing $HOME/.config/akonadi/mysql-local.conf . [15:42] i guess [15:43] dasKreech: I just found that from a while ago I still had kontact in the session manager: exclude programs ... maybe that was it [15:43] >_> [15:44] dasKreech: kontact doesn't ask to be closed ... only if I close akregator via system-icon than (expected behavior) it want's to close all of kontact [15:44] smooph: Ah right what happens if you just ^Q ? [15:46] hiyas all [15:46] dasKreech: ... I will stop for now ... I have to go home anyways but ... the session thing looks like it could have been the error ... I will keep an eye on it and ask again if that wasn't the reason [15:46] bye [15:49] smooph: Cool :) [15:49] hi BluesKaj === LjL-Temp` is now known as LjL-Temp === LjL-Temp is now known as Guest24383 [15:56] Hey, i am on webchat,freenode.net Can anyhelp help me with a crash? My KDE crashed. I uninstalled KDEbase to fix it, but now i cant reach grub to reinstall it. IS there a path or something i can follow? [15:57] SubCool: logon to recovery mode [15:57] KukuNut: how? [15:58] < oh you know what, someone was telling me to do that. but i cant get there- i cant seem to get to grub or anything so that i can use CLI [15:58] SubCool: soory I didn't see you can't see grub [15:59] SubCool: what else did you do to mess grub when you are just un-installing kdebase? [16:01] ok, what? [16:03] how do you get to grub, im always use to it just popping up? [16:03] i loaded up a live CD, what file do i edit so that i can get this done- this is taking me way too much time. [16:04] whats going on for Halloween [16:04] ugh- c.p === administrator is now known as Guest4906 === HZ`QvVDa is now known as LjL-Temp === LjL-Temp is now known as Guest39452 === MuzerAway is now known as muzer === Guest39452 is now known as LjL-Temp === LjL-Temp is now known as Guest53011 [16:07] SubCool will give you grup [16:20] wow- talk about a idle room [16:20] anyone? [16:24] HOw do you get to recovery mode? [16:27] SubCool_: reboot [16:27] SubCool_: press shift [16:27] k [16:27] select kernel recovery [16:27] just hold down shift? [16:27] or something like that [16:28] after bios slapsh? [16:28] SubCool_: press shift a lot after rebooting [16:28] until [16:28] you see the grub windows [16:29] SubCool_: http://4.bp.blogspot.com/_8qdyclOnG0A/THLXuZK2iLI/AAAAAAAAAWA/KPdv20Ya_NU/s1600/grub2.jpg [16:29] that is the menu [16:29] like you can see there is recovery [16:29] select the first voice you can see [16:30] my problem has been getting to it [16:30] after the bios slapsh, it goes STRIAGHT to the kubuntu slpash. i never have a chance [16:30] let me try.. [16:30] is there a file i can edit so that it will come up? [16:31] SubCool_: yes there is [16:31] SubCool_: http://nowardev.wordpress.com/2009/09/18/kubuntu-karmic-grub2-and-kernels-menu-set-timeout/#comments [16:33] good luck [16:33] pkill konversation [16:34] thanks a lot!!! === Guest53011 is now known as LjL-Temp === LjL-Temp is now known as Guest34501 [17:08] How do I stop X from starting when I boot up? [17:09] !nox | SJr [17:09] SJr: To start your system in text-only mode append 'text' (without the quotes) to the kernel line in the grub menu. You can access the grub menu by pressing Esc (Grub legacy) or Shift (Grub2) during boot. For more info see https://help.ubuntu.com/community/BootOptions#Text%20Mode [17:13] Hmmmmm I don't seem to have a /boot/grub/menu.lst file [17:31] I have a Microsoft Natural Ergonomic Keyboard 4000. When I go into the kde control center to set global shortcuts, I have tried to map Meta + KP_7 or Meta + KP_Home to go to desktop 1. When it defines the mapping, though, it seems to miss that it's the /keypad/ keys, and instead either defines the mapping for the 7 above they qwerty keys or the regular home button. When I try to actually test it by typing Meta+KP-Home, nothing happens. [17:31] Any ideas? === peter_ is now known as NotQ [17:53] i just edited my systesm grub file, and grub still didnt show during boot [17:56] SubCool_, which file did you edit [17:57] my keyboard is acting up, srry === bill is now known as pegasusbil [17:57] Also, there is a grub option for hiding the grub loader - you might look into whether it needs to be set to false. [17:57] ugh. /etc/default/grub [17:57] So you've probably got the new grub. [17:57] Did you run the command to install grub after editing? [17:57] .. i do? [17:57] no, im on a live cd [17:58] trying to recover [17:58] Um... then /etc/default/grub is not the right file to edit. [17:58] I think you will want to edit ... (checking) [17:59] /boot/grub/menu.lst if it's the older version of grub. [17:59] I'm not an expert. I recently did some recovering myself. [18:00] The way I solved my problem was to install a new ubuntu live cd onto a blank partition, edit the grub configuration file (/etc/default/grub) and add an option for grub to scan other partitions for operating systems. [18:00] Something along those lines might help too. [18:02] well, what i need is to reinstall KDE. i uninstalled the base to fix a problem, now i have no recovery mode [18:03] i have 10.04 kubuntu installed, i think i would have the new one, uless the new one is on 10.10 === Guest34501 is now known as LjL-Temp === Authority_ is now known as Authority [18:30] laptop died, who was i talkming to? [18:31] i need to updae my grub from a liveusb.. and i cant do the update-grub === tictric_ is now known as tictric [18:41] Has there been a couple of complaints going around about elevated fan speeds since upgrading from 10.04 to 10.10 ? [18:43] uyfuyfudtyf [18:45] pretty impressed w/ rekonq so far. but boy is that a silly icon [18:51] argh.. i can't uninstall emacs23 w/o install emacs23-lucid ? what? [18:52] hmm .. now it's install emacs22 when i uninstall emacs23 ... something is screwed up === petr_ is now known as sssssdd [18:58] I'm a fairly new buntu user. I've been noticing that I as I try various flavors of Linux some distros automatically find all my windows shares on all the PC's in my house and some don't and say I need to go thru a whole Samba config. What is different that some distros automatically find everything? [18:58] What is used to automatically find all my Windows shares? [19:03] Regarding Skype: Would I download Ubuntu 32-bit version of Skype, or Debian Lenny? just to be certain. [19:05] RadSurfer: are you running ubuntu or debian? [19:05] Lenny is for Sidux/Aptosid? [19:05] RadSurfer: lenny is for debian lenny [19:05] kubuntu [19:05] not actually debian... [19:05] RadSurfer: then you want the one for ubuntu [19:05] just debian-compatible :) [19:06] ubuntu isn't debian compatible [19:06] at least not with binaries [19:06] Ok. [19:06] they can sometimes install ok but it's bad practice to install a .deb from debian on a ubuntu machine and vice versa [19:07] Gotcha. [19:07] once kubuntu settled down on this machine, after running a few days, its been fine. [19:11] how do I ensure that the eth0 uses a fixed IP, without disabling networkmanager completely? [19:12] I configured an entry in knetworkmanager, but I still have to manually select it after boot, by default it uses DHCP [19:15] recently switched from jaunty to maverick (fresh install)... now whenever, I start my computer and login, the desktop effects are disabled by default, I have to manually start them everytime I boot === niels_ is now known as nielsbusch [19:16] also a notification pops up that 'another program suspended by desktop effects' [19:16] Hi. Though I mostly used GNOME, I am using a lot of KDE applications. How can I increase the size of the fonts in the KDE applications I am running? How can I mute all sounds from the KDE apps I am running. Thanks! [19:17] gNewPower: systemsettings, Fonts (or Alt+f2, fonts, or kcmshell4 fonts) [19:17] dfaure, alt-F2 gets me to the GNOME sys settings [19:17] you're not using kubuntu? [19:17] nope [19:18] couldn't know, given the channel name ;) [19:18] Ubuntu [19:18] run systemsettings, then [19:18] or type "kcmshell4 fonts" in a terminal [19:18] thanks === ringlej is now known as ringlej__ === mren|off is now known as mren [19:38] hi im installing through WUBI and after done it ejects the CD and asks for reboot. Reboot into windows? into Kubuntu? and do I need to reinsert the CD to finish up installing under Kubuntu? [19:39] is the 2.6.36 kernel going to be made available in meerkat? [19:41] LOGAN: install is done, so reboot whereever you want ;) typically into kubuntu, though. [19:41] you don't need the cd again [19:41] * dfaure is helping people but nobody is helping him with networkmakager and fixed IP :( [19:43] thanks dfaure as last time I tried it seemed that it needed cd for finishing install. hmm ok I try rebooting into kubuntu [19:45] heh now new Ubuntu will get Unity, will there be a Gubuntu that will keep traditional Gnome? [19:50] hmm upon reboot into kubuntu I get finishing install and press esc for more options. will it continue by itself? [19:50] Yeah I'm a noob :) [19:52] LOGAN: that's without the cdrom in the drive? [20:02] dfaure: yes now I try with CDROM [20:02] on first try I ended also in command prompt apparently [20:05] can't follow at all. When I install kubuntu, I need to boot on the CDROM only once. [20:07] well [20:07] it stated it could not find installation files [20:07] so I thought, it needed the cd rom after all [20:08] don't forget I used the fancy WUBI install [20:08] hmm now its just a black screen atm === Malkavian is now known as Malkavian_ [20:08] ok I see kubuntu screen [20:09] so ill have to wait hehe [20:15] What is a decent 2D drawing program for architecture? Don't need full architect stuff, just to sketch a house layout. [20:17] windows is kacke [20:17] florian_: but what is kacke? [20:17] freeCAD might work for that [20:18] kacke = shit [20:18] ^ [20:18] Try Sweethome3d [20:19] oh florian_ === silvio is now known as monte [20:20] hmm I hope the booting will improve lol [20:20] still kubuntu boot screen [20:21] but at least I see a cursor that I can move [20:21] * LOGAN rolls his eyes [20:22] DJWK: I will check that out, thanks [20:22] LOGAN: still booting on the CDROM? that's of course much slower than from the harddisk [20:23] dfaure: no it boots from HDD [20:23] Does Ekiga work with skype? [20:23] but apparently it needed some files from CD rom to install [20:24] gosh the HDD still active. well it's a faster install than windows, hehe [20:24] but in live I would have been booted up [20:24] next time Ill better install from USB [20:25] hmm I heare a sound..... a windows sound [20:26] lol [20:26] hmm, ok re-booting into Kubuntu [20:30] c'è qualcuno?? [20:31] !it | matteo_ [20:31] matteo_: Vai su #ubuntu-it se vuoi parlare in italiano, in questo canale usiamo solo l'inglese. Grazie! (per entrare, scrivi « /join #ubuntu-it » senza virgolette) [20:31] there is anybody alive outthere ?? [20:31] obviously [20:32] yay kubuntu booted [20:35] # Spikeblood [20:36] help... I can't see the videoes with vlc anymore... [20:39] Hey everyone, I just installed kubuntu on my laptop...looks great, runs great of course. I have one issue and that is with the atheros wifi adapter. The device is setup properly and working...I was able to scan and it showed several ap's in the area, but I cannot connect to any of them. Can someone point me in the right direction? === luis__lopez is now known as luis_lopez === v3nd3tta is now known as v3nd3tta`` === petr_ is now known as sssssdd [21:24] hallo [21:24] yep [21:25] my up arrow is not working (kubuntu 10.10, kde 4.5.1).. it works while used with shortcuts, but itself e.g. for scrolling within the document it does not [21:25] any clue pls? === mohammed is now known as Guest76168 [21:33] Desu-recruit === mohammed is now known as Guest68198 [21:41] pawleeq: and down works?? === mohammed is now known as Guest30794 [21:43] IRC #Desu-recruit @ irc.rizon.net === mohammed is now known as Guest60504 [21:49] dfaure, yeah down works [21:50] type xev in a terminal, does it react similarly when you press "down" and "up" ? [21:51] hi is there a way to get the new kubuntu icon to replace my kmenu one? === root is now known as Guest30796 [21:56] dfaure, well it names key up and down when these are pressed [21:56] pawleeq: ok so keyboard and X11 are fine; then I suspect a global shortcut in kde [21:57] lontra, right click the icon and choose Setings, click on the icon in following dialogue [21:57] dfaure, good, is there any app which could have eaten my up key? :) [21:59] any ;) check kcmshell4 keys [22:00] Why do you prefer Kubuntu? [22:00] What's so good about KDE? [22:00] kde is great, customizable, efficient, all-purpose [22:01] consistent, extensive, powerful [22:01] modern, slick, flexible [22:01] * dfaure is going to run out of adjectives somewhen.... [22:06] so KDE is better than GNOME? [22:06] by far [22:16] dfaure, lame question, how to check those keys? [22:16] just go through the items in the combo and see if Up appears in the list below [22:16] sorry, no better idea [22:16] someone also have microphone problem after upgrading to 10.10? [22:18] I think my laptop is to slow for kubuntu. I can move mouse but it seems other menus are unresponsive [22:19] LOGAN: try disabling nepomuk ("Desktop Search") in systemsettings [22:20] dfaure will that help against being unresponsive after a few minutes of using? [22:20] it might === mren is now known as mren|off [22:26] hmm does kubuntu have a software store like ubuntu? [22:26] was thinking about trying Blender [22:27] and maybe replacing some preinstalled applications by some more familiar ones [22:29] if i have an ati card should i just use radeon or should i use fglrx? [22:34] why does quassel try to open links in winebrowser ... what is winebrowser? [22:43] lontra: it depends on the type of card === root is now known as Guest83469 [22:43] here it's a little faster [22:43] fglrx doesn't support older cards [22:43] anyone know why rekonq doesn't have plasma notify integration? or does it? [22:44] use konqueror (possibly with kwebkitpart) [22:44] but rekonq is quite usuable here and nice [22:44] * dfaure wonders if kubuntu 10.10 ships kwebkitpart [22:46] oh i don't even think 10.10 ships w/ konqueror [22:46] sigh [22:47] why do I even bother. [22:47] well rekonq is ok [22:47] yeah, rub it in - I just spent 10 years working on konqueror.... [22:48] oh really? [22:48] i said rekonq is OK not brilliant [22:48] yep (well, and on other parts of kde which are fortunately used by everything else, so it's not all wasted...) [22:49] do you know why quassel is trying to open winebrowser when i click on a link? [22:49] because you don't have konqueror installed? hahaha [22:49] no seriously, check `kcmshell4 componentchooser` and `keditfiletype text/html` [22:50] dfaure: ok it was the second reason [22:52] stupid wine [22:52] is it normal that updates are not digitally signed? [22:53] LOGAN: no.. [22:54] kununtu showed there were updates, and then came with "you are about to install unsigned.." [22:54] LOGAN: can you pastebin the error from "sudo apt-get update" [22:56] im on Windows here [22:56] and a Linux noob [23:12] hey whats the command to get all the upgrades for kubuntu [23:12] all the little packs [23:12] for effects [23:12] and all that? [23:12] lucian_: sudo apt-get update && sudo apt-get dist-upgrade [23:13] lucian_: but what do you mean by 'little packs'? [23:14] i have installed ubuntu first and after from symanteck iǘe installed kubuntu desktop [23:14] and i can use dextop effects [23:34] I have a folder view widget on one of my desktops. I thought one time I saw it showing the contents of the folder it points to, but I can only see a large folder icon until I click on it. [23:34] johnny77: remove the widget and re add it [23:36] James147: I still see just a big folder icon. [23:37] hmm, ... try adding it on a new user, that will tell you if its a problem with the config files (most likly ~/.kde/share/config/plasma-desktop-appletsrc) [23:37] johnny77 a big folder icon? folder view doesnt show up as an icon unless it is in a panel (or its bugged) [23:38] are you sure it is not quick access? [23:40] nerdy_kid: Yes, because when I right click on it one of the options is Folder View Settings. [23:40] johnny77: hmm ok. mind posting a screenie? gotta be quick though, I have to go soon. [23:41] nerdy_kid: how? [23:42] nerdy_kid: and what should i use so you can see the screen shot. [23:42] johnny77: hit the "prnt scrn" button on your keyboard, ksnapshot will pop up. then upload it to http://imageshack.us/ and post the url here [23:43] johnny77: and resizing the folder view applet doesnt work? [23:44] nerdy_kid: I think there is something wrong. One of my desktop just lost the icons i had on it... [23:45] johnny77: well if it is really messed up, then do what James147 suggested. Create a new user and see if the problems happen from there. [23:46] johnny77: I have to go now, good luck. If you still cant get it to work you can always post a thread on ubuntuforums.org [23:46] nerdy_kid: thanks for your help, but after my desktops rest, the folder view works... [23:47] *reset [23:47] johnny77: yeah you should start a thread or stick around for someone else to help you. I gtg, good luck :) [23:47] nerdy_kid: thanks