From c93c976069f310670395ec3c0bc917beb40c3e1d Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 3 Aug 2022 15:28:54 +0100 Subject: [PATCH] use XSession type - it seems some dm's are enforcing a non-standard they insist on Type=XSession or you end up with a blank screen. this was never defined as the standard. wm's have been using Type=Application for decades! it's still documented in many places as the way to add a custom session too. this is a workaround these stupid DM's insisting on this. There is no good reason to make these changes. --- data/session/x/enlightenment.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/session/x/enlightenment.desktop.in b/data/session/x/enlightenment.desktop.in index ba664d1d6..3f9555fbf 100644 --- a/data/session/x/enlightenment.desktop.in +++ b/data/session/x/enlightenment.desktop.in @@ -1,5 +1,5 @@ [Desktop Entry] -Type=Application +Type=XSession Name=Enlightenment Name[ca]=Enlightenment Name[de]=Enlightenment