Questions about being a developer of Trisquel.

4 replies [Last post]
a_slacker_here
Offline
Joined: 06/30/2013

Greetings ladies and gentlemen:

I've been playing around with my system and I detected an error on one of Trisquel's programs: compton-launcher.

When someone try to create a compton.conf in .config compton won't start because "parse_config(): Failed to read configuration file "~/.config/compton.conf".". The good part is that I know how to repair it and I would like to modify the script myself.

I know that Ruben is the original writer of the script so if I modify his program is he who will decide if what I did should be summited? If it is summited, should I put my email address and my name at the header of the script alongside Ruben's?

To be able to make changes in Trisquel's code (have an account in gitlab), do I have to subscribe to Trisquel-devel?

It will be the first time I contribute in a free software project through code so I'm a little nervous; that is why I'm asking before doing.

Thank you.

akfoss
Offline
Joined: 09/03/2014

1. Clone this repo. https://devel.trisquel.info/trisquel/package-helpers (Belenos is the default branch)
2. CREATE A NEW BRANCH in your cloned repo.
3. Do your modifications
This is a file with commits of two: https://devel.trisquel.info/trisquel/package-helpers/blob/belenos/helpers/make-gnome-colors

4. Merge request.

a_slacker_here
Offline
Joined: 06/30/2013

Thank you a lot for the info, you showed me that I must learn git.
And the example was very helpful.

Thank you everyone.

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

Thank you a lot for the info, you showed me that I must learn git.

You can read http://git-scm.com/book (under the Creative Commons Attribution Non Commercial Share Alike 3.0 license).

a_slacker_here
Offline
Joined: 06/30/2013

Thank you, I'm on it.

Now I have a lot of homework to do.