Skip to content

Commit

Permalink
Docs - Ubuntu - Fix ambiguity
Browse files Browse the repository at this point in the history
Change username.

Someone testing put username in .xsession instead of sugar.
  • Loading branch information
quozl committed Feb 25, 2019
1 parent 319f957 commit 5a1e02a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Install the Remote Desktop packages:

Create a user for Sugar and set a default desktop environment:

sudo adduser sugar
sudo su - sugar -c 'echo sugar >> .xsession'
sudo adduser guest
sudo su - guest -c 'echo sugar >> .xsession'

Start a session:

rdesktop -g 1200x900 -u sugar -p sugar 0
rdesktop -g 1200x900 -u guest -p password 0

0 comments on commit 5a1e02a

Please sign in to comment.