/srv/irclogs.ubuntu.com/2010/02/14/#ubuntu-desktop.txt

=== kermiac is now known as kermiac_
=== kermiac_ is now known as Kermiac
=== Kermiac is now known as kermiac_
=== kermiac_ is now known as kermiac
baptistemmdidrocks, around?10:09
=== kermiac is now known as kermiac_
^arky^hi anyone know the duplicate of this bug 51077513:00
ubottuLaunchpad bug 510775 in indicator-applet "indicator applet removes shutdown menu option" [Low,Invalid] https://launchpad.net/bugs/51077513:00
^arky^Is seb128 around?13:01
geserlike most other devs not on a weekend, try during the week13:26
didrocksbaptistemm: there now14:32
baptistemmsalut14:33
didrockshello, bon dimanche ? :)14:33
baptistemmouais je suis seul, ma copien et mon fils sont en vacances :)14:34
baptistemmdonc je geek (pour une fois)14:34
didrockshéhé, ma copine est aussi partie pour quelques jours, un peu de temps libre :)14:34
baptistemmje pense que l'on va continuer en anglais :)14:34
didrocksyes ;)14:34
baptistemmI'm under the impression the cached image for background in the patch you produce in my case compressed image with compression artefact14:36
baptistemms/you produce/you did produces/14:36
baptistemmwhere is stored the picture14:36
didrocksbaptistemm: hum, strange. I only save the pixbuf produced by the lib14:37
didrocksbaptistemm: .cache/wallpaper14:37
baptistemmokay perhaps I totally wrong14:37
didrocksbaptistemm: I only save the cached image produce on the fly by libgnome-desktop if it was changed14:37
didrocksproduced*14:38
baptistemmhumm this is really noticable now14:38
didrocksand try to get the same format14:38
baptistemmlet me put the two different pictures14:38
didrockscan you get me two screenshots?14:38
didrocksright :)14:38
baptistemmsure14:38
baptistemmIf you want to look now of course14:38
didrocksbaptistemm: I'll have a quick look, but treat it on Monday for sure14:39
baptistemmdon't hesitate to tell me if you don't want to do that now14:39
didrocksno no, it's ok14:40
didrocksI think I have an idea14:40
didrocksis your file a jpeg?14:40
baptistemmyes14:40
baptistemmhttp://bmm80.free.fr/Ubuntu/14:40
didrockshum, so, here is the code: http://paste.ubuntu.com/376204/14:41
baptistemm26k vs 6k, sure this is compressed :)14:41
didrocksbaptistemm: as you can see, I take the same format that the initial file14:41
baptistemmyeah14:41
didrocksand save the pixbuf14:41
didrocksso, for me14:41
didrocksit compress the pixbuf again :)14:42
didrocksthat can explain this14:42
didrocksI have to get the format from the pixbuf14:42
didrocks(not sure if "format" is suited for a pixbuf"14:43
didrocksor use an non destructive format to save it14:43
baptistemmis it interesting to cache picture not bigger than the display resolution ?14:44
didrocksit's still interesting14:44
baptistemmI mean, my picture is the tiny one, that I use a tile wallpaper14:44
baptistemmokay14:44
didrocksjust applying the transformation/resize take 0.7s on the mini14:44
didrockswith an ssd drive…14:44
didrocksand if you login into gdm, you get it twice (one for gdm, the other one once connected)14:45
didrocksdo you think than saving in png systematically would be better?14:45
didrocks(not on the top for all image format)14:45
baptistemmmy knowledge is near zero for that :)14:46
baptistemmactually I didn't understood where the pciture was compressed in you code14:47
didrocksbaptistemm: gdk_pixbuf_save (new_pixbuf, cache_filename, gdk_pixbuf_format_get_name (format), NULL, NULL);14:47
didrocksformat comming from: format = gdk_pixbuf_get_file_info (bg->filename, NULL, NULL);14:47
baptistemmah you meant gdk_pixbuf_save do the compression14:47
didrocksso, if the original image is an jpeg, I apply jpeg compression on the gdk_pixbuf again14:48
baptistemmah okay ...14:48
didrocksCurrently only few parameters exist. JPEG images can be saved with a "quality" parameter; its value should be in the range [0,100].14:49
didrocksmaybe put the quality to 100 for jpeg?14:50
baptistemmyep, I was thinking the same14:50
baptistemmor sometimes near, like 90 or 9514:50
didrocksthe default value is not written into devhelp14:51
didrocksdo you see something related to that?14:51
baptistemmno14:52
didrocksbaptistemm: http://fr.wikipedia.org/wiki/Portable_Network_Graphics14:53
didrocks"sans perte de données"14:53
didrocksmaybe saving all cached images in png can be interesting14:53
didrocksshould have a look about the size14:53
baptistemmI found14:54
baptistemmthis is 7514:54
didrocksbaptistemm: where ? ;)14:54
baptistemmvolatile int quality = 75; /* default; must be between 0 and 100 */14:54
baptistemmio-jpeg.c14:54
didrocksok :)14:54
baptistemmin gdk-pixbuf directory in gtk14:54
didrocksI have no strong opinion tweaking the value if source == jpeg -> quality=…14:55
baptistemmyeah png would be perhaps interesting14:55
didrocksor saving everything in png14:55
didrocks(I have a png image, hence I noticed nothing ;))14:55
baptistemm(sorry to put you some challenge on weekend days :)14:56
baptistemmshould I file a bug ?14:56
didrocksdon't be sorry, my challenge is already to checkout launchpad :)14:56
didrocksno, that's ok, I'll fix this on Monday14:56
baptistemmcheckout launchpad ???14:56
baptistemmwow14:56
didrocksand discuss with pitti and seb128 about the best solution14:57
didrocksyes, I need to extend the API for Quickly :)14:57
baptistemmokay, thanks for the help14:58
baptistemmif you have free time, I packaged devhelp 2.29.90 :)14:58
didrocksthanks for reporting that :)14:58
baptistemmit just waits for sponsoring14:58
didrocksoh, sweet, Will sponsor tomorrow14:58
didrocks(I try to not "really work" on week-end, I know this is not the right way to go ;))14:59
didrocksso, just hanging on IRC and hacking on personal projects14:59
baptistemmhey chrisccoulson15:08
chrisccoulsonhey baptistemm15:08
asacbaptistemm: hey15:33
baptistemmheya asaca15:33
asacbaptistemm: so your issue means we need to bump the soname i think15:33
asac+#MISSING: 4.61-0ubuntu1# hci_read_inquiry_transmit_power_level@Base 4.4015:34
baptistemmyeah ;/15:34
asacdid upstream bump the soname?15:34
baptistemmno15:34
baptistemmI asked on the bluez chan but noone answered15:34
asacask on #bluez then15:34
asacping holtman directly maybe?15:34
asacand wait a day or so ... we shouldnt upload until this is confirmed upstream and they will bump their soname15:35
baptistemmI did both15:35
baptistemmyeah15:35
asacok15:35
baptistemmasac, if you want there is the previous release which was never uploaded :)15:35
asacif that doesnt have the issue, go ahead15:35
baptistemmI can't upload myself :)15:37
asacbaptistemm: oh you say ther eis a previous release which was never sponsored?15:37
asacgive it to me15:37
asacwhere is the debdiff + orig?15:37
baptistemmattached to a bug report, I'll give you that in a second15:38
asackk15:38
baptistemmbug 50614915:38
ubottuLaunchpad bug 506149 in bluez "Update 'bluez' to 4.60" [Undecided,New] https://launchpad.net/bugs/50614915:38
asachmm. you never attach debdiffs?15:39
baptistemmdid I15:41
baptistemmah no, I usually don't15:41
baptistemmbut I can, give me 2 minutes15:42
asacno not needed15:43
asacits just that i had to act for 2 minutes to get all the bits together15:43
asacif everything is in the bug it will take me 10 seconds ;)15:43
asacbaptistemm: you tested that ?15:44
baptistemmthe previous version was 4.51 so the debdiff can be lengthy15:44
asac315:44
asac215:44
asac115:44
asachmmm15:44
asacdid you test the release? ... or do i need to test build?15:44
asacthe debdiff looks good ;)15:44
baptistemmyou can test it, I did some file copy but not that much15:45
asacdid you test it in the sense that it builds and installs?15:45
baptistemmha yeah, I have it installed for weeks15:45
baptistemm:)15:45
asacok uploading/ed15:45
asacthx15:45
* asac goes back to weekend fun ;)15:46
baptistemmwonderful15:46
baptistemmthanks then15:46
baptistemmhave fun15:46
asacnp... enjoy too (will be back in a couple of hours or so)15:46
chrisccoulsonbah, my filesystem keeps eating itself15:49
Amaranthchrisccoulson: you should feed it more often16:55
chrisccoulsonhey Amaranth16:55
chrisccoulsonyeah, probably ;)16:55
Amaranthhowdy16:55
chrisccoulsonhow are you these days?16:56
Amaranthchrisccoulson: busy :)17:31
Lee_ubunI'm having problems with unexpected logouts, I believe its a graphic issue. Running 9.10 - Graphic Card is: 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Devi. Can anyone help?17:45
kklimondahmm, is this bootchart hacked or not: http://people.canonical.com/~pitti/bootcharts/daniel-lucid-20100212-4.png ?17:46
chrisccoulsonkklimonda, no, how come?17:48
chrisccoulsonthat's actually slower than the quickest bootchart on that hardware17:49
chrisccoulsoni think it's been down to just over 10s17:49
kklimondachrisccoulson, sweet17:50
kklimondachrisccoulson, I remember that pitti has been hacking a lot of things lately so I wasn't sure about it and the official bootcharts are broken :/17:50
asacpitti: guess your not there? what was the new langpack machine name?19:38
baptistemmasac, some advice to fix 519357?19:57
baptistemmbug 51935719:57
ubottuLaunchpad bug 519357 in bluez "conffile prompt on upgrade from 8.04 to 10.04" [High,New] https://launchpad.net/bugs/51935719:57
asachmm19:57
asacbaptistemm: are we doing anything to the conffiles in maintainer scripts?19:59
asace.g. to init.d/bluetooth19:59
baptistemmwe touched it between the two release20:00
baptistemm+s20:00
baptistemmIIRC, initially init.d/bluetooth was a traditionnal init script, and now bluetoothd is triggered by udev20:01
baptistemm/lib/udev/rules.d/97-bluetooth.rules20:02
asacbaptistemm: whats the diff of the packaging that does that touching?20:22
baptistemmhttp://bazaar.launchpad.net/~ubuntu-branches/ubuntu/karmic/bluez/karmic/revision/2820:43
baptistemmhttp://bazaar.launchpad.net/~ubuntu-branches/ubuntu/karmic/bluez/karmic/revision/2920:43
baptistemmhttp://bazaar.launchpad.net/~ubuntu-branches/ubuntu/karmic/bluez/karmic/revision/3020:43
asacin general it shouldnt be a problem if you change config files during upgrade21:15
asacas long as you dont touch them outside of the upgrade process21:16
asacso this bug basically means that something touched the conffile for mvo21:16
asacmaybe there is upstart magic now that does something bad?21:16
asacseems to be ok21:18
asaci think we have to wait for mvo to tell us more about his testcase21:18
baptistemmyeah21:24
chrisccoulsonjames_w - i had a quick look at the gnome-desktop issue. the second code path that can cause gnome_rr_config_apply_from_filename_with_time to return false without setting the GError is:21:33
chrisccoulsonif (check_framebuffer_size (stored, screen)) {21:34
chrisccoulsonif that evaluates to false there, then the funtion returns false and doesn't set the error21:34
james_wso it needs another g_set_error?21:35
chrisccoulsonjames_w - yeah. i have a fix for the second one somewhere here already21:36
chrisccoulsoni can roll them all in to one change and push to bzr if you like21:36
james_wthat would be great21:36
chrisccoulsoncool, i'll do that now21:37
=== asac_ is now known as asac

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