Skip to content
Snippets Groups Projects
Unverified Commit 4bf90844 authored by achill (fossdd)'s avatar achill (fossdd) :gay_pride_flag: Committed by Pablo Correa Gomez
Browse files

main/postmarketos-ui-gnome-mobile: remove firefox-wayland.sh

firefox, firefox-esr and thunderbird already default to Wayland.

Part-of: !6372
parent dc89a04e
No related branches found
No related tags found
No related merge requests found
......@@ -35,13 +35,10 @@ _pmb_recommends="
gnome-mobile-extensions-app
"
subpackages="$pkgname-openrc"
source="firefox-wayland.sh"
options="!check pmb:systemd"
package() {
install -Dm755 \
"$srcdir"/firefox-wayland.sh \
-t "$pkgdir"/etc/profile.d/
mkdir -p "$pkgdir"
}
openrc() {
......@@ -52,6 +49,3 @@ openrc() {
mkdir -p "$subpkgdir"
}
sha512sums="
0d9ec58be7dc354e181989c7f08e7d4dd93fefd06a99e784b87fe898479dd47a40dfa9689c6a63ebdc04bf87883a270686aec27f7cc34cb21ec0f370a4afe2d8 firefox-wayland.sh
"
#!/bin/sh
# Firefox does run with xwayland by default on Gnome, this setting
# makes it pick the wayland backend without setting GDK_BACKEND=wayland
# which causes more issues in the Gnome stack
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment