Skip to content

Commit

Permalink
docs: update commands for graphical sessions, Fix #276
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed May 27, 2022
1 parent c6c066d commit a7ebeb8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/posts/run_latest_gnome_kde_on_distrobox.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ systemd session accessible from within the host:

```shell
~$ distrobox enter fedora-rawhide
user@fedora-rawhide:~$ rm -rf /run/systemd/system
user@fedora-rawhide:~$ ln -s /run/host/run/systemd/system /run/systemd
user@fedora-rawhide:~$ sudo umount /run/systemd/system
user@fedora-rawhide:~$ sudo rmdir /run/systemd/system
user@fedora-rawhide:~$ sudo ln -s /run/host/run/systemd/system /run/systemd
user@fedora-rawhide:~$ sudo ln -s /run/host/run/dbus/system_bus_socket /run/dbus/
```

Then we can proceed to install GNOME in the container:
Expand Down Expand Up @@ -107,8 +109,10 @@ sharing with the container:

```shell
~$ distrobox enter fedora-rawhide
user@fedora-rawhide:~$ rm -rf /run/systemd/system
user@fedora-rawhide:~$ ln -s /run/host/run/systemd/system /run/systemd
user@fedora-rawhide:~$ sudo umount /run/systemd/system
user@fedora-rawhide:~$ sudo rmdir /run/systemd/system
user@fedora-rawhide:~$ sudo ln -s /run/host/run/systemd/system /run/systemd
user@fedora-rawhide:~$ sudo ln -s /run/host/run/dbus/system_bus_socket /run/dbus/
```

Then we can proceed to install Plasma in the container:
Expand Down

0 comments on commit a7ebeb8

Please sign in to comment.