[02:34] hi troy_s [02:34] Greets ScottL [03:17] someone posted a good, simple way to install network manager from an Ubuntu Studio disc http://ubuntuforums.org/showthread.php?t=1479788 [06:18] astraljava: we had Dan, Luke and myself [13:37] Because of that damn Intel bug, I gotta run Debian-testing on the lappy. :( [13:38] Not too bad a choice, IMHO. :) [13:38] Yeah. Still a pain. I do like the ubuntu polish. ;) [13:38] jussi: Around? [13:41] jussi: Hit me up in PM when you can. [14:53] ScottL: Basically we hope to have pulseaudio step asside for jack2 when jack2 wants to use a sound card, hopefully for Maverick. I don't know what else there is to say really. :) [14:54] Oh yeah, I am awake as I am not really tired from my flight, as I slept on the last leg when I probably shoudln't have. [14:56] TheMuso: Does that mean you'll be able to attend to the meeting? [14:57] astraljava: no [14:57] I hope I can lie down and go to sleep in a little while. [14:57] TheMuso: Gotcha. [14:57] astraljava: And if you didn't know, I have resigned from the project. [14:57] So even if I was around, I wouldn't be attending the meeting. [14:57] TheMuso: Yeah, now I recall. [14:59] TheMuso, thanks! [14:59] ScottL: np [15:00] TheMuso, astraljava mentioned several ubuntu studio members going to a UDS, has that happened in the past? [15:02] ScottL: Yes it has. [15:02] TheMuso, was it quite beneficial? [15:11] ScottL: To an extent. [17:03] what time is the meeting [17:52] irv_, in about two hours [17:52] https://wiki.ubuntu.com/UbuntuStudio/Meetings/2010May16 [17:56] ScottL: 2 hours from now? [17:58] rlameiro, i believe so [17:58] ok, because i am always confused with the daytime savings in here [17:58] i believe it is 17:00 UTC right now (approximately) [17:59] in theory i am on UTC, but now we are at summer time [17:59] yea, i think so [18:00] ScottL: https://bugs.launchpad.net/ubuntustudio/+bug/580744 [18:00] Launchpad bug 580744 in ubuntustudio "Broadcom BCM57780 Enet broken in Lucid Studio (dup-of: 570828)" [Undecided,New] [18:00] and they start to appear [18:00] Launchpad bug 570828 in gnome-system-tools "gnome-network-admin on UbuntuStudio doesnt allow to configure either wired networks or wireless" [High,Triaged] [18:00] i marked it as a duplicate [18:01] yeah, i saw that, good job [18:02] i was going to link this rudimentary howto to the bug later http://ubuntuforums.org/showthread.php?t=1479788 [18:03] well, rudimentary it is :D [18:04] the only problem is that i am swamped until, at least, 16 June [18:04] well, i remember that some people have had trouble accessing the ISO as a repo and thought this should work for everyone :) [18:04] If i had time i would do a proper how to, or even make a script that people could copy to a text file and run it and it would do that for them... [18:05] ScottL: yeah, that is one of the problems... [18:05] to do that i would need to install a new ubuntu from scratch and documment the process [18:12] well, going out and do some stuff out the house, i will be here on time :D [18:12] looking forward for the meeting [19:34] meeting here in a half an hour? [19:35] andyzweb: yep [19:51] well, 10 minutes to go :D [20:00] hello all, are we ready for the meeting? :) [20:00] the agenda is here -> https://wiki.ubuntu.com/UbuntuStudio/Meetings/2010May16 [20:01] i'll give a minute or two to make sure people are here [20:01] quadrispro left ... :( [20:02] o/ [20:02] (present) [20:02] present [20:02] who else is here for the meeting? [20:03] stochastic: ping [20:03] crimsun: congrats for the interview :D [20:04] looks like rlameiro , astraljava and crimsun fewer than I had hoped but more than it could have been :) [20:04] https://wiki.ubuntu.com/UbuntuStudio/Meetings/2010May16 is the agenda [20:04] anyone have anything to amend to it? [20:05] i dont have [20:05] Nothing from me. [20:05] okay, first thing is LV2: quadripro told me two days ago that they are making good progress, lv2rack and zynjacu are already in debian new [20:06] he also mentioned that he has another person who is quite gifted with packaging that is assisting him [20:06] thas great [20:06] if it is on debian is only a matter of syncing it isnt it? [20:07] if the package is in debian and not in ubuntu we will autosync it at the beginning of every release cycle [20:07] rlameiro: Yes, until Debian import freeze. [20:07] okay, moving on then [20:07] JACK2 and Pulse Audio: [20:08] early The.Muso said that they are hopeful that this will be completed by the end of Maverick [20:08] granted he didn't go into too many specifics, just that they were working on it [20:08] crimsun, do you have anything you would like to add? [20:09] if we can get this complete it would alleviate one of our users biggest complaints :) [20:09] Luke and I spoke briefly at UDS-M about it; in Debian multimedia it currently takes over the existing JACK (v1) packaging, but that isn't a big deal infrastructure-wise. [20:10] More interesting are a couple points, the first of which is probably more important: [20:11] 1) With the introduction in Lucid of Pulse's reliance on udev (well, ConsoleKit and udev acl) for @audio permissions, it is vital that users are *not* added to @audio if PulseAudio is used. [20:12] 2) Connor Curran may have resources this cycle to investigate one-click enablement of JACK from indicator-sound. [20:13] wow, #2 is sounds incredible! [20:13] but on #1, how will -rt work if the user is not part of the audio group, crimsun? [20:14] scott-upstairs: the active seat, in ConsoleKit terms, already is granted access to /dev/snd/* [20:14] example: [20:14] getfacl: Removing leading '/' from absolute path names [20:14] # file: dev/snd/controlC0 [20:14] # owner: root [20:14] # group: audio [20:14] user::rw- [20:14] user:crimsun:rw- [20:14] group::rw- [20:14] mask::rw- [20:15] other::--- [20:15] getent group audio [20:15] audio:x:29:pulse [20:15] i.e., if you're at the keyboard, you'e the active seat, so you have access to @audio [20:16] (note how my user is not in the audio group) [20:16] oh, so it's by association (associative property x=y and y=z therefore x=z, sort of) clever, clever [20:17] crimsun:how will it work with plug in devices, like firewire and usb? [20:17] but i noticed when checking users on my lucid install that i am in the audio group [20:18] scott-upstairs: yeah, you want to remove those users from @audio if you plan to have on-the-fly user-switching in GNOME [20:19] notably: [20:19] gnome-system-tools (2.29.91-0ubuntu2) lucid; urgency=low [20:19] * debian/patches/26_user_profiles_conf.patch: [20:19] - Don't add users to the audio group. This is consistent with [20:19] user-setup and fixes an issue with sound device permissions when [20:19] switching between users. Thanks to Igor Wojnicki for spotting [20:19] this (LP: #433654) [20:19] Launchpad bug 433654 in gnome-system-tools "[Karmic]&[Lucid] Only one user has sound; no hw shows in Sound Preferences" [Medium,Fix released] https://launchpad.net/bugs/433654 [20:19] (sorry for spamming :-) ) [20:19] lol [20:20] rlameiro: it's transparent, presuming the correct permissions are assigned in the udev rule [20:20] rlameiro: i.e., they should contain to have the devices readable & writeable to @audio [20:20] arg, s/contain/continue/ [20:20] rlameiro: i.e., no impact [20:21] anything else anyone wants to add? [20:21] in general or on that topic? [20:21] okay, moving on to the network manager bug https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/570828 [20:21] Launchpad bug 570828 in gnome-system-tools "gnome-network-admin on UbuntuStudio doesnt allow to configure either wired networks or wireless" [High,Triaged] [20:22] andyzweb, whichever, go ahead [20:22] nvm, continue [20:23] okay, but please mention though [20:23] s/mention/mention it [20:23] the network bug is the other big complaint from users [20:23] thanks to rlameiro for filing the bug [20:23] np [20:24] it has been assigned to lucid-update, does anyone know how soon we might see some progress on this? [20:24] we need someone to know if a iso respinn can be done for this, since this is a LTS version and a lot of people rely on LTS [20:25] Won't the discs be respun for 10.04.01? [20:25] scott-upstairs: its not assigned to anyone, the milestone is lucid updates [20:25] is Ubuntu Studio 10.04 actually LTS? [20:25] well, i dont know, maybe we dont have lts... [20:25] What do the release notes say? [20:25] astraljava, i would assume the ISO would be respun for 10.04.01 [20:26] I think at this point it may be a lost cause; we definitely want it to get into lucid-proposed, however [20:26] crimsun, persia was pointing out that we don't *have* to support an LTS version [20:26] right, since US is a community project, but that in effect means we have to :-) [20:27] Well there's no mention in the release notes, so I suppose it is not an LTS. :) [20:27] well, there is something that was bothering me about this [20:27] rlameiro, which part bothers you? [20:28] did someone got notified on that change on the package? is there some system that warn flavours on changes made on the vanilla version? [20:28] since we depend on that package and ubuntu deprecated it in favour of nm-applet... [20:29] that's were having core developers on the studio team really helps :/ [20:30] well, how i see it, to correct it, we will force all the other versions onto a regression [20:31] so, we have 2 options, either test and try network manager [20:31] well, whether we consider lucid an LTS i imagine the discs will be respun for 10.04.01 and therefore we need to get it into lucid-proposed as crimsun mentioned [20:31] or make a regression [20:33] well, perhaps we should defer this until persia can offer some insights as well and perhaps some other disucssions with luke as well [20:33] k then [20:34] but testing network manager would also be a good thing to accomplish, we just need people [20:34] rlameiro, would you be able to do it? [20:34] i use network manager [20:34] i just dont know how to test it [20:34] okay, we can work on that part later :) we just need to get more people to help us test then [20:35] Make it public on ubuntu-studio-users@? [20:35] certainly, and post in ubuntu forums / ubuntu studio [20:35] it was suggested to work with upstream as well if we test and find it lacking [20:36] moving on, ubuntustudio-controls update and redesign [20:36] since jack is now handling rtpri and memlock in /etc/security/limits.d/audio.conf we need to update -controls to stop putting it into /etc/security/limits.conf [20:37] and rlameiro has some suggestion as far as a redesign as well [20:37] yeah, but with the new things comming, maybe it needs another rethink [20:38] we need to at least update it to stop adding "@audio rtprio xx" and "@audio memelock xx" though [20:39] does anyone have any other thoughts, suggestions, complaints about it? [20:39] well, that seems fairly easy to do, just removing the code from it [20:40] what about removing the "nice" setting? it has been argued that this doesn't help with -rt audio anyway [20:40] the nice thing... i really dont know about that, maybe crimsun can help on this [20:40] right, I don't think renicing gains us anything [20:40] so take it away is the way to go [20:41] so sttudio controls will be only to enable raw1394 [20:41] are there anything else that users routinely do after installation that we might add here also? [20:42] like installing 'ubuntu-restricted-extras" [20:42] or enabling the ubuntu studio ppa for other available kernels? [20:42] well adding the ppa is a good idea [20:43] I think it would only be stuff that doesn't have relatively easy GUI at the moment. [20:43] I think it'd be a very good idea to partition the ppa, namely, we should make a habit of documenting a stable ppa vice a development ppa. [20:43] So -1 for installing ubuntu-restricted-extras. [20:44] crimsun: +1 to the 2 different ppas [20:44] in fact, anything that belongs in the stable ppa we should probably get into Debian and Ubuntu first as much as possible [20:44] so the US controls only goes for the stable things [20:44] well, kernel is not easy to push AFAIK [20:45] astraljava, re: easy GUI, my thought would be to consider putting anything that a user routinely does after installation to get his box set up into -controls [20:45] right, but those sorts of things can be expected to sit in a ppa. [20:46] astraljava, but only if it's worth it (not for just one additional installation or setting) [20:46] What do you think about the script that is on the Arch Linux wiki? [20:47] it search for lots of things [20:47] scott-upstairs: Yeah, but the problem is that you're trying to solve the problem that some other app already solves, and more maturely. [20:47] astraljava, true :) [20:47] hdd setups, hpet clocks [20:48] rlameiro, i don't know much about that rtirq script [20:48] its not rtirq [20:48] lol, that proves how much i know :) [20:49] its a perl script that test the configurations of your system, rtirq tries to alocate the irq in a way the rt kernel can use the devices more efficiently [20:49] i'll have to look at that script then, probably tomorrow evening then [20:49] http://wiki.archlinux.org/index.php/Pro_Audio [20:49] Maybe that should be made into a blueprint or something, at least a wiki item where devs can give test reports and other suggestions on how it should be implemented on US. I doubt that it would be possible to integrate it straight away. [20:50] great idea astraljava , can either you or rlameiro make it happen? [20:50] rlameiro: Do you want that one? [20:50] well, i dont know any perl, just python.. [20:51] rlameiro: No need to be able to tweak it, just create the wiki page or something? [20:51] ok [20:51] https://wiki.ubuntu.com/UbuntuStudio/ControlsRedesign [20:51] good, you work fast rlameiro ;) [20:52] :D [20:52] the ppa question of -controls actually ties into the next topic which is possibily maintaining our own backports ppa [20:52] i will make a chapter for a system tester script then [20:52] thanks [20:53] john dong basically said that the backports team is stretched pretty thin usually and suggested we maintain our own backports ppa [20:53] especially for a LTS version (if we have one) [20:53] i can test backports [20:53] i will have a VM with a LTS version for that [20:54] or a partition for kernel and hardcore software testing [20:54] I'm interested in working with backports, and possibly even integrating into the team in the future. So a big fat +1 for backports PPA. :D [20:55] i like backports as well :) [20:55] i asked jdong about a member from our team being included on their team, he wasn't reticent as much as he demured from the subject at this time [20:56] i think his concern was quality and effectiveness [20:56] Well yeah, I assume they want to see a proven track record for these things. [20:56] he wants someone who does a quality job and actually *does* the job, not just someone who wants to be on another team [20:56] but if we maintain the backports ppa this may be a vector into it [20:57] Absolutely understood. [20:57] only one thing about it [20:57] What is qualified for backport? [20:58] any app? just on the main repo? [20:58] rlameiro, are you asking about ubuntu's policy or asking if we can slip something else into *our* ppa? [20:59] no, just iff we can backport any software we use on ubuntustudio [20:59] for instance a new jack [20:59] or a new ardour [20:59] I'd argue that we consider even further partitioning of the ppa in that case. [20:59] we need to test it first, but i think any software in the archives is acceptable to backport [21:00] ok, understood [21:00] crimsun, are you saying that because of libraries? [21:00] scott-upstairs: yeah [21:00] rlameiro, weird things can happen if we start introducing something like JACK2 into lucid via backports [21:01] detrate, do you have anything to say about the website update? [21:01] Can a team have several PPAs, or just the one? [21:01] so we can conclude we need to make various ppa with specific functions and teams [21:01] astraljava: as segmented as desired [21:02] crimsun: Okay, I need to read about that further. At the moment I have no idea how it works. :) [21:03] moving on: we are also updating the website, detrate is helping us [21:03] https://wiki.ubuntu.com/UbuntuStudio/TaskWebRevamp is the list that i forwarded to detrate (who has someone else helping him) [21:03] please feel free to amend and update it [21:04] it would appear that the new website will probably be based on word press [21:04] Surely there's a deadline for the updates? I mean, they must have a feature freeze at some point. [21:05] astraljava, do you mean for the website? [21:05] No objections towards wordpress. [21:05] scott-upstairs: Yes. [21:05] i dont like the facebook think so much, but it could work :D [21:06] well, i don't think the feature freeze will have any impact on updating the website since it isn't actually part of the ubuntu development process [21:06] alse there is already a !ubuntustudio group on identi.ca, maybe we can send updates to the subscribers of the group [21:07] i was hoping to have detrate here to discuss current status and a generalized time table, but oh well [21:08] does anyone have anything else to add about the website update? anyone want to particpate in it? [21:09] okay, moving on: the next one is a good one, reducing the delta between ubuntu packages and debian packages [21:09] http://qa.ubuntuwire.com/multidistrotools/ubuntustudio.html [21:09] this provides a list of package that are in both ubuntu studio and debian and it categorizes them [21:10] we should focus on the following: http://qa.ubuntuwire.com/multidistrotools/ubuntustudio.html#sameversionbutlocalinB [21:10] and http://qa.ubuntuwire.com/multidistrotools/ubuntustudio.html#outdatedandlocalinB [21:11] these are packages with local changes, i.e. ubuntu specific [21:11] scott-upstairs: Sorry, was afk for a while. If not tied to distro release dates, then no feature freeze for the website, you're right. Moving on now. :) [21:12] we should evaluate these packages and see if the ubuntu specific changes are: 1) necessary and 2) can be pushed back "upstream" to debian to be incorporate into their pacakges [21:13] I can start tracking this, like already discussed with quadrispro, I'm interested in working together with debian-multimedia, so I'd think this falls under that umbrella. [21:13] eliminating ubuntu specific changes allows us to request a sync from debian instead of hand packaging the changes [21:13] fantastic astraljava , i would also like to help with this as well [21:14] Ok. [21:14] good, moving on: testing procedures [21:14] stochastic, are you here? [21:15] i was hoping that since eric is the head of the ubuntustudio-testers group in launchpad that he would help with this [21:15] but my thoughts were that if we *really* want more feedback from users then we need to codify our expectations [21:15] Shows how out I am of this game, I didn't even know about such a team in LP. :) [21:16] well i can do iso testing [21:16] we should establish the testing that we would like done, we should document it well, and then we should ask for help :) [21:16] but we do need some procedures [21:16] rlameiro, thank you, but i was hoping a small team could develop those procedures :) [21:17] basically, we have nothing right now, so something is better than that :) [21:17] anyone want a crack at it? or shall I wait and see about stochastic ? [21:17] well, there are some studio esting procedures made by ckontros somewhere [21:18] i have all the links i could previously find somewhere convienient if you would like me to forward them to rlameiro [21:18] it sounds like you may be interested in helping? :) [21:19] Is there a wiki page for this? [21:19] astraljava, there are several, but none really finished or completed [21:20] well i am on the testing team (i joined myself...) so i can try to help on that, but only after finishing my college related things [21:20] Okay, so we need to unify them together and work on that to create the policy. [21:20] certainly, rlameiro [21:21] my thought was that a small group should get together and discuss this, agree to which itesm should be tested beyond installation of ISO [21:21] for example, run jack, record something in ardour [21:21] yeah [21:21] just come up with the bullet points of *what* should be tested, the rest is downhill (easy) [21:21] and try to have a core team that can test diffrent situations [21:21] like firewire, usb pci cards [21:21] laptop/desktop [21:21] etc [21:22] i will try to ping stochastic on that [21:22] but once it's documented i think we might see more support from users as well :) tell them *specifically* what to do to test [21:22] and maybe holstein [21:22] i know the opensourcemusicians would love to help :) [21:23] once it's documented, that is [21:23] ok [21:23] rlameiro, so you are going to work with stochastic on this? astraljava, do you want to help as well? [21:23] i can get to it with stochastic if he is interested in it [21:23] scott-upstairs: Absolutely. [21:23] rlameiro, if he isn't i will help as well [21:24] that is fantastic! [21:24] this ties into the last topic: where to put documentation? wiki.ubuntu.com or help.ubuntu.com [21:24] hi _guitarman_ [21:24] <_guitarman_> hi scott-upstairs [21:24] does anyone have particular thoughts about wiki vs. help? [21:24] finally _guitarman_ [21:25] _guitarman_: is a good candidate for a testing team [21:25] I don't have an informed opinion, sorry. [21:25] he plays alot in it [21:25] sorry for the regression scott-upstairs [21:25] right now there seems to be a mish mash between the two [21:25] <_guitarman_> rlameiro: we can talk about that later [21:25] yeap [21:25] no problem rlameiro :) [21:26] my thoughts are that we try to use help.ubuntu.com for the user facing documentation, i.e. the howtos, etc [21:26] about the next topic i think a good idea to diferentiate wiki from help [21:26] the wiki.ubuntu.com is what developers and contributors work on to help development [21:26] and make wiki more dev centric and help more community [21:26] absolutely :) [21:26] Sounds good to me. [21:27] it wouldn't hurt to deprecate the ubuntustudio page on wiki.ubuntu.com and put up an index for our stuff then [21:27] Please elaborate. [21:27] 'tis a nice page, i would move it somewhere and link to it, not delete it :) [21:28] astraljava, right now it has things like team members, how to contact the team, this is not very "development" like [21:28] scott-upstairs: Okay, understood. [21:28] that information can be moved to the help.ubuntu.com as required [21:28] okay :) [21:28] well i do have some things to trough in [21:29] yes? [21:29] and i think astraljava had something as well [21:29] well the main topic is the audience and the meaning of ubuntustudio [21:30] who? why? where? are very important questions [21:30] * scott-upstairs nods his head [21:30] <_guitarman_> you also have ubuntustudio.com [21:31] for instance why do we need a media distro and for whom [21:31] and find a "user base" and go for it [21:31] <_guitarman_> as an end user its always been a bit confusing having so many places to go [21:31] <_guitarman_> not knowing which is the right place etc. [21:31] i had an idea of what can be done, but people could find this intruding [21:32] rlameiro: Be brave. :) [21:32] _guitarman_, that is a *very* good point, we shall have to address it as well [21:32] make a feedback software that would fireup on the first install, maybe atacched to a launchpad id (to avoid duplicates) [21:32] and make a kind of poll [21:33] <_guitarman_> scott-upstairs: its my belief most people are going to be starting on the ubuntustudio.com web site [21:33] _guitarman_, that's good information, thanks! [21:33] <_guitarman_> scott-upstairs: so if you want to funnel them in appropriately, you should have a help tab, and a developer tab [21:33] <_guitarman_> and on that is how you can direct traffic appropriately [21:33] absolutely :) [21:33] _guitarman_: https://wiki.ubuntu.com/UbuntuStudio/TaskWebRevamp look and see what can be improved [21:33] * _guitarman_ isn't sure if he's being a pest or not [21:34] _guitarman_, you are offering good opinions and advice, not being a pest :) [21:34] <_guitarman_> rlameiro: ah thanks [21:34] Currently we have links to both wiki.u.c and help.u.c on the website, but perhaps clarifying what they mean is in order. [21:34] we currently have a user base, but i don't think anyone could accurate define it well [21:35] well that is the idea of this software [21:35] you could do a feedback app that would send usefull info about the usage [21:35] for instance, it could send the hardwae the people use, what for(audio video or 3d/2d [21:36] <_guitarman_> astraljava: i would venture to say that the user will be confused with a redirect - if there is a way to make it appear that they are still on the ubuntustudio website that would be less confusing even if you are bringing in content from the other sites. if this makes sense [21:36] that does make sense _guitarman_ [21:36] _guitarman_: Noted. Don't know how it's possible, but something to think about. [21:36] i'm not sure if it's possible :/ we can ask detrate for his input though [21:36] maybe using a iframe with the link [21:38] rlameiro, if we did go the 'feedback app' route it would take time to get through REVU though [21:38] <_guitarman_> the user needs a 1 stop shop, ideally it would all be on the ubuntustudio web site... [21:38] <_guitarman_> if your goal is to get less developer types and hacker types, then they don't really care about anything but ubuntustudio.com [21:39] <_guitarman_> what i mean is - if you want to widen the audience, you have to deliver something like a super tasty potato chip... the bag has to look good, and the contents have to be refined and just the right stuff. [21:39] <_guitarman_> anyways - you get the idea i imagine and i'll just listen in for a bit [21:40] _guitarman_: I'm getting the feel that help.u.c would be integrated to us.org, _not_ wiki.u.c/us though. That might make perfect sense, actually. [21:40] _guitarman_: you are right, i never liked the ubunsutstudio website because of that [21:41] scott-upstairs: I hear ya regarding the feedback app. It takes time to design and spec such an app, and getting it in before feature freeze might prove out to be difficult. [21:41] Perhaps for Maverick+1? [21:41] astraljava: maybe there is a way to parse the help.u,com webpage and use it as a "native look" inside ubuntustudio.org [21:42] rlameiro: _guitarman_: Please add this as a feature to the TaskWebRevamp page, so detrate et al. can design it in. [21:42] well the feedback app has very deep implications, that go into the ubuntu core [21:42] i had planned on discussing audience in the next meeting so i'm not as prepared as i had hoped [21:42] but we obviously need to understand more about our audience's wants and needs [21:42] scott-upstairs: np, but as astraljava mentioned, this stuff takes time [21:42] i had thought that an online survey would help and had started developing questions for it [21:42] so we need to start ASAP to get it on Maverick+1 [21:43] we could post the link in the -users mailing list, the forums and the irc channel [21:43] scott-upstairs: online survey will help for the immediate time [21:44] but i fear that most users are somewhat apathetic to helping and we may need another vector to gather information [21:44] but i always tought that it is a missing piece on the ubuntu sphere [21:44] I'm just thinking about popcon, and its problems in getting users reveal their habits and other "sensitive" information. [21:44] maybe it is purposed, so i am afraid it will be dismissed very hard [21:45] "popcorn" astraljava ? [21:45] scott-upstairs: No, popcon.ubuntu.com. :) [21:45] There's an app that gathers information regarding packages installed etc. [21:46] But it has to be turned on, as turning it on by default is considered a privacy violation. [21:46] oh, bloody fantastic! i didn't know that existed till fifteen seconds ago [21:46] well, i dont meant to do packages [21:47] I tought more on a survey like thing [21:47] i was hoping to understand user's workflows as well [21:47] rlameiro: I understand, but it might be perceived as the same thing. [21:47] astraljava: yeap, i know it is really sensitive stuff [21:48] but it does become important for us to understand what the users want/need in order to provide it to them [21:48] But yeah, as a totally volunteered "if you like, please take part in this survey" kind of app. [21:48] astraljava: that was the idea [21:48] the app show on the startup, or maybe after 10 reboots [21:48] scott-upstairs: Forums have polls, don't they? [21:49] * rlameiro 10 reboots seems better [21:49] i think ubuntu forums has polls [21:49] well, maybe we will need a meeting just for this matter :D [21:49] rlameiro: There is the way to make those lightbulbs appear in the panel, that might work as an information pop-up as well. [21:50] astraljava: great idea [21:50] rlameiro: True, but let's not wait too long for that. [21:50] rlameiro: sorry i missed the meeting :/ [21:50] i had a session [21:50] and im off to a gig now :) [21:50] he he [21:50] hi holstein , bye holstein ! [21:50] lol [21:50] next time [21:50] astraljava, didn't you have something else you wanted to mention? [21:51] scott-upstairs: Hmm... I don't know, did I? :) [21:51] scott-upstairs: Any idea what it was referring to? [21:51] * astraljava had a tough day at the construction... :) [21:51] sorry, it was andyzweb [21:51] Ok. [21:52] andyzweb, do you want to mention now what you started to say earlier? [21:53] whew, it's been a two hour meeting [21:53] wow [21:53] i need to eat [21:53] lol [21:53] Goes to show that a meeting was in order. :) [21:53] does anyone else have anything to add? [21:53] Next meeting? [21:53] i'll add audience to the next meeting agenda soon [21:54] astraljava, should be in approximately one month [21:54] scott-upstairs: Okay good. [21:54] we try for second sunday each month [21:54] scott-upstairs: i think we could schedule more often [21:54] maybe specific meetings [21:54] like testing team meeting [21:55] absolutely! that's a good idea [21:55] i'll summarize the meeting during this coming week and see about setting the next meeting up as well and post to the -dev mailing list [21:56] k [21:56] Great! [21:56] thank you for participating :) [21:56] Does the meeting log get posted? [21:56] yes, this channel is automatically logged [21:56] Oh, right. :) [21:56] i will include links to it on the meeting agenda page along with the summerization [21:56] s/summerization/summary [21:56] Cool. [21:56] that sounded german [21:57] Heheh... :) [21:57] he he [22:05] Thank you ScottL for organizing this. :) [22:05] Just one thing came to mind, too late of course. What about the team positions? [22:06] * _guitarman_ plays defense [22:06] * _guitarman_ jokes [22:06] Hahah! :) [22:11] lol [22:11] ScottL: is not upstairs now... maybe spending sometime with the family [22:11] I vote on _guitarman_ to the testing team [22:12] he uses a lot of audio features everyday, besides beeing a podcaster [22:22] Hopefully he can join the team. Is it an open team? Well I guess I can take a look at it myself. :) [22:24] Ahh... I'm already an indirect member. Guess I should pay more attention to my LP affairs. ;) [22:41] <_guitarman_> rlameiro: i'd love to be helpful, i'm just very concerned about the commitments i already have. :( testing an iso out from time to time and contributing a thought here and there may be my max at this point ... i'm just not sure, i've got the full time job, the podcast, the kids, and a tech contract outside of that [22:42] _guitarman_: well, you could test things out when isos ae released [22:42] and maybe only testing one of them [22:42] <_guitarman_> yes, i did one of those this time around [22:42] that would be very helpfull already [22:43] <_guitarman_> probably my usefulness will extend to communicating what the team has to say - like the interview we did with scott [22:43] <_guitarman_> i'm open to conveying whatever the team wants to send out [22:43] and as a musician you would go to the straight points, like hardware working, or jack unnig and things like that [22:43] <_guitarman_> we are almost at 1500 downloads / month [22:44] <_guitarman_> hopefully grow more and more [22:44] well, i think a PR positions isnt a bad idea... [22:44] <_guitarman_> hehe we shall see - i'll sit in on the next few meetings and see if anything comes natural to how i can be of service [22:44] maybe a shout out to test isos when its needed [22:45] <_guitarman_> yup or if the team needs help developing an app to do X [22:45] <_guitarman_> or this or that [22:45] <_guitarman_> next time we won't fail so bad on getting the word out sooner [22:46] well you can help alot just with that [22:46] but also, you are an "heavy" audio user, so you imput is very important also [22:47] software releases worth to include, or some things that dont work wood [22:47] that feedback seems important to me [22:47] <_guitarman_> yeah, something that is really useful that kxstudio did is the pulse to jack bridge being on by default [22:47] <_guitarman_> this solved my podcast problem with skype [22:47] <_guitarman_> i setup a mumble server [22:47] <_guitarman_> do the voip on that [22:47] and after all you are a power user.... slackware pain lover [22:47] <_guitarman_> use pulse to jack audio bridge to route the other voice in ardour [22:47] <_guitarman_> i tested this today, it works [22:48] well, the problems is that the bridge is not on the ubuntu repos [22:48] so here you go, you found a thing to implement :D [22:48] <_guitarman_> yes, it must be in falks ppa [22:49] <_guitarman_> as it is, his distro is more suitable with that being implemented for my uses. [22:49] <_guitarman_> i can get ubuntustudio to do the same i imagine if i drop the ppa in [22:49] <_guitarman_> i might do this [22:49] <_guitarman_> on my mininote [22:50] <_guitarman_> the implecation is huge - the lack of dependance on a non free tool [22:50] well, maybe we need to try to push the package to the ubuntu repos [22:50] <_guitarman_> i will drop slack like a hot rock [22:50] hehe [22:50] <_guitarman_> here what i think kxstudio does right - the latest apps, the pulse to jack sync [22:51] <_guitarman_> in a way, fragmentation is a bit of a problem - blessing and a curse [22:51] _guitarman_: what is the name of the bridge? [22:52] from the binary [22:52] <_guitarman_> hmmm lemme see if its easy to grep [22:52] <_guitarman_> i actually don't know [22:53] <_guitarman_> i still have that livedvd in the pc [22:53] oh never mind [22:53] i will find it later [22:53] <_guitarman_> pulseaudio-module-jack [22:53] <_guitarman_> is one [22:54] <_guitarman_> they are on jack2 though as well etc. [22:54] <_guitarman_> its all the experimental stuff [22:54] <_guitarman_> ladi [22:54] <_guitarman_> etc [22:54] <_guitarman_> i dont really know if thats where ubuntustudio wants to go [22:55] <_guitarman_> anyways - that module in particular is of use to podcasters wanting to use pulse voip and record it in ardour [22:55] <_guitarman_> a lot of linux podcasters would find that useful [22:56] <_guitarman_> well, i just installed that on the mininote [22:56] <_guitarman_> which is running lucid [22:56] <_guitarman_> i'll let you know if thats all that was needed [22:57] well, it is on the repos [22:57] where do you strt it? [22:58] from the pachooser? [22:58] <_guitarman_> rlameiro: we can probably take this over to #opensourcemusicians so we don't flood the log [22:58] yeap [22:58] :D [23:02] Please don't, it's useful information for this project as well. :) Nevermind the log. [23:03] yea