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 47e9eae4eda079607eb684e9c6a8a610a07ff12d
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sun Sep 11 11:59:30 2022 +0100

    wl desktop session file - some dm's dont like VAR=x without env
    
    add env at the start as they dont seem to like running things with just
    
    VAR=x VAR2=y cmd
    
    enlightenment happily does this... sddm does not it seems.
---
 data/session/wl/enlightenment.desktop.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/session/wl/enlightenment.desktop.in b/data/session/wl/enlightenment.desktop.in
index 7c1f21c38..033a1237a 100644
--- a/data/session/wl/enlightenment.desktop.in
+++ b/data/session/wl/enlightenment.desktop.in
@@ -34,5 +34,5 @@ Comment[sr]=Пријавите се за коришћење Просвећења
 Comment[tr]=Enlightenment kullanarak giriş yaın (Version @VERSION@)
 Icon=@prefix@/share/enlightenment/data/images/enlightenment.png
 TryExec=@prefix@/bin/enlightenment_start
-Exec=E_WL_FORCE=drm E_COMP_ENGINE=gl @prefix@/bin/enlightenment_start
+Exec=env E_WL_FORCE=drm E_COMP_ENGINE=gl @prefix@/bin/enlightenment_start
 DesktopNames=Enlightenment

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

Reply via email to