[13:48] Hi, we started a conversation 2 days ago and zequence told me that you need some help for improve the layout for UbuntuStudio social network interfaces (I think Google+ and Facebook mainly), I am still interested for work on it :) [14:21] madeinkobaia: that would be great! [14:21] i think scott is the google+ account holder [14:21] not sure though [14:22] madeinkobaia: have you tried claiming admin right? [14:47] holstein : no, should I ? [14:47] madeinkobaia: well, if you want to maintain them, id say thats a way to do it [14:47] i thought we were having issues with the FB account.. but i dont remember specifics [14:49] In fact we could start like that, I first do the banners (witch is the main graphical element for google+ and fb) I send the result on the dev mail list, what do think ? [14:51] madeinkobaia: works for me. i would send/share them here too.. sometimes things get missed on the list [14:52] Ok, so we will work directly by mail, if I understand ? [14:53] There may be a launchpad branch for that. [14:53] but you can start with email. [14:53] Ok, mine is : madeinkobaia@gmail.com [14:54] Join the ubuntustudio-devel mialing list [14:55] That is where it would go. zequence does not seem to be active right now, but will probably say something later today if you are still connected. [14:55] https://lists.ubuntu.com/mailman/listinfo/Ubuntu-Studio-devel [14:55] is the page to join our devel mailing list [14:56] madeinkobaia, ^^ [14:56] Ok I already joined the list, [14:56] I'm looking for the lanchpad page too... I'm on a new install so I have no bookmarks :P [14:57] ok :) [14:59] Ok this is where the current social media stuff is kept: https://code.launchpad.net/~ubuntustudio-dev/ubuntustudio-resources/art [15:00] Ok ! I goin to take a look on it [15:00] You can branch the code with bzr to see it and if you make changes to it you can upload to a private branch under your name and propose merge [15:01] subscribe zequence to the merge [15:03] Sorry, what do you mean by "bzr" and "merge" ? (sorry my english is not perfect ;) ) [15:04] bzr is a program that you run from a terminal. [15:04] The command to branch the code (that is download it to your system) is on the project page: bzr branch lp:~ubuntustudio-dev/ubuntustudio-resources/art [15:05] If you set yourself up a launchpad account then you can "push" to that account. [15:06] I should have a url to point you that explains it better than I do. [15:06] Ok, I already have an account on lauchpad I will do that [15:06] ok [15:07] The guys who normally have this stuff at the "tip of their fingers" are not here right now :) [15:07] ok [15:08] If there is any problem we can use email as a fall back though so no worries. [15:10] Great, no problems anyway ;) [15:12] About the banners I would like to basically copy the design of the ubuntustudio site, or do you need something else, different ? [15:12] I am not the one to ask on this. No artistic sense at all :) [15:12] lol, ok [15:13] look for zequence scott_work, smartboyhw. [15:13] ok [15:17] Well I start to work on the g+ banner now for the rest we stay tuned :) [15:53] hello [16:19] ttoine, 0/ [16:22] ttoine, I hdon't like alacarte, but arronax doesn't replace it from what I can see. [16:22] xfce will be coming out with an xfce menu editor soon too. [16:23] arronax may be worthwhile including as well as whatever else we have though [16:32] arronax is gnome heavy as well. [16:33] It should be easily possible to do the same thing with gtk libs only using python. [16:34] In fact a translation portion could easily be added as well. [16:38] madeinkobaia: No hurry with learning bzr and that stuff, but it does greatly help if you get a LP account [16:39] ttoine: Please don't add workitems for raring [16:40] ttoine: We won't be doing any other work than fixing bugs until release. Final Beta will be out next week [16:40] I guess we should already begin next release blueprints [16:41] I'll have that done soon [16:42] zequence, it was just in the white board [16:43] Ah, I missed that [16:44] That's actually the best place for now [16:46] madeinkobaia: I think making something using the website theme is a good idea. And it would be interesting to see the results. If it looks nice, I think we could change quite soon. Just remember, we like to keep the slogan "linux for creative humans", and we want to add that to the website too [16:46] zequence : I already created an LP account few months ago (my account is madeinkobaia) about bzr, its not complicated I think, I used to work on VCS and other stuffs and if my neurones are still awake there will be no problems [16:47] madeinkobaia: bzr is not difficult. Especially with artwork. So, you should have no problems [16:48] madeinkobaia: As for the future, and I mean like one year from now 14.04, it would be nice if we had something new, themewise for our website and social channels. Also, the desktop. But, that is a lenghty project, and I think we need to do some proper planning for that - put down some directions on what we are looking for aesthetically [16:49] zequence, ok, but at the moment, I can't find spec about +1 [16:50] ttoine: Yeah, I know. we don't have on yet :). I didn't look closely enough. thought you added a workitem, which you didn't. Not a big deal anyway. It's not like it would change anything physically [16:54] it was just a whiteboard comment actually [16:55] zequence : About the design, as I have your approbation I will do it in that way : match with the website design and keep the text as it is. About the choice of the font I will try with the official "Ubuntu" font or maybe choose another one (I got the choice in OpenFontLibrairy). For the logo and other graphical material I think I can get it somewhere on the Ubuntu main site. [16:58] madeinkobaia: The Ubuntu font is something all of the flavors are using (I think), so that is something that we know works well, etc. But, since we are about multimedia, and that includes art, it would make sense to do something of our own, yes. So, doing one of each sounds good [17:00] madeinkobaia: I was going to add you to the -art team, but made a mistake. You will be getting some mail about that :) [17:02] madeinkobaia: Anyway, welcome to the team. You will have push rights to the bzr tree now. I changed the ownership, so it's owned by ~ubuntustudio-art now [17:02] madeinkobaia: https://code.launchpad.net/~ubuntustudio-art/ubuntustudio-resources/art [17:03] madeinkobaia: To get the branch, I would do: [17:03] bzr branch lp:~ubuntustudio-art/ubuntustudio-resources/art ubuntustudio-art [17:04] When you've added something, and you want to share it: [17:04] bzr commit -m "description of changes here" [17:04] Then: [17:04] bzr push [17:04] Or, rather: [17:04] bzr push lp:~ubuntustudio-art/ubuntustudio-resources/art [17:04] That's all you need to worry about [17:05] madeinkobaia: If you made a commit, regret it, and you haven't pushed it yet, you can do: [17:05] bzr uncommit [17:05] Only do that, if you have not pushed [17:07] ttoine: Sorry for being particular, btw. And not reading more carefully. [17:13] zequence, it is ok [17:13] bbl [17:50] I am back :) [17:58] Wow, thanks for add me as member, that's really great :) [21:58] fixed jackd2 was accepted into quantal and precise -proposed, so they will want them to be tested. I'll be doing that right now [21:59] https://bugs.launchpad.net/ubuntu/+source/jackd2/+bug/956438/comments/17 [21:59] Launchpad bug 956438 in jackd2 (Ubuntu Quantal) "jackdbus crashes on stop" [Undecided,Fix committed] [22:25] Ok. Did the tests. Verified it. All that remains is releasing them.