Update README.md

remove dbus recommendation, this works but breaks polkit authentication. Stick to ConsoleKit.
This commit is contained in:
Jay Lanagan 2023-07-11 07:40:12 -04:00 committed by GitHub
parent 9f5d9e49ed
commit f66510770f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,12 +54,7 @@ XFCE INSTALLATION
#!/bin/sh
exec ck-launch-session startxfce4
```
4.1. Or you could also use dbus instead:
```bash
#!/bin/sh
exec dbus-run-session startxfce4
```
5. If you have any problem launching XFCE and you have a an Intel graphic card, install **xorg-xf86-video-intel** and the **mesa** ports from the xorg repo.
6. Enjoy this beautiful Desktop Environment!