From 36cab17560b6cbabe64434fef5f41c5af8b55e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=A1o=20Bari=C5=A1i=C4=87?= <50531162+misobarisic@users.noreply.github.com> Date: Sat, 22 Jan 2022 18:13:59 +0100 Subject: [PATCH] docs: typo fix (#140) --- docs/posts/run_latest_gnome_kde_on_distrobox.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/posts/run_latest_gnome_kde_on_distrobox.md b/docs/posts/run_latest_gnome_kde_on_distrobox.md index 8795e3de83..cdf27d1672 100644 --- a/docs/posts/run_latest_gnome_kde_on_distrobox.md +++ b/docs/posts/run_latest_gnome_kde_on_distrobox.md @@ -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 ``` @@ -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 ``` @@ -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 ```