File 0001-remove-google-chrome.patch of Package wlmaker
From fc0e97b3765575d3eb7c61962314f92211812393 Mon Sep 17 00:00:00 2001
From: Shawn W Dunn <sfalken@opensuse.org>
Date: Sat, 24 Jan 2026 13:41:00 -0800
Subject: [PATCH] remove google chrome
---
etc/RootMenu.plist | 2 +-
etc/State.plist | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/etc/RootMenu.plist b/etc/RootMenu.plist
index abda0e1..53f3724 100644
--- a/etc/RootMenu.plist
+++ b/etc/RootMenu.plist
@@ -6,7 +6,7 @@
("Root Menu",
("Applications",
("Terminal", Execute, "/usr/bin/foot"),
- ("Chrome", ShellExecute, "/usr/bin/google-chrome --enable-features=UseOzonePlatform --ozone-platform=wayland --user-data-dir=/tmp/chrome-wayland")),
+ ("Firefox", ShellExecute, "MOZ_ENABLE_WAYLAND=1 /usr/bin/firefox")),
("Outputs...",
("Magnify", OutputMagnify),
("Reduce", OutputReduce),
diff --git a/etc/State.plist b/etc/State.plist
index 33cdf72..92d0f67 100644
--- a/etc/State.plist
+++ b/etc/State.plist
@@ -10,10 +10,6 @@
CommandLine = "/usr/bin/foot";
Icon = "terminal-48x48.png";
},
- {
- CommandLine = "/usr/bin/google-chrome --enable-features=UseOzonePlatform --ozone-platform=wayland";
- Icon = "chrome-48x48.png";
- },
{
CommandLine = "MOZ_ENABLE_WAYLAND=1 /usr/bin/firefox";
Icon = "firefox-48x48.png";
@@ -40,4 +36,4 @@
Color = "argb32:ff508050";
},
);
-}
\ No newline at end of file
+}
--
2.52.0