This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository enlightenment.

View the commit online.

commit 14313ac0ce3ddefa2b7af29ffc02528a64e79171
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sat Jun 4 17:31:35 2022 +0100

    readme - add info on running e for your login
---
 README.md | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/README.md b/README.md
index 9491334f3..58c363e89 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,9 @@ Shell". It replaces your environment that runs your day to day GUI
 Desktop. It includes a built-in file manager, Launcher, Shelves,
 Settings dialogs, Menus, Audo Mixer controls and much much more.
 
+It is primarly developed for X11, but does have an experimental
+Wayland mode
+
 ![Screenshot 2](/data/readme/screenshot2.png)
 ![Screenshot 3](/data/readme/screenshot3.png)
 ![Screenshot 4](/data/readme/screenshot4.png)
@@ -145,6 +148,38 @@ ninja -C build -v
 ```
 -----
 
+**NOTE:** If you install enlightenment to the default compile prefix
+(`/usr/local`) then you might want to ensure the session file is
+accessible to your login manager (assuming you use one) by doing
+something like:
+
+```sh
+sudo ln -s /usr/local/share/xsessions/enlightenment.desktop /usr/share/xsessions/enlightenment.desktop
+```
+
+You can also just set up a custom launcher script. Edit the
+`~/.xinitrc` file in your home directory and have it have this content:
+
+```sh
+#!/bin/sh
+exec /usr/local/bin/enlightenment_start >& ~/.xsession-errors
+```
+
+You may also want your `~/.xsession` file ot be the same, so make a
+link:
+
+```sh
+ln -s .xinitrc .xsession
+```
+
+This assumes `/usr/local` as well ans just modify based on your
+install prefix location.
+
+If you do not use a login manager you can just log into a text console
+and run `startx` after the above `.xinitrc` file is set up.
+
+-----
+
 **NOTE:** If you do not want security issues make sure `sysactions.conf` is in
 `/etc/enlightenment` (not `PREFIX/etc/enlightenment`) as this is the first
 place it looks at. This file is intended to be customized by packagers and

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to