[00:00] infinity: no, not yet [00:00] infinity: would that be a good idea? [00:00] bdmurray: Might be nice to see if 7.7.1 magically fixes the issue. [00:01] infinity: I'll have a look === timrc is now known as timrc-afk === timrc-afk is now known as timrc === timrc is now known as timrc-afk [04:45] Hi, i am new in Ubuntu development. Can any body help me to get started please... i have already followed all the steps of the following link http://packaging.ubuntu.com/html/getting-set-up.html [04:47] welcome aboard saikat :) [04:48] thanks [04:50] samold : can you please help me ? [04:50] saikat: maybe; what would like you know? [04:51] Hi, i am new in Ubuntu development. Can any body help me to get started please... i have already followed all the steps of the following link http://packaging.ubuntu.com/html/getting-set-up.html [04:51] what's next ? [04:51] saikat: first, I guess you'd like to learn that you can type a few characters of an irc nickname and hit 'tab' for your irc client to complete the rest of the nickname -- at least most clients do that :) [04:52] that'll save all kinds of time :) [04:52] saikat: what's next probably depends upon what you want to do -- what are you looking to contribute to ubuntu? [04:53] saikat: is there a specific package you want to work on? or a tool you want to write? or a bug you want to fix? [04:53] samold : yes [04:53] samold : i want to start with bug fixing [04:55] sarnold: are you there ? [04:56] saikat: yeah, sorry, I got distracted looking at the bug list :) I found one I thought I had lcosed ages ago... but it's open, confirmed, and critical, it surprised me :) hehe [04:56] saikat: here's a huge list of bugs, if you're looking for one at random :) https://bugs.launchpad.net/ubuntu [04:57] sarnold: okay.... now, how i will get the existing code ? [04:58] saikat: you could use apt-get source or pull-lp-source [04:59] sarnold : i selected an bug https://bugs.launchpad.net/ubuntu/+source/gallery2/+bug/620087 [04:59] Ubuntu bug 620087 in gallery2 (Ubuntu) "gallery2 update deleted config" [Critical,Triaged] [05:00] sarnold: i have selected one bug.... now what will be the package for this ? [05:00] https://bugs.launchpad.net/ubuntu/+source/gallery2/+bug/620087 [05:00] saikat: first, it would be a good idea to reproduce the problem, so that you can recognize when you fix it [05:01] sarnold: yes yes.. that will be good.. [05:04] sarnold : but, how can i find the package for a bug ? [05:05] saikat: in this case, the package name is gallery2 -- so you would need to install a version of gallery2 older than 2.3-1ubuntu3.3 (you can find 2.3-1ubuntu3 in the 10.04 LTS release) [05:06] saikat: then you would need to configure it, then upgrade to a newer version, and see if the configuration is destroyed [05:16] sarnold: when i am trying download the package of gallery2.... i am getting an error "Unable to find a source package for gallery2" [05:16] saikat: dinner time :) have fun [05:16] sarnold: any idea ? [05:16] saikat: gallery2 was removed in trusty and newer [05:16] saikat: you can find the packages here: https://launchpad.net/ubuntu/+source/gallery2 === Guest74749 is now known as Lutin === timrc-afk is now known as timrc === timrc is now known as timrc-afk [19:17] <__llort__> how long does it take to get my app on the ubuntu store [19:17] <__llort__> been waiting at least 2-3 weeks still pending review [19:41] __llort__: definitely not the right channel here [20:34] <__llort__> prolly going to take 3 weeks to get an answer here too :D [20:34] <__llort__> ah well [20:35] __llort__, you got a reply [20:35] <__llort__> oh i was disconnected [20:35] <__llort__> can you copy paste it please [20:38] <__llort__> Noskcaj, ^_^ [20:38] from __llort__: definitely not the right channel here __llort__: definitely not the right channel here [20:39] <__llort__> i was told it was by people in #ubuntu [20:39] i think #ubuntu-app-devel is the place to ask [20:39] <__llort__> OH [20:39] This is for making ubuntu itself [20:39] <__llort__> i see, thanks very much [21:30] g_udev_device_get_sysfs_attr() seems to cache the results rather than re-read it from sysfs each time it is called... does anyone know a way to avoid the caching and force it to re-read?