[00:09] knome: Pong ish. [00:09] what? [00:10] You pinged. [00:10] i wonder why... [00:10] let me see the backlog for context [00:11] nope. [00:11] i'll ping you again if i remember... [00:11] Good, because I'm gone again. :D [00:11] aha [00:11] have fun [00:21] :D [00:22] the parole crash is pretty annoying... it dies at g_signal_handler_disconnect... even though we make sure the signal is connected beforehand [00:22] :) [00:26] technically, we can not disconnect the signals at when it's shut down, they *should* get disconnected when everything closes and is finalized [00:29] i think [00:29] heh [00:30] guess I'll need to valgrind a vivid vs wily vm [00:39] bluesabre, taking a pic of my mug seems to work better now. Before it got stuck on "initializing camera". [00:43] jjfrv8: great, that's very goood news [00:43] bbiab [00:52] waiting very impatiently for new uploads :) [00:52] jjfrv8, did you need help with the thunar documentation? [00:53] knome: I'll be either looking at stuff tonight or tomorrow [00:54] micahg, happy to hear; here's hoping you will find the time and energy [00:54] knome, don't think so. I've been in a holding pattern pending ochosi's review. [00:54] jjfrv8, okay :) [01:07] ok, i'm off [01:07] see you all later [01:27] back [01:27] hey micahg === ubott2 is now known as ubottu [07:41] bluesabre, i guess you will still need to upload stuff to shimmer-themes? === davmor2_HOLS is now known as davmor2 [08:39] knome: depedns if that's for upload rights or for inclusions in the various -meta packages [08:40] xnox, we had shimmer-themes, now it's slipped in the kubuntu packageset [08:41] and we want it back; we're basically the upstream for that, and the package includes gtk/xfwm themes and is of no use to kubuntu [08:41] so i don't know what the answer to your question should have been... [09:15] slickymasterWork, any updates on the translations for the ubiquity slidehow [09:18] +s... [09:22] slickymasterWork, seeing as thing are now, it's likely that this will be postponed for w+1 though.. === Floris is now known as Flory [10:00] up to now, nothing from no one knome :( [10:00] mhm [10:00] well i guess that means people don't mind, so it's ok to proceed with it [10:02] isn't that rationale an assumption stretch [10:02] ? [11:45] knome: yeah, I'll probably need to, but micahg uploaded the most recent shimmer-themes package already [11:45] so no immediate rush [11:47] xnox: orion-gtk-theme was added as a recommends to the breeze package (for some reason) which yanked shimmer-themes out of xubuntu and into the kubuntu packageset [11:48] somewhat unfortunate for them since nobody maintains that theme ;) [11:49] :) [13:31] krytarik, so... should we tackle the pdf stuff placement today? [13:32] knome: Well, I'm not particularly sure what you and slickymaster are getting at currently. :P [13:33] i do [13:33] i can do a mockup for you soonish and i can help with it as well [13:33] i even have some work for it done in a branch... [14:11] he-heeyyyy [14:11] i hacked this successfully! [14:11] well, almost at least [14:12] but i solved a problem [14:26] huzzah [14:26] another problem solved [14:26] not digging for a solution for a third one [14:30] krytarik, is there any way to check if another target is called within a Makefile? [14:30] krytarik, eg. if i do "make all", is there any way to check which targets are being built for the "html" target? [14:30] krytarik, or do we have to introduce another target that touches some file or sth? [14:32] knome: What specifically do you want to achieve then? [14:32] krytarik, currently, we are doing the html stuff first [14:33] is there any way to check whether the PDF's will build, eg. if we should mention them in the docs? [14:33] the "obvious" choices are to [14:33] 1) simply make pdf before html, but that's meh [14:33] 2) create a new target (added to all and pdf) that touches a file [14:33] then all would be [14:34] all: clean pdf-check html html-translations pdf pdf-translations [14:34] or sth [14:34] and pdf [14:34] pdf: | pdf-check [14:34] (in case somebody ran "make pdf html") [14:35] krytarik, does that make sense at all? [14:35] Yeah, thinking. [14:36] the actual logic would be to copy the file to the dir so it's found and will be included if we are building pdf's [14:36] if not, it will not be found and docbook will fall back to no content [14:36] i did the same for the translators [14:37] (basically, C never has that section and thus no weird sentences about each language) [14:37] but for languages, i'm creating translators.xml based on a translated translator-credits.xml [14:38] ..which basically has one string [14:43] * knome whistles [14:48] knome: You can't really assume a certain build order though. [14:48] no [14:49] but otoh, that's the beauty [14:49] if you don't want mentions of the pdf's, just build them after html [14:49] i'm fine with them being fine with just "all" though [14:49] because if people do weirdo things themself (like Unit193 does), they can't expect everything to work [14:50] I'm thinking we might just go with your suggestion to assume they're always build. :P [14:50] well, mostly they are [14:51] but... i guess i'd like to not do the mention if they aren't there [14:52] Yeah, I'm going to continue thinking about it. [14:52] ok, i'll wait for some more time and do a commit for the translator stuff meanwhile [14:56] krytarik, so what do you say [14:57] krytarik, should i do "just something" to get it to work for wily? [14:57] krytarik, or how long do you think your thinking will take [14:57] Yeah, I'd go with I just said. :P [14:57] + what [14:57] so... assumptions? [14:58] Always in there, that is. [14:58] yeah, right... [14:58] that's one option [14:59] i'll consider about it [14:59] doing a "fake" check target isn't too hard [14:59] and we can simply document that [14:59] if people start whining about it [14:59] right? [14:59] or just ignore them. [15:00] I think hardly any people aside from us build them anyway. [15:00] yeah [15:13] krytarik, can you think of a reason why we wouldn't just translate all xml files that are in C/? [15:13] we use shipped-docs now, but it wouldn't be a big hit even if we didn't use some translations [15:13] it's so quick to do them anyway [15:13] just an idea.. [15:14] Honestly, I was thinking we're doing that. [15:17] nope. [15:17] i'll look at disabling that at least [15:18] hmm.. [15:18] yep. [15:20] there we go [15:34] ok, i think that is done now... [15:34] * knome test-builds once more [15:37] oh heh, [15:37] yeah... [15:37] that [15:39] :D [15:40] I think intltool got a bit dumber in wily [15:41] it generates its own makefiles, and guesses at what should be in there [15:41] only now it guesses incorrectly :\ [15:41] * bluesabre avoids building parole for a while [15:46] :D [15:46] krytarik, i found a reason why we don't want to translate all files [15:47] krytarik, cc-by-sa.xml [15:47] Ah, right. [15:51] ok, pushing [15:51] eh, diverged [15:52] pushing again... [15:52] revision 424 up [15:52] huhu [15:52] krytarik, please test [15:52] slickymasterWork, ping, please test lp:xubuntu-docs [16:00] Hi Knome, just to let you know been testing the new xfdesktop and so far so good, nothing has hit me with any problems.. [16:05] akxwi-dave, good to hear [16:05] flocculant, bluesabre ^ [16:06] akxwi-dave: that's good news, considering I just uploaded it a few minutes ago to wily [16:06] :D [16:06] thanks for taking a look! [16:07] :-) will keep pushing it harder.. just done the basics so far.. but will start throwing some extra wobblies at it. [16:21] knome: I'm a day behind, but finally home insight on what? (lost in backscroll, would have to open logs...) [16:22] i'll open the log... [16:23] right [16:23] haha, I can, just didn't know if you knew offhand [16:23] pleia2, flocculant was asking about why ubuntu mate can take donations [16:23] pleia2, and stuff around it [16:24] either they made some kind of arrangement with Canonical or are ignoring potential conflicts/legal/whatever stuff [16:24] it's easy to ignore them, most young projects do [16:24] would be nice to know [16:24] someone could ask them :) [16:24] maybe [16:25] anyway, the point is that the donations they get aren't very small, they are giving away like 350-400$ a month in total [16:25] ok, they aren't very large either [16:25] but they are basically giving their own developers and maintainers money [16:26] * pleia2 nods [16:27] I have no interest in handling finances and taxes for these things, I do it for a non-profit that's only US-based and that's hard enough [16:27] yep [16:28] so even if Canonical is ok with it, the administrative overhead for non-trivial amounts of money is painful [16:28] yeah, i'm not exactly looking to start taking donations [16:28] i just asked #ubuntu-mate, let's see what they say [16:30] pleia2, knome: also you can just ask people to give when they download the image, Pretty sure you can select xubuntu, then canonical have the over head [16:30] davmor2: there's no xubuntu or flavors slider anymore, just community - a fund we can draw from [16:31] davmor2: so we mention that on our donations page :) http://xubuntu.org/donations/ [16:31] ah fair enough [16:31] I haven't seen that page in a while [16:36] davmor2, if you have problems with eyesight, i would consult a doctor ;) [16:37] knome: :P [16:37] not on a monday in the uk ... [16:39] hah [16:47] not without insurance in the us ... [16:57] new blueman uploaded, expect to see that a bit later today [17:21] bluesabre, assigned the bug to you... [17:22] nice to see the burndown looking better day by day [17:22] knome: You changed the indention style of all scripts, thus also making the diff a little hard to read. >_< [17:22] krytarik, yeah but the indentation sucked [17:22] it was a mix of tabs and spaces... [17:25] knome: thanks [17:34] krytarik: diff -w ? [17:34] Yep, done already - had to download the files from a previous revision for that, of course. [17:35] might be able to do bzr diff --diff-options=-w or something similar [17:36] haven't tried it [17:36] Ah, right. [17:41] :) [17:49] knome: Slight streamlining and adjustments: http://paste.openstack.org/show/f4g6iLQNuq0PtGoZKBjr/ [17:53] knome: Also, while slickymaster seemed to agree with your idea to only link to the PDFs from each doc version's main page, he's also said he agrees with my idea of linking to them from each page - hence my confusion reg. him. [18:02] krytarik, MP please or i'll forget... [18:02] (and mess it up) [18:04] bluesabre: Didn't even think of doing it within bzr, that is :P - that works though. [18:04] krytarik, if you have a better idea on how to remove the xml tag from the files than tail... [18:09] krytarik: at work I have my editor set up to convert tabs to spaces and strip trailing whitespace... and I'm the only one so I depend on the -w option to see what I am breaking [18:09] otherwise its just alllllll whitespace changes [18:10] Hehe. [18:27] What? I don't do that weird of things, and sure I can expect things to work. [18:37] nnoooo. [18:43] bbl [18:46] knome: 'tail' is fine there, I guess - only the '-q' flag is unnecessary. [19:02] flocculant: poke [19:08] ochosi: poke [19:09] anybody around running wily want to take mugshot 0.3.0 for a spin before I upload today? https://launchpad.net/~xubuntu-dev/+archive/ubuntu/xubuntu-staging [19:09] if you haven't installed today's xubuntu-default-settings and restarted your session, do that first ;) [19:09] today/yesterday's [19:13] knome: So it's currently at: http://paste.openstack.org/show/Gfqdqx4eP8c61pyZhtpQ/ [19:26] bluesabre: that'll be a \o/ [19:30] bluesabre, 0.3.0 still looking good here too. [19:36] good good [19:36] oh ... [19:36] uh oh [19:36] yep - still \o/ [19:36] :D [19:36] phew [19:37] freshly brewed dad joke [19:37] seems the tea leaves were bad, better toss it out [19:37] seem good to me [19:38] :D [19:39] still appear to have parole issues here - but assume that's because old install [19:39] flocculant: which issues? [19:39] bluesabre, don't ask him what "issues" he has [19:39] crashing [19:40] knome: it's ok - we're talking specific issues currently :D [19:40] ;) [19:40] better be very specific then.. [19:40] flocculant: crash on close or startup? [19:41] close [19:41] cool [19:41] I have a fix for that now, just in any of our PPAs at the moment [19:41] *not [19:41] it's always funny when you're told that "app crashed so it must close" - when you click on the close button.. [19:42] micahg, hello [19:42] bluesabre: cool [19:43] I'll probably have that uploaded some time today, hopefully [19:43] okey - I'll watch for something regardless of when [19:48] in fact, packaging it to send to ppa now [19:53] flocculant: uploaded to xubuntu-staging... should build and be available shortly [19:53] I feel so productive on my days off [19:54] ha ha [19:54] ok - well I'll check in a bit, if not it'll be the morning [19:54] alrighty [20:09] flocculant: should be available now (and anybody else interested in parole not dying) [20:13] knome: Btw, the all-spaces indention in the lower 'sed' part of pdf-create.sh was deliberate, to adapt to the formatting of the produced HTML file. [20:14] bluesabre, verified crash on close pre-upgrade, all better after. Didn't do much more testing than that. [20:14] jjfrv8: great, thanks [20:14] knome: Not that it matters currently, since we're not using that now. [20:16] bluesabre, gmusicbrowser crashes on close. Related? [20:16] jjfrv8: slim possibility that it might be [20:17] I'll have to check that out [20:17] bluesabre: not seeing new parole - but then I've got it available from staging and daily - and daily failed to build [20:17] flocculant: yeah, need to fix daily build.. new build requirement in trunk [20:18] the one is -staging should be good if you were to force install it, the bugfix was pretty clear for that one [20:19] yeo [20:19] confirm that fix :) [20:20] krytarik, :) [20:40] well - night all :) [20:41] night flocculant [20:41] and parole-daily should be fixed tomorrow [20:41] ... if I commit a change to trunk [20:46] and possibly add appstream to our ppa [20:46] work work work [20:52] pleia2, what kind of data do we want to get out of the survey results? [20:53] pleia2, can you think of any correlations we'd like to do? [21:02] dkessel: can you tell me how to review a suggested translation in launchpad? i already did a ne translation, but couldnt see how i could review one. Thanks :) [21:04] two_jays, you can't review unless you are a member of a specific LP group [21:06] ok. then i will keep translating. and if i think a suggested one is good should i copy it or leave that completely? [21:11] two_jays, if something is suggested and it's good, just leave it [21:11] two_jays, and thanks for contributing [21:16] im happy to help you. I like Xubuntu and want to take part in that :) its my [21:16] main and productive system for my studies. [21:17] :) [22:12] wonderful progress today [22:18] :) [22:18] same amount tomorrow and we're looking much better:P [22:24] tomorrow I work, so don't expect that from me :D [22:25] nooooo [22:25] :P [22:41] micahg, good evening [22:42] slickymaster, around? [22:46] nope [22:46] nope what? [22:47] he's not around [22:47] :D [22:47] found a fix for https://bugs.launchpad.net/ubuntu/+source/catfish/+bug/1395720, woohoo [22:47] Launchpad bug 1395720 in catfish (Ubuntu) "authentication in livesession accepts any value as password" [High,Confirmed] [22:47] :) [22:47] nice [22:57] time for an upload then ;) [22:58] with the optional CSD flag for catfish, obviously [22:58] two items with one upload! [22:58] BANG [22:58] that's the plan [22:58] trying to fix all the things [22:59] heh [23:17] knome: the survey we already did, or a future one? [23:18] we did [23:19] i hate analyzing surveys with LO calc, fwiw [23:19] especially since google exports the results in a VERY silly format [23:19] bluesabre, Thanks for your work on Blueman2 :-) [23:19] heh [23:19] (all answers for a checkbox group are comma separated in a single cell, not different columns) [23:20] ^ MEHH [23:20] that's annoying [23:20] yeah [23:20] i was actually just considering creating an sql database for that [23:20] and scrape results off that... [23:20] nice [23:21] but not if we don't need correlation data [23:21] because the basic stuff is totally available from gforms directly [23:21] and i'm not sure what correlations we'd like [23:21] maybe that would mean we'd be overthinking it [23:21] heh :) [23:21] anyway, for example [23:22] only 20-25% people said the default office/media apps satisfy their needs [23:22] ok ok, the office stuff has changed now [23:22] but wondering about the media part [23:22] maybe that's something we should dig deeper into [23:22] I haven't looked at the results [23:23] the media stuff is interesting, I also don't use defaults [23:23] i'm the odd bird, but i actually do.. [23:23] i only use vlc when parole fails to play a dvd [23:23] well, I'd jusually say I'm odd so I don't do what normal people do with xubuntu [23:23] jusually :D [23:23] but in the case of the media player, I agree that *you* are odd ;D [23:23] yep [23:24] but otoh, i would say i don't really use gmb as-is [23:24] it's just hard because vlc doesn't really work for us [23:24] i've hacked in a lot of custom stuff [23:24] i know [23:24] but parole is great [23:24] i'm happy with it, really [23:24] I love vlc, parole never plays things I want it to play by default [23:24] I think vlc ships with a bunch of codecs or something [23:24] if i could only use parole or vlc, i'd pick parole [23:24] I wouldn't [23:24] because i can watch the rest of the stuff elsewhere [23:25] i know [23:25] elsewhere? [23:25] i do hope that parole improves over time [23:25] like ps3 [23:25] ah [23:25] i know that's not a real solution, but just to prove i would be happy without vlc [23:26] so... [23:26] another question about the survey results is if we want to publish all the data [23:26] I think we did say that the data would be available to the xubuntu team [23:26] I can't remember exact wording though [23:26] i'm thinking we should make some kind of report available in static.x.o [23:27] like, a very general, anonymous one [23:27] yeah [23:27] then maybe a blog article highlighting some of the interesting finds [23:27] * pleia2 nods [23:28] so i know we already discussed it for some time, but would you have some time to over it nowish? [23:37] no, I have to go grocery shopping now [23:37] aha [23:37] have fun there then :) [23:38] haha [23:38] no food in my home post travel [23:38] heh [23:38] anwyay, bbiab [23:38] no surprise [23:38] oki