A session to use unity has been added
Sadly, there is no session files in the package to make unity be listed by the login manager. This should solve the problem.
It is mandatory that the session and desktop files are named "ubuntu.<suffix>" to make the whole thing work but one can change the name that will be displayed by the login manager.
I've tested most things and no problems have been found with this.
See merge request !116
Belenos
I realized that certain programs notifications (the "icons on the tray") didn't show up on the indicator applet. Then I decided to look why it worked on Trisquel 6 and I discovered that the notification area is not present on Trisquel 7. I don't know what happened but this should solve the problem. (I hope so, I tested it twice)
See merge request !110
Update docs
Update docs in order to follow the current workflow
Some ideas taken from the joind.in project
Video showing the process is avaliable here:
https://asciinema.org/a/587sed1f4fi0cj5lia2p9uoi5
See merge request !109
Belenos
Greetings, I took the feedback and I changed some things:
1) I added some lines at the beginning to check if the computer handles 3D acceleration: I decided not doing anything at first because I knew that compton-launcher already checks for that but then I realize that If the user is not properly informed, she/he could think it is a bug so I decided to do something about that. Please, could you check the lines 13 and 14? even though I did some tests to make sure it works, I don't have much experience in shell programming to be 100% sure.
2) I decided to take the other way around about treating the user's imput because I felt that it was more intuitive to treat first if compton was running or not and then evaluate the user's action. Don't worry if the user starts or stops compton by their own, the scripts checks if it is running by looking at the computer's processes and I've already took at into account while I was writing it (No complications added, just treat everything normally)
3) I think I went a little bit too far with the comments... But I prefer you to to decide if that was too much.
Thank you for your patience and I hope this is good enough to be included.
See merge request !106
Add make-xchat helper
This helper uses [this patch](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691477#28) to replace the reference to a nonfree browser (Opera) with a reference to the default system browser (x-www-browser). It should work on toutatis too.
See merge request !100