Skip to content

Commit

Permalink
docs: typo fix (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
misobarisic authored Jan 22, 2022
1 parent 2d99899 commit 36cab17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/posts/run_latest_gnome_kde_on_distrobox.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ First we need to change a couple of bits in the distrobox container to make host
accessible from within the host:

```shell
~$ distrobox enter fedora rawhide
~$ distrobox enter fedora-rawhide
user@fedora-rawhide:~$ rm -rf /run/systemd/{seats,sessions,system,users}
user@fedora-rawhide:~$ ln -s /run/host/run/systemd/{seats,sessions,system,users} /run/systemd
```
Expand Down Expand Up @@ -101,7 +101,7 @@ Centos.
We can do the same with KDE also, let's first set up the host's systemd session sharing with the container:

```shell
~$ distrobox enter fedora rawhide
~$ distrobox enter fedora-rawhide
user@fedora-rawhide:~$ rm -rf /run/systemd/{seats,sessions,system,users}
user@fedora-rawhide:~$ ln -s /run/host/run/systemd/{seats,sessions,system,users} /run/systemd
```
Expand All @@ -121,7 +121,7 @@ on your login manager (Be it SSDM or GDM)
[Desktop Entry]
Exec=/usr/local/bin/distrobox-enter -- /usr/libexec/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland
DesktopNames=KDE
Name=Plasma on Wayland )fedora-rawhide distrobox)
Name=Plasma on Wayland (fedora-rawhide distrobox)
X-KDE-PluginInfo-Version=5.23.3
```

Expand Down

0 comments on commit 36cab17

Please sign in to comment.