Advertisement
Guest User

Untitled

a guest
Nov 12th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. This allows you to start MATE manually from the console by typing 'statrx'. Do not use sudo!
  2.  
  3. Create an .xinitrc file:
  4. nano ~/.xinitrc
  5. Add:
  6. exec mate-session
  7.  
  8. Then:
  9. sudo apt-get install xinit
  10.  
  11. Log into the console and type:
  12. startx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement