Skip to content

Commit 5b0e880

Browse files
shaansubbaiahchimosky
authored andcommitted
Add links to Sugar login tutorial
Add links to logging in to Sugar Signed-off-by: Ibiam Chihurumnaya <[email protected]>
1 parent f1ac684 commit 5b0e880

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/debian.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sudo apt install sucrose lightdm
1818
exec sudo reboot
1919
```
2020

21-
- in the graphical login screen, change from the default X session to Sugar,
21+
- in the graphical login screen, [change from the default X session to Sugar](https://github.com/sugarlabs/sugar-docs/blob/master/src/sugar-logging-in.md),
2222
- log in as the non-root user, which you will have created during install.
2323

2424
Known bugs include;
@@ -41,7 +41,7 @@ sudo apt install sucrose lightdm
4141
exec sudo reboot
4242
```
4343

44-
- in the graphical login screen, change from the default X session to Sugar,
44+
- in the graphical login screen, [change from the default X session to Sugar](https://github.com/sugarlabs/sugar-docs/blob/master/src/sugar-logging-in.md),
4545
- log in as your non-root user, created during install.
4646

4747
Known bugs include;

docs/development-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Install the `sucrose` package;
4949

5050
sudo apt install sucrose
5151

52-
Log out, then log in with the Sugar desktop selected.
52+
Log out, then [log in with the Sugar desktop selected](https://github.com/sugarlabs/sugar-docs/blob/master/src/sugar-logging-in.md).
5353

5454
Once Sugar is installed, development of activities can begin.
5555

@@ -144,7 +144,7 @@ Clone the Browse and Terminal activities;
144144
git clone https://github.com/sugarlabs/browse-activity.git Browse.activity
145145
git clone https://github.com/sugarlabs/terminal-activity.git Terminal.activity
146146

147-
Log out and log in again with the Sugar desktop selected, or use the remote desktop feature described earlier on this page.
147+
Log out and [log in again with the Sugar desktop selected](https://github.com/sugarlabs/sugar-docs/blob/master/src/sugar-logging-in.md), or use the remote desktop feature described earlier on this page.
148148

149149
After making changes in a Sugar module, repeat the `sudo make install` step, and log in again.
150150

docs/fedora.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install Fedora. Then, in a Terminal, type:
1212

1313
sudo dnf groupinstall sugar-desktop
1414

15-
Then restart your computer. At the *Sign in* select the *Sugar* desktop.
15+
Then restart your computer. At the *Sign in* select the *Sugar* desktop (Fedora uses GDM by default, tutorial to login to Sugar using GDM can be viewed in [the Sugar Docs](https://github.com/sugarlabs/sugar-docs/blob/master/src/sugar-logging-in.md)).
1616

1717
Using Sugar with another Desktop Environment
1818
--------------------------------------------

docs/ubuntu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Sugar 0.112 can be installed with the following commands:
1414
sudo apt install sucrose
1515

1616
- log out,
17-
- log in with the Sugar desktop selected,
17+
- [log in with the Sugar desktop selected](https://github.com/sugarlabs/sugar-docs/blob/master/src/sugar-logging-in.md),
1818

1919
Known Problems:
2020

@@ -31,7 +31,7 @@ Sugar 0.112 is in the universe repository, and can be installed with the followi
3131
sudo apt install sucrose
3232

3333
- log out,
34-
- log in with the Sugar desktop selected,
34+
- [log in with the Sugar desktop selected](https://github.com/sugarlabs/sugar-docs/blob/master/src/sugar-logging-in.md),
3535

3636
Ubuntu 18.04 (Bionic Beaver) and 18.10 (Cosmic Cuttlefish)
3737
-------------------
@@ -44,7 +44,7 @@ Sugar 0.112 is in the universe repository, and can be installed with the followi
4444
sudo apt install sucrose
4545

4646
- log out,
47-
- log in with the Sugar desktop selected,
47+
- [log in with the Sugar desktop selected](https://github.com/sugarlabs/sugar-docs/blob/master/src/sugar-logging-in.md),
4848
- press the F3 key to switch to the home view, see below.
4949

5050
Known problems

0 commit comments

Comments
 (0)