/srv/irclogs.ubuntu.com/2008/03/17/#ubuntu-desktop.txt

dholbachjamesh:07:03
huatsMorning evryone09:33
mvohey huats!09:37
mvohey MacSlow09:37
mvoand seb128 of course :)09:38
huatshello mvo and crevette09:38
huats:)09:38
MacSlowGreetings everybody!09:38
huatsand of course "the never quitting the chanel" : seb12809:38
huats!)09:38
huatsmorning MacSlow09:39
MacSlowhey mvo, huats, seb12809:41
loolseb128: Do you use f-spot from time to time?09:52
loolIt's often hanging when I close it; I was also surprized not to have anything happening when I plugged my camera in on my Ubuntu desktop09:53
lool(I'm uploading the apport crash ATM)09:53
seb128lool: yes, I use it to manage my photos09:55
loolseb128: Does it come up for you when you plug your camera?09:56
seb128dunno about the nautilus action not happening, I didn't look at it recently09:56
loolseb128: Does it hang when you try to close it?09:56
seb128there was a bug about that IIRC09:56
loolUnder Debian, I get a popup to import my photos, but when I chose to, nothing happens...09:56
loolThe new version is really superb though09:56
seb128debian is likely still using gnome-volume-manager09:56
seb128where we use nautilus gvfs for those actions09:56
loolAh right09:57
loolNB: my camera does PTP; I don't think it can pretend to be a mass storage device09:57
seb128that should make no difference to applications using libgphoto09:59
hggdhdo we have a problem on glib? Anyone noticed the number of g_slice_alloc SIGSEGV we have on LP?10:01
seb128hggdh: not that I know, and no10:01
seb128is that recent? on what components?10:02
hggdhseb128: evolution, npviewer.bin, sshfs, gvsd-trash, gvfsd-sftp, nautilus, totem*, gnome-mplayer, file-roller, evince, and so on10:03
hggdhat least 50 are quite new, with bug #s > 19000010:05
seb128hggdh: there is 42 titles with this function on launchpad, not an issue I would say10:06
hggdhseb128, there are also some invalid that were closed for lack of supporting docs...10:07
hggdhbut it was just a question... I started to see that on Evo, and cannot see them as an Evo issue10:07
seb128hggdh: looking at some example they are different issues10:07
seb128hggdh: well, I would say that's incorrect memory management bugs and they crash in the allocator10:09
seb128hggdh: ask for a valgrind log as described on the wiki, that will give better indications10:09
hggdhseb128 I do agree... the problem is how long it takes for one to be hit, and there is not much of a chance of one running valgrind for hours...10:10
seb128hggdh: right, so not a lot we can do10:10
hggdhsuch is life ;-)10:10
seb128hggdh: until other indication I tend to thing those are application bugs10:10
seb128they are usually invalid memory usage10:11
seb128or using wrong free function10:11
hggdhseb128 usually I would look at the smack on as appl issues, but then we have a lot of appl issues... I do not remember Gutsy as this10:11
hggdhs/at the/at them as10:11
seb128you mean gusty had less crashers?10:12
seb128I don't think so10:12
hggdhfor g_slice_alloc, yes, AFAICK10:12
seb128but we had update-notifier buggy and apport was not running until beta or something10:12
hggdhhuh, ok, forgot about that... :-(10:12
seb128well, that could be glib issue, but we don't have enough informations to lead to this right now10:13
seb128and I don't have every desktop app crashing every 10 minutes either10:13
seb128I would have say that it could be a gio issue10:13
seb128but evolution doesn't use gio yet I think10:13
hggdhyep. Will keep on monitoring, just in case. I have another SIGSEGV in poll() to look at, anyways10:14
hggdhseb128: just a comment -- when I started in system programming we had a mitzvah that stated a system library should never fail because of bad input. This is why I raised the issue10:18
seb128hggdh: was is a bad input?10:20
seb128hggdh: is doing a 3gigabytes malloc a bad input or just something your system doesn't handle correctly? ;-)10:21
seb128hggdh: well, anyway those error are not bad input usually, they are things like trying to access a pointer after freeing it10:21
hggdhseb128 -- yes... but, nevertheless, poll(), and g_slice_alloc(), should not die because of that. This is indeed bad input. If the system does not have 3G to give on a malloc, it should return an error, not die10:23
seb128right, that was a bad example10:23
seb128that's likely crashes in malloc you get10:23
seb128usually the crash is not in malloc10:23
seb128that's just that when you start accessing freeed memory you get corruption10:24
seb128and that leads to corrupted stacktrace10:24
seb128that's not because gdb shockes on malloc or another memory handling function that the crash happened due to it10:24
seb128s/likely/similar to10:25
hggdhyes, the price we pay for not having hardware-enforced boundary checks on memory :-( I remember a system I used to work with that had it)10:25
seb128yeah, might be, but anyway that's out of the glib scope10:26
hggdhI now agree ;-)10:26
loolhggdh: This can happen when a new type of objects moves to slices and many apps use g_free instead of g_foo_unref() or whatever10:31
hggdhlool: thank you -- I do not use them, so I did not know about that. Will check on Evo for that10:32
hggdhugh! this will take much longer than I expected, will have to restrict my search... 3916 g_free's, and 1938 g_.*_unref's (evo only, and not counting other variations...) Guess I will have to keep just at the code path that failed...10:37
mvo_pitti: could you please have a quick look at http://paste.ubuntu.com/5763/ ? I would like to upload that, showed up in gutsy->hardy upgrade testing10:37
pittimvo_: to which binary does this apply?10:38
pittioh, -dev10:38
pittimvo_: sure, no problem10:38
seb128pitti: if you look at the queue could you accept my gdm file-roller uploads there?10:39
pittiseb128: was this discussed with Steve, is he aware of it?10:39
* pitti looks at the diff10:40
mvo_pitti: thans10:41
mvo_thanks even :)10:41
* pitti hugs mvo_10:41
pittiseb128: gdm> ah, speedup love?10:45
seb128pitti: yes10:45
pittitoo bad that we didn't get the improved prefetch thingy into hardy :(10:45
seb128pitti: no, that was not discussed with Steve, I did work during the weekend but didn't do IRC nor did want to ping him during non work time10:46
pittiseb128: did anyone else test this version?10:46
pittiseb128: curious, how much login speedup does it buy you?10:46
pittif-roller accepted10:47
seb128pitti: thanks10:49
seb128pitti: I don't think so10:50
mvo_seb128: yeah, what do we look like now with the delayed apt-check ?10:50
pittidholbach: FYI, XS-Vcs-Bzr is now called Vcs-Bzr (just saw it in your gnome-user-docs upload)10:50
seb128with the current hardy and the prefetch my laptop does 19 seconds10:50
seb128where it was 36 seconds before starting the changes10:51
mvo_that sounds pretty good to me :)10:51
* mvo_ hugs seb12810:51
pittiwow10:51
seb128between we removed deskbar, tracker, you guys delayed jockey and apport-check and there is prefetch now10:51
pittiapt-check?10:51
* pitti didn't delay apport yet10:51
dholbachpitti: thanks for letting me know - will bear that in mind next time10:52
pittidholbach: any idea why your upload also removes .pot files?10:52
pittidholbach: like /user-guide.pot?10:52
pittiwell, it's the only pot file removed in fact10:53
pittidholbach: anyway, accepted10:53
mvo_pitti: thats the part of update-notifier that checks for updates, its quite IO intensive10:53
dholbachpitti: no idea why it should remove the .pot files10:53
pittiseb128: ok, still enough time to change/fix/revert, so I'll accept it10:53
mvo_we look pretty good upgrade wise in my current tests (if anyone is interessted :) main-all from gutsy->hardy works, that is something like ~5000 pkgs at the same time10:54
pittiwow10:54
pittimvo_: anything significant in the /etc diff?10:54
pittimvo_: I just recently fixed some bugs which led to broken init scripts on update, etc.10:54
mvo_pitti: meh, sorry, I haven't generated it for this image, its takes quite a bit to build the reference image10:55
* mvo_ needs to fix that10:55
pittimvo_: libgphoto2 accepted10:55
mvo_great, thanks pitti!10:55
* mvo_ hugs pitti10:55
seb128pitti: thanks10:55
seb128pitti: yes, apt-check, sorry ;-)10:56
* pitti takes off the deputy RM hat again and goes back to bug triage10:56
pittiseb128: apport crash check is done by update-notifier, I don't think that it imposes a lot of overhead10:56
pittiand it's already delayed a bit10:57
seb128yeah I noticed10:57
seb128but it's not a lot of IOs10:57
seb128right10:57
pittiseb128: hm, bug 20245711:18
ubotuLaunchpad bug 202457 in gnome-volume-manager "Preferences option for Removeable Drives doesnt control Removeable drives" [Undecided,New] https://launchpad.net/bugs/20245711:18
pittiseb128: seems that we shuold rename this menu entry11:18
seb128indeed11:18
pittiI'll report it upstream, we shuoldn't have ubuntu specific strings11:19
seb128right11:21
seb128upstream didn't change g-v-m yet though11:21
pitti(done)11:25
pittiseb128: well, since GNOME did change nautils, the 2.20 upstream release is quite broken in that regard? (double mounting)11:25
pittior did they disable nautilus automounting?11:25
seb128pitti: it's broken I think11:26
seb1282.22 you mean, right?11:26
seb1282.22.0 is a bit rough on the edges11:26
pittimvo_: can you please have a quick look at bug 202548? is it possible to leave postgresql-X.Y installed after upgrade, even if it is in universe?11:30
ubotuLaunchpad bug 202548 in update-manager "Upgrade 7.10 to 8.04 should preserve previous DB data" [Undecided,New] https://launchpad.net/bugs/20254811:30
pitti"[Bug 202994] Re: Nautilus opens more pipes than a plumber"11:38
* pitti chuckles11:38
ubotuLaunchpad bug 202994 in esound "Nautilus opens more pipes than a plumber (dup-of: 183411)" [Low,Fix released] https://launchpad.net/bugs/20299411:38
ubotuLaunchpad bug 183411 in esound "libesd leaks pipe file descriptors" [Undecided,Fix committed] https://launchpad.net/bugs/18341111:38
loolhaha11:38
seb128pitti: any reason this fix didn't make to gutsy-updates by now?11:41
pittiseb128: nobody followed up with any kind of testing confirmation11:42
seb128ok11:42
pittithree people shouting "installed that version, no problems encountered" would be enough11:42
pittiI'm not that fussed about reproducing the bug and test cases, etc.11:42
pittibut about "OMG the package miscompiled, and now everything is crashed"11:42
pitticrashing, even11:42
pittiseb128: oh, just noticed that nautilus now opens f-spot? or at least, is supposed to?11:43
seb128well, we have the change in hardy for month, and it's not exactly complicated11:43
seb128pitti: it's supposed11:43
* pitti ponders dropping g-v-m completely for hardy11:44
pittiit's an almost useless daemon nowadays11:44
Ngwould stuff like camera photo importing still happen without it?11:47
seb128Ng: <pitti> seb128: oh, just noticed that nautilus now opens f-spot? or at least, is supposed to?11:47
Ngoh, yes backscroll. doh ;)11:48
Keybukpitti: really?  I thought it still did the HAL event->open program glue?11:48
pittisane and f-spot are the only two programs left in g-v-m11:48
pittiKeybuk: most of it went into nautilus in 2.20 (gvfs)11:48
Keybukwhere has that glue moved to for other things?11:48
Keybukahh11:48
pittinautilus doesn't handle scanners, though11:49
pittimeh, this should really have been thought out much better by upstream for the final release11:49
seb128pitti: upstream has limited manpower and an huge quantity of things to do there11:52
pittiright, I understand11:52
pittiseb128: WDYT, should we add scanners to nautilus and drop g-v-m, or keep gvm for scanners only?11:52
pitti(or just ignore scanners and have people open xsane/gimp manually?)11:53
pittipersonally I find the xsane popup quite annoying, but that's just me maybe11:53
seb128pitti: do you think the options which are not used by default are useful to some users?12:01
pittiseb128: the ones for video cam, web cam, and PDA are, IMHO12:02
pochuhi all12:03
seb128pitti: ok, so better to keep it running12:03
mvo_pitti: sure, I can add postgresql-8.2 to the removal blacklist12:22
pittimvo_: that would be great12:22
pittimvo_: postgresql-* in general maybe?12:22
pittisince we'll hit the same problem with every release12:22
pittiand people upgrading from dapper will upgrade 8.1 to 8.312:22
mvo_pitti: sure, that would work too, isn't poststres-* a bit too generic? how many packages do we have that look like that?12:24
pittimvo_: that would include the -client, -contrib, -plpython, etc., too12:26
pittibut in order to not break your existing DBs, you need them, too12:26
mvo_aha, ok12:27
pittimvo_: there might be some extensions, though, I see what you mean12:27
pittiah, but not in main12:27
pittibut if they were, they should be kept, too, IMHO12:27
pittimvo_: since they should all depend on the server, removing the server version later will remove the extensions, too12:28
mvo_pitti: ok, I added it to the blacklist now12:31
gicmopedro_: hey there12:38
pedro_hey gicmo12:38
gicmopedro_: about https://bugs.edge.launchpad.net/ubuntu/+source/gvfs/+bug/19930112:39
ubotuLaunchpad bug 199301 in gvfs "gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()" [Medium,Triaged]12:39
gicmopedro_: that is most likely not a gvfs bug12:39
gicmopedro_: its crashing inside fuse12:39
pedro_gicmo: ok, will re assigned it then, thanks you12:39
gicmopedro_: wait a sec12:39
gicmopedro_: also http://bugzilla.gnome.org/show_bug.cgi?id=522944 like a bit like it was the same issue12:40
ubotuGnome bug 522944 in gphoto backend "gvfsd-gphoto2 crashed with SIGSEGV in pthread_mutex_lock()" [Critical,Unconfirmed]12:40
gicmoany chance somebody fucked up libc or pthreads or something in ubuntu?12:40
gicmomvo_, pitti?12:40
pedro_gicmo: does this works for you? bug 20304112:42
ubotuLaunchpad bug 203041 in nautilus "davs:// protocol is not properly supported" [Undecided,New] https://launchpad.net/bugs/20304112:42
gicmopedro_: that is a nautilus issue12:45
gicmopedro_: see http://bugzilla.gnome.org/show_bug.cgi?id=522445 and dups12:45
ubotuGnome bug 522445 in GIO "connect to server error" [Normal,Resolved: duplicate]12:45
hggdhby the way, seb128, evolution *is* using gio13:01
seb128hggdh: to do what?13:05
hggdhI do not know yet... I just saw it on a bt13:05
hggdhon e-d-s13:06
hggdhbut I still hope it is not a direct use, searching for it13:09
slytheringicmo: dholbach told me to contact you. I was trying to fix evolution-scalix FTBFS. I created patch for configure(.in). But I am not able to solve compilation problems.14:05
gicmohey slytherin14:06
gicmoFTBFS?!14:06
gicmo;-)14:06
dholbachfails to build from source14:07
slytheringicmo: The version, 10.0.1.1-0ubuntu2 which was supposed to be rebuild against latest libcamel fails to build14:07
dholbachbug 19376414:07
ubotuLaunchpad bug 193764 in evolution-scalix "evolution-scalix FTBFS with current evolution" [High,Confirmed] https://launchpad.net/bugs/19376414:07
dholbachI pinged you about it as I didn't know14:07
dholbachbug 198733 might be the same problem14:08
ubotuLaunchpad bug 198733 in evolution-scalix "evolution-scalix not installable on hardy (missing libcamel)" [Undecided,New] https://launchpad.net/bugs/19873314:08
slytheringicmo: in fact this was the first time the package was changes in hardy. The last changelog entry is from feisty.14:08
gicmoohh, hmm I have stopped using scalix myself and I am not working for them anymore so I wouldnt notice, but lets see what I can do about it14:08
* dholbach hugs gicmo14:09
* gicmo hugs dholbach ;-)14:09
slytheringicmo: I will attach my diff.gz tonight to the bug which will at least run configure script without fail and start compilation. You can take it from there. :-)14:09
gicmoslytherin: thanks14:11
slytheringicmo: oops, someone has already attached patch for configure failure. I will check if it is better than me?14:11
gicmoas long as it picks up the right stuff, I dont care where it is coming from ;-)14:12
seb128pitti: are you fine doing approvals or should I rather wait for steve?14:23
=== belou_ is now known as belou
=== dholbach_ is now known as dholbach
loolseb128: Hmm the totem mythtv plugin pulls a lot16:53
loolseb128: libgmyth, libmysql, mysql-common...16:53
loolLP #19195216:55
ubotuLaunchpad bug 191952 in gst-plugins-bad0.10 "Remove mysql dependency for LPIA" [Undecided,New] https://launchpad.net/bugs/19195216:55
seb128lool: I'm pondering creating a totem-plugins-universe and move things there17:07
loolseb128: Good idea17:08
seb128that would allow having bugs about totem not depending on python-gdata for example17:09
seb128there is quite some plugins which have extra depends or are not really stable17:09
Amaranthmvo: so is there any hope of getting a new snapshot in before beta? :)17:12
mvoAmaranth: not really, htat is going to be very difficult. however, if we can point to a number of LP bugs that are fixed with it, the chances will raise dramatically17:13
huatsmvo: hello17:22
huatsmvo: any idea why gnome-commander has not been built in i386 ?17:22
Amaranthmvo: alright, let me try to make a list here :)17:23
Amaranthmvo: huge one right here http://bugs.opencompositing.org/show_bug.cgi?id=79317:26
ubotubugs.opencompositing.org bug 793 in Core "Impaired UI performance with Firefox in full screen mode (F11)" [Normal,Resolved: fixed]17:26
Amaranthbasically all the problems with fullscreen apps when using unredirect fullscreen windows seem to be solved17:29
Amaranthand unredirect fullscreen windows works correctly when the app changes the screen resolution17:29
Amaranthvuntz: it looks like a recent commit to compiz is going to break how libwnck deals with compiz window decorations17:36
Amaranththe bit added to libwnck to account for window decorations when moving a window, specifically17:37
Amaranthhttp://cgit.compiz-fusion.org/compiz/commit/?id=61f8473ed79d679f0c9dd068340b14ad964dda1217:37
vuntzAmaranth: hrm17:41
vuntzAmaranth: I think it's already fixed in libwnck 2.22.0, isn't it?17:42
Amaranthvuntz: isn't the fix to take window decorations into account before moving?17:43
Amaranthit seems like this commit to compiz will make libwnck move things too far now17:43
Amaranthbut i haven't tested so i might be wrong17:43
vuntzAmaranth: there are two kinds of move :-)17:45
vuntzeither with decorations or without decorations17:45
vuntzwe're missing one public API for the one without decorations, though, iirc17:45
vuntzand the one "with decorations" was broken and has been fixed for 2.22.017:46
Amaranthah17:46
Amaranthvuntz: don't suppose you got a chance to look at my patch for scrolling on the workspace switcher with compiz :)17:47
vuntzAmaranth: not yet, but later this week17:48
vuntzAmaranth: there are 4-5 libwnck patches I want to commit17:48
crevetteAmaranth, you should read that http://svn.gnome.org/viewvc/gdm/trunk/ChangeLog?revision=6031&view=markup18:02
crevetteat least the first commit :)18:02
Amaranthneat but that's intrepid stuff18:03
crevetteI don't like the key name18:03
crevettethe name is harcoded, I would have preferred custoim_wm18:04
crevettecustom_wm, or something like thazt18:04
crevettesomething which would have more WM agostic18:05
crevetteagnostic18:05
crevetteanyway, time to go back home, see you18:07
mvolool: I would like to upload http://paste.ubuntu.com/5786/ - is that ok with you? the "fix" works around a problem in the apt ordering code18:19
lapociao19:12
mvoAmaranth: what is up with the session plugin? another abi change?19:12
Amaranthyes :/19:13
Amaranthmaniac redid the mechanism for getting session events19:13
mvoAmaranth: ok, thanks. I noticed the load of fixes in compiz git, its pretty amazing. I will have a log at the git log but my guess is that we will have a hard time pushing more than specific patches at this point, may get easier after beta again19:18
=== asac_ is now known as asac
loolmvo: But how do we guarantee that people don't install nautilus 2.20 with the new glib?20:03
loolwell << 2.20 rather20:03
mvolool: I'm investigating currently, maybe there is a better way20:03
mvolool: its a bit of a desperate move from my side :)20:03
loolmvo: Ack; if you don't find a way, let's do this20:04
alex-weejis there something that can be done about CPU load drastically affecting audio performance?21:44
alex-weejsince the switch to PulseAudio it's gotten a lot worse21:44
alex-weejbut it was bad even with just ALSA21:45
loolCheck whether you have freq scaling21:45
alex-weejstuff is underrunning like mad as i run updates21:45
alex-weejlool: what is that and how do i do it?21:45
loolalex-weej: Does your CPU frequency change depending on the load?21:46
loolThis might cause audio glitches21:46
alex-weeji don't think so, it's a Pentium 421:46
* lool goes to bed now &21:46
alex-weejah xorg is eating all my CPU time21:46
alex-weejchrist on a bike21:47
alex-weejit was the new system monitor graphs eating all my time21:47
seb128alex-weej: that's a known issue21:50
seb128alex-weej: likely cairo being slow on your video card or driver21:50
alex-weejseb128: it's more like it's saturating the server with drawing commands21:50
alex-weejtry resizing it as it draws and it continues servicing old drawing requests for the wrong size21:50
seb128cairo performances are bad with some drivers21:51
alex-weejati here, ftr21:51
seb128are you use EXA or XAA?21:52
alex-weeji'm not sure to be honest, but given that the "smooth" scrolling barely works i think we should find a way to disable it for hardy release21:52
alex-weejmost people report that it jerks21:52
seb128alex-weej: grep for EXA and XAA in you Xorg.0.log21:53
alex-weejThis is a pre-release version of the X server from The X.Org Foundation.21:54
alex-weejuh...21:54
alex-weejbug in log viewer :P21:54
alex-weejXAA21:54
seb128alex-weej: https://bugs.freedesktop.org/show_bug.cgi?id=432021:56
ubotuFreedesktop bug 4320 in Driver/Radeon "Over from xrgb8888 pictures not fast-pathed in XAA" [Normal,Assigned]21:56
alex-weejSecure Connection Failed21:56
alex-weejephy/xulrunner is absolute crap since Fx 2.0 :(21:56
alex-weejany idea if ephy/webkit is likely to be supported soon?21:56
seb128alex-weej: not this cycle, webkit is not usuable yet21:57
seb128alex-weej: you should be able to accept certificates now, no?21:57
alex-weeji am really pissed off that the design of xulrunner even seems to let any of this stuff seep through21:57
seb128I copied the firefox on some weeks ago so I didn't notice if that has been fixed yet or not21:57
alex-weejno obvious way to do it seb21:57
seb128open the website in firefox21:58
alex-weejoh right... that doesn't count :P21:58
seb128and copy cert8.db21:58
alex-weejthere are buttons to do it in Firefox on the chrome page21:59
seb128yes, epiphany should do the same22:00
seb128asac should know better about that22:00
alex-weejspeaking of this... has anyone ever expressed any interest in getting a "gnomebuntu-desktop" metapackage made up?22:04
asaccerts is the last important fix we need22:08
seb128alex-weej: we have ubuntu-desktop22:08
alex-weejasac: ah, about:config is working now i see :D22:09
asacgtk22:09
alex-weejseb128: ubuntu-desktop is a bit of a mish mash though, pidgin over gossip, compiz over metacity, firefox over ephy?22:09
alex-weejthe kubuntu guys get to have kontact, kwin, konq22:09
alex-weejhaving a gnomebuntu metapackage at least would be useful for people wishing to use all gnome software22:10
alex-weejasac: gtk?22:10
asacgood to know22:10
seb128alex-weej: you can install gnome-desktop-environment from universe22:10
alex-weejasac: ?22:13
calcisn't there some new gdm gui that is supposed to be in hardy?22:24
calcor did that not make it in time for this release?22:24
* calc installed fedora 8 yesterday in vmware and thought their gdm was nifty22:25
tedgcalc: It was decided early on to push it to the next release.22:25
calctedg: ah ok22:25
calctedg: i had forgotten about it until i saw the fedora gdm yesterday22:25
pochucalc: in fact GNOME 2.22 ships with gdm 2.20 IIRC22:30
calcpochu: ah, yea that makes sense given what i heard about gdm 2.2222:32
calcpochu: aiui gdm 2.22 is a complete rewrite22:32
pochuyes, http://live.gnome.org/GDM/NewDesign has the details22:35
alex-weejasac: have you noticed that trying to edit properties in about:config doesn't work? i get a dialogue with no text, no window title, and just a text field, ? icon and OK and Cancel (that don't do anything when you click them)22:55
alex-weejonly way to get it to go away is to hit the window X22:55
alex-weej(and it doesn't actually apply the setting you typed)22:55
seb128slomo: did you try the new totem youtube thing?23:17
seb128slomo: bug #203336 seems to be a gstreamer issue23:18
ubotuLaunchpad bug 203336 in gstreamer0.10 "Youtube plugin don't work" [Undecided,New] https://launchpad.net/bugs/20333623:18
slomoseb128: will test in a few minutes23:18
slomoseb128: thanks23:18
alex-weejis VT switching completely broken now in Hardy? last time i checked, consolekit was doing something funky that just took me straight back to my X VT23:29
alex-weejbut now the ctrl+alt+f-keys don't even do anything23:30
Amaranthworks great here23:32
Amaranthit even mutes sound when you switch away from the VT where sound is playing23:32

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!