From 53b6d9b663d6c144494b688d0f5804874a6a533f Mon Sep 17 00:00:00 2001 From: Issam Maghni Date: Thu, 12 Sep 2019 09:52:33 -0400 Subject: [PATCH] Set `MOZ_ENABLE_WAYLAND` to launch firefox in wayland --- srcpkgs/firefox/files/firefox-wayland | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/firefox/files/firefox-wayland b/srcpkgs/firefox/files/firefox-wayland index bd7b93c7a92..495f901320c 100644 --- a/srcpkgs/firefox/files/firefox-wayland +++ b/srcpkgs/firefox/files/firefox-wayland @@ -1,5 +1,2 @@ #!/bin/sh - -export GDK_BACKEND=wayland - -exec /usr/lib/firefox/firefox "$@" +exec env MOZ_ENABLE_WAYLAND= /usr/lib/firefox/firefox "$@"