[02:01] wxl: Your next packaging mission: find out why libqtxdg is stuck in zesty-proposed === PaulW2U_ is now known as PaulW2U [13:46] hi [14:05] b_b: hi [14:05] ha, nice to see someone alive here :) [14:05] * b_b will get back in 5 mins [14:07] b_b probably the wrong time of day for lubuntu devs. in the USA it will be early morning, and they may going to work or even school now [14:07] I'm kubuntu, so probably can't help you [14:59] so [14:59] i'm still searching a way to submit patch to box8 theme [14:59] anyone can point me ? [15:56] b_b Well did you before say you have an account on launchpad [15:56] do you have bzr installed? [15:56] yes, i have an account [15:56] no i haven't bzr, but i can install it [15:56] That is the first step [15:57] i already know svn, git & mercurial [15:57] Do you have an ssh key on launchpad? [15:57] does bzr on launchpad allow to make patch proposal (like a pull request) ? [15:57] well it is called a merge proposal but is similar [15:58] 'k, nice [15:58] going to put my ssh key on https://launchpad.net/~brunobergot [16:01] key added [16:02] Then you can do bzr branch lp:lubuntu-artwork to get the code on your system in bzr [16:02] and then you need bzr lp-login to your launchpad login [16:03] * b_b is installing bzr [16:05] should i do : [16:06] bzr whoami 'Your Name email@example.com' / ref https://wiki.ubuntu.com/LaunchpadStepByStepInstructions [16:06] or [16:06] bzr launchpad-login your-id [16:06] both I think [16:06] ok [16:07] Once you get this setup done it gets more familiar to git users of you can edit the files, then you use bzr add for the edited files [16:07] Then bzr commit and write a commit message [16:08] super [16:08] the checkout is running [16:09] it seems that history is huge since it's taking a long time [16:09] yeah and has pictures more than just text [16:09] clearly [16:11] The part where you push to your own branch is the part I struggle with the most is next after you commit [16:11] so bzr is more like git than svn ? [16:12] you commit locally and push online after [16:12] yes it is a distributed version like git but git basically came out and became more popular [16:12] i've seen that launchpad proide git repos too [16:12] i've played a bit with mercurial, this was nice [16:13] Yeah that was added a bit later [16:13] but my every day repos are more on svn + git [16:13] ok, i got a local copy now [16:14] i've done bzr whoami 'b_b brunobergot@gmail.com' + bzr launchpad-login brunobergot [16:16] Then once your local changes are commited run the command bzr push sftp://brunobergot@bazaar.launchpad.net/~brunobergot/lubuntu-artwork/branchname [16:18] Then go to your launchpad page for your account click on code and on your branch click make a merge proposal on the launchpad website is how I do it [16:23] bzr: ERROR: Unsupported protocol for url "sftp:/ [16:23] hmm [16:23] i should install somthing more [16:28] python-paramiko should do the trick [16:31] ok, it's pushing now [16:34] nice :) [16:34] https://code.launchpad.net/~brunobergot/lubuntu-artwork/fixes/+merge/312842 [16:34] thx a lot lynorian [16:34] oops, lynorian_