=== lfaraone_ is now known as lfaraone === ulmlogger is now known as transitlogger [16:53] howdy, I was planning on getting to know packaging so i thought i'd join the photo team. is anyone here part of that? === transitlogger is now known as apachelogger [17:50] joru: I don't think that team is active, but you don't have to be on that team to help with photo app packaging [18:03] jbicha: ok, well i thought it would be a good place to find ppl with same interests [18:03] jbicha: and to start learning how to do it [18:07] also saw that the mentorship mailinglist seemed quite dead [18:07] well I recommend you look for a bitesize bug on harvest first and figure out how to fix it [18:09] jbicha: yepp so I've understand too from all the how-to's etc i've read [18:14] joru: you'll find people with the same interests over time, but the skills required are common across all packages, so it doesn't matter too much what you start with (although it helps motivation if fix something that bugs you) [18:15] tumbleweed: yes that is true. so say that i'd look into this one https://bugs.launchpad.net/ubuntu/+source/unity/+bug/772573 then i'd downlaod the unity source? what does is a11y stand for? [18:15] Ubuntu bug 772573 in unity (Ubuntu) "[a11y] Unity launcher buttons are not Actionable" [Medium,Triaged] [18:16] !a11y [18:16] Information about the Ubuntu Accessibility Team can be found on the wiki at https://wiki.ubuntu.com/Accessibility or by joining #ubuntu-accessibility [18:16] joru: ^ accessibility [18:17] ah excellent [18:18] one step in some learning direction =) [18:18] ok, maybe I should say *some* of the skills are common everywhere. I don't do much GUI stuff and have never improved the accessibility of anything :) [18:18] tumbleweed: the general process and tools are similar [18:18] i get the point [18:19] =) [18:19] well i havent looked into accessibilty msyelf either before [18:21] but i might see what i can learn from this bitesize [18:21] the goal is just as much the learning process itself as it is the fix === assassin is now known as group === group is now known as assassin === assassin is now known as raju === yofel_ is now known as yofel [23:16] tumbleweed, ok I have fixed all the issues except the system() ones, where I need more specification. I mean, i do error checking by checking the return code, also I'd like to ask you what could be done in C++ that I do via system(). [23:19] hakermania: everything, but I'm not requiring you to do that, just noting that you probably should [23:30] tumbleweed, I think the code is OK! It works, if it could be better I don't know, probably yes, as in every code around, but I think the quality is OK [23:41] tumbleweed, I got this: http://lintian.debian.org/tags/maintainer-script-lacks-debhelper-token.html but if I add it to the top of the postinst script and below from it the update-desktop-database I get error: http://paste.ubuntu.com/671346/ [23:48] hakermania: sounds like it didn't have a shebang (and that question didn't need to be directed to me) [23:49] tumbleweed, you suggested me using the postinst scirpt :O [23:53] you don't need update-desktop-database in postscripts [23:53] * tumbleweed told him that [23:53] debehlper does that for you