[00:02] http://cdimage.ubuntu.com/xubuntu/daily-live/current/trusty-desktop-amd64.manifest [00:46] ochosi, lderan: need any help with light-locker-settings? [01:41] ey bluesabre [01:42] ey chosi [01:42] gotta catch up on some backlog [01:42] but i guess we need help with all that python packaging stuff [01:42] * ochosi has no clue.. [01:43] it's really strange, but writing python felt like *fun* [01:45] python just makes everything so easy [01:45] ok, so ppl are demanding setting "Hidden=True" [01:46] ali1234: yeah, but the simplistic dialog that we did weighs 25mb, whereas the much more complex xfce4-powermanager-settings weighs around 13mb (according to task-manager) [01:47] bluesabre: are you still there? [01:48] hm, i also need to write another small patch for the scales [01:48] yeah, got distracted [01:48] then the dialog should be okayish and pushable [01:48] (with the exception of those desktop-file settings that i know nothing about) [01:49] http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html [01:49] I'll see about putting together a base build.py for it [01:49] * ochosi doesn't wanna read specs... [01:49] you can use quickly to package up python stuff [01:49] ok, lemme quickly fix that screenoff-scale [01:50] just tells about each of the keys [01:50] ah [01:50] still, me=lazy [01:50] i've already spent quite some time on the dialog [01:50] :) [01:50] and i wanna push it as is, even if that means ppl will have to restart the session to apply [01:51] finding out whether light-locker is installed/running just has too many variables to be a viable way for *me* to implement in the short time we have now [01:51] and usually you don't change your locker-settings all the time [01:51] and screensaver settings get applied immediately, so i think it's really ok [01:51] ochosi: I'll see about adding some of those things while I'm at it [01:52] my wife is super late tonight, so I've got some time it seems [01:52] yeah, but for now nr1) is packaging [01:52] we need this uploaded before FF [01:52] yup [01:52] and thats going to be super tight [01:52] btw, what's the status of lightdm-gtk-greeter? [01:52] i know [01:52] https://bugs.launchpad.net/ubuntu/+source/lightdm-gtk-greeter/+bug/1280670 [01:52] Launchpad bug 1280670 in lightdm-gtk-greeter (Ubuntu) "Please merge lightdm-gtk-greeter 1.8.1-1 from Debian experimental" [Undecided,Confirmed] [01:52] so don't waste any time now on improving things [01:52] i know there's an ample margin [01:53] but still [01:53] rewriting the code doesn't help [01:53] we can "sneak" that in as bugfix later [01:53] (as long as it's not a complete rewrite) [01:53] nah [01:53] should be about 10 lines [01:53] its python [01:53] python is magic [01:53] what do you want to add/change? [01:54] detecting, restarting light-locker so you don't have to end your session to change a setting [01:57] bluesabre: are you sure you can do that *safely* ? [01:57] i sense a source for bugs-bugs-bugs [01:57] yup [01:57] python-psutil [01:57] don't forget, this dialog is quite untested [01:57] detects running processes, gets their pid, we can kill with that [01:58] also, i haven't removed the one switch [01:58] yeah, but killing isn't very nice... [01:58] the "lock after screensaver"-switch could be removed from the UI and the code [01:58] we have enough morals with gpl :) [01:58] because the range below has a -1 value which == disabled [01:59] just not sure it's clear enough for ppl to understand [01:59] (as elfy's question today nicely illustrated) [01:59] well, I'll get this set up tonight [01:59] after we get it in ubuntu, I'll help set up translations for it as well [02:00] great [02:00] well for now, just getting this in is all i'm aiming for [02:03] bluesabre: btw, you already have push-rights to the project [02:04] yup, going to make good use of that :) [02:04] * ochosi is afraid there won't be much of the current code left once bluesabre is done with it [02:04] :D [02:04] at least for the part that i've written/changed, i'm pretty sure it's cumbersome [02:04] and it doesn't use xlib [02:04] * bluesabre is afraid it will be a lot more readable when bluesabre is done with it [02:04] it's a bash-script wrapped in python :) [02:05] hey, you should've read it before i started making it more readable! :D [02:09] ochosi: still around? [02:09] sure [02:10] well, "sure" :) [02:12] bluesabre: what's up? [02:12] pull the latest revision to make sure I didn't break anything [02:12] :) [02:13] AttributeError: 'module' object has no attribute 'getoutput' [02:13] http://dpaste.com/1631591/ [02:13] bluesabre: ^ [02:13] k [02:13] one sec [02:14] no rush [02:14] better take a few mins more... [02:15] yeah, fixing it for python2/3 compatability [02:16] right [02:16] but this app is *only* meant to be used in xubuntu trusty [02:16] we should find a better solution for T+1 anyway [02:17] yeah, but good coding standards are a must :) [02:17] then you have to rewrite this, i guess [02:17] which was not the point [02:21] not a rewrite, just a fix [02:21] autopep8 fixed a lot of stuff for me [02:21] ninja-ide points out problem parts of the code [02:26] no idea what all of that means :) [02:27] Script+program. [02:30] we really need testing especially for the dpms part that i added today [02:30] i suppose it works with most "recent" hardware (post-2000 stuff) [02:31] but i couldn't find a good assessment of the general situation [02:41] bluesabre: anyway, guess i gotta get some sleep now [02:41] k [02:41] can you stick around for 2ish minutes? [02:42] okay [02:43] ochosi: try now [02:43] hm, we should probably switch from standby to suspend, after reading this: >http://webpages.charter.net/dperr/dpms.htm [02:46] ochosi: does the latest revision work for you? [02:47] bluesabre: looks ok [02:47] good [02:47] btw, if you really want to apply all settings immediately, you have to remove all the code for the infobar too [02:47] cause that's pretty superfluous then [02:47] and adjust the code for setting the apply-button sensitive [02:47] but yeah, some packagers will complain if the code is not pep8 and all that [02:48] mhm, thanks! [02:48] I'll set up the python builder tonight, so that when you release its easy to debianize [02:49] frankly, if you wanna do the release, feel free to [02:49] i think that it's no problem for neither lderan nor me [02:49] the core functionality is there [02:49] and priority is to get it into T [02:50] we can work towards improving it with bugfixes [02:50] or even FFe [02:50] ok [02:50] I'll see if I get that far tonight [02:50] but having *someting* is what is important [02:50] right [02:50] yeah, if not, let's aim for tomorrow [02:50] alrighty, dinner time [02:50] ok, gotta get some rest now [02:50] seeya ochosi [02:51] bon appetit [02:51] and seeya bluesabre [02:51] thanks a lot for your help on this! [02:53] last thing i wanted to mention [02:53] no idea what the desktop-file stuff does, so i haven't pushed anything for that yet [02:53] night everyone! [05:06] ochosi: I've added a configure script, make file, and rearranged a bit [05:06] also added native debian packaging [05:07] find an interested party to add a new package to the repos, and also update the seed once more [05:07] I'll take care of the release in the morning [05:07] lderan: let me know if all the above is good for you as well [05:10] Noskcaj, Unit193, ali1234: any concerns? https://code.launchpad.net/~light-locker-settings-team/light-locker-settings/trunk [05:10] heading to bed, back tomorrow, night folks! [05:34] bluesabre, You need a longer license in d/copyright if possible, you'll need a wnpp bug and -1 in the release eventually, no chance of a python3 port? [05:37] (Read further back, it's just for Trusty.) [05:44] oh [05:45] But d/copyright is still valid, so here: http://paste.openstack.org/show/ndgrlM3flUObEvK7q1Vl [05:45] bluesabre: ^ [06:42] i just added my first merge request on launchpad: https://code.launchpad.net/~ted-m-cox/xubuntu-docs/command-line-edits/+merge/206854 . any feedback is appreciated: tedmcox@gmail.com. thanks! [08:03] bluesabre, all good [09:13] are there folks here who have experience with DPMS? [09:14] i'm wondering whether we should use suspend or standby in the light-locker-settings, this page suggests suspend (cause it saves more power): http://webpages.charter.net/dperr/dpms.htm [09:15] thanks for the poking, bluesabre [11:01] ochosi, lderan: https://launchpad.net/light-locker-settings/1.0/1.0.0 [11:02] I'll try to get the uploading part in order nexy [11:02] *next [11:06] thanks a lot! [11:06] ooo awesome [11:18] ochosi, lderan: sound good? https://bugs.launchpad.net/light-locker-settings/+bug/1281536 [11:18] Launchpad bug 1281536 in light-locker-settings "[needs-packaging] light-locker-settings" [Undecided,New] [11:22] knome: ping [11:22] ochosi: make me an admin of https://launchpad.net/~light-locker-settings-team so I can add PPAs [11:22] you around? [11:26] bluesabre, thank you very much for your help :) [11:33] lderan: thanks for putting together the GUI :D [11:35] ok, lightdm-gtk-greeter-1.8.1 has been uploaded to trusty [11:35] \o/ [11:39] \o/ [11:40] knome, pleia2 there's a typo in the http://xubuntu.org/news/xubuntu-marketing-with-startubuntu-flyer/ [11:41] at the end of the phrase of the "Try without installing!" box -> "... works with yout computer." [11:43] bluesabre: yay! [11:43] bluesabre, lderan: made both of you admins, hadn't noticed that before [11:45] so mostly xubuntu-default-settings and xubuntu-artwork are missing now, right? [11:45] and a few tweaks to seed [11:47] ochosi, thanks [11:47] bluesabre, ochosi is to thank for the GUI :P my original GUI was not as nice or functional [11:49] * ochosi bows [11:49] ochosi: hi [11:50] brainwash: what's up? [11:50] question time [11:50] :) [11:51] did you read my question about the new xubuntu greeter.conf? [11:52] greeter 1.8 changed some parameter descriptions and made show-language-selector obsolete [11:52] https://code.launchpad.net/~ochosi/xubuntu-default-settings/greeter-conf [11:55] maybe we could include the changes and make it easier for the user to change the new settings :) [11:57] brainwash: do you even read my comments? [11:57] 12:45 ochosi$ so mostly xubuntu-default-settings and xubuntu-artwork are missing now, right? [11:57] also, if you find something that we have to do, you can either propose a merge-request or at least put it down somewhere so ppl will remember to do it when the time is ther [12:00] https://launchpad.net/~light-locker-settings-team/+archive/stable [12:00] when the package builds there, I'll finish the needs-packaging bug report [12:01] its pretty funny, my wife complains about how many feature freezes there seem to be since we've been drilling down on releases lately :) [12:25] bluesabre: great stuff, hehe, yeah, this feature freeze did see us at the heights of productivity [12:39] knome, want to join #ubuntu-moto and help to push for light-locker-settings? [12:39] micahg ^ [13:05] knome: can you please mark bug 1193716 as wishlist, because it's a feature request [13:05] bug 1193716 in xfce4-power-manager (Ubuntu) "Xfce Power Manager does not override the screen saver timeout (X11 Screen Saver extension)" [Medium,Confirmed] https://launchpad.net/bugs/1193716 [13:06] we can also drop it from the 14.04 blueprint, now that we ship light-locker + light-locker-settings [13:31] brainwash_: just a suggestion, but you could try to join the bugsquad, then you'd be able to edit bugs [13:32] ochosi: I am a member of "Ubuntu BugSquad" [13:33] but that's only a sub group I think [13:34] hm, strange, so you can't edit the bug? [13:34] I cannot triage them, or set the status to wishlist [13:36] or set the importance level [13:40] me neither [13:42] that's https://launchpad.net/~ubuntu-bugcontrol [13:42] maybe I should apply for membership [14:17] http://www.reddit.com/r/Ubuntu/comments/1y1eex/app_development_and_the_click_store_question/cfh2fs8 [14:23] brainwash, importance to wishlist you mean? [14:25] actually no, we can't wishlist that bug... it's against xfce4-power-manager, and it still has that problem [14:26] ali1234: oh wow, that's a bit unexpected [14:30] indeed [14:30] * ochosi wonders whether this is just a rumor [14:43] it looks that way [14:43] i'm investigating... [15:36] jjfrv8, slickymaster-job: could one of you two create a 4.12-standalone version of the preferences page of the xfdesktop-docs? [15:37] i think it's mostly copy-paste, but i have to attend other matters atm and can't do it myself [15:37] i'd like to push things over to docs.xfce on the weekend [15:37] beh, slickymaster ^ [15:58] knome: maybe you are right, but I understand it like this: the power manager was never able to alter the screensaver timeout, because an actual screensaver app like xscreensaver does it. adding this functionality -> feature request -> wishlist? [16:01] I'll try to apply for ubuntu bug control, so I can do it myself one day :) [16:07] knome: you around? [16:14] fwiw, i have a xfce-docs proposal (regarding xfdesktop, but theoretically also other components). so docs-ppl tell me when you're around [16:15] ochosi: at your service [16:16] slickymaster-job: i think you didn't get a few previous lines, let me pastebin them for you... [16:16] ok [16:16] http://dpaste.com/1634127/ [16:17] ochosi: is it to be done in bluesabre's wiki? [16:18] yup [16:19] I can start to work on it tomorrow, if there's no problems with that time frame [16:19] the idea is to create it under the existing namespace, right? [16:22] yeah, in the staging wiki you can simply edit the existing page [16:22] i'll then push it over to docs.xfce.org/*/xfdesktop/4.12/ [16:23] okie dokie, let me just finish what I'm doing presently and I'll start it tomorrow [16:23] sure, absolutely! [16:23] thanks a lot [16:23] np [16:24] just ping me whenever you feel it's ready [16:24] will do ochosi [16:26] ty [16:41] xnox: i presume you're really busy as FF is approaching, but if you happen to have a minute... https://bugs.launchpad.net/light-locker-settings/+bug/1281536 [16:41] Launchpad bug 1281536 in light-locker-settings "[needs-packaging] light-locker-settings" [Wishlist,Confirmed] [16:44] ochosi, am now [16:45] hey knome [16:45] knome: cool [16:45] for a bit at least.. [16:45] so i have a suggestion how we can make use of upstream xfce's versioned docs [16:45] okay [16:45] currently, when you hit "help" in xfdesktop, you get to the 4.10 namespace [16:46] that's the DESKTOP_VERSION string that gets sent automatically [16:46] knome: did you get to see what I pinged you about early this morning? [16:46] slickymaster-job, probably did... [16:46] since there is no specific 4.10 namespace currently, you'll fall back to the generic docs-page for xfdesktop [16:46] knome: there's a typo in the http://xubuntu.org/news/xubuntu-marketing-with-startubuntu-flyer/ [16:46] so, what we can do is change the desktop-version-string in libxfce4util from 4.10 to 4.11 [16:47] is the typo in the flyer or the article [16:47] at the end of the firdt setence of the "Try without installing!" box -> "... works with yout computer." [16:47] ochosi, okay.... and? :) [16:47] since it's not wrong that we're shipping 4.11 [16:47] in the flyer [16:47] slickymaster-job, okay, noted [16:47] pleia2, ping [16:47] then i set up a 4.11 docs-page on docs.xfce.org and we're set [16:47] pleia2, please get that fixed ;) [16:47] ochosi, heh, okay [16:47] when you finish with ochosi I have a question for you knome [16:47] we can then also update the xfwm4-docs upstream and our users will get to the correct docs [16:47] slickymaster-job, just go ahead, i'm able to multitask [16:48] and all other apps will fall back to the 4.10 docs anyway [16:48] so there's no drawbck [16:48] ochosi, sounds fair [16:48] already talked to eric_the_idiot about it and he's fine with going ahead like this [16:48] yep [16:48] i'm not opposed to that change [16:48] so if you agree, i'll push the xfdesktop docs to 4.11 and then we only need to patch libxfce4util [16:48] it's actually bugfix [16:48] ok, thing is that the translated text of the ubuntu and xubuntu boxes of the flyer are larger than the admissible size of said boxes [16:49] slickymaster-job, are you sure you are using open sans? [16:49] absolutely, and respecting the font sizes accordingly [16:49] right [16:49] i can look at it if you want to send me the svg [16:49] and try to accommodate the layout for the larger stuff [16:50] I lost your email :P [16:50] pasi@shimmerproject.org [16:50] knome@ubuntu.com works as well if you forget again [16:50] i a minute [16:51] :) [16:51] knome: ok, i'll set you as a reviewer once i've got the patch for libxfce4ui in a MR [16:51] ochosi, cheers [16:52] * ochosi just feels it would be a terrible waste if users wouldn't get to see jjfrv8 and slickymaster-job's awesome xfdesktop docs [16:52] yep, agree [16:55] knome: sent [16:57] slickymaster-job, wondering if the US letter size is a regular paper size in portugal? there was a A4-size as well... [16:58] hmmm I downloaded the source file [16:58] http://spreadubuntu.org/files/source/flyer_xp-to-xubuntu_A4.svg [16:59] I supposed it was A4 [16:59] well the file you sent me is _USletter [16:59] that's odd [16:59] and the size looks like A4 [16:59] err, [16:59] US letter [16:59] of course! [17:00] A4 would be taller but narrower [17:01] I'll download it again and see if the problem subsists [17:01] I'll ping if needed knome [17:01] tnaks anyway [17:01] thanks ^^ [17:02] sent back to you and pleia2 [17:02] (fixed version) [17:02] you forgot the attachment knome [17:02] hah [17:03] of course! [17:03] hmm [17:03] where did i save it [17:03] there [17:03] in /tmp :P [17:04] but it isn't preferable to redo it in the correct paper size knome? [17:04] slickymaster-job, sure, but if somebody wanted it in US letter... [17:04] (and since that's done, why waste the work) [17:04] ok, I'll get it done right away [17:05] well, when you're right... you're right ;) [17:05] lol [17:06] Unit193, what's the required list of packages to be able to build xubuntu-docs again? see: ML [17:28] slave driver [17:30] knome: the same issue happens also with the A4 size [17:33] do you want me to email it to you so you can adjust it. Check also the "Try without Installing" and "Ready to Install" boxes because due to the size of the translated text it seems that they might be overlapping [17:34] so where is the error on the marketing site? [17:34] it's in the flyer pleia2 [17:35] ah ok [17:35] pleia2: at the end of the firdt setence of the "Try without installing!" box -> "... works with yout computer." [17:35] I see [17:36] pleia2: I saw the existent portuguese translation of the flyer and it has a few spelling mistakes [17:37] seems like a Google translator job :p [17:37] hah, good to know [17:38] I've got it already translated but there's a small issue with the boxes sizes that I want knome to fix [17:38] * pleia2 nods [17:39] the reason being that the translated text is bigger then the available boxes sixes [17:40] * slickymaster-job is starting to believe that Portuguese is a very verbose language [17:44] or the translator is [17:45] >.> [17:45] hmm rather not, [17:45] do you know Fernando Pessoa, GridCube? [17:45] no [17:50] slickymaster-job, sure, just send it to me [17:53] knome: sent [18:01] thanks knome [18:01] np [18:03] pleia2: later on, after dinner, I'll upload the svg, pdf and png formats of the translated flyer to http://spreadubuntu.org/ [18:03] slickymaster-job: yay :) [18:09] knome: is there, in inkscape a tool similar to 'export as' in gimp? [18:11] knome: nevermind, there's the 'Save as...' option [18:28] light-locker-settings PPA for those who want to test it: https://launchpad.net/~light-locker-settings-team/+archive/stable [18:28] (trusty only, and it only makes sense if you have already removed xscreensaver and are using light-locker) [18:30] it says "Can you really really trust lderan" :) [18:32] "why yes, yes you can" [18:32] ok [18:33] :P [18:33] *no, run for your lives! [18:44] checking in vm now [18:45] * ochosi hopes that blanking works in a vm [18:46] lol [18:46] elfy: in case you don't want to wait for 1 minute, just try "xset s 10" [18:46] doesn't appear to - I'll try it in the other hardware install later [18:47] http://imagebin.org/294295 restart warning is not very easy to read [18:47] bbl [18:49] strange, shouldn't look like that [18:49] maybe too old version of greybird/shimmer-themes [18:51] possibly [18:52] elfy: funny thing is, often ppl have reported bugs about the opposite problem (not being able to prevent the screen from blanking, because they didn't know how to set it) [18:54] oh, that screenshot (the desktop icons to be exactly) reminds me, that we should get a new point release of xfdesktop asap :) [18:54] there won't be one before FF [18:54] and it doesn't matter, as there are only bugfixes [18:54] sadly [18:55] also, greybird already tackles that [18:55] yes, it does change the grid layout [18:58] would be great to get a new version of xfdesktop for b1 to test all the recent fixes (many things have been fixed) [19:02] knome: docbook-xml, docbook-xsl, xsltproc, gnome-doc-utils [19:13] ochosi: updated vm to current - same issue, shimmer-themes is 1.7.0-0ubuntu1 [19:14] elfy: unthemed infobar? [19:14] or some other issue [19:14] this is what it's supposed to look like: http://www.zimagez.com/zimage/screenshot-2014-02-18-201430.php [19:15] no idea - that vm is a standard and updated install [19:15] :/ [19:24] ochosi: ok - it looks fine in the other install [19:24] weirdness [19:24] that sums up 'this' install ... [19:25] semi-good to hear though [19:26] ochosi: this one has had so much done to it I'm not surprised tbh, not so sure about the vm [19:37] Noskcaj: any progress on gmusicbrowser1.1.12? [19:37] It's in the queue. [19:38] oh cool [19:38] i hadn't noticed [19:38] https://code.launchpad.net/~noskcaj/ubuntu/trusty/gmusicbrowser/1.1.12/+merge/206589 [19:38] in merge queue + in debian waiting for sponsor [19:42] nice, thanks Noskcaj [19:42] bbl [20:48] slickymaster: spreadubuntu has slots for portugal and brazilian portugese, which is yours? [20:49] pt_PT IIRC. [20:49] I would assume so :) [20:49] I'll upload it as that and if I need to correct I will [20:56] http://spreadubuntu.org/en/node/983 & http://spreadubuntu.org/en/node/984 are up [22:33] pleia2, Unit193 is right. Mine is pt_PT [22:34] I'll upload the files in minutes [22:40] pleia2: you around? [22:40] slickymaster, they are uploaded :P [22:40] I'm getting a 404 error at http://spreadubuntu.org/en/content/node/add/material [22:40] the pdf and png also knome ? [22:41] yep, i exported them for pleia2 and they should be up [22:42] hmm thanks knome [22:42] * slickymaster thinks that knome is just buying time so slickymaster work on the ubiquity slidshow [22:43] we haven't been slacking off here while you were away anoying 'pane et circenses' [22:43] s/anoying/enjoying/ [22:43] and panem [22:43] whatie? [22:44] http://en.wikipedia.org/wiki/Bread_and_circuses [22:44] I know the expression [22:44] lol [22:44] I just don't get the why [22:44] i was just joking :) [22:45] right [22:45] i was referring to us working hard when you were away ;) [22:45] :) lol had to pick up my kid [22:45] well sure [22:51] * ochosi will try to do at least one xubuntu-default-settings merge-request [22:51] tonight [22:52] slickymaster: they're up! added the links to http://xubuntu.org/marketingresources/ [22:53] pleia2, thanks [22:53] knome: already told me that he took care of everything [22:54] pleia2: just FWIW I getting a 404 error at http://spreadubuntu.org/en/content/node/add/material [22:54] was ^^ [22:55] slickymaster: are you logged in? [22:55] yes [22:55] hm, where did you click to get there? [22:55] http://spreadubuntu.org/en/node/add/material is the "share" link [22:56] the "Contribute" link in the home page [22:56] well, it's up now [22:57] doh :) [22:57] but it's not necessary to upload as knome alredy done it [22:58] nah, pleia2 did it! [22:58] knome made all the exported files though [22:58] kudos for both of you ;) [23:02] and romanian! http://spreadubuntu.org/ro/material/poster/flyer-xpto-xubunturomanian [23:05] pleia2, how's the original flyer doing? [23:05] btw pleia2, over at http://spreadubuntu.org/pt/material/poster/portuguese-startubuntu-xubuntu-flyer-a4 the poruguese flag icon isn't being displayed after the language [23:06] slickymaster: can you submit a bug? https://bugs.launchpad.net/spreadubuntu [23:06] ok, will do [23:06] slickymaster, flags aren't good symbols for languages anyway :P [23:07] knome: my desktop is in the middle of a reinstall (new drives, moved to raid1, woo) so I won't get all set up for a while [23:07] no inkscape + fonts + etc [23:07] pleia2, ah, that's fine [23:07] i thought something along the lines of "i quit" [23:07] if you can fix, I can upload changes, but [23:07] lol [23:07] pleia2, but i was meaning, the main startubuntu xp to * flyer [23:08] oh, I thought you meant the typo [23:08] original flyer is ignored [23:08] hehe [23:09] ours got all the sharing and translations, so I think it became the default [23:09] heh [23:10] so, a marketing project failed worse than we did? [23:11] I think it's just that mostly the team is made up of ubuntu people and not mint people so everyone prefered to share the all *ubuntu one :) [23:11] plus, who doesn't love xubuntu? [23:11] yeah... but weird thinking to include mint in the main one anyway then [23:11] yeah [23:12] they wanted to offer an alternative that had a more "classic" feel than unity [23:12] so, mate [23:13] mmh... [23:28] anyone around with a xubuntu vbox that hasnt been messed with much? [23:28] (i just want to know a default setting) [23:29] Well? [23:29] xfce4-power-manager/show-tray-icon [23:30] by default that key is not set at all [23:30] right, how does it behave then? [23:30] i dunno [23:31] that's actually what i need to know [23:31] just need to know whether we have to set it to "3" by default, so that the trayicon never shows [23:31] i don't see the tray icon [23:32] do you have a battery? [23:32] no [23:32] in vbox? [23:32] then that doesn't help [23:34] i'm afraid that the default behavior is to show the trayicon if there's a battery [23:35] what's the problem with that? [23:36] 2 battery icons in the panel? [23:36] indicator-power + xfpm-trayicon [23:36] ah [23:37] ali1234: finally changes that have benefits for !gnome-shell as well: http://worldofgnome.org/app-menus-fallback-became-just-amazing/ [23:37] (although the title is a clear overstatement) [23:37] ochosi: http://git.xfce.org/xfce/xfce4-power-manager/tree/settings/xfpm-settings.c#n1161 [23:37] SHOW_ICON_WHEN_BATTERY_PRESENT is default [23:38] mhm, thought so [23:38] ok, then i'll include that setting in my next -default-settings MR [23:45] pleia2: FIY bug 1281836 [23:45] bug 1281836 in SpreadUbuntu "The Portuguese flag symbol isn't displayed at http://spreadubuntu.org/" [Undecided,New] https://launchpad.net/bugs/1281836 [23:45] thanks [23:45] np [23:45] hopefully someone will look at it :) they've responded to a couple of ones I've submitted, so hopefully [23:45] I would like to help them, but, you know, I'd do that in my free time? [23:46] yeah, let's keep our fingers crossed [23:46] pleia2, no way, knome doesn't allow free time [23:46] truth [23:47] of course, and time does feel like sand, splipping through our fingers [23:47] i haven't *felt* that [23:48] bah, that's because you don'y go to the beach often enough ;) [23:51] knome: do you have any idea how we can agitate bug 1185396 ober at debian? [23:51] bug 1185396 in gnome-system-tools (Ubuntu) "users-admin crashed with SIGSEGV in gst_user_profiles_get_for_user()" [High,Triaged] https://launchpad.net/bugs/1185396 [23:52] does anyone here feel like testing the new default panel layout? [23:52] (i mean the xml for it) [23:52] unable to it now ochosi. But tomorrow, yes I'll be able to [23:53] to do it ^^ [23:53] sure, no problem [23:54] share it pls [23:55] http://dpaste.com/1635510/ [23:55] it should only contain the minimum list of settings [23:55] and don't expect anything from whiskermenu there [23:55] (cause that one uses an rc file to store the config) [23:56] very minimal [23:57] the question is whether it matches the spec: https://wiki.ubuntu.com/Xubuntu/Roadmap/Specifications/Trusty/Whiskermenu [23:58] or whether it misses anything