Skip to content

Commit 7ec56ec

Browse files
authored
update ubxi help page
1 parent 58c7148 commit 7ec56ec

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

pages/user/switch.mdx

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,18 @@ import { Callout } from 'nextra/components'
77

88
# Replacing Unicorn (XFCE)
99

10-
<Callout type="warning" emoji="">
11-
**Warning:** We are still looking for UBXI maintainers, and at this time no UBXI ports exist. This being said, the proper way to switch to any generic desktop environment available in normal repositories (GNOME, KDE, etc) is:
12-
```bash
13-
# switch to UBXI
14-
rpk install rhino-ubxi-core # or rhino-server-core
15-
# install some environment
16-
rpk install kubuntu-desktop
17-
# remove Unicorn
18-
rpk remove unicorn-desktop-git
19-
```
20-
</Callout>
21-
2210
Maybe you're not a fan of XFCE, and would like to keep the same Unicorn elegance, but with a different desktop as a base. UBXI makes that possible.
2311

24-
To search for a UBXI port you can simply run: `rpk install ubxi`, from there you can see which desktop environment ports are available and select to install one.
12+
To search for a UBXI port you can simply run:
13+
```bash
14+
rpk install ubxi
15+
```
16+
From here you can see which desktop environment ports are available and select to install one, such as `ubxi-kde-desktop-git`. To switch to any generic desktop environment available in normal repositories (GNOME, KDE, etc), select just `rhino-ubxi-core` (or install `rhino-server-core` to opt-out of our GUI utilities).
17+
18+
<Callout emoji="">
19+
**Important:** Make sure you've installed an environment before moving on to the next step!
20+
</Callout>
21+
22+
Afterwards, you will safely be able to run `rpk remove unicorn-desktop-git` (or `unicorn-mobile-git`).
2523

2624
UBXI is entirely community maintained, and then is verified by Rhino Linux developers. If a port does not exist that you want, you are free to look at our [UBXI creation/development page](../dev/ubxi/create).

0 commit comments

Comments
 (0)