On Ubuntu 14.04 LTS, a critical and unpatched bug has been reported. When a Bluetooth device is paired, it is impossible to force the system to play sound through it. The workaround is to force the output in shell:
sudo pactl list cards short
0 alsa_card.pci-0000_00_1b.0 module-alsa-card.c
4 bluez_card.FC_58_FA_89_91_2C module-bluetooth-device.c
sudo pactl set-card-profile 4 a2dp
In fact, RabbitVcs is very easy to install... Except when there's a problem, and then... one can search for a long time πHere's how to resolve most installation issues on Ubuntu 14.04LTS.1 β Add the sourcesudo add-apt-repository ppa:rabbitvcs/ppa or add the source to your /etc/apt/sources.list filedeb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu trusty main2 β Install the packages
sudo apt-get update
sudo apt-get install rabbitvcs-cli rabbitvcs-core rabbitvcs-gedit rabbitvcs-nautilus3
3 β M...
To install Skype, it is preferable to use the Ubuntu repository, which will install everything needed to manage sound and video properly. If you take the package available on the official website, it is likely that the sound will not be managed properly.1 β Install Skype: sudo add-apt-repository -y ppa:andykimpe/skype && sudo apt-get update sudo apt-get install skype2 β Install the wrapper: sudo add-apt-repository ppa:skype-wrapper/ppa sudo apt-get update && sudo apt-get install skype-wrapper
To add a public key to an Ubuntu repository, simply execute the following command and append the requested key (here 2EE5793634EF4A35 for rabbitVCS):
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2EE5793634EF4A35
Download the following package: https://linux.dropbox.com/packages/debian/dropbox_1.6.0_amd64.debThen install it by double-clicking or with DPKG (dpkg -i )Next, edit the file /etc/sysctl.conf sudo vi /etc/sysctl.confand add the following directive: fs.inotify.max_user_watches=100000
Generic HP printer drivers can be downloaded here:http://netcologne.dl.sourceforge.net/project/hplip/hplip/3.14.6/hplip-3.14.6.runThen simply launch the installation and everything is done automatically π
To enable the numeric keypad on startup in Ubuntu, there are two solutions.1 β With the numlockx package (Starting from version 14.04 64-bit): sudo apt-get install numlockxDo not create a file at /etc/lightdm/lightdm.conf, otherwise lightdm will not start! In /usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf Add the following in the [SeatDefaults] sectiongreeter-setup-script=/usr/bin/numlockx on2 β For all versions of Linux: Edit the file /etc/rc.local and add this: # Turn Numlock on fo...