[06:05] darkxst, with the " [06:05] Improve the Get Ubuntu GNOME wiki page (Ubuntu)", would the layout under "Ubuntu Gnome 15.10" be appropriate? https://wiki.ubuntu.com/UbuntuGNOMEUpdate/GetUbuntuGNOME [06:07] MatthewAllen, more like this which was started but could be further improved [06:07] https://wiki.ubuntu.com/UbuntuGNOME/GetUbuntuGNOME-Copy [06:07] and preferably usings variables for the actual links [06:08] I've never edited a wiki page before, can you expand on how to use variables instead of actual links? [06:09] Should I edit the page you linked me if no one is working on it anymore? [06:09] MatthewAllen, copy it first [06:10] MatthewAllen, https://moinmo.in/HelpOnVariables#Defining_New_Variables [06:10] you need to use the @var@ form or it won't work [06:16] darkxt, the 15.04 download link appears to be broken, the wiki links to https://ubuntugnome.org/ubuntu-gnome-15-04-is-released/ and then that page links back to wiki to download - no actual download link is given [06:22] darkxst, so are you saying I should define the download links as a variable at the top of the page source, so they can be edited easily later - and then use the variables as the links on the download buttons [06:23] they go in a MyDict page, but yes use those vars for the actual links, so we don't have to edit the table when updating [06:24] what is a MyDict page? [06:25] Oh, don't worry - found it [06:34] darkxst, I've got my page and then from there I've got /MyDict I created a variable called VAR1 but if I use @VAR1@ in the main page the value isn't replaced and shows up as @VAR1@, any idea whats wrong? https://wiki.ubuntu.com/UbuntuGNOMEUpdate/GetUbuntuGNOME2 [06:49] no, but i did test it quickly https://wiki.ubuntu.com/darkxst/test [06:52] oh, I think I had the MyDict in the wrong directory [07:27] darkxst, I've got the variables working fine for inline text and I've found the links I need to change, however whenever I use getVal where the links go it trys to link to the MyDict page [07:32] getvar renders too late, it will never work [07:36] hmmm, using @varname@ isn't working for me? Do I need to specificy the page or should I just be able to enter @varname@ provided that variable is in my MyDict page? [07:41] the latter, but they won't show in the preview only on the real page [07:43] I tried it on the real page aswell and still couldn't get it to work. [07:45] it worked on my test page [07:45] 'So you have your variables in the RelDict page? And you type in @WILY1@ or whatever? [07:46] MatthewAllen, no that didnt work, they are in MyDict [07:47] then @VAR@ should work [07:47] So this is my MyDict page - https://wiki.ubuntu.com/UbuntuGNOMEUpdate/MyDict [07:47] this is my wiki page - https://wiki.ubuntu.com/UbuntuGNOMEUpdate/GetUbuntuGNOME2 [07:47] typing @WILY1@ shows up on the final page @WILY1@ and not the value itself [08:24] MatthewAllen, hmm, I don't know [08:27] darkxst, what other things were meant to be changed with that wiki page? [08:27] make the table looks nice [08:28] its very unbalanced as is [09:53] darkxst: hey Tim, are you here? :) [09:53] robbert, hi [09:55] darkxst: so i got a question: you said "Further the keyboard settings have been moved into universal-access panel for 3.20" [09:56] darkxst: what is that 3.20? [09:56] next upstream release [09:57] so should i clone the latest git version and modify that one? [09:57] 16.04 will be 3.18 most likely though [09:57] or should i continue with 3.18? [09:57] robbert, patch against the 3.18 ubuntu branch [09:57] lp:~ubuntu-desktop/gnome-control-center/ubuntu [09:58] darkxst: alright, thank you [09:58] there is nothing to upstream in this case [09:58] but till now i built from debianlp: [09:59] what is the difference? [09:59] no you built against some trusty branch [09:59] lp:~ubuntu-desktop/gnome-control-center/ubuntu is the packaging branch for current dev series [10:00] okay [10:00] and lastly, for the defaults: [10:00] i am using a virtual machine with 16.04 on it [10:00] the UDD branch are broken most of the time at best [10:01] ubuntu GNOME VM? [10:01] well i downloaded ubuntu 16.04 and it had unity as default, so i installed gnome and switched the layout [10:02] hmm, make sure you have ubuntu-gnome-default-settings, that should override the ubuntu settings [10:02] should, but if it doesnt there is another bug for you to dix! [10:02] fix! [10:03] ok, and if you say that the udd branches are broken, does that mean that i shouldnt use bazaar for uploading? [10:03] robbert, as a general rule, check for a Vcs-bzr line in the debian/control file [10:04] if that exists use that branch [10:04] alright :) [10:04] if that is not there, make sure the UDD branch is current, before you start working on it [10:05] or just use pull-lp-source to get the source [10:05] with git then? [10:06] git is coming to launchpad world [10:06] i.e you can push git branches to launchpad [10:06] nice, so i will use that [10:06] sure [10:07] btw I will be away for a few days [10:09] so will i still be able to reach you via mail? [10:11] yes, no internet where i will be staying, but should be able to respond to emails once per day [10:16] robbert, feel free to work on some of the other bugs while you wait also [10:20] Ive not pubished the others yet, but can do as needed [10:21] hm, but really wanna finish this one first! [10:22] your almost there on that, but things will slow down while I am away! [10:26] darkxst: is it possible that you hand me a proper example screenshot of the control center? i dont know what should be broken with mine [10:29] and why does irc tell me that i have quit :D [10:30] your username changed [10:31] oh, yeah i see now [10:32] the space [10:32] darkxst, the task "Split the Ubuntu GNOME package set into core and desktop" - should I simply be removing pretty much all the desktop application aside from Gnome settings and the like and just cutting it down to the bare minimum such as Window Manager, term, networking, etc etc? [10:32] robbert_, http://imgur.com/8N0BdmC [10:33] thank you :) [10:33] MatthewAllen, basically, make a new "core" file and put all the really important stuff into that [10:33] then the desktop seed can depend on that one [10:34] darkxst, do I then remove the packages that are in the core, from the desktop? So you essentially have to install both to get what was originally in the desktop [10:35] MatthewAllen, anything that goes into core, is remove from desktop [10:35] then desktop needs to depend on core [10:35] darkxst, ok - thanks :) [10:35] it will also require some minor changed to ubuntu-gnome-meta to make that work [10:37] MatthewAllen, many people will be happy if you complete that task ;) had many requests for it [10:37] Xubuntu did a similar split earlier in the year [10:39] So i need to push a change in both /ubuntu-seeds/ubuntugnome.xenial and /wily/ubuntu-gnome-meta? [10:41] ubuntu-gnome-meta generates the meta package(s) based on the seeds, it needs to learn about the new to be core seed [10:43] it has an update script that does all work, but that needs 1 change [10:46] do I need to add 'core' as along with 'desktop' after seeds? The readme is particularly helpful [10:49] in update.cfg? probably yeh [10:50] is there any proper way to test update against a local copy of the seed? [10:51] not directly, you use the resulting ubuntu-gnome-meta packages [10:52] ISO's are built directly against the seeds, but that is really hard to reproduce locally [10:52] just wondering how I'm supposed to actually make sure that my changes work [10:53] you make a ubuntu-gnome-meta package pointing at your branch [10:53] rather than the proper seeds [10:53] in update.cfg [10:53] ahhh, will try that [11:05] darkxst: i cant make my control center look like yours, so is it ok if i download ubuntu gnome 15.10? [11:06] robbert, yes do that [11:07] * darkxst sleeps now [11:17] robbert, though that screenshot was from 16.04, 15.10 ahould be about the same though [14:16] hello there, is anybody here who can help me with coding gtkbuttons? [15:02] hello there, is anybody here who can help me with coding gtkbuttons? [16:01] does papercut like this https://bugs.launchpad.net/hundredpapercuts/+bug/1495708 need sytem information? [16:01] Launchpad bug 1495708 in python-pip (Ubuntu) "python-pip recommends nonexistent python-dev-all package" [Medium,Confirmed] [16:07] Hi! [16:08] Got a question: am I the only one having trouble registering at packages.qa.ubuntu.com? [16:09] yago, got any error messages? [16:10] Once I get redirected (after entering my credentials), I get some sort of 404 error [16:10] "The resource you tried to access doesn't exist. This can happen because of an invalid link or because of a bug." [16:10] yago, hmmm - try this link - https://login.ubuntu.com/UByAk44Zt8QqK7cd/+decide [16:11] "Invalid OpenID transaction" [16:12] yago, maybe trying going back to the page through the QATracker (from the login button) and force refresh the page (ctrl+f5) [16:12] I just tried to create an account and had no issue [16:25] yago: if you are positive you have an SSO account and you fail at tracker login, try going here first https://launchpad.net/+login [16:26] flocculant: I finally solved it by clearing all browser data, thank you! [16:36] Can someone help me with these corrections I need to make here, I don't quite understand how to address DanChapman's second comment https://code.launchpad.net/~radonapps/dekko/master/+merge/281335 [19:33] hey, I need a bit of help. I'm trying to build mir from source using this guide: https://unity.ubuntu.com/mir/building_source_for_pc.html but there is an obvious bash syntax error there. It says to build from source with this : "make (-j8)". Am I supposed to just run "make"? [19:37] i believe this means -j8 is an optional argument [19:38] ah, of course. Why didn't I check manual page first... Thanks! [19:38] no problem [22:20] I'm trying to build mesa but I had no luck thus far. ./autogen.sh runs fine, but when I run make it gives me this error: http://pastebin.com/Ufu6LWaT. Can anybody help me? [23:09] edve98: can you please link me to the task? [23:11] +tsimonq2: is this is the link that you want? https://codein.withgoogle.com/dashboard/task-instances/4619166501830656/?sp-page=1 [23:13] edve98: sorry, I don't know how to do this [23:15] +tsimonq2: no worries, I should probably picked simplier task as my first one :P [23:15] edve98, there are "beginner" tasks for that purpose [23:18] I'll try to do two of them. But first I'll try to figure out what I'm doing wrong [23:19] building mesa is something *i* wouldn't try to do unless i really had to :) [23:22] oh well.. I just tought that it woud be "fun" to try it out :P. I reckon you are quite advanced user, aren't you? [23:23] one could say so [23:24] in reality, there isn't much debugging i can do when something doesn't build apart from something really obvious, or some parameters, or something else really common [23:24] that's to say, i'm not exactly a programmer [23:26] I see. Are you one of the volunteers helping out everybody or are you participantlike me? [23:26] (I hope it's okay to use this chat not only for task questions :P) [23:26] i'm one of the mentors; those with a + next to their nicks are mentors [23:27] and those with the cinnamon bun, or @, are the admins for ubuntu in google code-in [23:27] and sure, i would say this channel is very relaxed and general discussion is okay [23:28] (unlike #ubuntu :P) [23:28] :D [23:28] yep [23:28] I see., thanks ^^ [23:28] * wxl eats jose's cinnamon bun [23:29] so you guys (mentors) are just random people from the internet or are you somehow affiliated with Ubuntu? :P [23:30] all mentors are working with ubuntu [23:30] that's kind of the point, being able to help [23:31] we're all intimately familiar with the community and its various enclaves, which is necessary to be able to mentor anyoen at all! [23:32] edve98: through your contributions, you can figure out how to become affiliated with ubuntu, too! :) [23:32] but i guess we are also just random people from the internet... [23:33] well we started out as such, but converged at a common point (ubuntu) [23:34] I still don't get it. Is it hard to "get into" development of Ubuntu? [23:34] not at all [23:34] we're a welcoming community [23:34] Can someone here who is familiar with unit testing help me with this task? https://codein.withgoogle.com/tasks/6021533814226944/?sp-organization=4568116747042816&sp-is_beginner=False [23:34] It seems like most of the tasks aren't really helping Ubuntu, so that's why I ask [23:34] they all do in some way or another [23:35] if you mean many of them are not code-based, edve98, that just exemplifies that a lot of the work to be done is not code-based [23:35] how is it helping Ubuntu that I install mir? :P [23:35] edve98: i think the intention is the testing of it. a lot of testing is exploratory. it requires that many eyes be on it exploring it in different ways to sort out all the potential bugs [23:36] I see [23:36] edve98: even without the qa side of things, it can help from an advocacy/marketing perspective by showing that it's relatively easy to install [23:36] this may encourage more people to try it and test it and come up with other potential bugs [23:36] that's what one would expect with such a new technology [23:37] edve98: if you are interested in contributing beyond the scope of google code-in, we'd be more than happy to help you find a place that takes advantage of your particular skills and/or interests [23:37] it would actually be lovely [23:38] I found out about google code-in too late to win anything more than a t-shirt anyway :P [23:38] edve98: is there a particular area that you wish to grow in? or an area that you know you're particular good at? generally there's testing/bugs/qa, marketing, graphics, documentation, and development [23:39] edve98: and then of course there's particular flavors (lubuntu, xubuntu, kubuntu, etc.) as well as different devices or platforms [23:39] well, I think I'm ok with C++ and I'd like to do something with it [23:40] have you had any experience with developing on a large project before? [23:41] no, not on large projects. Althouh I did use git when my friends and I were creating a game for Ludum Dare :P [23:42] ok, so, is there a particular package or set of packages that interests you or you feel particular skilled to deal with? [23:42] also what's your OS of choice? [23:43] I'm using Ubuntu for some time now... [23:43] well that's always a plus :) [23:44] and I'm not sure about the packages. I always feel that I don't know enough about Linux and generally open source projects when talking to somebody else :P [23:46] what do you think you don't know about? [23:46] maybe you don't know enough to know :) [23:49] mostly everything :D. For egzample my bash/terminal knowledge is "just enough" for me to use it. I know that there are a lot of things I don't know :P [23:49] edve98: one thing i might suggest, then, is getting involved in QA/testing or support or documentation, as all of these things will require you to learn more [23:49] heyyyyy wxl [23:50] o/ tsimonq2 [23:50] heyyyyy tsimonq2 [23:50] lol hey adueppen [23:51] umm. hi :D [23:51] tsimonq2 is relatively new to the ubuntu community, so he might be a good resource to talk to, too, edve98 [23:52] o/ [23:52] tsimonq2: we were just discussing how edve98 could contribute to ubuntu beyond gci [23:52] I know my way around, wxl ;) :P [23:52] wxl: I'm fairly new as well [23:52] yes you too adueppen :) [23:52] yeah, I'd like to contribute to Ubuntu somehow [23:52] edve98: what do you like to do? [23:53] coding, but I'm not sure if my skills are sufficent [23:53] Graphic Design, Code, QA, Bug Triaging, etc. [23:53] edve98: I'm in the same boat ;) [23:53] edve98: he's an ubuntu user, with some experience in c++ but feels like he doesn't know about linux/OS in general [23:53] edve98: what languages are you good at? [23:53] oops that was meant for tsimonq2 [23:53] c++, a bit of python [23:53] tsimonq2: i suggested he do QA/testing, support, or docs to learn more [23:54] I actually quite like that idea [23:54] c++ and py are about the top two languages used in the repos, i would imagine [23:54] edve98: you can do a little bit of all the above, too. there are no contracts. you just volunteer your time as much as you can [23:54] i do a ton of different things but my main contributions are in QA [23:55] edve98: well first and foremost I would recommend this book if you feel like you want to know more about Linux in general: http://tille.garrels.be/training/tldp/ [23:56] thanks [23:56] so lets say I want to contribute to qa or docs [23:56] where do I start? :P [23:56] edve98: and next, I would recommend just looking at some docs and learning about the infrastructure of Ubuntu in general [23:57] edve98: let me find a link for you [23:57] that will help you find where you want to be [23:57] http://community.ubuntu.com/ [23:57] this looks well put together ^^ [23:59] wxl: ^ [23:59] thanks again :P. One question: where do you guys chat usually? tsimonq8 said that #ubuntu is quite formal. Another irc channel perhaps?