/srv/irclogs.ubuntu.com/2013/03/09/#xubuntu-devel.txt

Noskcajpleia2, is that enough or do you want bits copied from the wiki?00:47
* pleia2 has a look and makes some notes00:49
=== Soupermanito is now known as GridCube_
=== GridCube is now known as GridCube__
=== GridCube_ is now known as GridCube
pleia2oh, I was made admin of the G+ community05:14
pleia2https://plus.google.com/u/1/communities/10836918956096927326505:14
pleia2so we can probably officialize this one too (this is a community, vs a page which we already had)05:14
knomepleia2, good good. let me tell if/what logo sizes/artwork you need10:38
knomeand yes, we should sort out the deviantart group artwork too10:38
ochosiah right...10:55
ochosiforgot a bit about that one10:55
knomeme too10:56
bluesabremicahg, it might be easier to get an FFe for catfish, since the one that is currently in the raring repos is broken11:10
bluesabre(doesn't start)11:10
=== c0de is now known as adnan
adnanlong time no see11:16
ochosihey adnan 11:27
ochositrue true11:27
adnan:)11:32
ochosimadderni1k: ping11:45
madderni1kochosi: png11:45
madderni1k+o*11:45
ochosiis it possible to test plymouth's fsck check animation in the testbinary somehow?11:46
madderni1kyes11:46
madderni1kI dont remember how, lemme check my scripts11:46
ochosihave you tested that with the circular spinner?11:46
madderni1kI've tested all features11:47
ochosiah good11:48
madderni1kochosi: okay, so pass the command11:48
madderni1k--command, option11:48
madderni1kbasically it looks for fsck being given to the status handler11:49
ochosiok, i'll just quickly wait for bluesabre to return11:50
madderni1kso i supposed i lied, its --status=fsck11:50
ochosihe does a real-install check now11:50
madderni1k(problem is I dont have access to the laptops tests scripts :()11:50
ochosimadderni1k: so yeah, the spinner and the progressbar overlap11:59
bluesabreis it possible to hide the spinner if fsck needs to run?12:01
ochosii think it's easier to just change the coordinates of the progressbar tbh12:01
knomeyes12:01
ochosimadderni1k: how do i run plymouth again in testmode? (forgot the commandline you gave me once)12:01
madderni1ksudo plymouthd --debug --debug-file=/tmp/plymouth-debug-out ; sudo plymouth --show-splash ; sleep 5 ;  sudo plymouth --quit12:04
madderni1kdefine overlap?12:04
madderni1kiirc its 25px between them12:05
ochosithe new spinner is circular and larger and further south12:06
ochosiif you remember the latest changes12:07
madderni1koh ye, we moved it down12:07
ochosistrange, the --status=fsck doesn't work12:09
ochosii added it after --show-splash12:09
madderni1kthink you need to do --update aswell12:13
madderni1ki dont really remember the exact command12:13
ochosino, that also didn't help12:13
madderni1kochosi: found it12:16
madderni1ksudo plymouthd --debug --debug-file=/tmp/plymouth-debug-out ; sudo plymouth --show-splash ; sleep 1 ; sudo plymouth --update=fsck: ; sleep 2 ; sudo plymouth --quit12:16
madderni1kofc the animation will be fubar, since one needs to send update integers along with it if you want the real thing12:16
madderni1kbut for positioning thats fine12:16
ochosiweird, doesn't show anything here...12:17
madderni1ktry increasing the sleeps12:18
madderni1kthe second sleep to many 5 seconds12:18
madderni1kit shows "Routine disk check" and the bar12:18
madderni1kabout 10px to high up12:18
ochosithe progressbar goes straight through the circle12:19
ochosihttp://www.zimagez.com/zimage/screenshot-03092013-011928pm.php12:19
madderni1kfsck_progress_meter_sprite.SetPosition((screen_width / 2) - (progress_meter_image.GetWidth() / 2), (screen_height / 2) + (logotype_image.GetHeight() / 2) + 25);12:20
madderni1kfsck_progress_fade_sprite.SetPosition((screen_width / 2) - (progress_meter_image.GetWidth() / 2), (screen_height / 2) + (logotype_image.GetHeight() / 2) + 25);12:20
ochosii know12:21
ochosii'm already tinkering with it12:21
ochosibut i need to move everything along12:21
ochosiincl. the password box12:21
ochosihttp://www.zimagez.com/zimage/screenshot-03092013-012420pm.php12:24
ochosimadderni1k: any way i can show the password-box too?12:24
ochosiawesome... http://www.zimagez.com/zimage/screenshot-03092013-012614pm.php12:26
madderni1ksudo 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 --quit12:26
madderni1ktbh, i didnt even think about this12:27
ochosiis there an easy way to hide the spinner for fsck?12:27
madderni1ki knew all the individual features worked12:27
madderni1kochosi: yes12:27
madderni1kSetOpacity(100)12:28
ochosiif ((fsck_running == 1) && (fsck_done_fading == 0)) { ?12:28
ochosiyou mean SetOpacity(0)?12:28
madderni1koh ye12:28
ochosimeh, in which functions do i have to hide the spinner?12:35
madderni1kochosi: do you want to hide it when the password appears?12:35
ochosiyes, and when fsck is running too12:36
ochosithose two might coincide i guess12:36
ochosiso just to be sure, always hide it12:36
madderni1kin the showPasswordHandler and statusHandler when status_array[0] is equal to "fsck"12:37
madderni1kreset possible in displayNormalhandler12:37
ochosido you have time to try this now?12:37
ochosicause i have a few more things i have to get fixed on the weekend12:38
ochosilightdm-gtk-greeter and a few more icons12:38
madderni1kdo you have the changes you've made?12:38
ochosithey're not too great tbh, i mostly changed the coordinates of the fsck-bar12:38
madderni1kok12:39
ochosiwhich won't be necessary in the end (hopefully)12:39
ochosiand i added SetOpacity for the spinner in a few places12:39
madderni1ki suppose i can just make the changes12:40
madderni1kand upl12:40
ochosiyeah12:40
ochosiyou can also pastebin them so we can test them in advance12:40
madderni1kok12:40
ochosithanks!12:41
madderni1kochosi: should i move password thing down12:49
ochosiis it overlaying anything?12:50
madderni1kif password is there12:51
ochosiyeah, we don't want anything to overlap :)12:51
madderni1kits just that12:52
madderni1kim not sure that can happen12:52
ochosithat means we should move it iguess12:52
ochosias long as we're not sure12:52
madderni1kochosi: http://paste.ubuntu.com/5598756/12:57
madderni1kthat seems to do it on all accounts12:57
madderni1kit even restores states if it comes to that12:57
madderni1kSo the spinner can come back, if you are done with fsck and password12:57
ochosiok cool12:59
ochosii'll test that in a second12:59
ochosimadderni1k: that gives me a black screen13:03
madderni1kochosi: odd, it does not here13:04
madderni1kno errors encountered in the log either13:04
ochosihmm13:05
madderni1kochosi: perhaps the pastebin corrupted something13:06
madderni1kwant me to upl to my server for fetching?13:06
ochosiok, why not13:06
ochosimadderni1k: thanks, looking good now!13:09
ochosibluesabre: you still around?13:09
madderni1kochosi: THhere are 2 possible problems13:10
madderni1kone of them is: the msgs one can get13:10
madderni1kThe "last 5 msgs" feature13:10
madderni1kMight be overlapping something13:10
ochosican we test that?13:11
madderni1kye im trying to figure out how :P13:11
ochosiok :)13:11
bluesabrehm what huh?13:11
bluesabre:)13:11
ochosimind to quickly test the plymouth script?13:11
bluesabrewith my install?13:12
ochosii'd mail it to you, you save it in /lib/plymouth/themes/xubuntu-logo and then run sudo shutdown -rF now13:12
ochosiyup13:12
bluesabresure thing13:12
ochosisent13:13
madderni1kochosi: i think msgs are okay13:15
madderni1kit always uses the bottom13:17
madderni1kSo its fine13:17
madderni1k:)13:17
ochosiok13:18
ochosigood13:18
ochosiwhat is the second possible problem?13:18
madderni1kwell, the spinner_sprite doesnt technically have a sprite at first13:19
madderni1kbut its not a problem13:19
madderni1ksince it will have it before fsck or passw can appear13:19
madderni1kIts just not very clean13:19
madderni1kim concidering adding it for "being clean" purposes13:20
ochosii guess that's up to you, i haven't looked into plymouth enough to be able to judgew13:20
madderni1kokay, tell me how testing goes, i need to do my workout and eat now13:21
ochosisure13:22
pjotrHello, does anyone know if Synaptic will be a default part of Xubuntu 13.04?13:25
ochosii'm pretty sure it won't13:28
pjotrochosi: 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:30
bluesabreochosi: that works13:36
mr_pouitknome: micahg: I set up translation support for the two desktop files you uploaded https://translations.launchpad.net/xubuntu-default-settings/trunk/+pots/xds-desktop-files15:15
mr_pouit(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:16
knomemr_pouit, thanks, did the finnish translations15:31
ochosibluesabre, madderni1k: i'll push the updated plymouth script then17:52
madderni1kroger that17:57
ochosiok, pushed17:58
pleia2ochosi: did you want a spot in the magazine for an article? what topic? https://wiki.ubuntu.com/Xubuntu/Marketing/Magazine2013 has current ideas17:59
ochosihey pleia2 18:00
pleia2good morning :)18:00
ochosihaven't really given that any thought tbh18:00
ochosiit's 7pm here ;)18:00
pleia210am!18:00
ochosiwhat magazine is that?18:00
pleia2a special flavors edition published by linuxidentity.com18:01
pleia2in English (not French)18:01
ochosifrench is only my third language, so that's fine ;)18:02
ochosipleia2: 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 great18:04
ochosibeta1 is approaching and there's still artwork to fix and our greeter needs more updates18:04
pleia2ochosi: those are just ideas people proposed, we're trying to find other ideas18:04
ochosiah18:05
ochosii see18:05
ochosihm, it's dinner time for me now18:05
ochosii'll think a bit about it and add topics if i get ideas, k?18:05
pleia2thanks :)18:06
ochosigreat, bbl18:07
mr_pouitknome: first ffe, Bug #115303820:01
ubottubug 1153038 in xfce4-datetime-plugin (Ubuntu) "[FFe] Xfce4-datetime-plugin 0.6.2" [Undecided,New] https://launchpad.net/bugs/115303820:01
mr_pouitfreeze on thursday are really a pain since I've only time to work on ubuntu during week-ends these days...20:02
knomemr_pouit, great... i assume i don't need to file the exception ? ;)21:25

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