Editing TutorialsRemoteGUI
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 28: | Line 28: | ||
** Ubuntu 12.04: <code>sudo apt-get install ubuntu-desktop</code> | ** Ubuntu 12.04: <code>sudo apt-get install ubuntu-desktop</code> | ||
** Ubuntu 14.04 doesn't support the necessary 2D desktop, so you have to install something else. For this tutorial, we'll use MATE: | ** Ubuntu 14.04 doesn't support the necessary 2D desktop, so you have to install something else. For this tutorial, we'll use MATE: | ||
− | <pre>sudo apt-add-repository ppa:ubuntu-mate-dev/ppa | + | *** <pre>sudo apt-add-repository ppa:ubuntu-mate-dev/ppa |
sudo apt-add-repository ppa:ubuntu-mate-dev/trusty-mate | sudo apt-add-repository ppa:ubuntu-mate-dev/trusty-mate | ||
sudo apt-get update && sudo apt-get upgrade | sudo apt-get update && sudo apt-get upgrade | ||
− | sudo apt-get install --no-install-recommends ubuntu-mate-core ubuntu-mate-desktop | + | sudo apt-get install --no-install-recommends ubuntu-mate-core ubuntu-mate-desktop</pre> |
− | </pre> | ||
On the local machine, start the NX Client application.<br /> | On the local machine, start the NX Client application.<br /> |