=== pgraner-afk is now known as pgraner [01:23] hello ... does anyone know if there is a program or api that i can use to structure plain text? [01:24] like if i have a tree like structure that i want to lay out in plain text, but dont want to bother with the spacing and placement of the edges and nodes [01:24] is there something that would take care of that? [01:48] what do you want the output to look like and what does your input look like? === abhi_nav_ is now known as abhi_nav === Ddorda1 is now known as Ddorda === abhi_nav_ is now known as abhi_nav === yofel_ is now known as yofel [09:29] hi === abhi_nav is now known as abhijit === abhijit is now known as abhijit_ === abhijit_ is now known as abhijit__ === abhijit__ is now known as abhijit === abhijit is now known as abhi_nav === abhi_nav is now known as Guest16004 === Guest16004 is now known as abhi_nav_ === abhi_nav_ is now known as abhijit === abhijit is now known as abhi_nav === abhi_nav is now known as abhijit === abhijit is now known as abhijit_ === abhijit_ is now known as abhijit === abhijit is now known as abhijit__ === abhijit__ is now known as abhijit === eminor2 is now known as eminor === mohi1 is now known as Mohan_chml === pjarnahomzz is now known as pjarnahom === gamerchick02 is now known as gamerchick02-awa === gamerchick02-awa is now known as gamerchick02 [16:55] alright my friends - are you ready for day 4 of Ubuntu Developer Week? [16:55] if you're here today for the very first time, please also join #ubuntu-classroom-chat (yes, lernid does that for you automatically) [16:55] it's the best place to ask questions and chat to other people while the session is going on [16:56] and please prefix your questions with QUESTION: so the host of the session can pick them up easily [16:56] https://wiki.ubuntu.com/UbuntuDeveloperWeek has the schedule of today and I promise you a lot of fun with the great speakers we have here [16:57] first up is didrocks [16:57] Monsieur Roche, comment ça va? [16:57] ça va très bien daniel :) [16:57] so, as requested by Mr Holbach, the session will be in French [16:57] kidding :) [16:57] haha === abhijit_ is now known as abhijit [16:57] lol [16:58] that was the obvious answer of a member of the French mafia :) [16:58] * didrocks is eager to see #ubuntu-devel in french :) [16:58] next jump will be UDS! [16:58] you still have 2 minutes to get a cold or hot beverage - enjoy day 4 of UDW :) [17:00] didrocks: the stage is yours :) === ChanServ changed the topic of #ubuntu-classroom to: Welcome to the Ubuntu Classroom - https://wiki.ubuntu.com/Classroom || Support in #ubuntu || Upcoming Schedule: http://is.gd/8rtIi || Questions in #ubuntu-classroom-chat || Event: Ubuntu Developer Week - Current Session: Create An Application For Ubuntu With Quickly - Instructor: didrocks [17:00] great! thanks dholbach [17:01] so, some quick words of presentation first [17:01] my name is Didier Roche, I'm working in the ubuntu desktop team on updating GNOME and UNE (Ubuntu Netbook Edition) [17:01] also, as a spare time project with Rick Spencer, I'm hacking on Quickly [17:02] first question will be from me :) who knows about Quickly? (please answer on -chat) [17:02] good, the session will be useful so :) [17:02] a lot of people having no idea what is it [17:02] So, few words about it [17:03] Quickly is to bring back fun in development [17:03] Rick, the person who created the Quickly idea, call it, among other things, an "Application Templating System" [17:03] the essence of the project is to provide you boiler plate for the kind of program you want to write [17:03] so the code that you would have to write for every program of a certain type gets generated for you [17:04] that part is called the "boiler plate" [17:04] we have different boiler plates right now: [17:04] ubuntu-application, ubuntu-cli and ubuntu-pygame in lucid [17:04] but Quickly is also a set of commands [17:05] the commands are designed to integrate with the Ubuntu Application infrastructure [17:05] thinks like bzr, launchpad, PPAs, etc.. [17:05] and the commands are what make all that work [17:05] The moto of Quickly is "Easy and Fun" [17:05] while I'll answer to the first set of questions, you can install it (not mandatory to follow the session): sudo apt-get install quickly [17:06] QUESTION: Is quickly and IDE? [17:06] no, it's not, it's a Command Line tools, that brings a lot of love [17:06] the core of Quickly brings advanced shell completion, it will suggest you everytime what to do [17:06] there is a Quickly API, (in trunk only right now), so if people want to integrate if with any IDE, go go go :) [17:07] QUESTION: Is it a code generator or is it more like a To-do list? [17:07] it's generate a boiler plate of code [17:07] but then, don't touch it [17:07] let me find a screenshot of what the ubuntu-application template generates for you [17:08] http://blog.didrocks.fr/public/projects/quickly/.Capture-Myproject_m.jpg [17:08] this is what you get after the first "create" command [17:08] you can then modify it to a wide range of applications, there is no more action on the code itself [17:09] QUESTION: Quickly will be ported to other distros??? [17:09] applications created with Quickly should work with any distros [17:09] there is no dependency on Quickly itself (it's not a framework) [17:09] Quickly itself is being packaged in fedora and gento [17:09] gentoo [17:09] we are waiting for templates for them so :) [17:10] QUESTION: Will quickly create MeeGo/Maemo buildable programs? [17:10] see above, you just need a template for that :) [17:10] QUESTION: How does Quickly differ from Acire/python- nippets? [17:10] well, acire is writtent with Quickly :) [17:10] written* [17:10] also, some of you may use Lernid [17:10] this is another Quickly app [17:11] so, you can see that Quickly can enables you to create a lot of different apps for different purpose [17:11] QUESTION: is quickly a ubuntu project or third party project? [17:12] as of today, the Quickly devs (mostly me, Rick making awesome work on Quickly-Widgets I'll talk about later), uses ubuntu [17:12] so, we develop templates for ubuntu first [17:12] but, the project is really template oriented [17:12] that means, you have no requirement to use python, or ubuntu [17:12] I'll go on and answer remaining questions then :) [17:13] so, as some of you have seen, Quickly brings a lot of tools, so downloading can take a while [17:13] Note that the current version is 0.4.3 on lucid [17:13] 0.4 brings a lot of news over 0.2, you can see that in previous ubuntu devweek sessions [17:14] the rest of the class will be in 4 parts: [17:14] Creating your app [17:14] Editing the UI [17:14] Writing Code [17:14] Packaging and PPAs [17:14] (so, to answer a question, yes, Quickly creates packages) [17:15] so, creating an app [17:15] this is a single command, $ quickly create ubuntu-application [17:15] (for ubuntu-cli, replace ubuntu-application by ubuntu-cli, for ubuntu-pygame, … you understand :)) [17:16] we support hyphen, spaces and a lot of fun in project_name [17:16] you can see that Quickly run the application for you [17:16] so, you already have a complete application ready ! [17:16] not really fancy, but you have preferences integrations, menus, about box, easter eggs :) [17:16] all what an application need! [17:17] (of course, wait for Quickly to be installed to run the command) [17:17] so, Quickly created a folder for you [17:17] you can cd into it [17:17] there, if you use tabulation, you should see that you have access to a lot of commands now [17:18] I won't enter and details all of them [17:18] the most important is… testing! [17:18] quickly run will launch your application [17:18] then, edit the code: [17:18] quickly edit [17:19] this will launch gedit and open all your development files there [17:19] there, you can remove what you want (like the preferences code), and tweak from the default [17:19] so, Quickly is opinionated choices [17:19] those choices are made by the template [17:19] for instance, in the ubuntu-application template, you have: [17:19] - python as a language to develop in [17:19] - glade for editing the GUI [17:20] - gedit as default editor (you can override this by exporting the EDITOR variable) [17:20] - pygtk for the toolkit [17:20] - desktopcouch for storing persistent data [17:20] - launchpad integration [17:20] all is chosen for helping you starting with your app [17:21] then, if you are confident enough and know what you need, you can remove each block you don't want and replace by yours [17:21] or create your own template even! [17:21] alucardni | didrocks: you missed bzr for version control ;-) [17:21] of course bzr :) [17:21] thanks! [17:22] the idea is really to drive development and help opportunistic developer to know "where to start" [17:22] rather than beeing lost in choices [17:22] for helping starting development too, we have a tutorial: [17:22] quickly tutorial [17:23] that will fire up yelp to have a step by step app to develop [17:23] and I heard that an "ubuntu developer manual" is on the way [17:23] let's move on, I see some questions, but nothing related to that :) [17:23] so, editing the UI. [17:24] as told previously, we use glade for that in the ubuntu-application template [17:24] to fire it up, just use quickly design [17:24] glade is really awesome for editing a GUI graphically [17:24] and really integrates in a easy way with python too [17:24] QUESTION: what is glade? a short intro about it, please? [17:25] glade is a tool for building gtk-based UI [17:25] let me find a screenshot [17:25] http://glade.gnome.org/images/glade-main-page.png [17:25] you choose your components and draw them on the application area [17:25] the quickly tutorial explains the basic of this [17:26] in fact, Glade is a UI editing tool, that creates the XML you need to describe your windows and widgets [17:26] don't worry because the quickly template totally handles keeping the code and the XML hooked up [17:26] if others templates, like kubuntu comes, we assume it won't use glade, obviously :) [17:27] hence the "design" command to launch it [17:27] so here are some tips for using Glade if you are new to Glade [17:27] first, adding widgets works like a fill tool [17:27] you click the widget you want in the toolbox, and then click where you want it to be on the window [17:27] the widgets will then fill the space alloted to it [17:27] to layout the form, you use HBoxes and VBoxes [17:28] an HBox handles Horizontal layout, and a VBox handles vertical [17:28] so you will find yourself putting lots of boxes within boxes [17:28] when you add a widget to a window, you can select it in the "inspector" tree if it is hard to select in the window itself' [17:28] boxes can be hard to select in the window, for example [17:28] if a widget is in a box, use the position property in the "Property editor" window in the "packing" tab to change the order [17:29] you can also set the pack type to start or end to change the order [17:29] Fill and Expand control sizing [17:29] while Border and Padding control spacing [17:29] whenever possible, you should use "Stock" widgets [17:29] they get translated, the right icons, etc... automatically [17:29] finally, if you want to add a dialog to your project: [17:29] 1. close glade [17:30] 2. run: quickly add dialog [17:30] 3. quickly glade [17:30] ooops [17:30] quickly design :) [17:30] quickly glade was in previous version of Quickly [17:30] this way, Quickly helps you to ship all files to get access to the new window [17:31] of course, your code can have bugs [17:31] what's best for debugging than a debugging tool where you can see variable values and such, step by step? [17:31] Quickly uses winpdb for that. Just run "quickly debug" and you can add breakpoints and such [17:32] ok, let's say you are happy with your project [17:32] now, you want to share with someone, or even release? [17:32] let's say you want to release your first version [17:33] it's pretty easy, just: [17:33] $ quickly release [17:33] this will version your release to YY.MM (the ubuntu way of marking an ubuntu version) === dark is now known as Guest88529 [17:33] you will be asked to bind with a Launchpad project you created [17:34] it will licence all your files (default is GPLV3 if you didn't run quickly licence by hand before) [17:34] it will tag your release, change evertything for your, drop the COPYING files to get a well licensed project [17:34] push your code to launchpad [17:34] also, the about box will contain the version of the current release, the credit, the copyright, the url to the project [17:35] (http://blog.didrocks.fr/public/projects/quickly/Capture-A_propos_de_Slip_Cover.png [17:35] for instance [17:35] and all that for free! No need to maintain it manually [17:35] in addition to that, it will create an ubuntu package [17:35] detecting all dependencies for you [17:36] will collect all your "quicky save" messages (quickly save is to take snapshot of your code. For those you know, it triggers a bzr commit) [17:36] it will upload your package to launchpad, in a ppa for people trying our your application [17:37] it will also upload your upstream tarball, sign it, push it to launchpad, and make an annoucement with your changes annoucement [17:37] dotblank | QUESTION: Does quickly walk you through steps with gpg? [17:37] if you don't have a gpg key already, Quickly will help you to create one [17:37] (same for ssh) [17:37] it won't upload it to launchpad yet, we are working with Launchpad guys to get that integrated nicely [17:38] in any case, it will tell you before uploading if something got wrong :) [17:38] QUESTION: is it possible to change the way of versioning e.g. to 0.0.1 as fist build? [17:38] just run quickly release 0.0.1 [17:38] then, you have to specify manually at each release the version number [17:39] but YY.MM is really the short approach and avoid a lot of collision :) [17:39] so, in a nutshell, in two commands: [17:39] quickly create ubuntu-application foo [17:39] quickly release [17:39] I have a licenced project, pushed to launchpad, with tarballs, announces and ubuntu package to share to the world! [17:40] sometimes, you maybe want to get some testing [17:40] and not release really to get people testing this [17:40] for local testing, you can use: [17:40] quickly package [17:40] this will create a package in your directory that you can install [17:40] for sharing in a ppa, use instead: quickly share [17:41] this won't change anything, won't licence your project, won't upload tarball [17:41] but at least, you can get some testing :) [17:41] QUESTION: does quickly package (version here) also work in order to force a version? [17:41] of course, but think that you can't upload to your ppa a version with a lower version than previous upload [17:42] you will see that there are a lot of other commands to manipulate your project [17:42] like quickly configure to configure the ppa you want to upload, the bzr branch where you want to push/pull, additional dependencies that you want to add… [17:43] if you use shell completion on license, you will see that we support a wide range of licence too. Adding a new one (or a custom is really easy) [17:43] last part I want to discuss is Quickly widgets before taking the bunch of pending questions :) [17:43] so, quickly widgets are widgets that help you to make your life easy [17:44] contrary to Quickly, this is for python only [17:44] in one line of code, you can show a dialog asking for a question and get the answer [17:44] this is generally taking 6-8 lines of codes [17:44] in 5 lines, you can get a CouchGrid [17:45] you can imagine that as a tabular, where you can store persistent information, synchronised between your use (using couchdb) [17:45] hosts* [17:45] it will detect for you the type of your column, you can add a filter in two lines, and such [17:46] this is really really great stuff and avoiding copying 50-60 lines from random websites [17:46] quickly-widgets come with a lot of widget [17:46] QUESTION: Where can we find information about Quiqly-widgets (couch-grid etc)? [17:46] as Rick is the main developer, you can find a lot of fun videos over the web [17:47] http://theravingrick.blogspot.com/ is your central info place [17:47] ok, taking questions now :) [17:47] let me a second to take them one by one [17:48] QUESTION: Say I don't need the preferences dialog in my project can I delete it from the project? [17:48] exactly, as told previously, you can remove any part of the code you don't want really easily [17:48] this is mainly for the preferences dialog removing a file and call to it [17:48] QUESTION: Is template creation difficult? [17:48] not at all, I've even written a tutorial on that [17:48] one sec [17:49] http://blog.didrocks.fr/index.php/post/Build-your-application-quickly-with-Quickly%3A-Inside-Quickly-part-6 [17:50] in general this set of 9 blog posts give you everything you need to know about Quickly http://blog.didrocks.fr/index.php/post/Build-your-application-quickly-with-Quickly%3A-part1 [17:50] but this was about Quickly 0.2, we have 0.4.X now [17:50] so I wrote some updates: http://blog.didrocks.fr/index.php/post/Quickly-0.4-available-in-lucid%21 [17:50] if you want to build a template upon an existing template [17:50] There are are 10 minutes remaining in the current session. [17:50] like ubuntu-cli sharing a lot in common with ubuntu-application [17:50] your can import commands between template [17:51] templates* [17:51] for instance, ubuntu-cli is really 0 line of code! [17:51] I just import every commands I need from ubuntu-application template [17:51] (apart from design which makes no sense for a command line application), and add dialog [17:51] so, it's really easy to create a template :) [17:52] you can even wrote you template in perl with some C boiler plate if you want some fun [17:52] Quickly is language agnostic [17:52] that comes to the question: [17:52] QUESTION: what is the difference between gambas and quickly? [17:52] gambas is (AFAIK), really binded with python [17:52] Quickly is written in python but template can be whatever you want [17:53] also gambas doesn't handle packaging and such [17:53] Quickly is really "helping your developping your project from start to the end" [17:53] QUESTION: Can quickly use existing source code? [17:53] sure, bughugger, another quickly project wasn't written for Quickly first [17:54] but migrate it to Quickly took half an hour approximately [17:54] it's just moving files in the right folder and add some glue [17:54] you won't get automatically launchpad integration for instance [17:54] (when you release your project with Quickly, project get integration like "Help on/Report a bug" in the help menu) [17:55] but you will get all the rest for free, which is already a lot :) [17:55] QUESTION: How hard is it to remove the couchdb support from the template? [17:55] hmm [17:55] I would say it's basically removing the preferences dialog [17:55] There are are 5 minutes remaining in the current session. [17:55] so, not hard at all :) [17:55] QUESTION: we CAN create templates for templates then? [17:56] sure, I don't see the point as quickly quickly already help you to create subtemplates [17:56] it's copying to ~/quickly-templates all what you need [17:56] I think that's it for question. If I forget some, yell [17:57] in the remaining times, some links: [17:57] - so, the blog post I posted before http://blog.didrocks.fr/index.php/post/Build-your-application-quickly-with-Quickly%3A-part1 and http://blog.didrocks.fr/index.php/post/Quickly-0.4-available-in-lucid%21) [17:57] - https://launchpad.net/quickly of course [17:57] - #quickly on freenode for support and development on Quickly [17:58] also, some reviews on 0.2 version: [17:58] - http://lwn.net/Articles/351522/ [17:58] - http://arstechnica.com/open-source/news/2009/08/quickly-new-rails-like-rapid-development-tools-for-ubuntu.ars [17:58] - http://www.maximumpc.com/article/news/canonical_releases_quickly_framework_speed_linux_app_development [17:58] we got some good contributions and I want to thank everyone helping to make Quickly better [17:58] (approximately 10 different people have contributed to the code so far, it's already a lot!) [17:59] hope that you can join, we don't bite and share the fun developping :) [17:59] I guess now, it's vish's who will explain you how to help Ubuntu in a night! [17:59] thanks didrocks! [17:59] take it away vish :) [18:00] Hope everyone enjoyed the Quickly session from the always amazing didrocks! [18:00] Never an easy task following didrocks! ;-) [18:00] vish: don't say that :-) === ChanServ changed the topic of #ubuntu-classroom to: Welcome to the Ubuntu Classroom - https://wiki.ubuntu.com/Classroom || Support in #ubuntu || Upcoming Schedule: http://is.gd/8rtIi || Questions in #ubuntu-classroom-chat || Event: Ubuntu Developer Week - Current Session: Improving Ubuntu In An Evening - Instructor: vish [18:01] Hi everyone, I'm Vishnoo and I'm here to talk about how to improve Ubuntu in an evening . [18:01] I hope you are enjoying UDW and learning a lot. [18:01] Often when we introduce Ubuntu to someone and they are developers, they are surprised by Ubuntu being a community project and that they can get involved ! [18:02] One of the first things a new Ubuntu developer wants to know is how they can help and make a difference in Ubuntu OS. [18:02] Often the quickest, easiest way to do this is Hundred Papercuts Project [18:02] I will begin by giving a little bit of background information about the HundredPapercuts project, and why you should know + care about this project. :) [18:03] as always , please feel free to ask questions as you see fit , if you have questions as we go, ask on #ubuntu-classroom-chat by prefacing them with QUESTION: [18:03] So... for Karmic, the Ayatana Project together with the Canonical Design Team focused on identifying some of the “paper cuts” affecting user experience within Ubuntu. [18:04] Which we continued for Lucid and are doing it again for Maverick! [18:05] You maybe wondering what a papercut bug is? [18:05] Briefly put, A papercut is: [18:05] "a bug that will improve user experience if fixed, [18:05] is small enough for users to become habituated to it, [18:05] and is trivial to fix." [18:06] abhijit asked: can be do papercut for my lucid or I need to do it only for next proposed release? [18:06] abhijit: we usually fix for the next development release [18:06] the changes are string changes or UI changes which we cannot do after a UIF [18:06] !UIF [18:07] abhijit: UIF == User Interface Freeze [18:07] ok.. carrying on.. ;) [18:08] A paper cut is a bug that the average user would encounter on his/her first day of using a brand new installation of Ubuntu Desktop Edition (and Kubuntu too!). [18:08] You can find a more detailed definition at: https://wiki.ubuntu.com/PaperCut [18:08] Traditionally the goal is fixing 100 bugs per cycle! [18:08] [which includes 10 Kubuntu bugs , why 10 for Kubuntu? Well , it has a smaller team and as kubuntu folks like to put it, "KDE's already awesome!" ;p ] [18:09] The ayatana project convenes in #ayatana, so if you stop by there, you'll likely be able to jump right into a papercut discussion. [18:09] Now for a few examples which have been fixed in the past year: [18:09] Have a look at : http://img441.imageshack.us/img441/2964/compiz.jpg [18:09] What do you see wrong about that image? [18:10] any guesses? [18:10] matttbe: getting closer.. [18:11] matttbe: right! [18:11] * vish throws virtual candy to matttbe :) [18:11] Now have a look at : http://img22.imageshack.us/img22/3686/metacitycompositor.jpg [18:11] can everyone spot the difference , now? [18:12] Sc10: exactly! these are things users often dont notice [18:12] When you are working on something, the active window has to be on top and not the panel. When the window is on top it should not have a shadow on it! [18:12] That was fixed as part of the papercuts. [18:13] Another example: https://bugs.launchpad.net/hundredpapercuts/+bug/388949 [18:13] This fix will be released for Maverick [18:13] On the desktop if you right click , you will see an option 'Clean Up by Name' [18:14] If you were/are a windows user you'd probably recall an option "Desktop Clean Up wizard" ? [18:14] Now since the names are too similar a new user will often confuse the functions. [18:14] It has now been re-named to "Organize Desktop by Name" [18:15] That was a simple bug right? all it needed was a renaming of an existing function! [18:15] want more examples? ;) [18:16] moving on.. [18:16] saji89: yes simple changes [18:16] Now, why should you care about these trivial bugs? [18:17] If you are new to Ubuntu and eager to start working on Ubuntu , [18:17] this is the best way to get started! [18:17] the bugs are simple changes [18:18] helps you get familiar with the coding practices followed and gets you ready for handling bigger bugs in the packages. [18:18] it takes you just a day to make the impact! [18:18] And the change you make will be in the *default* install of the next release! [18:18] This is a very rare opportunity for a new member , to make changes in a default install. [18:19] asked : So, how do we know where the specific change is to be made? [18:20] saji89: the bugs will be filed in the applications , you need to dig into the source and just change it [18:20] Now , not that this is only for new members . ;) [18:20] Anyone can fix a papercut , all one needs to think is "what can I improve in Ubuntu today?" Head over to the triaged list of papercuts and submit fixes! [18:21] Sounds simple right? [18:21] Now let's getting into how to fix these bugs: [18:22] asked : So, This digging into source invloves BZR, and such things isn't it? [18:23] saji89: if its an Ubuntu specific bug , then yes , you need to bzr branch the Ubuntu branch and submit a merge [18:23] saji89: if its an upstream Gnome-bug then patches for the git code would be the best way [18:24] saji89: similarly debian == submit patch to debian :) [18:25] Now let's getting into how to fix these bugs: [18:25] This is the schedule for maverick https://launchpad.net/hundredpapercuts/maverick [18:25] The 100 paper cuts planned for Maverick are split into 10 milestones or "rounds" as we have been calling them, [18:25] or even "themes" [18:25] these milestones are like themes so that it is easier for a developer , who is say.. interested in Nautilus to find those related bugs and fix them. [18:26] has everyone seen the scheduled list ? [18:27] Now, the milestones are not hard deadlines, so don't worry that all of the bugs are not fixed yet. [18:27] Well, maybe worry a little bit ;) [18:28] And head over to the list of triaged bugs: https://bugs.launchpad.net/hundredpapercuts/+bugs?field.status%3Alist=TRIAGED [18:28] asked: so we take a bug and hope, that it is easy to fix? [18:29] mythos: there is not a question of hoping here , the bugs are usually trivial.. [18:29] as i showed examples earlier , the changes are trivial [18:30] often in the rush for new features , developers for the little things [18:30] mythos: We have what is called the GNOME Human Interface Guidelines : [18:30] http://library.gnome.org/devel/hig-book/stable/intro.html.en [18:30] Often there are certain areas in an application which dont follow those guidelines, ex: https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/592661 [18:31] as you can see in that bug , the menu item "File" should not exist [18:31] since it is a photo manager , it should be a Photo menu [18:31] mythos: so , there is no hoping.. are we clear on that .. the fixes are trivial :) [18:32] well , most of the time.. ;) [18:32] if it turns out to be too large a problem we have often closed bugs.. [18:33] alrighty.. continuing from the triaged list: https://bugs.launchpad.net/hundredpapercuts/+bugs?field.status%3Alist=TRIAGED [18:34] as you can see there are a hundred odd bugs still waiting. [18:34] See any bug that interests you? [18:35] If you are truly committed to fixing it, you can assign it to yourself . [18:35] After assigning it to yourself, read the launchpad bug report and any upstream reports. [18:35] Then ask yourself, what does this paper cut need before it can be considered fixed? [18:36] Make a list, then start addressing those work items. [18:36] dont forget to Mark the bug as "In Progress" [18:36] asked : so, does it really matter to use bzr?, or can I just upload a debdiff? [18:37] chilicuil: as i mentioned earlier , if the bug is Ubuntu specific , then a branch will do. else debdiff [18:37] asked: So, when we are in need of some help, ehich irc channel shall we contact? === pjarnahom is now known as pjarnahomzz [18:38] saji89: #ubuntu-bugs, #ubuntu-motu, #ubuntu-desktop on IRC. Or just add a comment on the bug. That works too. [18:38] saji89: thats if you need assistance in fixing the bugs.. [18:39] also , a [18:39] #ayatana of course [18:40] saji89: the Ayatana Mailing list might be used as well , you you want to discuss the suggested design solution [18:41] now , if you look at : https://launchpad.net/hundredpapercuts/+milestone/maverick-round-9-sc-metadata [18:42] you can see the bugs there are just about updating the descriptions [18:42] mythos: thats simple right? :) [18:43] we just need to make a patch to fix these bugs once they have patches with the appropriate description , these have to be sent upstream to debian as well [18:44] since it is easier for the debian maintainers when we have the patches with an appropriate description [18:44] If any of you attended the shadeslayer's Packaging like a Ninja session, or pedro_ and nigel's patch forwarding sessions you are in a great position to help with paper cuts . [18:45] If there is anyone in attendance interested in fixing a paper cut for Maverick. I encourage you to join #ayatana . [18:46] Also, pick one of the remaining paper cuts and claim it! Check on its status upstream. [18:46] If it needs a patch, create one. Update the patch if necessary! [18:47] As i mentioned earlier , these are trivial issues and fixing them gives an OS a polished feel. We need to fix these and there are several such issues which can be addressed. [18:47] We want everyone to enjoy Ubuntu as much as this guy > http://www.youtube.com/watch?v=G1-Q_8EbB8A&feature=related [18:48] We need to make more people go "Oh! Ubuntu!" ;) [18:49] Often there is one problem on papercut bugs! , too many suggestions! [18:49] the bug is reported, a simple solution is proposed, someone begins working on a fix, then a new person joins the discussion and says "what if we create a new keyboard shortcut?" [18:49] Then a bunch of other people chime in with "+1". [18:50] And the existence of the alternate suggestion confuses whoever is working on the bug because they lose confidence in the first solution. [18:50] The bottom line is, there will almost always be more than one way to fix a paper cut. [18:50] There are are 10 minutes remaining in the current session. [18:51] And people will always jump in the discussion and propose an alternative approach. In the case of paper cuts, it's often best to take the simplest solution. [18:51] Remember, the goal is to improve user experience in subtle ways, not to find the perfect solutions to these problems. [18:52] Often times, paper cuts don't get fixed because endless discussion of minutia. [18:52] Nervengift asked: who decides? [18:52] Nervengift: there is a team , the Papercutters team , which takes care of such bugs [18:53] it consists of the Canonical design team + community members who have shown design skills in the past [18:54] Rhonda asked: So the approach is to settle for something potential subpar because it is the simplest solution offered? [18:54] Rhonda: if the fix is subpar , then truly it aint a fix :) [18:54] the fix needs to address the problem *and* be the simplest approach [18:55] So if you see a paper cut with a long, drawn out discussion, let it play out, but remember that at some point we should pick a good solution and commit to it. [18:55] There are are 5 minutes remaining in the current session. [18:56] If people are passionate about alternate solutions, let them craft those solutions and get them in the 100 paper cuts for the next cycle. [18:56] But if we can view user experience in Ubuntu as a spectrum. [18:56] The goal is to make measurable, *incremental* improvement on 100 issues . [18:57] people are fixing simple bugs and have gotten so good at it that Upstreams have taken notice of them , ex: [18:57] http://castrojo.tumblr.com/post/785661804/papercutter-profile-marcus-carlson [18:58] Marcus, has now been given GIT commit access to nautilus too.. and all from fixing papercuts :) [18:58] does anyone know Nautilus-elementary? [18:59] well , it all started because of this guy! [18:59] his patches were the foundation for N-E :) [18:59] alrighty.. almost time up! , so anyone have any question? === ChanServ changed the topic of #ubuntu-classroom to: Welcome to the Ubuntu Classroom - https://wiki.ubuntu.com/Classroom || Support in #ubuntu || Upcoming Schedule: http://is.gd/8rtIi || Questions in #ubuntu-classroom-chat || Event: Ubuntu Developer Week - Current Session: Contribute To Ubuntu, Do Server Papercuts! - Instructor: ttx [19:00] o/ [19:00] Thanks vish for this excellent session ! [19:01] Hello everyone ! [19:01] My session is a continuation on the "it's easy to help Ubuntu" theme, but more specifically addressing Ubuntu Server. [19:01] Remember, feel free to ask questions to #ubuntu-classroom-chat, prefixed by [QUESTION] [19:02] I'll stop a few times to answer them as we go [19:02] So this session is about how to contribute to Ubuntu Server by helping with the Server Papercuts project. [19:02] Thanks to vish you now already know everything there is to know about the One hundred Papercuts project. [19:02] As a reminder, that project is about finding and fixing minor annoyances that affect the usability of the desktop. [19:03] Those are usually low-hanging fruit, but can be hard to spot for seasoned users. [19:03] When we discussed how to improve Ubuntu Server polish for 10.04 LTS, the Server team came up with the idea of doing Server papercuts. [19:03] Finding and fixing minor annoyances that affect the Ubuntu Server sysadmin experience. [19:03] We did that over the two beta iterations for Lucid Lynx and fixed 19 bugs. [19:04] At UDS Maverick we decided to continue that effort over the Maverick cycle. [19:04] One common thing I hear at conferences or when meeting Ubuntu Server users is "how can I help". [19:04] It is wonderful to have such a helpful community, but sometimes it's difficult to find something for them to start with. [19:05] In this session I'll present the Server papercuts effort as an easy way for you to participate to Ubuntu Server. [19:05] Questions so far ? [19:05] OK then, let's continue [19:06] Dealing with papercuts is a two-step effort: (1) Collection and (2) Fix [19:06] If you're an Ubuntu Server user, you can help in the Collection area. [19:06] If you want to get involved in development or packaging, you can help in the Fix area [19:06] Just a few words about the structure of the effort. We organize separate iterations. [19:07] In Lucid we had two: one during beta1 and the other during beta2. [19:07] In Maverick we have 3 of them: one during alpha2, one during alpha3 and one during beta. [19:07] The alpha2 one is completed (10 bugs fixed): https://launchpad.net/server-papercuts/+milestone/maverick-alpha-2 [19:08] The alpha3 one is in progress (18 bugs targeted): https://launchpad.net/server-papercuts/+milestone/maverick-alpha-3 [19:08] The beta iteration will soon start and will be tracked at https://launchpad.net/server-papercuts/+milestone/maverick-beta [19:08] So the first stage of the process is the Collection. If you are an Ubuntu Server user, you can help us with that. [19:09] If you notice anything that represents a minor annoyance impacting the usability of Ubuntu Server, you can report it as a Server papercut. [19:09] The process to nominate Server papercuts is the following: [19:09] 1. If the papercut isn’t already filed as an Ubuntu bug in Launchpad, file a bug against the affected Ubuntu package [19:09] 2. Look up the bug you want to nominate as a Server papercut, then click on “Also affects project” [19:10] 3. Click “Choose another project” and type in “server-papercuts”, click “Continue” [19:10] 4. Click on “Add to Bug report” [19:10] Then a new task will be added to the bug to show it's been reported as a Server papercut. [19:10] You can start now to nominate bugs for the beta iteration of the Maverick Server Papercuts ! [19:10] It sounds like a minor task, but it's really useful for us. [19:11] We are so used to how Ubuntu Server behaves that we overlook things. [19:11] Your input is therefore very valuable, and a very simple way to contribute to Ubuntu Server success ! [19:11] Any question on the Papercuts nomination process ? [19:12] Our only listener said "nope", so I guess I'll continue :) [19:12] The nomination period for the Maverick Beta iteration will end on August 1st. Our goal for this one is to have 12 targets. [19:13] During the August 3rd Ubuntu Server meeting (at 1800 UTC on #ubuntu-meeting), we'll review the nominations and select the targets based on the following criteria: [19:13] 1. Must affect server packages (in main, universe or multiverse) [19:13] 2. Should meet current freezes requirements [19:13] Since the beta iteration starts after FeatureFreeze, we will reject for this one papercuts that imply to add new features (or change behavior)... [19:14] We'll keep them for the next papercuts cycle ! [19:14] 3. Must affect "Server experience", like: [19:14] * Out-of-the-box readiness (bad default configs, package requiring manual steps to go from installed to running) [19:15] * Teamplay (packages not working well together, while making sense to be used together) [19:15] * Smooth operation (anything requiring tedious or repetitive manual work) [19:15] * Missing documentation (missing man pages, missing inline comments in default configs) [19:15] * Upgrade issues (init scripts failures blowing up maintainer scripts) [19:15] * Cruft (broken symlinks, residue of purge) [19:16] * Server feeling (abusive recommends) [19:16] 4. Must be easy to fix (less than 2 hours to fix, with an obvious and non-controversial solution) [19:16] That's about it for the Collection stage. Questions ? [19:16] QUESTION: Does server papercut involve only small bugs from the ubuntu server edition, or can it include bugs reported by users using LAMP server, etc on their Ubuntu desktop edition? [19:17] There is no strict separation between desktop and server... it's the same platform, only different packages installed [19:17] so if the bug they experience is on a server package deployed on a desktop setup, that's ok [19:18] (as the "pure" server users would probably be affected too) [19:18] Any other question ? Questions on the criteria ? [19:19] ok, let's move to the second stage then [19:19] The second stage is actual bugfixing. [19:19] If you are interested in participating to Ubuntu Server development and packaging, Server Papercuts are the best bugs to start with. [19:20] Criteria (4) above says that the bug should take less than 2 hours to fix and have an obvious solution. [19:20] Furthermore, the Ubuntu Server team will be available to help you in #ubuntu-server in getting your fix together, and to sponsor it when done. [19:20] So it's really a neat way to start with Ubuntu Server development and bugfixing, if you're interested in that. [19:21] If you're interested to participate in the maverick beta iteration, starting Aug 3rd you'll be able to pick bugs from https://launchpad.net/server-papercuts/+milestone/maverick-beta [19:21] If you want to participate *now*, feel free to have a look at https://launchpad.net/server-papercuts/+milestone/maverick-alpha-3 [19:21] If you see an yet-unfixed bug there that you'd like to fix, contact its current assignee (or comment on the bug) [19:22] He should be very happy to help you fixing it, rather than fix it himself ! [19:22] Teach a man how to fish... or something like that [19:22] The papercuts bugs are mostly small packaging bugs [19:22] If you need pointers about Debian packaging or Ubuntu development in general, please see: https://wiki.ubuntu.com/UbuntuDevelopment/ [19:23] The Server papercuts project is at : https://launchpad.net/server-papercuts [19:23] The Server papercutters team (with a cool badge) lives at: https://launchpad.net/~server-papercutters [19:23] Feel free to join the team if you want to get notified on new papercuts ! [19:24] The Spec describing the Maverick Papercuts iterations is at: https://wiki.ubuntu.com/ServerPapercutsMSpec [19:24] That's about it for the Server papercuts ! Questions ? [19:26] No question -- so it's all crystal clear and everybody will soon help us finding and fixing Server Papercuts ! Cool ! [19:26] Since we have quite some time left, I'll mention other great ways of contributing to Ubuntu Server :) [19:26] To improve our bug reports, we use apport hooks to automatically provide the relevant information [19:27] Writing an apport hook is quite easy and documented at: https://wiki.ubuntu.com/Apport [19:27] We have a list of packages that could use an apport hook, see: https://wiki.ubuntu.com/ServerTeam/ApportHooks [19:28] If you want to help in that area, zul is your man [19:28] Another possibility is to help us continue migrating services to upstart [19:29] It's slightly more complex than writing an apport hook, and more FAIL when you get it wrong [19:30] https://wiki.ubuntu.com/ServerUpstartConversion tracks that effort [19:30] Questions on apport hooks or upstart scripts ? [19:31] OK then, moving on to more exciting ways to contribute to Ubuntu Server then :) [19:32] There are several tasks for contributors... [19:32] You can triage bugs and become a Triager. [19:32] The goal is to move bug that are in a NEW status to a CONFIRMED or INVALID status. [19:33] Since it is difficult to know each and every server package in Ubuntu, we plan on setting up communities of practice over sets of server packages [19:33] like "mail services", "directory services"... [19:34] Thos would be ubuntu-server subteams, grouping experts in each field === rosset is now known as rosset|away [19:34] We are still thinking how we can pull that off, but that's the direction we are heading to [19:34] You can improve packages and become a Packager [19:35] that's basically taking bugs and fix them, forwarding patches to Debian in the process [19:35] You can participate in testing plans and become a Tester... [19:35] There are two types of testing efforts: milestone testing (ISO testing) and calls for testing [19:36] At every milestone we produce Ubuntu Server deliverables (ISOs, UEC cloud images, EC2 AMIs...) [19:36] those need to be tested, and that's done through http://iso.qa.ubuntu.com/qatracker/build/ubuntuserver/all [19:37] In some cases we also call for testing on a specific feature or upgrade [19:37] Testing is just invaluable. [19:37] QUESTION: Is there anyone in particular in the server team that I should contain for mentorship on creating upstart scripts? [19:38] That would be the incredible zul again [19:38] Though the foundations team is the ultimate arbiter for upstart script viability :) [19:39] OK, finally you can maintain documentation and become a Documentor [19:39] there is an Ubuntu Server guide, and also community-maintained wiki pages [19:40] sommer is the one to contact if you'e interested in writing a new section, or help with doc in general [19:40] Becoming a member of the Ubuntu Server Team is really easy: [19:40] Process is "Subscribe to the ubuntu-server mailing list" then "Apply for membership for the ubuntu-server team on launchpad" :) [19:41] We meet every Tuesday on IRC at 1800 UTC on #ubuntu-meeting [19:41] Come and see us :) [19:41] Questions ? [19:42] OK, that's about it for the 99 best ways to contribute to Ubuntu Server... [19:43] For the next 15 minutes, we can turn that into a general Q/A session for the Ubuntu Server technical lead [19:43] So you can fire any question :) [19:44] ... [19:44] QUESTION: I see a list of 48 people still pending approval for the Ubuntu Server team. [19:44] uh... :) [19:45] That's because we've done a lousy job processing them. I'll make sure I use a big stick to beat the responsible to death. [19:45] QUESTION: this is in general question. I read somewhere that I can setup my own mail server. so does it mean that i wll have myname@anynameIchoose.com email id? now if it is possible is it compusory to run my server 24 hours? [19:46] abhijit: well, you first need a domain name, set it up so that the MX record points to your server... [19:46] then set up a server. It's better if it runs 24hours a day, though you can use a relaying server somewhere else and pull from that one [19:47] QUESTION: In general does server-papercuts include virtualisation issues? [19:48] penguin42: yes, in general. Virtualization is in the server realm. [19:49] Other questions ? Like "what is cloud computing ?" [19:49] * ttx can make up hard questions himself. [19:49] now answer yourself!!! :D [19:49] I may miss some time :) [19:50] So, cloud computing is not a specific product or a specific technology [19:50] It's a technological transition towards the usage of computing as a service... [19:50] which comes in several forms... [19:50] QUESTION: Is it possible to ensure old style init.d scripts don't come up before the network and other upstart enabled services? (I'm thinking NIS here!) [19:50] There are are 10 minutes remaining in the current session. [19:51] Omahn87: the unfortunate answer to that is to upstartify the things that need to depend on already-upstartified services [19:53] * ttx continues on cloud computing, unless another question is asked :P [19:54] one of those forms is IaaS, infrastructure as a service [19:54] Ubuntu Server provides two solutions for IaaS [19:54] QUESTION: SRU means? [19:54] Stable Release Update [19:54] an update to an already-released Ubuntu version. [19:55] One is a complete IaaS solution to build your own private cloud, it's called UEC [19:55] and based on Eucalyptus [19:55] There are are 5 minutes remaining in the current session. [19:55] the other is guest images to run on a IaaS solution (like Amazon's EC2 or UEC): that's out Ubuntu Server cloud images [19:56] ok, that was the "cloud computing primer" :) [19:57] QUESTION: Is UEC still the future of internal clouds in Ubuntu? You expressed some doubt at the last UKUUG conference. [19:57] We are technology enablers. If something else comes up, we should support it as well [19:58] There are a few issues with high availability in Eucalyptus, it's a feature of their Enterprise Edition [19:59] hopefully by friendly and popular pressure they will recondider that and push it to the open source edition :) [20:00] ok, I'm done, thanks for listening [20:00] without questions it went quite fast :) === ChanServ changed the topic of #ubuntu-classroom to: Welcome to the Ubuntu Classroom - https://wiki.ubuntu.com/Classroom || Support in #ubuntu || Upcoming Schedule: http://is.gd/8rtIi || Questions in #ubuntu-classroom-chat || Event: Ubuntu Developer Week - Current Session: How To Help With Xubuntu - Instructor: charlie-tca [20:01] Okay, let me jump in hear then [20:01] I need somebody to give TheSheep voice if possible. It will make it easier for him to help me out [20:01] I'm Charlie Kravetz, known as charlie-tca on irc and the mailing lists. [20:02] It has been a while since I did one of these things, so throw soft stones at me, please :-) [20:02] I am in a dual role right now, as interim Xubuntu Project Lead and as the lead for Xubuntu QA, Testing and Bug Triage. [20:03] I am going to keep the "it's easy to help" theme going, but let's apply it to Xubuntu. [20:04] Thank you, mhall119 [20:04] Xubuntu needs YOU! [20:04] Xubuntu is Ubuntu with the Xfce desktop. Xfce emphasizes conservation of system resources, which makes Xubuntu an excellent choice for any system, new or old. [20:05] We are an alive and kicking project. We just need some more help. [20:05] Xubuntu is an ideal candidate for those who would like to get more performance out of their hardware, thin-client networks, old or low-end machines. [20:06] QUESTION: I build a custom distro (Qimo) on top of Xubuntu, great work you guys have done (not really a question) [20:06] Thanks for saying so. For a small team of volunteers, we try hard. [20:07] QUESTION: if Xfce desktop is better than gnome (i'm saying in terms of user experience), then why can't the default desktop of ubuntu be changed? [20:07] Great question. I am glad you asked. [20:07] The default desktop for Ubuntu was chosen by Mark Shuttleworth when he started the distribution. Xfce at the time was not advanced enough yet. [20:08] Now, There is Ubuntu with Gnome, Kubuntu with KDE, and Xubuntu with Xfce. To change Ubuntu to Xfce would negate Xubuntu. [20:09] Xubuntu is an official derivative of Ubuntu, built and maintained by volunteers. [20:09] Xubuntu is the Xfce-based distribution with a native 64-bit architecture. We produce both a 32-bit and 64-bit versions. [20:11] < Daekdroom> QUESTION: Why is there some talk (and benchmarks) saying [20:11] that Xubuntu may actually use more RAM than standard Ubuntu? [20:11] What happened? [20:12] I don't know which benchmarks those are. The phoronx reviews all show Xubuntu using fewer resources, unless the user adds applications such as "OpenOffice" [20:12] While Xubuntu does use many of the same applications as Ubuntu, we also offer some different choices. [20:13] We offer Abiword and Gnumeric instead of OpenOffice.org, Thunar file manager instead of Nautilus, and Exaile for playing your music and audio files. [20:14] Gimp is included by default, for those who need it. Brassero and Firefox are also default applications. [20:14] Since we are an official derivative, we use the same repositories as Ubuntu and Kubuntu. Any user is free to add applications or remove those applications that they want to. [20:14] Of course, we believe the applications included by default are the best suited for Xubuntu and it's goals. [20:14] Those goals are given in the Xubuntu Strategy Document available at https://wiki.ubuntu.com/Xubuntu/StrategyDocument and I would urge you to read that if you are interested in helping out. [20:15] We offer the user many choices. Of course, to offer those choices requires considerable work by volunteers in Xubuntu development. [20:15] We have many opportunities for those looking to take initiative. There are many possibilities for anybody to make their marks! [20:16] Getting involved in Xubuntu is easy and fun! [20:17] And, you do not have to be a developer to get involved! Let's introduce TheSheep to say a few words about non-developer involvement in Xubuntu... [20:17] < mhall119> QUESTION: You've sold me, how do I get involved? [20:17] Hello everyone, I'm Radomir Dopieralski, I'm knowan as TheSheep on freenode. === Andre_Gondim is now known as Andre_Gondim-afk [20:18] On a related to the above question: [20:18] QUESTION: IN what terms can we start help Xbuntu right away. [20:18] I'm an exmaple of a person who doesn't do coding for xubuntu, but does try to help when possible. [20:19] The most basic thing you can do is to just hanf around the #xubuntu channel even after your question has been answered and your issue solved (or not) [20:19] Then you can see a lot of questions answered, and you can repeat those answers to people who just came in and are asking them. [20:19] A lot of questions are repeated, so even a non-exxperienced user can help a lot [20:21] Staying on the channel for a while you gain experience and real-life knowledge, so soon you can start helping people with more complicated problems [20:21] Another area that is an excellent place to help for new people is the bugtracker [20:22] When you use xubuntu for a while, you gain knowledge about which components are responsible for what, so you can start helping triaging bugs [20:22] You can look at the newly reported bugs and assign them to the right components, and also ask people for clarifications when their bug reports are lacking. [20:23] You soon get a feel of what kind of information is useful in a particular problem, so you can ask people for that and let the developers use the time they saved to actual bug fixing [20:24] The next very important way you can help is testing new things. [20:24] A distribution like xubuntu is a huge and complicated system, and the more eyes are looking for defects in it, the less will slip to the actual release. [20:25] If you have non-standard hardware or fancy settings, you will also make sure they won't break after the update -- by checking the testing releases and reporting the bugs. [20:26] QUESTION: I think the first step towards contribution is to install xubuntu. Is there a way we could try Xubuntu by removing gnome and installing xfce and also same way to revert back is so we don't like the environment. [20:26] Of course, installing and using xubuntu is the first requirement, that goes without saying. [20:27] as long as you keep using it and report problems, it's going to improve [20:27] if you just drop it at the first sight of trouble, the trouble are likely to stay there [20:28] There are also some areas where you can help by becoming a little more involved. [20:29] Blogging about xubuntu, and generally all kinds of publicity are great. [20:29] Even if your benchmarks show what is not so great in xubuntu -- it's also good, because it shows what can be improved, and it shows people what to expect -- so they won't get disappointed. [20:30] There is a lot of work to do with documentation -- we don't have enough manpower to keep everything up to date [20:31] And, last but not least, if you have any specific skills, you can always use them for helping xubuntu. [20:32] I think that's about it -- everything elase you can pick up on the go. [20:32] Thank you. [20:32] charlie-tca: your stage :) [20:33] Thanks, TheSheep. That is very insightful! [20:33] Having different applications means we must have different documentation. Opportunities exist to get started if you enjoy writing! [20:33] Our artwork is very different from the artwork used in Ubuntu. We use a blue desktop background, and the Xubuntu logo is shades of blue. === pgraner is now known as pgraner-afk [20:34] We also design our own plymouth and gdm screens. Opportunities exist to get involved in artwork and be recognized for your efforts! [20:35] QUESTION: If xubuntu is not so great as you said, do you really think that it has the required task (developers) force that it can improve to the required standards. Otherwise its all not a good thing to shift your focus off 'a single ubuntu'. [20:36] Actually, focus has never been on a single Ubuntu. Kubuntu was started about the same time, in 2004, and Xubuntu has been around since 2006. [20:36] QUESTION: the Kubuntu team made the decision to stick with KDE default look, is Xubuntu committed to matching the Ubuntu default look? [20:37] We are not committed to matching Ubuntu. We do use our own colors and artwork. It also takes some time to integrate the design changes made in Ubuntu. We have to coordinate them with Xfce. [20:37] As an official derivative of Ubuntu, we maintain the same release schedules as Ubuntu. Being a much smaller, volunteer team, this can put a strain on the testing and bug triage group. [20:38] QUESTION: are there plans for an Xfce-based Netbook Edition? [20:39] At the present time, we do not plan a Netbook Edition. We have created ports for the PowerPC and PS3, which we strive to maintain. [20:39] As TheSheep said, Xubuntu attempts to test its ISO images before every release milestone is announced. Want to help out? We can always use more testing, as can Ubuntu and Kubuntu! [20:40] PPC and PS3 ports are available at https://cdimages.ubuntu.com/xubuntu/ports/ [20:41] On the development side, we work closely with Debian to package Xfce for use with both Debian and Xubuntu. Since we are an official derivative of Ubuntu, we also use the Ubuntu repositories and packages. [20:41] If you want to learn packaging, we would suggest following the MOTU (Masters Of The Universe) mentoring program to learn the basics. [20:41] More information about the MOTU program is available at https://wiki.ubuntu.com/MOTU/GettingStarted . [20:42] After learning the basics, you would focus on Xubuntu packages. Yes, our developers would appreciate your help. [20:43] Any other questions? Did we answer all your questions for you? [20:44] Well, then let's get you started! [20:44] To start, simply sign up on our xubuntu-devel mailing list and join #xubuntu-devel on Freenode. [20:44] < mhall119> QUESTION: Any specific development focus for Maverick? [20:45] We are focusing on a well working distribution. There may be some application changes, but we want it to work well for the user. [20:46] Since all of us run the current stable version to do our work, it is important to us that is not be plagued with issues. [20:46] QUESTION: What accessibility tools does Xubuntu come with by default? [20:46] Good one. Thanks for asking that. [20:47] While we have the accessibility settings for mouse and keyboard installed by default, the speech and other applications must be installed by the user. [20:48] Xubuntu uses the standard Gnome applications at this time. They do work, without trouble most of the time. [20:48] QUESTION: Thoughts on moving window controls to the left to match Ubuntu? [20:49] Not if I can help it :-) [20:49] < mhall119> QUESTION: LXDE has come out as the new light-weight DE, what [20:49] affect do you see that having on Xubuntu's niche? [20:50] I don't see much effect. LXDE/Lubuntu is aiming at the old pc audience. They use about 30% fewer resources compared to Xubuntu. [20:50] There are are 10 minutes remaining in the current session. [20:51] If your computer does not work well with Xubuntu, by all means, install Lubuntu. [20:52] Unfortunately, the reviews I have seen all show a great increase in resources when the default applications are replaced with users choices. [20:52] We're a friendly bunch and enjoy helping folks learn the ropes. [20:53] Come on down anytime to #xubuntu and #xubuntu-devel on freenode if you have questions. [20:54] ANd #xubuntu-offtopic to just socialize [20:54] As I stated at the beginning, I am currently the interim Xubuntu Project Lead. Does that mean I am a developer? [20:54] The truth be told, I can not write code. My brain appears to be "brain-dead" when it comes to learning new programming languages now. [20:54] I have been trying for about 4 years just to learn bash. The harder I try, the more I "bash" my head. Maybe that counts... :-) [20:55] There are are 5 minutes remaining in the current session. [20:55] Simply put, if you want to get started in development and don't quite know where to start, come talk to us. We have room for a few good people! [20:56] I would like to thank everyone for participating! And, a special thanks to TheSheep for helping me out here today. Have a great day! [20:56] Thanks and see you at #xubuntu [21:00] Well, everybody can take a break for a couple of minutes until the last session of the day. It is going to be another great time with "Merge proposals" [21:00] * jcastro taps mic === ChanServ changed the topic of #ubuntu-classroom to: Welcome to the Ubuntu Classroom - http://wiki.ubuntu.com/Classroom || Support in #ubuntu || Upcoming Schedule: http://is.gd/8rtIi [21:01] ok everyoe, unfortunately, our instructor for this session, Martin, is sick [21:01] and tried to take a bunch of drugs, but that made him worse [21:01] so we're going to try to on-the-fly turn this into a Q+A session for merge proposals [21:01] since mhall119's been working with the tools [21:02] Martin apologizes for not being able to make it, we'll have to schedule a formal session for a later date [21:02] ok mhall119, why don't you tell us a bit about what merge proposals are? [21:03] okay, let me start off by saying I'm not a launchpad dev, but I do use it's merge proposal feature quite often [21:03] I'm one of the loco-directory developers, and I also maintain the django port of the ubuntu-website theme [21:03] I use launchpad merge proposals for both [21:04] in a nut shell, merge proposals are requests you make, for the owner of a branch to pull in changes that you have in one of your branches [21:04] you can do this without launchpad, but launchpad provides some nice interfaces and tools that make it so much nicer [21:06] okay, so lets do a live demo [21:06] I just uploaded a new bzr branch to LP: https://code.edge.launchpad.net/~mhall119/%2Bjunk/imporv/ [21:06] note, you don't need to have a project to push branches to launchpad [21:07] which is kind of convenient [21:07] okay, so here we have a branch with a single file in it [21:08] directory actually, because I was in a hurry and used mkdir instead of touch [21:08] oops [21:08] okay, if you refresh, there should be a revision 2, that now has the file /file1/foo [21:09] launchpad scans the history and contents of branches you push [21:09] it sometimes takes a few minutes [21:09] okay, https://code.edge.launchpad.net/~mhall119/%2Bjunk/imporv/ now has revision 2 [21:10] usually what happens, when working on a project, is that you branch the development focus branch (usually referred to as the "trunk") [21:10] then you make your fixes, and upload it to launchpad as a separate branch [21:11] launchpad is smart enough to know which one you branched from, and so it won't make a copy of everything in your new branch, just the changes you made [21:11] now, right now /file1/foo contains "bar". [21:11] let's say we want to change that to "baz" [21:12] I'm going to pretend I'm a different user for this [21:13] so I edit foo, change bar to baz, and then bzr commit it to my local branch [21:13] next I need to upload that to a new branch on launchpad [21:13] so I run: push lp:~mhall119/+junk/baz-fix [21:14] you will usually name your new branch after a feature or bug # [21:14] so, here's my new branch: https://code.edge.launchpad.net/~mhall119/+junk/baz-fix [21:16] questions on any of this? === Andre_Gondim-afk is now known as Andre_Gondim [21:18] anyone still here for this? [21:21] okay, it appears I've done something wrong with my branches... [21:21] usually launchpad will show a "propose for merging" link on the branch page [21:22] that might require an actual project [21:22] so let me try one with an actual project [21:24] okay, everyone look here: https://code.edge.launchpad.net/~mhall119/classroom-scheduler/add-admin [21:25] you'll see the "Propose for merging" link there [21:25] well, you might not, because the branch is owned by me [21:25] if you can't see it don't worry, it's there ;) [21:26] I'm going to go ahead and propose it for merging [21:26] when you click the link, it brings you to a page where you can select the branch you want to have yours merged into, as well as a space for a comment about what is going to be merged [21:27] once you submit it, you'll get something like this: https://code.edge.launchpad.net/~mhall119/classroom-scheduler/add-admin/+merge/30046 [21:27] this will send an email to the person(s) responsible for that branch, letting them know the proposal has been made [21:28] once launchpad is done scanning the proposal, it'll even show a green and red highlighted diff on that page [21:28] can everyone see that? [21:42] Thanks mhall119!!! [21:44] ok folks mhall119 has to leave - many thanks for handling an ad hoc QA session!!! [21:44] jcastro, do you have anything you want to add? [21:45] If not - that's a wrap for Day 4 of Ubuntu Developer Week! Check out tomorrow's sessions https://wiki.ubuntu.com/UbuntuDeveloperWeek and hope to see you back tomoroow!!! [21:45] tomorrow even :-) [21:45] Thanks everyone for a great Day 4!!!