=== Amaranth_ is now known as Amaranth [08:10] seb128, do you know where the photo experience blueprint is? what was that session called? [08:10] robert_ancell, desktop-maverick-photo-experience [08:12] seb128, yeah, doesn't exist [08:12] robert_ancell, https://blueprints.edge.launchpad.net/ubuntu/+spec/desktop-maverick-simple-image-management [08:12] robert_ancell, desktop-maverick-photo-experience on gobby [08:13] seb128, it's desktop-maverick-simple-image-management [08:13] robert_ancell, what I said before? [08:14] oh, missed that one [08:14] :) [08:18] seb128: in session? [08:18] desrt, yes, you? [08:18] hackingbof :) [08:19] nice [08:19] ...not much of a bof, to be honest [08:19] anyway. was wondering: are you going to do backported glib releases to lucid? [08:19] in some PPA or something [08:19] I didn't plan to no but if that's useful we could discuss it [08:20] ok. i'll see you some time if you're free [08:38] bryceh - i've been looking at bug 546578 this morning, and i think i know what happens on the gnome-screensaver side now [08:39] the VT switching is happening before the fade has completed [08:39] Launchpad bug 546578 in xserver-xorg-driver-ati "[RS480] black screen after a few user switches" [Unknown,Confirmed] https://launchpad.net/bugs/546578 [08:39] and gnome-screensaver continues with the SetCrtcGamma calls, which complete successfully but have no effect on the gamma on the inactive VT [08:40] so, [08:40] we need some way for gnome-screensaver to signal that it has finished fading :) [08:40] or revert the fading mechanism to what we had in karmic, which didn't seem to have this problem [08:43] ^^pitti - what do you think is more appropriate for a SRU? :) [08:49] Nafai: alias kvmtest='kvm -m 768 -drive if=virtio,index=0,boot=on,file=$HOME/download/kvm-images/test.img' [09:01] pitti: thanks muchly [09:07] chrisccoulson: ah, wb [09:07] hey pitti, how are you today? [09:07] chrisccoulson: I just responded/subscribed to bug 546578 [09:07] Launchpad bug 546578 in xserver-xorg-driver-ati "[RS480] black screen after a few user switches" [Unknown,Confirmed] https://launchpad.net/bugs/546578 [09:07] chrisccoulson: I'm great, thanks! [09:07] thanks [09:09] pitti - i've not seen the issue with suspend, but on user switching [09:09] i'm not sure if it's the same issue on sleep [09:09] chrisccoulson: ah, sorry; but same reasoning with waiting until VT change, probably? [09:09] chrisccoulson: or just disable the fading :) [09:09] yeah, possibly [09:10] pitti - lucid uses a new mechanism for fading (xrandr) [09:10] ah, and karmic just repainted the screen? [09:10] i was just wondering if we could revert back to the old method (which is still used as a fallback for devices which don't support xrandr) [09:10] i. e. it didn't actually finish until the vt change? [09:11] chrisccoulson: it seems reasonable, too [09:11] pitti - i think the old fading method still worked on the inactive VT, but i'd need to verify that just to make sure [09:11] * pitti -> back to session [09:11] but it would be an easy change to revert the fading mechanism to what was used before [09:11] thanks :) [09:24] chrisccoulson, cool, we should get together with RAOF to discuss this [09:25] bryceh - yeah, can do. i will try and work out whether the old xf86vidmode gamma fade had this issue, because we only noticed it when gnome-screensaver moved to xrandr fade [09:25] so hopefully reverting that will just fix it for now :) [09:25] yeah [09:26] sounds sane for an sru, hopefully whatever the xrandr issue can be solved for MM [09:26] RAOF and I are in the kernel version session === oubiwann is now known as oubiwann_ [11:00] morning ! === oubiwann_ is now known as oubiwann === oubiwann is now known as oubiwann_ === gnomefreak76 is now known as gnomefreak === oubiwann_ is now known as oubiwann === oubiwann is now known as oubiwann_ === oubiwann_ is now known as oubiwann [14:07] pitti - i can recreate the ATA errors every time i connect the power cord [14:07] and i still get them without acpi-support [14:22] chrisccoulson: blergh [14:23] chrisccoulson: can you rename /lib/udev/rules.d/85-hdparm.rules to .disabled and check again? [14:23] chrisccoulson: or try to chmod 0 /usr/sbin/pm-powersave [14:25] it seems to be pm-powersave which does itr === oubiwann is now known as oubiwann_ === oubiwann_ is now known as oubiwann === oubiwann is now known as oubiwann_ [15:37] pitti - it is specifically /usr/lib/pm-utils/power.d/powersave-policy-sata-link-power which triggers my ATA errors [15:37] which has your name in it ;) [15:38] chrisccoulson: that begins to sound like a hw/linux issue, not a pm-utils or pm-utils-powersave-policy thing [15:38] crimsun - yeah, possibly [15:38] i.e., we probably need to quirk your hw [15:39] but at least i have a trigger now :) [15:42] `echo "max_performance" | sudo tee /sys/class/scsi_host/host1/link_power_management_policy` is what is triggering it [15:42] so, yeah, sounds very much like a kernel issue === oubiwann_ is now known as oubiwann [16:42] kenvandine: ping [16:45] hey cjohnston [16:45] Hey.. Can we meet? [16:45] sure, got a bug? :) [16:45] yes [16:45] ok, where are you? [16:46] palissandre [16:47] ok, session almost done here [16:48] want to go meet by the break area in ~10m? [16:48] okie.. thanks [16:48] cool [16:48] downstairs? [16:51] yeah [16:51] actually i am heading down there now [16:51] so whenever [16:51] ok === qense_ is now known as qense [18:31] hello everyone. lool from #ubuntu-mobile told me that mterry or didrocks from here could help me. [18:33] well, i am trying to package netbook-launcher in fedora, some libraries, too. because of a change in ld's behaviour (read http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking and http://fedoraproject.org/wiki/UnderstandingDSOLinkChange if interested), it is not linkable by using default ./configure && make [18:36] i did ./configure && make LDFLAGS="--libs /lib/libm.so.6 /usr/lib/libXau.so.6" or change this is in my .spec-file [18:36] that works, but should be in the configure-script imho, because also without the new behaviour, it is not wrong ;) [18:40] sash_, you're building netbook launcher for Fedora? Awesome! I'm building Unity for Fedora, we could probably use each other's help :) [18:40] bochecha: yes, i try. also have to package some libs. [18:41] which ones? [18:41] here's what I'm building: https://edge.launchpad.net/~canonical-dx-team/+archive/une/+packages [18:41] is there any intersection with what you're doing? [18:44] I don't think Unity uses much from the older UNE interface (what the heck do we name that?) [18:46] sash_: bochecha: can see next week, after UDS? I'll try to get some free time for you guys ;) [18:46] bochecha: libclutk, libclutk-dev, liblauncher, liblauncher-dev, libnetbook-launcher as i see [18:46] didrocks, sure, I'm getting somewhere anyway ;) [18:47] didrocks: of course ;) [18:47] great :) [18:47] sash_: are you going to be interested in the applets (go-home and window-picker) too? [18:47] yes [18:48] i want to have the whole netbook-remix in fedora [18:49] bochecha: its no official project yet. need to make the accounts. didnt package anything yet [18:52] sash_: good luck, it would be cool to see on Fedora [18:53] to be able to build netbook-launcher i converted the libs with alien, because i was lazy and just wanted to build netbook-launcher and it does build. i also packaged it in an rpm, but its not really installable yet ;) [18:55] sash_, some of the bits of the old UNE are already in Fedora btw, like maximus or the window-picker applet [18:55] yes, i saw that [18:57] sash_, https://bugzilla.redhat.com/show_bug.cgi?id=484423 [18:57] bugzilla.redhat.com bug 484423 in Package Review "Review Request: netbook-launcher - A clutter-based desktop launcher" [Medium,Assigned] [18:57] netbook-launcher was already submitted, it's being reviewed [18:57] bochecha: seen, how old ;) [18:58] yeah, but at least you don't have to start everything from scratch [18:59] bochecha: i also stay in contact to cwickert, who reviewed it, and he will review mine, too. and i have to start from scratch. 1st point is ld in f13, second the netbook-launcher-version [19:14] ok, i used the specfile... === issyl0 is now known as Evilissyl0 === Evilissyl0 is now known as issyl0 [22:10] anyone would have a minute to review this bug? https://bugs.launchpad.net/liblauncher/+bug/580194 [22:10] Launchpad bug 580194 in liblauncher "liblauncher doesn't build on Fedora 13 (implicit DSO linking)" [Undecided,New] [22:10] patch is attached