rm: make-rhc because it produces ssl error and does not work.
It produces ssl error if the following command has been used:
$ rhc setup
See merge request !141
linux-lts-utopic: Added CONFIG_DELL_RBTN=m
The package was failing to build due to that configuration.
I'm not sure why we didn't inherit this configuration from ubuntu kernel config, but adding it to config.common.trisquel does the work.
See merge request !131
import rhc from Ubuntu vivid
In this commit I imported `rhc` package from Ubuntu vivid into Trisquel. rhc is the program used for OpenShift.com.
Installing rhc using RubyGems will cause package conflicts, so the best way to solve this issue and improve the stability of the distro is importing rhc from Ubuntu vivid.
I tested the program and it works with no conflicts on Trisquel Belenos.
See merge request !133
debian/rules passes value of XFVENDOR to the package's configure script
as the value of the "--with-vendor-info" option. This sets the string
in the "distributed by" message in the xfce4-about program.
debian/vendorinfo also needs to be changed because debian/rules installs
this file to /usr/share/xfce4/vendorinfo if the value of XFVENDOR is not
"Xubuntu".
Fixes issue #15432.
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