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 e52c25c71b4d9fb7f9ce17cc9e8a776a404e2ac7
Author: Ross Vandegrift <r...@kallisti.us>
AuthorDate: Wed Jan 17 20:46:32 2024 -0800

    rename wayland session desktop file
    
    This ensures all display managers provide both the wayland and x11 sessions to
    the user.
    - when two different desktop files have the same desktop-id, they're merged.
    - gdm uses this to implement fallback from wayland -> x11, in case of a crash.
    - this behavior isn't standardized since fdo doesn't really define the desktop
      session files, so there's some variation.
    
    Providing the files under different names should work everywhere.  This is
    summarized from https://gitlab.gnome.org/GNOME/gdm/-/issues/898
---
 .../wl/{enlightenment.desktop.in => enlightenment-wayland.desktop.in} | 0
 data/session/wl/meson.build                                           | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/session/wl/enlightenment.desktop.in b/data/session/wl/enlightenment-wayland.desktop.in
similarity index 100%
rename from data/session/wl/enlightenment.desktop.in
rename to data/session/wl/enlightenment-wayland.desktop.in
diff --git a/data/session/wl/meson.build b/data/session/wl/meson.build
index b52ff38a9..a94925dfd 100644
--- a/data/session/wl/meson.build
+++ b/data/session/wl/meson.build
@@ -2,8 +2,8 @@ desktop_config = configuration_data()
 desktop_config.set('prefix', dir_prefix)
 desktop_config.set('VERSION', e_version_rev)
 e_desktop = configure_file(
-  input         : 'enlightenment.desktop.in',
-  output        : 'enlightenment.desktop',
+  input         : 'enlightenment-wayland.desktop.in',
+  output        : 'enlightenment-wayland.desktop',
   configuration : desktop_config)
 
 if config_h.has('HAVE_WAYLAND') == true

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

Reply via email to