/srv/irclogs.ubuntu.com/2012/01/09/#ubuntu-desktop.txt

=== jasox is now known as jasox_afk
=== jasox_afk is now known as jasox
arandFor icons.. Which resolution does ubuntu use for the launcher and lenses? Would it be ok to only install x32, x48 and 128x128 versions, or should I convert the large one down to some intermidiates around ~x64 as well?02:11
=== AlanChicken is now known as AlanBell
pittiGood morning08:34
cyphermoxpitti: could I convince you to sponsor ntrack? it's been hanging around in the NBS list b/c of libnl3 for a long while, I got a branch in the sponsoring overview08:38
pitticyphermox: sure08:38
pitticyphermox: in a few mins, brb08:38
cyphermoxyeah, no rush08:38
ajmitchcyphermox: btw, a valatoys upload that you did a couple of months back looks like it accidentally bumped the SONAME of libafrodite08:42
cyphermoxuh-oh08:42
cyphermoxajmitch: ah, as a side effect of changing the vala compiler?08:43
ajmitchlooks like it08:43
ajmitchit broke monodevelop-vala08:44
cyphermoxlooks fine in the package, can you define how it's broken?08:44
ajmitchlibafrodite-0.12-2 contains /usr/lib/libafrodite-0.14.so.208:45
pitticyphermox: uploaded, thanks!08:58
cyphermoxthanks to you!08:58
geserdoes unity-2d get the same attention as unity (3d)? I'm wondering because a bug in unity (3d) got SRUed weeks ago, yet the same bug in unity-2d is waiting on a SRU (and still unfixed in precise, only "Fix committed")09:07
pitticyphermox: bug 91368009:07
AfCThere's your answer, apparently.09:25
fredpseb128: hey, happy new year! "decide (at the rally) on what version of GTK to use: DONE", which version was chosen?09:39
seb128hey fredp, 3.409:39
fredpgood choice, excellent. thanks.09:39
seb128yw ;-)09:40
tjaaltonis there a ppa for unity that has packages for precise and is uptodate?09:41
tjaaltonah, unity staging ppa09:41
pittidesrt: want an USB stick with daily?09:44
dpmmvo, re: ddtp translations, the only thing I can see is that the export branch at http://bazaar.launchpad.net/~mvo/ddtp-ubuntu/ddtp-precise/files does not contain any files. I think exports do not work unless the exports branch has been pushed to, but I'm not sure if that's the issue here. In any case, could you try to commit the po files to the branch, to see if this way the export works?09:49
tjaaltonok, so the unity staging ppa _doesn't_ have packages for precise..09:52
mterryTheMuso`, you asked about the unity-greeter orca branch: lp:~mterry/unity-greeter/screen-reader10:15
desrtpitti: sure.  i'll drop by.10:50
pittidesrt: hang on, sorry; I gave you an usb-creator'ed one, but forgot to also put an .iso on that10:53
pittidesrt: I suppose you want a VM, not a bare metal install?10:53
asac_cyphermox: if you have issues with ntrack packages you can always also ping m11:49
asac_e11:49
cyphermoxasac_: yeah, just didn't manage to catch you online11:50
cyphermox(sorry)11:50
asac_cyphermox: so whats the bug? i dont see an upload yet11:50
asac_no problem11:50
cyphermoxasac_: not a bug, migrating to libnl3 3.2 which splits the packages, so a change in build-depends11:50
asac_oh i see an upload11:51
asac_cyphermox: debian/patches/disable-pedantic.patch i thought i dropped -pedantic upstream11:51
cyphermoxasac_: maybe after 016?11:51
asac_hmm11:52
asac_didnt do a release yet11:52
asac_guess i was just dreaming11:52
cyphermoxnah11:53
cyphermoxI think it was dropped but maybe not from everywhere11:54
asac_hmm11:54
cyphermoxI see it's in glib/ and subdirs, but IIRC it wasn't in all of the subdirs, which I found unusual11:54
asac_no i think i was dreaming11:54
cyphermoxok11:54
asac_last log entry for pedantic was the addition of it11:54
asac_cyphermox: from build log:11:56
asac_cyphermox: http://paste.ubuntu.com/798124/11:57
asac_cyphermox: so in case you get crashes reported11:57
cyphermoxgreat, thanks11:57
asac_not sure if it happens with the 3.2 release though ... a make check would show it i think11:57
cyphermoxI wonder if that might have been taken care of yeah11:57
cyphermoxok11:57
cyphermoxI'll take a look11:58
asac_cyphermox: are we running make check in the package?11:58
cyphermoxntrack or libnl?11:58
cyphermoxlibnl3: probably not, but that should be fixed11:58
asac_cyphermox: strange that this qt symbol patch came back... did you add it?11:59
cyphermoxyes11:59
asac_why didnt my package fail?11:59
asac_cyphermox: no on ntrack i mean11:59
cyphermoxhold on a sec11:59
asac_cyphermox: make check ... according to my warning it crashed when running make check12:00
cyphermoxah, then yeah I think checks are run, and it just worked12:00
asac_in a recycle test12:00
cyphermoxI thought it was "might fail"12:00
asac_cyphermox: i dont think make check is run12:00
asac_cyphermox: i cannot find any hit for "recycle" in the log12:00
asac_i am sure if you enable it we will see a crash12:01
cyphermoxnah, not being run12:01
desrtricotz: hey12:01
asac_cyphermox: on a call  now... will check after. we definitely should enable the make check in the package i am quite sure... maybe see what can be done there12:03
asac_cyphermox: i wanted to move to the rtnetlink backend by default upstream in 017 or 018... not sure if we should be brave and do it here first. it definitely is the better way :) no need for stupid libnl induced bugs etc. anymore if you can directly talk to the kernel netlink socket12:04
cyphermoxasac_: up to you, really12:05
cyphermoxasac: recycle does fail, I'll check out the patch12:06
ricotzdesrt, hey12:08
mterrykenvandine, ping, try my deja-dup branch again (but do a fresh pull first)13:08
cyphermoxasac_: can you explain why / how that libnl patch works? It's a little unclear to me13:16
cyphermoxand that patch will need to make it in Debian as well, since it also has libnl3 3.2.313:17
asac_cyphermox: it ensures that the cache is unregistered before freeing it13:18
asac_cyphermox: to avoid dangling reference13:18
cyphermoxasac_: only for the NL_AUTO_PROVIDE case?13:18
cyphermoxwhat I mean is, the comment/description isn't too clear w/r/t what it does13:19
asac_cyphermox: so ops->co_major_cache = NULL; is the key here afaik13:20
asac_the ops are set up on first cache13:20
cyphermoxno such thing in that patch13:20
asac_cyphermox: thats in the function it calls13:21
asac_in nl_cache_mngt_unprovide13:21
cyphermoxah, right13:21
cyphermoxI mean, the patch works, there's no question about it, just want to make sure why it hasn't been included upstream already13:21
rodrigo_pitti, seb128: I forgot last week to push my changes to the install-language branch, so did it this morning13:21
rodrigo_pitti, seb128: when you want, ping me and we can discuss what's missing13:21
kenvandinemterry, it worked once :)13:23
kenvandineand now hanging13:23
mterrykenvandine, yay!  booo13:23
pittihey rodrigo_, how are you? thanks, will do13:23
mterrykenvandine, comin13:23
mterryg13:23
rodrigo_pitti, I'm fine, and you? all the team safe at budapest? :)13:24
pittirodrigo_: yes, just you missing :)13:24
rodrigo_yeah :(13:25
rodrigo_you can tell seb128 to pay the beers then :)13:25
=== jdstrand1 is now known as jdstrand
asac_cyphermox: so the reason for the crash is that on first provide of a cache the cache is remembered as global cache and if you free that cache noone removes it so you get a dangling ref13:30
cyphermoxyes13:30
asac_cyphermox: so calling unprovide ensures that the cache ref gets nulled in case the freed cache is the current global cache13:32
asac_cyphermox: i would also add git diff | pastebinit13:32
asac_http://paste.ubuntu.com/798200/13:32
asac_but technically it doesnt really matter afaict13:33
asac_because the last registered cache is as good as the first one13:33
cyphermoxasac_: would you mind sending that over to libnl mailing list?13:35
asac_cyphermox: do you see where the crash happens? do you have a backtrace?13:40
cyphermoxI see the crash happening but haven't looked for a backtrace, applying the patch to libnl fixes it13:40
asac_http://paste.ubuntu.com/798210/ iirc thats the change after 3.0 that uncovered it13:43
asac_before they didnt use the global cache at all13:44
RiddellSweetshark: yo13:50
Riddellso that qt issue, is the libreoffice patch already in or backported or do we need to coordinate?13:51
=== Zdra is now known as xclaesse
=== jonasPlatte is now known as jP_wanN
=== Zdra is now known as xclaesse
=== jP_wanN is now known as jonasPlatte
=== jonasPlatte is now known as jp_wanN
jincreatorpitti: Hi. I saw your comment. For -unfonts, I mean in data/pkg_depends, not fontconfig snippet.14:13
=== m_conley_away is now known as m_conley
asac_cyphermox: whats the libnl list name?14:56
cyphermoxasac_: all good actually, I sent it for you (and made sure it was clear you were the author)14:56
cyphermoxbut for the record it's libnl@lists.infradead.org14:57
asac_cyphermox: cool. didnt you just send with git send-mail?14:57
cyphermoxnah14:57
asac_lets see if they like it :0 ... usually you just use git send-mail <git-patchfile>14:58
pittijincreator: ah, I misunderstood then; I thought the new font replaced -unfonts15:03
dobeyhey pitti; how's budapest? :)15:04
jincreatorpitti: Yes, I want to add  and replace Korean default font, not replace unfont.15:05
pittidobey: just as nice as last time, just colder :)15:06
dobeyhehe15:07
jincreatorpitti: In addition, I want use fonts-unfonts-core/extra package. But version of ttf-unfonts-core/extra in Ubuntu is higher than Debian. Is it possible to sync fonts-unfonts?15:08
pittijincreator: you mean syncing fonts-unfonts-core from Debian into precise? sure15:10
pitti(that package doesn't exist yet in Ubuntu)15:10
RiddellSweetshark busy?15:12
jincreatorpitti: But seems fonts-unfonts-... and ttf-unfonts-... are build from same source. Still no problem then?15:12
pittijincreator: hm, its built by two different sources15:15
pittijincreator: I don't know how it actually ended up with that f***ed up version number, but apparently we can't sync until debian/upstream release 1.0.315:15
pittioh, that was from maverick15:16
pittiso that'll be a merge15:17
pitti(well, just another upload with a higher changelog version number, no other ubuntu changes)15:19
pittijincreator: so for now you can just use ttf-unfonts-core15:21
jincreatorpitti: Actually, Unfonts project doesn't release new version after June 2008, so it's hard Debian's package version is higher than 1.0.3.15:23
jincreatorpitti: And seems Unfonts maintainer in Debian improve this package. So I just want to use new version in Debian repository.15:25
pittiok, then someone needs to merge it; we split the package and only ship a subset of the ttfs on the CD15:26
jincreatorpitti: Actually ship only fonts-nanum-core on the CD, maybe...15:30
BigWhaleGreetings15:32
jincreatorpitti: Ok, thanks. Have a nice day in Budapest!15:36
BigWhaleOh, everyone is in Budapest.15:37
RiddellSweetshark busy?16:28
=== jasox is now known as jasox_study
=== jasox_study is now known as jasox
=== JanC_ is now known as JanC
=== m_conley is now known as m_conley_away

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