From 443173e29d3bdde17f0455c5fcd914a9dedae3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Gr=C3=BCndel?= Date: Sun, 5 Oct 2025 21:54:36 +0200 Subject: [PATCH] Hide electron36 and electron37 from walker menu (#2183) * Hide electron36 and electron37 from walker menu * Add migration scriptt * Simplify migration --------- Co-authored-by: David Heinemeier Hansson --- applications/hidden/electron36.desktop | 2 ++ applications/hidden/electron37.desktop | 2 ++ migrations/1759093827.sh | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 applications/hidden/electron36.desktop create mode 100644 applications/hidden/electron37.desktop create mode 100644 migrations/1759093827.sh diff --git a/applications/hidden/electron36.desktop b/applications/hidden/electron36.desktop new file mode 100644 index 00000000..e1e3e173 --- /dev/null +++ b/applications/hidden/electron36.desktop @@ -0,0 +1,2 @@ +[Desktop Entry] +Hidden=true diff --git a/applications/hidden/electron37.desktop b/applications/hidden/electron37.desktop new file mode 100644 index 00000000..e1e3e173 --- /dev/null +++ b/applications/hidden/electron37.desktop @@ -0,0 +1,2 @@ +[Desktop Entry] +Hidden=true diff --git a/migrations/1759093827.sh b/migrations/1759093827.sh new file mode 100644 index 00000000..69cf8963 --- /dev/null +++ b/migrations/1759093827.sh @@ -0,0 +1,3 @@ +echo "Adding hidden entries for electron apps" + +cp $OMARCHY_PATH/applications/hidden/electron*.desktop ~/.local/share/applications/