Xubuntu 14.04 Beta 2 has been released and it is the last beta until the final LTS release.
It can be downloaded here.
Xubuntu 14.04 Beta 2 has been released and it is the last beta until the final LTS release.
It can be downloaded here.
Problem
The message "The following packages have been kept back" appears when upgrading (apt-get upgrade), and the packages identified are not upgraded.
This happens when the dependencies of the identified packages changed and new packages need to be installed. We need to use dist-upgrade in order to install the new dependencies and upgrade the packages:
sudo apt-get dist-upgrade
If you're using Xubuntu 12.04 or 12.10 read below to learn how to add MTP support for the newest Android 4.0+ devices.
Open a terminal window and run:
sudo add-apt-repository ppa:langdalepl/gvfs-mtp -y && sudo apt-get update && sudo apt-get upgrade -y
Reboot, to finish installation.
In this article we'll learn how to set a color profile in Xubuntu.
First we need to install xcalib. Open a terminal window and run:
sudo apt-get install xcalib -y
To load an ICM profile, run this command:
xcalib profile.icm
To revert changes, run this command:
xcalib -c
Simply add an new entry and set the command as "xcalib profile.icm". If you need help adding a program to Xubuntu's startup see this.
Xubuntu 14.04 is the next LTS (long-term supported) release and the first beta is now released and can be downloaded here.
Bellow are the main highlights and known issues.
Problem
You want to apply a new udev rule without having to restart the system.
Open a terminal window and run:
sudo udevadm control --reload-rules
You are extending your desktop on a second monitor and you want to play a full screen flash video, while working on the other monitor. If you use the other monitor the video will exit the full screen. Let's learn how to prevent this.
libflashplayer.so; open a terminal window and run:sudo apt-get install ghex -y && sudo updatedb && sudo ghex `locate libflashplayer.so`
On GHex main window select Edit > Find and type _NET_ACTIVE_WINDOW. Click Find.
Close the Find window and replace the N with an A:
NOTE: You will need to repeat this steps if flash gets updated.