[00:08] the group fnordistus already exists [00:11] alteregoa: 'addgroup fnordistus admin' ? [00:11] alteregoa, fails at instructions :p [00:12] done [00:12] yay :) [00:12] lol i forgot to read something [00:14] i hate those acer displays they are weird to read [00:16] many thanks [00:26] is it me or is notify-osd font size SMALLER? [00:50] BUGabundo: I think the whole notification style changed [00:50] the bars also got thinner [00:50] what bars? [00:51] err... progress... I mean the ones for brightness/sound/... level [00:52] meters [00:52] cwillu_clone: thx :) [00:56] * BUGabundo tests [00:56] ohh its lonnnnnggggeerrrrrr [00:57] * BUGabundo has no bright OSD [00:58] just got an email from the company that signs my paycheck (got recipt for it too, btw) telling me, I need to make 300KMs TOMORROW for medical exams... yeah right [00:59] BUGabundo, can I sign your paycheck? [01:00] its bank wired :) [01:00] unless you do a MITM [01:00] I'm ok with it [01:02] Ugh, yeah, now it's thin and ugly. [01:02] TOOOOOO thin. [01:03] Like somebody stuck it in a taffy puller. [01:03] What is it with all these supposed improvements that actually suck? =þ (insert update-manager rant here.) [01:03] DanaG, I have a mental image of you yelling at kids to get off your lawn (which is impressive seeing as I have no idea what you look like :p) [01:03] is there support for mos7703? [01:04] https://launchpad.net/~danagoyette [01:04] Old pic, but still about the same. [01:04] now try them WITHOUT composit [01:04] even uglier [01:05] lool [01:05] plus with mouse over its very .....dont even know how to descrive [01:05] * BUGabundo looks [01:06] ohh it's a pimple kid [01:06] :)) [01:06] DanaG, in my mental image your eyes were open a bit wider:p, but aside from that [01:06] anyways, back to on-topic things :p [01:06] it's amazing how we create a mental image about all people with who we talk online [01:06] DanaGoyette@gmail.com@talk.google.com [01:06] this is false... doesn't work LOL [01:06] the XMPP JID is just email address [01:06] no need for server [01:07] its FEDERATED [01:07] Bmw1000c: true [01:07] and you look nothing like it [01:07] eheh [01:07] loool [01:07] Well, last time I set up gtalk, it wanted domain and server. [01:07] And they're not the same. [01:07] :P neither you did [01:07] see how I mixed up you and your friend? [01:07] mos technologies, commodore64 [01:07] alteregox: OT [01:07] "connect server" is talk.google.com. [01:07] oho yeah ahah [01:07] * BUGabundo like we weren't :) [01:08] DanaG: you can conect to any XMPP server [01:08] XMPP is federated [01:08] huh? goauld.com? [01:09] Can't say I know what a JID is, either. [01:10] =þ [01:10] oh, and that pic is about 4 years old, after all. [01:10] Perhaps I should take a new one. [01:11] A_CR $0D === DanaG1 is now known as DanaG [01:21] Our edge server has a lower timeout threshold than launchpad.net, [01:21] ugh, notify-osd is now 7.5cm wide. [01:22] true [01:22] And about 1.8 tall. [01:23] * cwillu_clone thinks _DanaG_ os 7.5 cm wide, and about 1.8 tall [01:23] s/os/is/ [01:23] ehe [01:23] anyone who is testing karmic... can you cause a notification bubble to appear and hover over the taskbar and see if the bubble goes fuzzy [01:28] i think you have to hover over the bubble as you go to the taskbet [01:28] taskbar* [02:38] can anyone help me remove a broken package? http://pastebin.ca/1502668 [02:46] tanath: try to re-install it first? [02:47] somewhere before the selinux initscript was removed so now it fails to stop the daemon [02:48] you can try 'sudo touch /etc/init.d/selinux' [02:51] /usr/sbin/update-selinux-policy: 160: /etc/init.d/selinux: not found [02:51] dpkg: subprocess installed post-installation script returned error exit status 127 [02:51] on reinstalling [02:52] hggdh, tried that before, and it says permission denied on executing. i think it's expecting to run the script [02:52] huh? but that file should be installed by 'selinux' [02:53] tanath: reinstalling selinux should clear up this, then [02:53] hm, no, selinux-policy-ubuntu gets installed first 'cause selinux depends on it === xxploit_ is now known as xxploit [02:53] hggdh, no - see above [02:54] tanath: it is possible that prerm will try to run /etc/init.d/selinux stop in order to prepare for removal [02:54] hggdh, i think so. [02:55] so, as yofel stated, reinstalling selinux will clear whatever issue you had before, and will allow you to then remove the beast [02:56] except it installed selinux-policy-ubuntu first due to dependency, which fails [02:56] for same reason [02:58] hggdh, know a way around it? [02:59] tanath: you could edit the /var/lib/dpkg/info/selinux.prerm script and remove any reference to '/etc/init.d/selinux stop' from there [02:59] no, I do not -- and cannot reproduce, without selinux installed... [02:59] then It should at least remove fine... [02:59] or create a wrapper that will return 0 [03:00] yofel, it needs the file to remove... [03:01] tanath: what I meant was to tell the prerm script to not try to run the init script [03:01] hggdh, i suppose i could try that. i'm just not sure that it'll remove properly [03:01] it'd be easier if i could just replace the file as it's meant to be [03:01] not sure why it's missing though [03:02] well, if selinux is already stopped, yofel's approach is the easiest [03:02] how can i check? [03:03] I don't know how to check what it takes to stop it though since I can't install selinux here thanks to dependency problems [03:04] tanath: something else: do you still have the selinux deb in /var/cache/apt/archives? [03:04] yofel, nope. looking for the deb now [03:05] tanath: try 'apt-get install -d selinux' [03:05] that should only download it [03:05] didn't do anything useful [03:06] tanath: the file should be called selinux_1%3a0.4_all.deb [03:06] %3a = ? [03:06] tanath: dpkg -x selinux*.deb temp;sudo cp temp/etc/init.d/selinux /etc/init.d [03:08] gotta get it downloaded first, but -d just says it's already the newest version [03:09] tanath: http://packages.ubuntu.com/karmic/selinux [03:14] victory! thanks, hggdh & yofel [03:15] Hello, how stable is the nvidia driver 185.18.14 x86 on kernel 2.6.30.2? Has anybody had problems (I'm going to be using it with 9.04 hopefully) [03:15] worked perfectly [03:15] you're welcome [03:15] awesome :D [03:15] wish i knew how it got in that state [03:15] * yofel too [03:15] heh, i can't get .30+ kernels to boot at all [03:15] cool [03:16] I'm on 30.1 [03:16] not the issue with the kernel, but solving the selinux thingy ;-)\ [03:16] but there's a bug so going to 30.2 [03:16] btw, i noticed something when i was removing selinux... http://pastebin.ca/1502687 [03:17] my fstab is borked [03:17] and the reason i can't boot to the new kernels appears to be that it times out waiting for root device [03:17] would that be why? [03:18] well the fstab seems ok, rather [03:18] yes, your fstab is borked [03:18] tanath: what is the [*-snip] format? [03:18] tanath: are those -snip really in your fstab? that shouldn't work at all [03:18] no [03:18] i did that [03:18] ah [03:18] not sure if it mattered [03:19] is it between []? [03:19] just left the first bit to distinguish them [03:19] oh yeah, something weird for me: trying to UEFI-boot 2.6.31 fails... can't find "unknown-block(0,0)" [03:19] no, [] means i edited/commented [03:19] As it turns out... what's happening is that the initramfs is failing to load. [03:20] strings in [] are replacements [03:20] except for where i said [wrong[ [03:20] ] [03:20] tanath: why did you replace them o.O [03:20] potential security reasons? i'm not sure if it could matter [03:20] tanath: well, if its not finding your root device, it might be because of incorrect UUIDS, so it might be useful to paste it unedited [03:21] i don't know exactly how it's used [03:21] tanath: check if the values are the same as what 'sudo blkid' gives you [03:21] yofel, 'sudo blkid' doesn't list one for /dev/sda1 [03:21] Oh, and I also get "/proc/cmdline: no such file or directory" [03:21] ... which got a rather large WTF response from me. [03:22] yofel, just sda5 & sdb1 [03:23] okay... then I don't get you system setup... what does 'ls /dev/sd*' give you? [03:24] /dev/sda /dev/sda1 /dev/sda2 /dev/sda5 /dev/sdb /dev/sdb1 [03:26] your / is sda1 or sdb1 ? [03:26] sda1 [03:26] and i can't seem to mount /dev/sda2 [03:26] which i'd forgotten about [03:26] it's not in fstab, so won't automount [03:26] and i'm not sure what fs it is [03:27] tanath: I don't think you can mount sda2 - it's a wrapper for sda5 [03:27] oh [03:27] you sure? [03:27] sda2 could easily be a 2nd partition on first drive [03:27] you can only have 4 primary partitions so sda2 is a extended partition that can contain more partitions [03:28] mm [03:28] ok, so why did / get removed? [03:28] and the missind 3 and 4 are the remaining allowed primary ones [03:28] tanath: no idea, I'm asking myself the same thing [03:29] tanath: also 'sudo fdisk -l /dev/sda' should show you what types the partitions are [03:29] or probably more importantly, how do i fix it? [03:29] yeh, sda2 is extended [03:29] tanath: you've got sda1 mounted right now? [03:30] it's / [03:30] i'm running on a .28 kernel right now. won't boot in .30 ones [03:31] then why doesn't blkid recognize it... [03:31] Hmm, try installing and running "testdisk" [03:33] testdisk safe to run on / ? [03:33] i can't exactly unmount it :P [03:34] partition type isn't listed [03:34] Intel/PC partition? [03:34] fdisk doesn't list the partition type? [03:34] no, testdisk doesn't [03:34] ok [03:35] sorry slow graphics, convo takes while to load [03:35] ok, testdisk seems to recognize the partitions fine. / is marked bootable [03:36] structure OK [03:36] I don't know what you're trying to do, you can't mount your filesystem? but you're using it? [03:36] geekneeus, fstab doesn't see / [03:37] does mount list it as mounted? [03:37] yeah, but why did the system boot at all then? [03:37] geekneeus, which i think is why i can't boot in .30 kernels. says timed out waiting for root device or some-such [03:37] geekneeus, mount says rootfs mounted on / [03:38] testdisk didn't seem to find anything abnormal [03:39] on you on ubuntu 9.04 or 9.10? [03:39] 9.10 [03:39] but i can only boot from 9.04 kernels [03:39] ok, I have it working on 9.04 not 9.10 [03:40] I came in to find out how well the latest nvidia drivers worked with 2.6.30.2 [03:41] mm. ati here, and can't boot .30 kernels :P [03:41] tanath: what does 'sudo blkid /dev/sda1' say? [03:41] yofel, no output [03:41] ok... [03:41] what about just blkid? [03:41] or better not ok... [03:42] geekneeus: that lists all other drives but not sda1 [03:42] which is... wtf? [03:42] no idea xD [03:43] my / has no uuid :-/ [03:44] so findfs doesn't locate the device by uuid? and blkid doesn't list the device? [03:44] tanath: what fs type do you have on / ? [03:44] ext3 [03:45] tanath: try to set a new uuid with 'sudo tune2fs -U $(uuidgen) /dev/sda1' [03:46] and then rund blkid again [03:46] [ 3.094739] RAMDISK: Couldn't find valid RAM disk image starting at 0. [03:46] s/rund/run [03:46] still no output [03:47] tanath: could you pastebin the output of 'sudo tune2fs -l /dev/sda1' ? [03:47] no errors, but blkid gives nothing [03:48] http://pastebin.ca/1502714 [03:49] tanath try sudo vol_id -u /dev/sda1 [03:49] yofel, looks like there's a valid uuid there.. [03:50] sudo: vol_id: command not found [03:50] yeah, the fs state seems ok [03:50] ok, it's not installed by default? [03:50] geekneeus: vol_id doesn't exist in karmic [03:50] only thing i have is volname [03:50] oh, didn't know that yofel :-) [03:51] xlife doesn't either. >_< [03:51] i want that back [03:51] /gripe [03:54] yofel, sudo blkid -p /dev/sda1 [03:54] /dev/sda1: ambivalent result (probably more filesystems on the device) [03:54] err... wth [03:55] that doesn't make sense [03:55] o_O [03:55] ofel@yofel-thinkpad archives $ sudo blkid -p /dev/sda1 [03:55] [sudo] password for yofel: [03:55] /dev/sda1: UUID="c687ed50-e504-475b-ba14-05141897a4b2" VERSION="1.0" TYPE="ext4" USAGE="filesystem" [03:56] eek, i wouldn't recommend using ext4. i tried that and the fs corrupted [03:56] tanath: works fine since I use karmic, but yeah, wasn't really ready for use in jaunty [03:56] you think it's stable enough in karmic? [03:57] I haven't had any errors so far [03:57] one data point... :P [03:58] safe graphics mode for the alpha 2 installer fails on my setup [03:59] but it is kind of an awkward setup anyway [03:59] I was wondering how to get by this without burning the alternate install [04:00] I believe you can specify the resolution and driver at the main menu [04:00] tanath: then I'm out of ideas for now [04:00] tanath: you should ask again later when the others are back [04:00] i think i tried installing truecrypt or something at one point... might that be it? [04:00] oh.... [04:01] tanath: no idea, but googling your blkid message found bug 362315 as the only result [04:01] Launchpad bug 362315 in udev "udev fails to identify crypt_LUKS swap partition by uuid" [Undecided,Won't fix] https://launchpad.net/bugs/362315 [04:02] so that *might* have something to do with it [04:02] looks like i have something called cryptmount installed [04:02] wonder if that did it [04:02] but I don't know anything about truecrypt tbh [04:02] and now I'm off to bed [04:02] makes hidden encrypted partitions [04:02] good night [04:02] mm, thanks. gnight [04:26] anyone got a fast dl for karmic alternate i386? [04:46] is there a way to request an update of packages for karmic? [04:46] for a specific program? [04:49] anyone? [05:53] anyone here having gnome-do problems? [05:55] Nope. [05:55] i lost my dock [05:57] first time it's never opened on boot [06:30] anyone lost sound today? [06:34] billybigrigger, No Gnome-Do problems nor sound problems for me today [06:34] hmmm [06:34] i can see the volume bar moving, like its outputting sound...in pavucontrol, and the new sound preferences icon [06:34] but nothing [06:39] restart fixed er [06:39] err logout/in [06:58] [ 3.094739] RAMDISK: Couldn't find valid RAM disk image starting at 0. [07:25] hi um is packages.ubuntu.com down atm? [07:26] d1b: yes [07:27] rww: ok any idea on an eta till its back up? [07:28] d1b: no. it goes up and down occasionally. What was it you needed it for? === WelshDragon is now known as Fluffles [07:43] Is it a bad idea to update to 9.10 if I use Ubuntu recreationally... like, webcam / IRC / anime / security tools [07:43] PROject-Emerald, yes [07:43] Mehh. [07:43] any idea on a release? [07:43] October 2009 [07:44] Oh sweet. [07:44] Thanks. [08:34] morning [10:32] anyone knows what happened to gdmsetup? I can't find it and apt-file returns nothing. [10:57] x1250: I believe it's broke in the later versions of gnome - but don't quote me on that [10:58] k, thanks === yofel_ is now known as yofel === zorael_ is now known as Zorael === SealV is now known as Islington [12:40] hi [12:40] hi [12:40] hello [12:41] well, cant enter ubuntu so i came here [12:41] what did you do get into trouble..lol [12:41] guys, any idea if any new theme or look is into karmic alphas yet [12:41] has the login window settings thing changed? cause i can't find it [12:42] YaManicKill, are you talking about gdm? [12:44] oldude67: yeah [12:44] its a little foobarred right now..atleast it is on my machine..:( [12:45] really? its nowhere on mine [12:45] i switched to kdm for the time being. [12:45] its in administration rather than preferences isnt it [12:46] ewww thats a gnome question..lol [12:46] lol yeah...it is...but still [12:46] ya look there. [12:46] i just wanna disable auto login, cause i'm trying to get out of this xsession, and into my standalone compiz one [12:46] or do dpkg-reconfigure gdm [12:46] oh then that wont help you [12:47] is there a way to do it from the command line? [12:52] gottit [12:52] nano /etc/gdm/custom.conf [12:52] high [12:53] drag and drop doesnt work with banshee [12:53] does the changings on the /etc/gdm/custom.conf take any effect? i tried it, but there were no changings after restarting gdm [13:17] hey i have a problem with sudo apt-get update [13:17] W: Duplicate sources.list entry http://archive.ubuntu.com karmic/universe Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_karmic_universe_binary-i386_Packages) [13:17] W: You may want to run apt-get update to correct these problems [13:18] can anyone help me [13:18] read the warning ? [13:18] it says whats wrong ? [13:19] update cannot complete [13:19] lol [13:19] because you have a duplicate source entry [13:19] some people can't read errors :( [13:19] so how ccan i change [13:20] edit your source.list [13:20] i did but still get the same error [13:21] then you didn't remove all duplicate entries [13:22] how can i know which is duplicate [13:22] i can't seem to be able to kill x. i did the sudo apt-get install dontzap and then sudo dontzap -d [13:23] but i still can't kill x [13:23] YaManicKill: kill x ? [13:23] dupondje: but i don't want to go and have to do that everytime i wanna logout. [13:24] ok i try [13:26] i's done [13:26] thanxx DUDE !!! [13:28] just an FYI, if yet unknown: last update to ecryptfs hosed my system [13:28] downgrading to -76 recovered it, at least partially [13:30] known bug [13:32] hggdh: https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/403011 [13:35] dupondje: thanks, will subscribe. There are other effects (keyring is still giving me issues) [13:35] and my session theme just went bananas :-( [13:35] someone is talking from my telling bone [13:36] hggdh: temp solution is to go back to previous version [13:36] but they are on it :) [13:36] yay, I am there [13:37] patch seems to be done :p [13:37] upgrade will come asap :D [13:37] Hiyas [13:37] heh. Will get it this evening, go to get to my contract now === le_bilou1e is now known as le_biloute [15:02] hi [15:02] i see only garbage with vinagre [15:02] vino-server has a problem with desktop-effects [15:13] is there a way to deactivate the effects on connect? [15:15] alteregox: yes turn them off in apperance [15:16] they will not come on again until you set it to normal or advanced or whatever its called [15:55] does anyone know if there are plans to include support for dsl and adsl usb based modems in koala ? [15:55] networkmanager doesnt handle those at all [16:04] it doesnt? [16:10] Bmw1000c: nope, i couldnt get to work any usb modem from main polish telecoms [16:11] had to use 3rd party scripts that did some mumbo-jumbo with configs [16:12] not to mention easy connection sharing ;-) [16:16] Ergo^: you can do easy connection sharing with firestarter [16:16] popey: yea that i know fortunately [16:17] the big issue is getting usb modems to work without net and 3rd party programs [16:17] http://www.ubudsl.com/ [16:17] this seems to solve the problem for other countries too it seems [16:18] but its not a very good solution, when it comes to conn sharing unfortunately [16:18] usb modems in general aren't a very good solution [16:18] thats a lovely looking website [16:19] popey: they are not, but tell that to around 50% of internet users in my country :P [16:19] :( [16:19] i guess those modems are very cheap [16:19] dont understand why they dont ship ethernet based ones [16:21] and yes site is lovely, but shouldnt be needed in first place, average user has no chance of getting his modem running if just left with empty pc and a cd with drivers ;-) [16:26] is the gdm config manager meant to not be in karmic just now? [16:26] * YaManicKill searches lp [16:28] wait...its been posted as a bug === Zorael is now known as Zorael^nb === Zorael^2 is now known as Zorael [17:16] Hi, a quick question, I need to answer a bug report. Is gstreamer-pulseaudio going to be installed by default in karmic (currently it isnt)? [17:16] or better [17:17] is gstreamer0.10-alsa going to be removed from the default desktop?? [17:45] I would like to upgrade to 9.10 to test it and report bugs, but how stable is it at the moment? Can I perform basic tasks at my laptop with it? [17:46] define basic tasks? [17:46] i run it on my notebook [17:46] browsing the web, reading e-mail [17:46] its stable for those stuff [17:47] because of trouble with fglrx and ati I can't play games at it any way on 9.04 [17:47] ok [17:47] then I'll give it a try [17:47] my notebook uses the kernel driver, and 3d works wit ati [17:47] I've a Radeon 200M, which is a bit old I think [17:47] i think it works [17:48] ok, thanks [17:48] stuff [17:48] wlan stuff works fine [17:49] everythings works fine (at least most of the time) here [17:50] lets hope I'll have no trouble either [17:50] i hope someone adds e4defrag into the kernel [17:57] wow, really bad naming: [17:57] http://en.wikipedia.org/wiki/Grub_%28search_engine%29 [17:58] going to upgrade [17:58] thanks for the help [18:00] grog game [18:44] any idea how you bring up the full mixer in karmic? [18:46] or otherwise turn on the surround clone? [19:16] when is a dist-upgrade needed in unstable releases? [19:16] I always use it. [19:18] thanks [19:18] anyone using KDE 4.3 RC2? [19:19] the task manager doesn't work for me, but it might just be an outdated package/missing dependency [19:33] I'm now at my netbook [19:33] ext4 made my laptop freeze during upgrade [19:33] can I use the powr button to shut it down and what will it do to my sytem? [19:33] I was already installing the upgrades [19:44] DkySven, did you have ext4 before the upgrade? [19:45] sadly enough yes [19:45] like what do you mean ext4 froze your upgrade [19:45] ext4 makes sometimes my system getting frozen [19:45] it did so in 9.04 [19:45] and now it froze my laptop during the upgrade [19:45] screen is frozen and nothing but the powerbutton works [19:47] I've to go, dinner [19:47] bye [19:52] heh, I do think DkySven was right, I too had a lot system freezes in jaunty with ext4. Once I upgraded to karmic all works well [19:53] billybigrigger: btw, ubottu learned about your grub2 wiki page yesterday ;) [20:00] yofel: it's a known bug [20:00] very famous bug [20:00] Le-Chuck_ITA: I think I know which one you mean [20:01] well, gotta go [20:01] bye [20:01] listed in the release notes! [20:01] bye [20:07] yofel, sup [20:19] Hi! [20:20] I just installed Karmic alpha2, but is there any manual to get the other installed OSses back in the new grub? [20:20] I noticed the known issue about this (in hindsight, of course ;)) [20:22] ?? grub2 [20:22] !grub2 [20:22] GRUB2 is the default Ubuntu boot manager in Karmic. For more information on GRUB2 please refer to https://wiki.ubuntu.com/Grub2 [20:29] tnx [20:30] checking it out [20:32] I got some messages in the dist-upgrade dialog which say Jaunty has been found... maybe I should just wait for the update process to finish [20:32] what other os's do you have installed? [20:32] jaunty [20:32] Oh, it found all there is, so I probably have what I wanted :) === Visitor is now known as VisitorQ [21:00] re [21:00] anybody and idea how to increase font size in the new notify-osd style? [21:01] that's almost a use case for the desktop magnifier... [21:02] You mean you can increase it? [21:02] ok... my insane system load values have defenitely something to do with suspend [21:02] yofel, right now i think the font changes with your system font [21:03] but i don't think you can change it independantley [21:03] Just for fun, try running the cursor across the notificcations once. [21:04] hmm why isn't alt+f2 working? [21:04] ah, you mean the fuzzyness when going to the top right corner? [21:04] Mine blurred the notices for the rest of today [21:04] They just open blurred now [21:04] Yeah, the "Fading" is actually rather ugly. [21:04] .. even without the blur. [21:04] here they stop being blurred once I move the mouse away again [21:05] I can only wish they did. Of course, with that font size, I can't read them anyway. [21:05] Oh, and the things are tooooo skinny. [21:05] Volume or brightness things are like 7 cm by 1.5 cm. [21:06] DanaG: I like the meter size, only the font size is far too small [21:37] hey hey [21:40] hey BUGabundo [21:40] hey yofel [21:40] how was your day' [21:41] ? [21:41] argh, installing updates in my windows VM is making me crazy, had to restart it 5 times already *-.- [21:41] BUGabundo: quite busy :( [21:41] and HOT [21:42] and I've got no more ice cream :( [21:43] let me run UM for the 1st time in weeks [21:43] been using aptitude now [22:10] whois lemonade [22:12] * BUGabundo lends '/' to mphill [22:12] who was run scared now [22:14] BUGabundo, howdy [22:15] hey billybigrigger [22:15] didn't see you come in [22:15] been here [22:15] all day :) [22:16] perks of being unemployed :P [22:16] :( [22:16] I know the feeling [22:17] but now I got two new jobs [22:17] been working again almost a month [22:17] pass one my way please [22:17] :) [22:17] even got my pay check yesterday [22:17] time to spend it now? [22:17] haha [22:19] I guess [22:19] been trying to get a new LCD for over half a yeat [22:19] *year [22:20] but my contract ended on dezember so I kept from getting me a xtmas gift [22:21] yeah, i thought about getting one a few months ago [22:22] but glad i didn't haha would be regretting it now [22:22] yep [22:26] pretty quiet having a3 just a few hours away :( [22:26] That's because an update broke everything for nearly everybody *runs* ;) [22:27] does someone have libcl.so? [22:27] hey Twigathy :p [22:27] what update? [22:27] alterego let me check [22:27] nope [22:27] BUGabundo: no, no update. I was kidding [22:27] oh, blergh, wires crossed =) [22:30] I feel like I must not be the first to ask this (I apologize), but I just started getting a custom google search from my shiretoko search bar today. What gives? [22:30] me too [22:30] and I don't like to be imposed [22:30] let me smack asac [22:30] for doing CHANGES to my system [22:30] firefox-3.0 (3.0.11+build2+nobinonly-0ubuntu2.me001) karmic; urgency=low [22:30] * add me001 multisearch feature for karmic alpha3 [22:30] - add debian/extensions/* [22:30] yup, a new update installed some crazy google custom search in firefox... you can remove/disable it from the add-ons whatsit... [22:31] don't know why it affected 3.5 though [22:31] I see the Ubuntu Firefox Modifications 0.8a1 add-on, which used to be incompatible with 3.5 IIRC [22:31] but if it's a feature of that, there's no way I can see to turn only that feature off. [22:32] billybigrigger: 'cause all confs are on 3.0x. and 3.5 and 3.6 pull from 3.0.xc [22:32] BUGabundo, ooooh :) [22:32] try to remove all FF [22:32] and just install 3.5 or 3.6 [22:32] you will see it pull 3.0 [22:32] at least until 3.5 become the default [22:37] It should be listed under Tools, Addons, Multisearch === DanaG1 is now known as DanaG [22:43] drs305, Thanks. That did the trick. [22:43] drs305, howdy [22:43] Hey billybigrigger === ubuntuella_ is now known as ubuntuella [22:44] how goes the battle? [22:44] billybigrigger: I keep playing with Grub2 - mostly positives. Used your Theming section yesterday to mess around with it. [22:45] billybigrigger: Your notes worked fine. And I usually don't mess with the eye candy aspects of Linux. [22:46] :) [22:46] when some final artwork drops start to come i want to make a nice g2 splash [22:50] Usually for me the splash images are beautiful but make the selections more difficult to read, which seems counterproductive. [22:50] So I just tweak the colors instead. [22:50] * BUGabundo defaults to verbose. no splash is even isntalled [22:51] BUGabundo: grub2 splash, not usplash :P [22:53] * billybigrigger still waits for faster boot times [22:56] BUGabundo, your webcam working? [22:56] yet or again or whatever? :) [22:56] and what module do you use? [23:00] billybigrigger: nope [23:00] still waiting for upstream to sync all bits [23:00] yofel: bah [23:01] ^^ [23:02] BUGabundo, what module do you use? [23:02] http://git.kernel.org/?p=linux/kernel/git/mchehab/linux-next.git;a=summary [23:02] ^^ looks promising [23:03] for me anyway [23:03] billybigrigger: just the driver NOL tells me too [23:19] grrr [23:19] where can i find the libcl.so? [23:19] ok this is the STUPIDET bug yet [23:19] guys need someone to open GPM [23:19] and enable and disable DIM on AC [23:20] no one? [23:20] gpm? [23:20] libcl.so.3.3.0 or something [23:20] BUGabundo, what is GPM? [23:21] gnome power manager [23:21] sorry, desktop here :( [23:21] better on Laptop LCD [23:21] yea right [23:21] the darn thing makes my LCD brigh dim EVEN when on use [23:22] so I need someone to cross check [23:22] before I file it [23:28] https://bugs.launchpad.net/bugs/137598 [23:28] I wonder if my dim bug is a regression from this one [23:28] Ubuntu bug 137598 in gnome-power-manager "Screen brightness resets to default (maximum) on idle with AC plugged in" [High,Confirmed] [23:29] * Twigathy notes opening a 16384x16384 PNG in firefox makes it *very* angry c_c [23:29] lp is offline [23:30] what the hell? [23:30] http://www.google.com/custom?hl=en&client=pub-2070091971271392&channel=1533626051&cof=FORID%3A13%3BAH%3Aleft%3BCX%3A9%252E10%2520Alpha%25203%2520Experiment%2520B%3BL%3Ahttp%3A%2F%2Fwww.google.com%2Fcoop%2Fintl%2Fen%2Fimages%2Fcustom_search_sm.gif%3BLH%3A65%3BLP%3A1%3BLC%3A%230000ff%3BVLC%3A%23663399%3BGFNT%3A%230000ff%3BGIMP%3A%230000ff%3BDIV%3A%23336699%3B&adkw=AELymgWGiS09AGqODKYb_YWJa34Tby5ld8hL5CXLvdO5i8dqhVFVFwrUUpCCbSMS6eEkPjMXi-IO3z [23:30] Google search box takes me there! [23:30] Not to the normal google. [23:31] yep DanaG [23:31] new FF addon [23:31] It sucks. [23:31] already is a bug on it [23:31] Where's "cache"? [23:31] Where's "Images"? [23:31] Where's "igoogle"? [23:31] (you get the point.) [23:31] In fact, I'd almost call it malware. [23:31] bug 402767 [23:31] Launchpad bug 402767 in firefox-3.5 "multisearch add on blocks the functionality of firefox location bar" [Undecided,Triaged] https://launchpad.net/bugs/402767 [23:31] I think [23:32] Launchpad is offline for scheduled maintenance. We should be back soon. [23:32] And I can't even do the google cache. [23:32] https://bugs.launchpad.net/bugs/402866 [23:32] Error: Could not parse data returned by Ubuntu: HTTP Error 503: Service Unavailable (https://launchpad.net/bugs/402866/+text) [23:32] time to start using chromium again i think :) [23:32] And you can't do the "promote result" thing. [23:32] Time to slap somebody with a funnoodle. [23:32] s/slap/whack/ [23:33] DanaG: tools -> add-ons -> disable multisearch 0.0.0.0.0.0.fail.hard.1 [23:33] Wow, that was installed without consent. === imachine is now known as nutmeg === nutmeg is now known as imachine [23:33] In fact, I'm going to go further, and dpkg-divert it. [23:34] http://www.mail-archive.com/universe-bugs@lists.ubuntu.com/msg108591.html [23:34] FIGHT FIGHT FIGHT FIGHT [23:35] on #ubuntu-mozilla [23:35] haahh [23:35] on #ubuntu-mozillateam [23:35] Farrrr too tempting to join the channel just to watch c_c [23:38] oh ayeah, and how do you disable the titlebar-blink-on-bell in metacity? [23:39] Sarvatt, you alive? [23:39] DanaG: sounds [23:39] nope, not there. [23:40] humm [23:40] had to go to gconf-editor. [23:40] ehehe [23:41] apps/metacity/general/ [23:41] but I recall a option for it on some gui [23:44] DanaG: There is a "visual alert" option in the sound pref (quite illogical, come to think of it) [23:44] I didn't see it there. [23:44] system->preferences->sounds [23:44] DanaG: only enabled when you have a sound theme [23:44] is just the crappy wannabe pavucontrol replacement. [23:44] DUH [23:44] I have sound theme disabled. [23:44] arand: the sound preferences were replaced with the pulse one [23:45] er, sound singular. [23:45] Yeah, it sucks not being able to choose which device the volume-control keys control. [23:46] so now that you guys are awake again [23:46] (11:19:27 PM) freenode: guys need someone to open GPM [23:46] (11:19:35 PM) freenode: and enable and disable DIM on AC [23:46] (11:21:52 PM) freenode: the darn thing makes my LCD brigh dim EVEN when on use [23:46] (11:21:59 PM) freenode: so I need someone to cross check [23:46] (11:22:03 PM) freenode: before I file it [23:46] * billybigrigger watches everyone slip away [23:47] Oh, sorry, still on janty on this one... [23:47] oh yeah, it does dim rather annoyingly soon for me. [23:47] No option to adjust that time. [23:48] not the time [23:48] for me its INSTANT [23:48] * BUGabundo needs to stop screaming [23:48] you mean you stop moving the mouse, it dims right then? [23:48] If so, that's really weird. [23:48] DanaG: no [23:48] as soon as I click on it [23:49] hmm, doesn't do that for me. [23:49] Oh yeah, I do have it showing the "empty battery" icon for my full battery. [23:49] after what timout is that ting supposed to dim my screen? [23:49] I don't get any reaction from it [23:51] yofel: bug 402767 [23:51] Launchpad bug 402767 in firefox-3.5 "multisearch add on blocks the functionality of firefox location bar" [Undecided,Triaged] https://launchpad.net/bugs/402767 [23:51] err [23:51] not that [23:51] bug 401294 [23:51] Launchpad bug 401294 in gnome-applets "sound applet and notification icon create duplication" [High,Fix released] https://launchpad.net/bugs/401294 [23:51] nope either [23:51] fishing for bugs? :P [23:51] * BUGabundo scrolls back on parcelite [23:51] https://bugs.launchpad.net/bugs/137598 [23:51] Ubuntu bug 137598 in gnome-power-manager "Screen brightness resets to default (maximum) on idle with AC plugged in" [High,Confirmed] [23:52] ahhh there it is [23:52] yep, that looks like mine [23:53] now if only lp would be online again... [23:54] yofel: but I think mine is a regression of that [23:54] they fixed it, now got me in a broken state [23:54] don't know why you two don't see it [23:54] hmmm, that reminds me... any idea how to disable dim on battery? [23:54] LP back up [23:54] filing FF bug [23:55] yofel: sure, 2nd tab? [23:55] $ apport-cli -fp firefox-3.0 [23:56] BUGabundo: already disabled everything there, but it still dims the screen a bit, which is annoying since my screen really isn't very bright [23:58] https://bugs.edge.launchpad.net/ubuntu/+source/firefox-3.0/+bug/402767 [23:58] https://bugs.edge.launchpad.net/ubuntu/+source/firefox-3.0/+bug/403246 [23:58] Ubuntu bug 402767 in firefox-3.5 "multisearch add on blocks the functionality of firefox location bar" [High,Triaged] [23:58] Ubuntu bug 403246 in firefox-3.0 "please restore old NEWTAB" [Undecided,New] [23:59] now the DIM