52 lines
1.6 KiB
Diff
52 lines
1.6 KiB
Diff
From abdf0e9b4e914c67c8f28af68c0de95a81161463 Mon Sep 17 00:00:00 2001
|
|
From: Michel Lind <salimma@fedoraproject.org>
|
|
Date: Fri, 21 Aug 2026 15:25:01 +0100
|
|
Subject: [PATCH] Remove Google Chrome and Chromium from the menu and dock
|
|
|
|
Redoing the patch we carried in Fedora for 0.7 because the originals
|
|
have changed
|
|
|
|
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
|
|
---
|
|
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 0190af8..fc0d4b6 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 6fc9f9b..2ff9592 100644
|
|
--- a/etc/State.plist
|
|
+++ b/etc/State.plist
|
|
@@ -10,10 +10,6 @@
|
|
CommandLine = "/usr/bin/foot";
|
|
Icon = "terminal-56x56.png";
|
|
},
|
|
- {
|
|
- CommandLine = "/usr/bin/chromium --enable-features=UseOzonePlatform --ozone-platform=wayland";
|
|
- Icon = "chromium-56x56.png";
|
|
- },
|
|
{
|
|
CommandLine = "MOZ_ENABLE_WAYLAND=1 /usr/bin/firefox";
|
|
Icon = "firefox-56x56.png";
|
|
@@ -40,4 +36,4 @@
|
|
Color = "argb32:ff508050";
|
|
},
|
|
);
|
|
-}
|
|
\ No newline at end of file
|
|
+}
|
|
--
|
|
2.55.0
|
|
|