- Add 0001-fix-config-path.patch to put configs in the correct place - Add 0002-remove-google-chrome.patch to remove Google Chrome and enable Firefox as default browser - Update to libbase-aa0da7a355b04b1dd8572a94261a0b0c497e1a85 - Change Recommends: to firefox, foot, and wdisplays for functionality
48 lines
1.4 KiB
Diff
48 lines
1.4 KiB
Diff
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
|
|
|