On Sat, 10 Sep 2022 14:42:55 +0200 daniel antoine <univa...@gmail.com> said:

> Hi
> 
> I have installed the commit "e wl - force gl for wl mode now due to
> kernel breaks" and when I select on SDDM the Enlightenment/wayland
> session and validate the user/password , it return the SDDM screen for
> login again, Enlightenment_start is not taken in count.
> If I disable sddm and launch the command Exec=E_WL_FORCE=drm
> E_COMP_ENGINE=gl /usr/bin/enlightenment_start at the console, it
> starts after a long pause. It seems that the command in
> /usr/share/wayland-sessions/enlightenment.desktop is not recognised
> under SDDM.
> 
> I have tried to put quotes in the command but without success.
> 
> If I remove E_WL_FORCE=drm E_COMP_ENGINE=gl in the EXEC command SDDM
> is able to launch the wayland session.

well perhaps this is a sddm problem. enlightenment happily runs apps
with .desktop files with env vars in the cmdline like:

  Exec=DISPLAY=:0 BBB=x xterm

no issues. can you try change the exec to:

  Exec=env E_WL_FORCE=drm E_COMP_ENGINE=gl enlightenment_start

?

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to