[00:35] ali1234, that you can trigger that infinite event loop if you add two sound-indicators to the panel (in two separate indicator plugins) [00:35] seems not related to virtualbox - single indicator works fine here [00:37] hmm yes i see it [00:37] ah [00:38] i bet i know what this is [00:38] like i mentioned before, in unity the notifications are not shown if you change the volume using mouse wheel [00:38] if you have two sound indicators then they have to stay in sync [00:39] to you update one, it sends the notification, and then the other one syncs and sends it's own notification [00:39] and so the synchronization coode is bouncing back and forth between them [00:39] the loop isn't actually infinite [00:39] but it does spam lots of notifications [00:39] this bug probably affects unity too but you don't see it because the notifications aren't shown [00:40] in any case, i bet it's something like that [00:42] the notification crash is probably caused just by a random unrelated bug in the notifyd [00:42] sometimes it crashes randomly so spamming lots of events probablyjust makes that happen faster [00:54] skellat: bluesabre: I don't think the keyboard shortcuts needs an FFe and UIF and doc string freeze are thursday, I plan on just uploading assuming I tonightfind the time [01:08] ali1234, at least I could find the place where it crashes [01:11] spamming notifications does some... interesting things [01:14] seems to be related to whether you have the mouse over a notification [01:27] ali1234, https://bugzilla.xfce.org/show_bug.cgi?id=10356 [01:27] bugzilla.xfce.org bug 10356 in general "Crash" [Major,New] [01:28] hmm... note that the volume notification doesn't actually create multiple bubbles like normal messages [01:28] so it's actually updating an existing bubble [01:28] or something [01:28] i do wonder how it does that [01:30] hmm so this is a race condition where the update event starts happening and then the window stops existing before it completes? [01:35] ali1234, yes, it looks like that. But adding proper synchronization may be difficult if feasible. Checking the arguments should be enough. [01:36] that event flooding is IMHO caused by the indicator(s), that's where it should be fixed. [01:37] BTW, can't test it now but does this also happen with gtk2 indicator-plugin? [01:37] 'night [01:38] gtk2 indicator plugin is fully 100% broken... [03:11] micahg: https://bugs.launchpad.net/ubuntu/+source/lightdm-gtk-greeter/+bug/1226921 [03:11] Ubuntu bug 1226921 in lightdm-gtk-greeter (Ubuntu) "Please update lightdm-gtk-greeter 1.6.0 to 1.6.1 on saucy" [Undecided,Confirmed] [03:12] let me know if you need anything else [03:12] heading to bed, be back early in the morning === brainwash_ is now known as brainwash [03:14] knome, ochosi, fyi ^ [06:55] ochosi ali1234 - trying to do this again - https://wiki.ubuntu.com/Xubuntu/Roadmap/Specifications/Saucy/Gtk3Indicators - asking for garcon-gtk2-1; the only garcon packages I can find I have installed [06:57] elfy: where are you now? [06:57] i mean where in the process [06:58] maybe we should add numbers to the steps, so it's easier to communicate [06:58] ./autogen.sh --enable-gtk3 --prefix=/usr in xfce4-panel [06:58] you're on saucy, right? [06:58] yep - just editing the wiki :) [06:58] (with all updates installed) [06:59] yep [06:59] including the lightdm one [07:00] you did install the build-dep for the panel, right? [07:01] yep - followed the steps :) [07:02] and you switched to the wrapper3 branch successfully? [07:02] after git cloning [07:02] oh - didn't cd to there [07:03] :) [07:04] was following the wiki :) [07:04] run out of time now - will look again later - and also look at numbering it :) [07:18] elfy: ok, added the numbering to the steps [07:19] ok [07:20] I'll look at it again when I'm back from work - I assume there should be a cd /wrapper in step 2 then [07:20] anyway - later :) [07:20] no [07:21] you don't switch to a git branch like that [07:21] if you're in the right dir, the "git checkout..." switches to the branch [07:21] ok [07:39] ochosi: all done - really off now - cya later :) [07:39] so it worked? [07:39] ok, seeya :) [09:17] [09:17] hum [09:18] [09:19] [09:26] mr_pouit, Do you think it would be worth merging xfce4-systemload-plugin for saucy? [10:22] http://temp.knome.fi/xubuntu/saucy/topic-s-flavor-xubuntu.png [10:22] with real baseline [10:24] woot [10:33] btw, why is the ubqiquity bug in status.ubuntu shown twice? [10:34] two different packages are affected? [10:35] it has been added to 100papercuts [10:35] ubiquity and lubuntu-artwork (which is probably invalid) [10:35] that's not the reason, but cool :) [10:36] marked it as invalid for lubuntu-artwork, because it really isn't an -artwork bug [10:37] would be interesting to know whether it really affects lubuntu/openbox too [10:38] that [10:38] meh [10:38] that's been confirmed for lubuntu [10:38] but it still ain't an -artwork bug :) [10:38] ok, good to know [10:38] i'll see whether my patch-suggestion in the bugreport actually works [10:38] (well at least judging from the bug) [10:39] oh noes, python [10:39] haha [10:39] :) [10:39] /o\ [10:39] lderan likes python [10:39] just saying... [10:39] python? [10:40] yes i do [10:40] ochosi: if you need any help let me know :D [10:41] lderan, bug 1177116 [10:41] bug 1177116 in ubiquity (Ubuntu) "maximise button does nothing in Ubiquity" [Low,Confirmed] https://launchpad.net/bugs/1177116 [10:41] guess i need to find out how to do this in python: http://www.gtk.org/api/2.6/gtk/GtkWindow.html#gtk-window-set-type-hint [10:42] super easy in python [10:42] window.set_type_hint [10:42] yeah, i've found that now [10:42] too hard [10:42] :> [10:42] just have to learn to read the code of ubiquity [10:43] but this is only a problem with xfwm, so that type hint is probably already set [10:43] what about lubuntu? [10:44] the same bug appears there [10:44] maybe i should run lubuntu on a vbox once [10:44] ah, didn't know they were affected [10:44] bluesabre: it's only set in keyboard_query.py [10:45] cool, be nice to see that buglet fixed then [10:45] also have to find a way to test ubiquity [10:45] isnt there a test mode that we use to see the slideshow? [10:46] yep... but that doesn't test ubiquity the software [10:46] it only tests the slideshow itself [10:46] ah [10:46] Unit193 could probably give a hint as to how to roll a custom iso [10:46] yep [10:46] he's done that a few times altogether [10:47] downloading the lubuntu ISO just for fun [10:47] let's see what it has eaten. [10:48] probably some fruits, veggies, and openboxes [10:48] doesn't it use lxde? [10:48] yup [10:48] :P [10:48] lxde is not a complete de though, i think it uses openbox for the wm [10:48] ok [10:48] don't know enough of that [10:49] back from my early days of distro hopping, when I determined lubuntu was ugly and stuck with xubuntu :) [10:49] woo [10:51] \o/ [10:51] * ochosi is happy that everyone can now see how important good artwork is [10:51] "at least we did something right" ;) [10:53] it seems that ubiquity sets its window-type to dialog [10:53] ok, i need to prepare a poster for printing [10:54] will be more or less idle for a moment [10:54] and as you can see here, xfwm4 always shows a maximize button in dialogs: http://www.zimagez.com/zimage/screenshot-09182013-125423pm.php [10:55] (i mean a non-functional one!) [10:55] heh [10:55] so it's actually a bug in xfwm4 [10:56] yay [10:57] as well as i know xfwm4, i'm pretty sure it's a design decision, not a bug [10:57] not sure why it was taken that way though [10:59] seems like a flaw [11:00] want to bug olivier about it, that seems pretty dumb [11:00] any other window type that would do? [11:00] any other window type, maximize would only appear if resizing/maximizing were enabled on that window [11:01] or should [11:01] I'll throw together a basic window where those are the case and see what xfwm does [11:01] olivier hasn't been around in ages [11:02] i think if you wanna fix this, we have to write the patch ourselves and propose it to nick [11:02] shouldn't be too hard I would hope [11:02] probably find the relevant code in metacity [11:02] brb [11:26] back [11:27] everyone who's around, come cheer for me in #xubuntu-devel in ~30ish minutes to get my ubuntu-membership :) [11:28] woops [11:28] I mean #ubuntu-meeting [11:28] ;) [11:28] lol :) [11:29] * lderan prepares to cheer [11:29] woo \o/ [11:29] :D [12:22] ochosi: just a quick point - I assume that at some point this new gtk3 stuff won't look out of place - ie it follows the rest of the panel style ? - http://imagebin.org/271259 [12:24] elfy: yes, the git-version of greybird already carries a fix for that [12:24] elfy: all other themes would be patched accordingly [12:24] ok - just checking :) [12:28] theres a shimmerproject daily ppa: https://launchpad.net/~shimmerproject/+archive/daily [12:31] true that :) [12:35] not that concerned - I'll wait for patches to come through properly [12:35] :) [12:36] elfy: nice to see you got the gtk3 indicators working thouh [12:36] gh [12:36] when I installed it all this morning from git - the sound thingy was a big fail ... [12:36] then I remembered to go and unfix the services and it'd fine now :p [12:36] #Exec=/usr/lib/indicator-sound-gtk2/indicator-sound-service [12:38] :) [12:39] knome, I'm pulling skellat's merge now. I hope to have another MP for you by 1600 today and that should be the final one. [12:39] jjfrv8, cool, thanks [12:53] there we go, bluesabre is now a ubuntu member [12:54] * bluesabre dances [12:54] now to work towards xubuntu-developer-membership [12:55] yep [12:58] gotta go start working now, bbl [12:59] have fun [12:59] at some point, could somebody have a stab at making sure the documentation is nearly ready for a new upload (we still need to update some bits) [12:59] and be prepared for filing a sponsorship queue bug [13:04] ok, i'm off to to shopping groceries [13:04] bbl [13:04] cheerio [14:59] knome, MP is up there and ready for you. I don't know why it's complaining about the two text conflicts. I can't find the problem when I look at the files with Meld. [15:01] knome, also, I don't know if I handled lp bug 1225782 the way you wanted. I took a stab at it but tell me if I'm off base. [15:01] Launchpad bug 1225782 in xubuntu-docs (Ubuntu) "Document how to enable hibernation" [Low,Triaged] https://launchpad.net/bugs/1225782 [15:03] jjfrv8, i'll check them out. cheers :) [15:21] * ochosi pokes around again wrt logout-delay [15:50] for all those concerned with the logout-delay bug, feel free to confirm here: bug #1227212 [15:50] bug 1227212 in upstart "Session logout takes too long" [Undecided,New] https://launchpad.net/bugs/1227212 [15:51] i've talked to slangasek about this issue and this is the only thing we could come up with for now (a bugreport) [15:51] what was steve's reply/take on it? [15:51] that he isn't sure either what could be causing this [15:52] and that for debugging it, the session would have to be looked at "from the outside" while shutting down [15:52] but he kinda confirmed my idea that something isn't shutting down properly [15:52] which is why it's reported against upstart [15:52] might be logind, might be something else [15:52] so what would be "from the outside"? [15:53] slangasek$ debugging this probably involves either taking snapshots of the process state from outside the login session and seeing what's running when, or putting debug "echo"s in each of the upstart jobs [15:53] both is kinda outa my league for now [15:53] so i hope more able people take to it [15:53] maybe cjwatson could be able to help? [15:54] maybe, i dunno him [15:54] just join -release and ask [15:54] i was just pointed to slangasek by robert_ancell [15:54] he was around 1mins earlier [15:54] i'm already in release [15:54] ok, then just ask there [15:54] what, i'm not [15:54] heh [15:54] just -desktop and -devel [15:54] and -meeting [15:54] bah :) [15:54] meh, too many chans [15:54] is -desktop useful at all? [15:55] major things seem to hit -release anyway [15:55] yeah, it's not bad [15:55] heh, i wasn't thinking of pinging, just telling your issue and shouting "anyone?" [15:55] :D [15:56] but that works, i guess... [15:56] well, you pointed me to him ;) [15:56] thing is, i've tried that a few times, just saying stuff [15:56] pinging is much more effective [15:56] (not sure if he's the right person to ask either, but i guess he could know about that) [15:56] if you know who to ping [15:56] sure, if you know the right-right person [15:56] exactly [15:56] well making more people that could be right aware is also not a bad idea [15:57] can't disagree [16:02] ok, i've pinged enough buntu-devs for today [16:02] ha [16:02] never enough ;) [16:03] i'm off [16:03] bbl today [16:03] knome, i'll be afk until around 2100, in case you need me to fix anything. [16:03] jjfrv8, right [16:03] i'll be here for the moment i'll check those [16:03] thanks for reminding [16:03] cya [16:04] but yeah, i'll be in touch (or i'll just fix them) [16:04] have fun! [16:07] jjfrv8, all looks good. i'll go through the merging now [16:14] jjfrv8, merged/pushed [17:35] ochosi: thanks for the long looooooooooooooogoooooooooout bug - me too'd it [17:42] almost unbelievable, that nobody was able to properly debug this logout delay [17:43] where are the people with the magical debugging skills? :) [17:55] * lderan hides [17:59] it doesn't affect me, or else i would try [18:01] knome: LP Bug #122725 [18:01] Launchpad bug 122725 in zabbix (Ubuntu) "wrong permission" [Medium,Expired] https://launchpad.net/bugs/122725 [18:01] Wrong bug [18:01] knome: LP Bug #1227275 [18:01] Launchpad bug 1227275 in xubuntu-docs (Ubuntu) "[Sponsored Upload] Please update xubuntu-docs to 13.10 for saucy" [Undecided,New] https://launchpad.net/bugs/1227275 [18:03] sorry, I'm rushing to finish some stuff, I don't think I'll get to that today [18:05] if it misses tomorrow, just let the translations team know about it and I'll upload over the weekend [18:06] ochosi: I'm sorry, I'll get your thing in for beta 2 (I assume our docs already reflect the proper gmb usage if any)? [18:53] micahg: yeah, no new functionality, just bugfix, so it's fine [18:53] ali1234: surprising, so far it affected pretty much anyone [18:54] brainwash: ppl are busy with mobile and mir [18:55] and unity 8.. or "does mobile and mir" already include unity 8? :) [18:55] misplaced " [19:02] ochosi: bootchart might help [19:03] thought that was only to chart the boot-process? [19:03] does it also chart the session stuff? [19:03] micahg, i'm asking what's happening with ubuntu docs, let's see if somebody could handle our docs upload as well [19:03] ochosi: it logs everything up until "bootchart-stop is run" [19:03] i'll have a look at exactly how it works [19:04] is that something you have to run manually? i'd have expected it stops as soon as the session is loaded [19:04] normally it runs automatically [19:04] btw, are you on saucy with all updates? [19:04] but you can always disable it [19:04] knome: the main issue with the docs is doc string freeze, so if you can get someone to upload, great, otherwise, just ask them if they mind the upload happening over the weekend [19:05] micahg, yes, i know [19:05] ali1234: so logout is super-fast for (as in: normal-fast, ~1sec) [19:05] 1 second? no, i've never seen ubuntu log out that fast in 5 years [19:05] ali1234: i missed a "you" there. my connection is shaky again :/ [19:05] it takes about 10 seconds [19:05] xubuntu always used to logout really fast [19:05] yeah, that's the bug then [19:05] but it's always taken 10 seconds... [19:06] not here [19:06] never took 10secs with the session slowly deconstructing itself [19:06] what's that? [19:06] (first the panel, then the wallpaper, then the compositor, then plank) [19:06] i just get a black screen for 10 seconds [19:06] yep, used to be almost instant [19:07] i can really see things disappearing bit by bit [19:07] press logout -> instant black screen -> 10 seconds -> login menu [19:07] bkerensa will get our docs stuff uploaded [19:07] cool [19:07] nice knome [19:07] that's already the second pkg today that someone else uploads for us [19:08] yep [19:08] are there others we need uploaded? [19:08] :P [19:08] well gmusicbrowser, but it's not "ready" (as in: debdiff ready) [19:08] ochosi: did you notice that xfce4-indicator-plugin and occasionally nm-applet are triggering kernel traps? [19:08] it shouldn't be hard though [19:08] is that something you could do? [19:09] i'm not sure, i've never done it before and i fear i might have to do other stuff tonight (upgrade mediawiki installation etc) [19:09] ochosi: on shutdown I mean, and/or logout [19:09] ppl who've done packaging before should be able to [19:09] like bluesabre you mean? [19:10] brainwash: no, never noticed, but i don't use that version of the indicator-plugin anymore, i use the gtk3 version [19:10] knome: or like Unit193 or Noskcaj [19:10] ochosi: feeling so outdated now [19:10] hehe, sorry ;) [19:10] ochosi: I didn't do it! [19:11] Unit193: yeah, i think you'd be *the man* to do some packaging for your favorite software! [19:11] hehe [19:11] bootchart is broken, great [19:12] hmpf [19:12] well there goes that [19:12] bootchart? that ain't essential though [19:13] oh great, bug #1226544 [19:13] bug 1226544 in lightdm (Ubuntu) "lightdm --test-mode fails immediately" [Undecided,Confirmed] https://launchpad.net/bugs/1226544 [19:14] just wanted to do some testing :) [19:17] ochosi: I did a quick job at it the day before yesterday, but libxfce4ui wasn't playing nice so I nuked everything. ;P [19:18] Unit193: wait, you're referring to the gtk3 indicators? [19:18] ochosi: Technically yes, but actually the indicator plugin. [19:19] Unit193: well i was hoping you could do some packaging for gmusicbrowser :} [19:19] Hah. [19:19] yeah, i know, right? :) [19:19] it'd be simple, just create a debdiff from a tiny patch [19:20] then knome (with his amazing connections) might get it uploaded [19:20] and micahg would have one thing less on his plate [19:24] Unit193: your silence is to be taken as a "yes"? [19:25] Ah, slightly distracted, and no idea what's going on with gmb. [19:28] Unit193: it's this bug: #1223808 [19:28] bug 1223808 in gmusicbrowser (Ubuntu) "gmbrc misses line to activate albuminfo-plugin" [Undecided,Confirmed] https://launchpad.net/bugs/1223808 [19:28] basically add a line to the gmbrc.default file and then replace the existing albuminfo.pm with the one from upstream git and add that to the changelog (i assume) [19:28] and debdiffing [19:28] lotsa things i don't really know much about [19:29] i think i've got bootchart working [19:31] Hrm. [19:33] ali1234: but does it do what we want it to? [19:33] yeah [19:33] you can increase the delay before it stops [19:33] edit /etc/init/bootchart.conf [19:36] http://al.robotfuzz.com/~al/random/al-x10-saucy-20130918-2.png [19:36] it looks like the culprit is.... xscreensaver [19:38] woot? [19:38] that wouldn't explain the delay on my system, I removed xscreensaver [19:39] or gnome-keyring-d [19:39] but we're the only ones using xscreensaver [19:40] i'll start ripping out packages and see what happens [19:44] ali1234: cool, thanks a lot! [19:47] ochosi: "(first the panel, then the wallpaper, then the compositor, then plank)" "i can really see things disappearing bit by bit" [19:47] I've seen that since I started using Xubuntu 11.04 ish time [19:47] right, but i haven't [19:47] i have maybe not the fastest cpu, but an ssd and enough ram [19:47] didn't realise that was what you were saying the other day [19:47] so things are usually really snappy [19:47] well it never took that long to logout [19:48] even if this kind of deconstruction happened, i didn't see it because it was happening very quickly [19:49] ochosi: you 'might' remember me saying a cycle or two ago that everything looked a bit win95ish when I logged out - this is that [19:49] that's due to the setting daemon closing before other things [19:49] makes the theme go to default, which looks like win95 [19:50] yup [19:50] that used to be a bug on gnome too [19:50] then it's the same now as it ever has been here :) [19:50] a more controlled session shutdown would be nice [19:50] elfy: so it was always that slow? [19:50] ochosi: uhm, the restart entry is still missing after the first logout [19:50] ochosi: more or less, hard to be exact [19:51] brainwash: that's always missing, it seems to be a bug in lightdm [19:51] brainwash: haven't had time to take care of that yet [19:51] but not after booting the pc [19:51] ochosi: but it's never been particularly snappy for me here - shutdown is similar for me here [19:51] elfy: shutdown and reboot are really snappy, as they used to be (at least as far as closing the session goes) [19:52] Intel(R) Pentium(R) CPU G870 @ 3.10GHz / 4Gb RAM [19:52] ochosi: and while testing logout, could you please right click the password input field? [19:52] i immediately get thrown at a VT [19:52] brainwash: hummyeah, we have to disable that in the UI [19:52] brainwash: probably won't happen in 13.10, unless someone does another bugfix upload [19:53] oh, because it's visually broken or for some other reason? [19:53] brainwash: could you report a bug about it and subscribe bluesabre and me to it? [19:53] brainwash: well it's really not needed there [19:53] against lightdm-gtk-greeter [19:53] ok, I'll create a report later [19:53] yes [19:53] ty [19:54] and should I report the missing restart entry too? [19:55] oh wait, maybe it's still missing because I haven't restarted lightdm after the greeter update yet [19:57] no, it's a known issue too [19:57] the missing restart entry i mean [19:57] i reported it yesterday or a few days ago [19:57] but it goes missing after the first logout [19:57] yeah [19:58] ok :) [19:58] restart entry missing where? [19:58] http://al.robotfuzz.com/~al/random/al-x10-saucy-20130918-3.png goota be gnome-keyring [19:59] elfy: in the menu of the greeter [19:59] elfy: when clicking the shutdown indicator displayed by lightdm-gtk-greeter [19:59] aah ok [20:00] brainwash: well it's really not needed there [20:00] I'd disagree with that - I wanted it earlier this evening :) [20:01] unless that's something else [20:01] the context menu for the password input field? [20:01] I just woke up - reading backlog or trying to [20:01] brainwash: obviously something else then :) [20:01] the restart entry is needed [20:02] :) [20:02] yep [20:02] hmm... not gnome-keyring [20:02] brainwash: I never understood why it's not a default action in action buttons either [20:03] easy enough to add it [20:03] well, all I can find is, that the kernel traps an exception caused by xfce4-indicator and 7 seconds later one caused by nm-applet [20:04] elfy, woke up? get a grip man, you waking up at nine at the evening? :P [20:05] knome: catnaps ftw [20:08] elfy: yeah, i was referring to the context-menu, not the restart button [20:09] ali1234: you removed it and it's still slow? [20:09] yeah [20:09] something is just sleeping for 5 or 10 seconds for no reason [20:09] there's no high cpu usage so it isn't polling [20:09] weird [20:10] another bootchart any help? [20:10] i was wondering whether it's some kind of conflict between logind and consolekit [20:10] (or whatever logind replaced exactly) [20:12] I removed ck [20:12] the only three processes that persist for the full 12 seconds are Xorg, lightdm, and init [20:13] http://al.robotfuzz.com/~al/random/al-x10-saucy-20130918-4.png [20:14] if you want to make these bootcharts, install it and edit /etc/init/bootchart.conf find the place where it sleeps and increase it to 200 or 300 seconds so you have enough time to log in and out a couple of times [20:14] the comment says "sleep 45 seconds to capture desktop login" - but we want the logout too [20:15] so it might after all be a bug in lightdm... [20:15] btw, could you add this information incl the bootchart to the bugreport? [20:15] sure [20:16] bug #1227212 [20:16] bug 1227212 in upstart "Session logout takes too long" [Undecided,New] https://launchpad.net/bugs/1227212 [20:16] thanks! [20:17] ali1234: this line? [ "$UPSTART_STOP_EVENTS" = "stopped" ] && sleep 45 [20:17] yes [20:17] ochosi, what do you want to do with bug 1177116? [20:17] bug 1177116 in ubiquity (Ubuntu) "maximise button does nothing in Ubiquity" [Low,Confirmed] https://launchpad.net/bugs/1177116 [20:18] knome: reassign it to xfwm4 [20:18] it's not a bug in ubiquity as far as i can say now [20:18] ochosi, from ubiquity? [20:18] and for 13.10 we have to let it go i guess [20:18] oki [20:19] should i assign it to you or sean? [20:19] biab [20:21] knome: not sure, sean said he'd do some tests [20:21] the title better now? [20:21] i dont think there has to be an assignee for now [20:21] bug 1177116 [20:21] bug 1177116 in xfwm4 (Ubuntu) "Xfwm4's 'dialog' window has an unused maximise-button" [Low,Confirmed] https://launchpad.net/bugs/1177116 [20:21] yeah [20:21] maybe there's even a bug in bugzilla [20:21] haven't looked yet [20:24] i quickly searched, couldn't find anything [20:25] it's interesting that a bunch of progams last for 6 seconds before exiting and then it takes a further 6 seconds after that for everything to stop [20:25] you also have to look through closed bugreports i guess [20:25] Guys, any chance of fixing bug 1076291? [20:25] bug 1076291 in xfce4-panel (Ubuntu) "workspace switcher orientation problem in deskbar mode" [Undecided,Confirmed] https://launchpad.net/bugs/1076291 [20:25] fff [20:25] knome: the way i know olivier, he'd have set it to wontfix [20:26] is upstart doing SIGQUIT && sleep 1 && sleep 5 && SIGKILL && sleep 1 && sleep 5 && SIGTERM? [20:26] ochosi, that makes sense. [20:26] ali1234: hehe, add that question to the bugreport! :D [20:27] ochosi: ain't nobody going to read that :P [20:27] can upstart be disabled for the user session? [20:27] andrzejr: so that basically just needs a new version of libwnck? [20:28] hmpf, version 2.30.7 here [20:28] i guess ubuntu folks don't need that lib anymore, so they don't update it [20:28] ochosi, no, i don't think there is a bug for that [20:28] andrzejr: have you checked who the debian/ubuntu maintainer of libwnck22 is? [20:29] ochosi, yes. [20:29] knome: then we should submit one upstream [20:29] and (s)he is...? [20:29] (yes, new version needed) [20:29] ochosi, thanks for volunteering! [20:29] ;) [20:29] ali1234: http://imagebin.org/271304 that any good? if it's not I'll get another one in the morning [20:29] knome: haha, you're already there! [20:29] knome: currently dealing with 2 more issues at once [20:30] i'm going to bed ASAP [20:30] i can do that *later*, if we're not really targeting 13.10 anyway [20:30] yeah [20:30] i think we're nt [20:30] ok, unlinked from saucy blueprints [20:31] ty [20:31] elfy: you didn't sleep long enough so it didn't catch the full log out [20:31] mmm [20:31] [ "$UPSTART_STOP_EVENTS" = "stopped" ] && sleep 300 [20:32] you didn't save or something [20:32] or that's an old chart [20:32] or you didn't log out? [20:32] I installed it 5 minutes ago - it's the only chart :) [20:32] yeah [20:33] I rebooted ochosi [20:33] i'll be around tomorrow until 13UTC'ish, then later in the evening [20:33] maybe like 19UTC-> [20:33] well the chart doesn't appear until after the 300 seconds + boot time [20:33] elfy: that's different, i don't have the bug with rebooting [20:33] so the idea is, reboot -> session is loaded -> logout [20:33] then re-login and get the bootchart [20:33] ochosi: ok - I installed it, changed the conf, restarted - then logged out and logged in 3 times [20:33] (if i'm not mistaken) [20:33] oh [20:34] then eventually the bootchart showed up - about 5 minutes I'd guess [20:34] yeah [20:34] well, the chart only shows 60 seconds. i don't know why [20:34] mmm [20:34] oh hang on [20:35] need to reset bootchart or something after fiddling with the conf file maybe? [20:35] reconfigure it? [20:35] no, just reboot [20:35] hmm, no, i don';t know [20:35] then I've no idea why it only shows 1 minute [20:35] andrzejr: 2.31 hasn't landed in debian unstable yet, i guess that's the explanation [20:36] I'll restart and logout/in a couple of times again [20:36] it probably won't show anything different anyway [20:36] andrzejr: same version in testing, and not at all in experimental [20:36] andrzejr: so i'd get in touch with the debian maintainer and ask them for a version bump, then ubuntu will automatically sync in the new version as far as i understand [20:37] ok, i'm off [20:37] good night everybody, and thanks for working to make xubuntu better :) [20:37] -> [20:38] knome: night! [20:38] ochosi, thanks. I'll try that. [20:39] andrzejr: sorry not to be able to offer anything better :/ [20:39] but at least the chances are good that if you contact debian, the fix will land in 14.04, which - after all - is an LTS release [20:39] ok, here's something. there's that sh/sleep that runs for 60 seconds when you login [20:40] * knome facepalms [20:40] if i wait for that to finish before logging out, logout is much faster [20:40] good thing my desktop keeps some noise [20:40] would have left it on for all night otherwise [20:40] ... -> [20:40] ali1234: seriously? what's that sleep for? [20:40] dunno [20:40] something in the session [20:40] very odd [20:40] it only makes a tiny difference [20:40] let's kill it anyway [20:40] ochosi, yay, that will be second anniversary of me fixing that bug! ;-) [20:41] andrzejr: haha, sorry!!! :D [20:41] where are the session startup files? [20:41] log-files or startup-files? [20:41] startup files [20:42] hm, not /etc/init.d/ i suppose [20:42] i've never really dealt with upstart tbh [20:42] no [20:42] session startup [20:42] even the whole concept of upstart-xsessions is pretty new to me [20:42] init/failsafe.conf: sleep 59 [20:42] hmm.............. [20:42] hmm... [20:42] /usr/share/upstart/sessions maybe? [20:43] rc5.d/S99ondemand: sleep 60 # probably enough time for desktop login [20:44] sessions/logrotate.conf:[ -n "$UPSTART_EVENTS" ] && sleep 60 && exit 0 [20:45] is that from the switch from using ~/.xsession-errors to upstart-sessions? [20:45] no idea, i'm just grepping everything [20:45] right [20:45] so that's for rotating the upstart-logs [20:46] grep -sR sleep\ [1-9][0-9] * [20:46] ali1234: http://imagebin.org/271305 that's 1:45 - I guess it's only actually catching the reboot/logouts/logins - which is about as long as it took to do that a few times [20:46] which previously wasn't there because xsession-errors was only there for one session iirc [20:46] there are few 60 second sleeps... it has to be one [20:47] elfy: yeah that looks just like mine [20:47] ok [20:48] if nothing else it confirms we're seeing the same thing [20:48] # Don't wait to avoid blocking the session from ending. [20:48] hahaha [20:48] /usr/share/upstart/sessions/startxfce4.conf [20:48] these two things... they are the same thing [20:48] that's really there ^ [20:49] the reason elfy's bootchart cut off is because that shell script that waits 60 seconds... orders bootchart to stop [20:49] oh [20:49] or at least... something does [20:50] well, the only 60 second sleep is the logrotate one [20:51] in startxfce4.conf there is a pre-stop and a post-stop command [20:51] i'm wondering what happens if i skip the pre-stop and directly call the post-stop dbus-call [20:52] brb [20:53] guess what, not running the xubuntu session inside an upstart user session did the trick -> instant logout [20:53] /etc/upstart-xsessions [20:54] you mean you just kicked xubuntu out of the upstart-xsessions? [20:54] uhm, yes [20:54] good thinking [20:54] now at least we have the culprit [20:55] brainwash: feel free to add that to the bugreport [20:55] only did one logout so far, hopefully it wasn't just a lucky one [20:55] ok, i'll test too [20:55] brainwash: can you explain that in more detail? [20:56] huh... so what runs it if you remove it from the list? [20:56] brb [20:56] open /etc/upstart-xsessions and comment out the xubuntu line [20:56] it improves the logout speed [20:56] i can confirm that, brainwash [20:57] so can I [20:57] according to my tests (1 logout so far) [20:57] :) [20:57] elfy: so it *did* log out faster than it used to for you? :) [20:57] I also get immediate logins - rather than the slow one [20:57] yeah, everything seems a bit snappier [20:57] ochosi: must have done :) [20:57] we should probably just opt-out of upstart-user-sessions for 13.10 :] [20:58] stupid upstart, always so annoying [20:58] and it gets more bloated with every release [20:59] feel free to add this info to the bug report, doesn't have to be me [20:59] well you found out about it, you deserve to rant about upstart [21:00] i bet there's no documentation at all for this is there? [21:00] i would assume not [21:00] because no-one outside ubuntu uses upstart [21:00] i'm going to have to grep for whatever piece of software reads the session list and then read the source code to see what it does differently [21:03] so why should there be docs [21:03] there is [21:03] oh? [21:03] for the upstart user session [21:03] Does anyone have any complaints with me making a sync bug for tumbler? The changelog is at http://ftp-master.metadata.debian.org/changelogs/main/t/tumbler/unstable_changelog [21:03] * ochosi loves to be proven wrong on the existance of docs [21:03] well, let me find it [21:03] ochosi: surprised or cynical? or both :) [21:03] elfy: surprised! (and a bit cynical, true ;)) [21:03] :) [21:03] xfce4-cpufreq-plugin might also be worth syncing, but probably needs an FFe. http://ftp-master.metadata.debian.org/changelogs/main/x/xfce4-cpufreq-plugin/unstable_changelog [21:03] Noskcaj: no, sync bugs are good i suppose. don't see any reason why we wouldn't want to sync new versions [21:03] X11/Xsession.d/00upstart:if grep -q "^$DESKTOP_SESSION\$" /etc/upstart-xsessions; then [21:03] now what the heck is BASESESSIONS? [21:04] oh, actually not in the mood to study the upstart cook book... lets just ask the author of upstart, james hunt :) [21:04] is he around? (as in on irc now) [21:05] lets head over to #upstart [21:05] and start a riot [21:05] hehe [21:05] pitchforks ready [21:05] we should all join at once ;) [21:06] * ochosi vaguely remembers a riot like that in #xubuntu-devel once [21:06] I've subscribed the xubuntu bug team to 1227212 [21:06] brainwash: you going to comment or you want me to? [21:07] elfy: good [21:07] ochosi: it's ongoing [21:07] pleia2: haha, nice one [21:07] elfy: yes, you can a comment [21:08] pleia2: I don't argue with you in here :p [21:08] hehe :) [21:08] pleia2: it was some funny trolly list, i just can't remember it (not craigslist...) [21:09] not sounder? [21:09] hmno [21:09] knome would probably remember [21:10] it was about his xubuntu logo design :) [21:10] the decapitated mouse? [21:10] that was funny [21:11] it's not decapitated, it's disembodied [21:12] hehe [21:12] exactly that [21:15] oh dear - I missed that then :) [21:15] pleia2: do you remember where the shitstorm came from? [21:15] nope [21:18] * drc wonders if it was ##disney? :) [21:21] hehe, i'm checking some logs, but can't seem to find it [21:22] well if you find it let me know or let forestpiskie know - but I'm off for a proper sleep now :) [21:22] thanks for digging at this logout speed thing that I never noticed because I rarely logout :p [21:27] https://wiki.edubuntu.org/FoundationsTeam/Specs/RaringUpstartUserSessions [21:27] there might be some useful info in that [21:29] "gnome-session will stop clients that support XSMP / D-Bus session management by giving them up to 10 seconds to shutdown. " [21:30] Noskcaj: I'm objecting on both sync bugs for Docs [21:30] skellat, ok [21:31] Noskcaj: Unless it is a minimal change, lets leave it be for now [21:31] skellat, tumbler is just allowing video thumbnails to work. I'll leave cpufreq then [21:32] Noskcaj: That's a major User Interface change at this point. When did the new code land in Unstable? [21:33] hah, found it [21:33] Is Debian Bug #723189 that worrisome that we need to slam something in that's been in Unstable for barely a day? [21:33] Debian bug 723189 in tumbler-common "tumbler-common: tumbler does not create video thumbnails anymore" [Normal,Fixed] http://bugs.debian.org/723189 [21:34] forestpiskie: it was here: http://irclogs.ubuntu.com/2012/03/19/%23xubuntu-devel.html [21:34] (and anyone else interested in the uncalled-for 4chan raid :D) [21:34] good times [21:35] Heh, was just going to say too. [21:35] skellat, no, but it's a minor change and something that would be nice to have in saucy. [21:35] I see your point though [21:36] Let it marinate a little [21:36] is that version the same as in one of our xubuntu-dev PPAs? [21:39] Noskcaj: ^ [21:39] ochosi, i doubt it, it was a patch that corsac added to debian two days ago [21:39] hmm i am confused. i don't see how gnome-session is involved, but it must be [21:40] weird [21:40] we don't even use gnome-session [21:42] "No such key 'auto-launch' in schema 'com.ubuntu.update-notifier' as specified in override file '/usr/share/glib-2.0/schemas/20_xubuntu-default-settings.gschema.override'; ignoring override for this key." [21:42] ^ no bug report for this one yet? [21:43] brainwash, i got that as well [21:45] couldn't find a report for this one, so I'll create one later [21:47] because it's time to get rid of all these little bugs, isn't it? :) [21:47] brainwash, yep [21:49] hmmmm, getting somewhere [21:49] Session ending could take at worst: ( max_initial_delay + max_kill_timeout_new ) - Worst case scenario will likely be a wait of (5 + 5) seconds. [21:50] ali1234: where did you quote that from? [21:50] https://wiki.edubuntu.org/FoundationsTeam/Specs/RaringUpstartUserSessions [21:51] so it looks like this really is caused by all those processes that don't die after the initial 5 second delay [22:03] ali1234: hm, that still doesn't answer how it could be fixed in upstartusersessions [22:04] not yet, no [22:04] but it is getting there [22:11] finally caught up [22:12] omg the logo discussion [22:14] hurhurhur [22:14] so here's the problem [22:14] what that spec says about "average case" is simply nonsense [22:15] max_kill_timeout can never be less than 5 seconds, because that is the default, and it takes max(default, job) [22:16] skellat: slangasek is already subscribed and i talked to him *prior* to filing that bugreport [22:49] ochosi: upstart source init/quiesce.c is where the loop is where it is getting stuck waiting for something [22:51] somewhere there should be a log full of stuff like nih_warn ("job %s failed to stop", name); [22:51] ali1234: what a befitting name for the place to hang quietly... [22:53] running upstart with --verbose could help === Maple__ is now known as [Rainbow_Dash] [22:54] unless the warnings get logged by default [22:54] somewhere [22:54] i grepped, got nothing [22:55] oh hang on [22:55] grepped what? [22:56] ~/.cache/upstart/* [22:56] ~ [22:56] and /var/log [22:56] with sudo? [22:56] no. this is a user session [22:59] some log files in /var/log aren't readable by the normal user === [Rainbow_Dash] is now known as Maple__ [22:59] does upstart log any upstart related suff in ~/.cache/upstart? [22:59] yes, loads [22:59] but nothing about "job failed to start" [22:59] *stop [22:59] partly why i was a bit overwhelmed with skimming those logs... [22:59] ali1234: so you've studied the upstart user session (the edubuntu wiki article), any benefits for the normal/average user? [23:00] edubuntu wiki is really the ubuntu wiki btw [23:00] yeah, the benefit is that session services can say "give me x seconds to shut down before killing me" [23:00] but the problem is this mechanism isn't implemented properly and so there is always a 5 second delay, and then another 5 second delay [23:01] please don't forget to add that to the bugreport :p [23:03] currently I'm trying to slim down my system and get rid of all the bloat I don't need [23:03] not sure about lightdm yet :) [23:04] but I want to try and create a very basic greeter [23:05] lightdm-gtk-greeter is pretty light [23:05] but maybe you want xdm? [23:06] or slim [23:06] nomen est omen [23:07] guess I'll compile slim with systemd/logind support [23:07] bluesabre: did you already update the gtk2 greeter packages? [23:07] haven't had a chance to yet [23:08] actually I don't mind using the gtk2 greeter, so I could keep lightdm [23:12] what a bummer, the gdm packages wants to pull almost the entire gnome shell [23:27] micahg: if you're available, https://bugs.launchpad.net/ubuntu/+source/shimmer-themes/+bug/1227402 [23:27] Ubuntu bug 1227402 in shimmer-themes (Ubuntu) "Please update shimmer-themes to 1.6.2" [Undecided,Confirmed] [23:27] and if you need extra files... [23:27] https://www.dropbox.com/sh/rbfwdd90upfyv7j/8IbL-lPjE3 [23:28] theres all the tarballs for the build [23:28] ochosi, knome ^ [23:32] brainwash: just added that change, build should be done within the hour [23:34] bluesabre: I'll test it then asap :) [23:36] yup, let me know how it works for you [23:36] gotta go, bbl [23:42] same here, night everyone