Run Ubuntu Unity through Windows 10

As you know, the Update έρχεται με τη λειτουργία Bash του Ubuntu. Πρόκειται για μια εφαρμογή που παρέχει πρόσβαση σε όλα τα χαρακτηριστικά του τερματικού του Linux, περιέχει ένα βασικό σύνολο εργαλείων, η οποία μπορεί να επεκταθεί χρησιμοποιώντας τον προεπιλεγμένο διαχειριστή πακέτων του Ubuntu. Μοιάζει σαν μια εικονική μηχανή Ubuntu εγκατεστημένη στο Windows, σαν υποσύστημα Linux. Φανταστείτε τώρα να μπορούσατε να τρέξετε το Unity, το προεπιλεγμένο περιβάλλον of Ubuntu on Windows 10! windows 10 ubuntu

Yes it is possible. Let's see how it can be done.

Before proceeding, you should turn on the Bash for Ubuntu from the Windows settings.1

Then you need a third screen server to allow GUI applications to run on Ubuntu in Windows 10. The built-in Ubuntu X Server will not start unless you install it. A good X Server for Windows application is app Xming. To install it, follow the steps listed in official webpage.

After installing Xming on Windows 10, follow these steps:.

Open Bash in Ubuntu from Start Windows 10 and run the following in bash:

echo "export DISPLAY =: 0.0" >> ~ / .bashrc

Edit the file

 /etc/dbus-1/session.conf

This can be done by using the nano editor from the console. Type this:

 nano /etc/dbus-1/session.conf

Find Point:

unix: tmpdir = / tmp

And change it to it:

tcp: host = localhost, port = 0

Press Ctrl + O to save the file and then Ctrl + X to exit nano.

Let's install the Unity and a few utilities:

apt-get install ubuntu-desktop unity compizconfig-settings-manager

Now, type compiz in bash and start Unity after a few seconds!2

3

If you can't see your mouse pointer, you should open compizconfig-settings-manager and enable the :5

5

Using the above tweak you can run many GUI tools including Firefox.

From Guerra24 @Github

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).