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

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

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

Part-of: !6372
parent 4bf90844
No related branches found
No related tags found
1 merge request!6372main/postmarketos-ui-gnome-mobile: remove blue accent color override
......@@ -3,8 +3,8 @@
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
# Co-Maintainer: fossdd <fossdd@pwned.life>
pkgname=postmarketos-ui-gnome
pkgver=3
pkgrel=11
pkgver=4
pkgrel=0
pkgdesc="(Wayland) Gnome Shell"
url="https://gnome.org/"
# armhf blocked by gnome-shell -> gjs -> mozjs102
......@@ -27,13 +27,10 @@ _pmb_recommends="
snapshot
"
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() {
......@@ -44,6 +41,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