summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-05-09 13:32:33 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-05-09 13:32:33 -0400
commitbf85de52d1556eb6b697dd781bccdfb0760a1483 (patch)
tree7eeb0f8ed535e1cb51163628ec795716dc76dcaa
parent7ebaa1ffb3ddae7c1218ecfdbff09edbe7a1ee75 (diff)
downloadenlightenment-bf85de52d1556eb6b697dd781bccdfb0760a1483.tar.gz
update README.wayland to include dbus-launch
-rw-r--r--README.wayland4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.wayland b/README.wayland
index 730fe605ff..23e69a2456 100644
--- a/README.wayland
+++ b/README.wayland
@@ -70,12 +70,12 @@ Enlightenment, when compiled with Wayland support and started from a tty,
will automatically attempt to load the wl_drm output module and start
a Wayland session. Simply start as usual:
- ./enlightenment_start
+ dbus-launch enlightenment_start
If you have a separate configuration profile that you would like to use,
you can tell Enlightenment to use that when you start it:
- ./enlightenment_start -profile <my_profile>
+ dbus-launch enlightenment_start -profile <my_profile>
To run a wayland session inside x11, export E_WL_FORCE=x11 before starting
enlightenment.