- Download Here
- Run the "Install Zorin.bat"
- Installed!
Run ZorinOS
in your windows CMD, then in the first startup it will prompt you with a username
Be sure to put a unix username without any special characters, and in lower case.
It will prompt some info after that, everything optional, you can leave empty.
After create the user i will run a auto update, just wait it.
- Open the
/usr/lib/python3/dist-packages/zorin_appearance/envoriment.py
- Replace the line
_desktop_environment = os.environ['XDG_CURRENT_DESKTOP']
with this code:
try:
_desktop_environment = os.environ['XDG_CURRENT_DESKTOP']
except:
_desktop_environment = "GNOME"
Currently the Zorin Desktop isn't working very well, and I don't know why. But the most near of run the desktop it was with this command:
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0 && export XDG_CURRENT_DESKTOP=x11 && export GDK_BACKEND=x11 export LIBGL_ALWAYS_INDIRECT=0 && export XDG_SESSION_TYPE=x11 && sudo su $USER -c 'gnome-shell --x11 --mode=zorin'
It started the shell but it crashes with some random apps.
Hi, I am trying to download and the link to drive.google.com is broken.