[00:47] pleia2, is that enough or do you want bits copied from the wiki? [00:49] * pleia2 has a look and makes some notes === Soupermanito is now known as GridCube_ === GridCube is now known as GridCube__ === GridCube_ is now known as GridCube [05:14] oh, I was made admin of the G+ community [05:14] https://plus.google.com/u/1/communities/108369189560969273265 [05:14] so we can probably officialize this one too (this is a community, vs a page which we already had) [10:38] pleia2, good good. let me tell if/what logo sizes/artwork you need [10:38] and yes, we should sort out the deviantart group artwork too [10:55] ah right... [10:55] forgot a bit about that one [10:56] me too [11:10] micahg, it might be easier to get an FFe for catfish, since the one that is currently in the raring repos is broken [11:10] (doesn't start) === c0de is now known as adnan [11:16] long time no see [11:27] hey adnan [11:27] true true [11:32] :) [11:45] madderni1k: ping [11:45] ochosi: png [11:45] +o* [11:46] is it possible to test plymouth's fsck check animation in the testbinary somehow? [11:46] yes [11:46] I dont remember how, lemme check my scripts [11:46] have you tested that with the circular spinner? [11:47] I've tested all features [11:48] ah good [11:48] ochosi: okay, so pass the command [11:48] --command, option [11:49] basically it looks for fsck being given to the status handler [11:50] ok, i'll just quickly wait for bluesabre to return [11:50] so i supposed i lied, its --status=fsck [11:50] he does a real-install check now [11:50] (problem is I dont have access to the laptops tests scripts :() [11:59] madderni1k: so yeah, the spinner and the progressbar overlap [12:01] is it possible to hide the spinner if fsck needs to run? [12:01] i think it's easier to just change the coordinates of the progressbar tbh [12:01] yes [12:01] madderni1k: how do i run plymouth again in testmode? (forgot the commandline you gave me once) [12:04] sudo plymouthd --debug --debug-file=/tmp/plymouth-debug-out ; sudo plymouth --show-splash ; sleep 5 ; sudo plymouth --quit [12:04] define overlap? [12:05] iirc its 25px between them [12:06] the new spinner is circular and larger and further south [12:07] if you remember the latest changes [12:07] oh ye, we moved it down [12:09] strange, the --status=fsck doesn't work [12:09] i added it after --show-splash [12:13] think you need to do --update aswell [12:13] i dont really remember the exact command [12:13] no, that also didn't help [12:16] ochosi: found it [12:16] sudo plymouthd --debug --debug-file=/tmp/plymouth-debug-out ; sudo plymouth --show-splash ; sleep 1 ; sudo plymouth --update=fsck: ; sleep 2 ; sudo plymouth --quit [12:16] ofc the animation will be fubar, since one needs to send update integers along with it if you want the real thing [12:16] but for positioning thats fine [12:17] weird, doesn't show anything here... [12:18] try increasing the sleeps [12:18] the second sleep to many 5 seconds [12:18] it shows "Routine disk check" and the bar [12:18] about 10px to high up [12:19] the progressbar goes straight through the circle [12:19] http://www.zimagez.com/zimage/screenshot-03092013-011928pm.php [12:20] fsck_progress_meter_sprite.SetPosition((screen_width / 2) - (progress_meter_image.GetWidth() / 2), (screen_height / 2) + (logotype_image.GetHeight() / 2) + 25); [12:20] fsck_progress_fade_sprite.SetPosition((screen_width / 2) - (progress_meter_image.GetWidth() / 2), (screen_height / 2) + (logotype_image.GetHeight() / 2) + 25); [12:21] i know [12:21] i'm already tinkering with it [12:21] but i need to move everything along [12:21] incl. the password box [12:24] http://www.zimagez.com/zimage/screenshot-03092013-012420pm.php [12:24] madderni1k: any way i can show the password-box too? [12:26] awesome... http://www.zimagez.com/zimage/screenshot-03092013-012614pm.php [12:26] sudo plymouthd --debug --debug-file=/tmp/plymouth-debug-out ; sudo plymouth --show-splash ; sleep 1 ; sudo plymouth --update=fsck: ; sleep 1 ; sudo plymouth ask-for-password --prompt "spify password: " ; sleep 5 ; sudo plymouth --quit [12:27] tbh, i didnt even think about this [12:27] is there an easy way to hide the spinner for fsck? [12:27] i knew all the individual features worked [12:27] ochosi: yes [12:28] SetOpacity(100) [12:28] if ((fsck_running == 1) && (fsck_done_fading == 0)) { ? [12:28] you mean SetOpacity(0)? [12:28] oh ye [12:35] meh, in which functions do i have to hide the spinner? [12:35] ochosi: do you want to hide it when the password appears? [12:36] yes, and when fsck is running too [12:36] those two might coincide i guess [12:36] so just to be sure, always hide it [12:37] in the showPasswordHandler and statusHandler when status_array[0] is equal to "fsck" [12:37] reset possible in displayNormalhandler [12:37] do you have time to try this now? [12:38] cause i have a few more things i have to get fixed on the weekend [12:38] lightdm-gtk-greeter and a few more icons [12:38] do you have the changes you've made? [12:38] they're not too great tbh, i mostly changed the coordinates of the fsck-bar [12:39] ok [12:39] which won't be necessary in the end (hopefully) [12:39] and i added SetOpacity for the spinner in a few places [12:40] i suppose i can just make the changes [12:40] and upl [12:40] yeah [12:40] you can also pastebin them so we can test them in advance [12:40] ok [12:41] thanks! [12:49] ochosi: should i move password thing down [12:50] is it overlaying anything? [12:51] if password is there [12:51] yeah, we don't want anything to overlap :) [12:52] its just that [12:52] im not sure that can happen [12:52] that means we should move it iguess [12:52] as long as we're not sure [12:57] ochosi: http://paste.ubuntu.com/5598756/ [12:57] that seems to do it on all accounts [12:57] it even restores states if it comes to that [12:57] So the spinner can come back, if you are done with fsck and password [12:59] ok cool [12:59] i'll test that in a second [13:03] madderni1k: that gives me a black screen [13:04] ochosi: odd, it does not here [13:04] no errors encountered in the log either [13:05] hmm [13:06] ochosi: perhaps the pastebin corrupted something [13:06] want me to upl to my server for fetching? [13:06] ok, why not [13:09] madderni1k: thanks, looking good now! [13:09] bluesabre: you still around? [13:10] ochosi: THhere are 2 possible problems [13:10] one of them is: the msgs one can get [13:10] The "last 5 msgs" feature [13:10] Might be overlapping something [13:11] can we test that? [13:11] ye im trying to figure out how :P [13:11] ok :) [13:11] hm what huh? [13:11] :) [13:11] mind to quickly test the plymouth script? [13:12] with my install? [13:12] i'd mail it to you, you save it in /lib/plymouth/themes/xubuntu-logo and then run sudo shutdown -rF now [13:12] yup [13:12] sure thing [13:13] sent [13:15] ochosi: i think msgs are okay [13:17] it always uses the bottom [13:17] So its fine [13:17] :) [13:18] ok [13:18] good [13:18] what is the second possible problem? [13:19] well, the spinner_sprite doesnt technically have a sprite at first [13:19] but its not a problem [13:19] since it will have it before fsck or passw can appear [13:19] Its just not very clean [13:20] im concidering adding it for "being clean" purposes [13:20] i guess that's up to you, i haven't looked into plymouth enough to be able to judgew [13:21] okay, tell me how testing goes, i need to do my workout and eat now [13:22] sure [13:25] Hello, does anyone know if Synaptic will be a default part of Xubuntu 13.04? [13:28] i'm pretty sure it won't [13:30] ochosi: Too bad.... I think it's an essential tool and deserves a place in the iso. Is there no more room in the iso, in spite of the new maximum of 1 GB? [13:36] ochosi: that works [15:15] knome: micahg: I set up translation support for the two desktop files you uploaded https://translations.launchpad.net/xubuntu-default-settings/trunk/+pots/xds-desktop-files [15:16] (please do it when you add new "visible" strings next time, as my life seems meaningless each time I have to fight against translations.lp.net ;-) [15:31] mr_pouit, thanks, did the finnish translations [17:52] bluesabre, madderni1k: i'll push the updated plymouth script then [17:57] roger that [17:58] ok, pushed [17:59] ochosi: did you want a spot in the magazine for an article? what topic? https://wiki.ubuntu.com/Xubuntu/Marketing/Magazine2013 has current ideas [18:00] hey pleia2 [18:00] good morning :) [18:00] haven't really given that any thought tbh [18:00] it's 7pm here ;) [18:00] 10am! [18:00] what magazine is that? [18:01] a special flavors edition published by linuxidentity.com [18:01] in English (not French) [18:02] french is only my third language, so that's fine ;) [18:04] pleia2: at the moment i'm rather busy and the topics you still have there seem quite easy to cover, so if you can find someone else, that'd be great [18:04] beta1 is approaching and there's still artwork to fix and our greeter needs more updates [18:04] ochosi: those are just ideas people proposed, we're trying to find other ideas [18:05] ah [18:05] i see [18:05] hm, it's dinner time for me now [18:05] i'll think a bit about it and add topics if i get ideas, k? [18:06] thanks :) [18:07] great, bbl [20:01] knome: first ffe, Bug #1153038 [20:01] bug 1153038 in xfce4-datetime-plugin (Ubuntu) "[FFe] Xfce4-datetime-plugin 0.6.2" [Undecided,New] https://launchpad.net/bugs/1153038 [20:02] freeze on thursday are really a pain since I've only time to work on ubuntu during week-ends these days... [21:25] mr_pouit, great... i assume i don't need to file the exception ? ;)