From 763ebb83c3980d58140046b855f89d45e56acc1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E7=94=B5=E8=8A=BD=E8=A1=A3?= Date: Tue, 25 Aug 2026 10:30:28 -0400 Subject: [PATCH] Purge remaining references to removed western apps The quattro upgrade script no longer registers the HEY mailto handler, installer tips stop naming LibreOffice, and the hotkeys, GUIs, and web-apps manuals drop the entries for removed apps. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp --- bin/omarchy-provision-owner | 2 +- bin/omarchy-upgrade-to-quattro | 4 ---- manual/07-hotkeys.md | 9 --------- manual/22-guis.md | 20 +------------------ manual/25-web-apps.md | 35 ---------------------------------- packages/omarchy-iso-cn.patch | 13 +++++++++++-- 6 files changed, 13 insertions(+), 70 deletions(-) diff --git a/bin/omarchy-provision-owner b/bin/omarchy-provision-owner index c27de22c..90aa0785 100755 --- a/bin/omarchy-provision-owner +++ b/bin/omarchy-provision-owner @@ -186,7 +186,7 @@ tips=( "Share files with phones and laptops using LocalSend" "Turn any website into an app with Install > Web App in the menu" "Super + Return opens a terminal, Super + Shift + Return the browser" - "Edit images with Pinta, videos with Kdenlive, docs with LibreOffice" + "Edit images with Pinta and videos with Kdenlive" "Super + Ctrl + Print grabs text off the screen with OCR" "Print takes a screenshot, Alt + Print records the screen" "Set a reminder with Super + Ctrl + R" diff --git a/bin/omarchy-upgrade-to-quattro b/bin/omarchy-upgrade-to-quattro index e28da697..9d921985 100755 --- a/bin/omarchy-upgrade-to-quattro +++ b/bin/omarchy-upgrade-to-quattro @@ -2196,10 +2196,6 @@ fi if command -v xdg-settings >/dev/null 2>&1; then env -u BROWSER xdg-settings set default-web-browser chromium.desktop || true fi -if command -v xdg-mime >/dev/null 2>&1; then - xdg-mime default HEY.desktop x-scheme-handler/mailto || true -fi - # This script is fetched from the branch and runs against whatever packaged # tree the channel currently serves, so the packaged tree can be older than the # script. The completion markers are written directly rather than through diff --git a/manual/07-hotkeys.md b/manual/07-hotkeys.md index 5a038ff6..ad4e9627 100644 --- a/manual/07-hotkeys.md +++ b/manual/07-hotkeys.md @@ -107,21 +107,12 @@ You can see all the main keyboard bindings with `Super + K` (Tmux bindings with | `Super + Shift + Alt + M` | Music (cliamp) | | `Super + Shift + /` | Password manager (1password) | | `Super + Shift + N` | Editor (Neovim) | -| `Super + Shift + C` | Calendar ([HEY](https://hey.com/)) | -| `Super + Shift + E` | Email ([HEY](https://hey.com/)) | -| `Super + Shift + Alt + E` | New email ([HEY](https://hey.com/)) | | `Super + Shift + A` | AI (ChatGPT) | | `Super + Shift + Alt + A` | AI (Grok) | | `Super + Shift + G` | Messenger (Signal) | -| `Super + Shift + P` | Google Photos | -| `Super + Shift + S` | Google Maps | -| `Super + Shift + Alt + G` | Messenger (WhatsApp) | -| `Super + Shift + Ctrl + G` | Messenger (Google) | | `Super + Shift + D` | Docker (LazyDocker) | | `Super + Shift + O` | Obsidian | | `Super + Shift + W` | Writing (Omawrite) | -| `Super + Shift + X` | X | -| `Super + Shift + Alt + X` | X Compose | | `Super + Shift + Y` | YouTube | Change/add bindings in `~/.config/hypr/bindings.lua`. diff --git a/manual/22-guis.md b/manual/22-guis.md index f5dfa8e8..5755247b 100644 --- a/manual/22-guis.md +++ b/manual/22-guis.md @@ -30,12 +30,6 @@ You start Omawrite with `Super + Shift + W`. You start Pinta via the application launcher (`Super + Space`). -## Aether - -[Aether](https://github.com/bjarneo/aether) is a theming application that can extract colors from a background image and turn them into a complete, cohesive theme. It's the easiest way to [make your own theme](43-making-your-own-theme.md). - -You start Aether via the application launcher (`Super + Space`). - ## LocalSend [LocalSend](https://localsend.org/) lets you send files to other devices on the same network running the app, like Apple's AirDrop. It's cross-platform, though, so you can send files to and from Windows, macOS, Android, iOS, and of course Linux. @@ -53,12 +47,6 @@ You can also send straight from the file manager: right-click any selection in N Omarchy's firewall is closed by default except for LocalSend's port, so this works out of the box on a fresh install. See [security](48-security.md). -## LibreOffice - -[LibreOffice](https://www.libreoffice.org/) is a complete office package with word processor, spreadsheet, presentations, drawing application, and more. It's compatible with files from Microsoft Office, so this is a great way to be able to open those Word documents. - -You start LibreOffice via the application launcher (`Super + Space`). - ## Omacalc [Omacalc](https://github.com/omacom-io/omacalc) is Omarchy's own dead-simple calculator, which opens in a floating window. @@ -77,15 +65,9 @@ You start Signal with `Super + Shift + G`. It's not part of the base install, so You start mpv via the application launcher (`Super + Space`) or just double-click on a video in the file manager. -## OBS Studio - -[OBS Studio](https://obsproject.com/) lets you record or stream video from multiple inputs. You can mix a screencast with a webcam with a microphone input. It's what was used to record the Omarchy screencasts. - -You start OBS Studio via the application launcher (`Super + Space`). - ## Kdenlive -[Kdenlive](https://kdenlive.org/) is an excellent video editor. Perfect for working on video that comes out of OBS Studio before sharing it. +[Kdenlive](https://kdenlive.org/) is an excellent video editor. Perfect for editing your screen recordings before sharing them. You start Kdenlive via the application launcher (`Super + Space`). diff --git a/manual/25-web-apps.md b/manual/25-web-apps.md index f5333ac8..df97f934 100644 --- a/manual/25-web-apps.md +++ b/manual/25-web-apps.md @@ -14,18 +14,6 @@ When you're in a web app, you can copy the current URL to the clipboard using `S By default, Omarchy already ships with an assortment of default apps: -## HEY - -[HEY](https://www.hey.com/) is an email and calendar service that serves as a great alternative to people tired of Gmail, Outlook, or Apple Mail. It's made by [37signals](https://37signals.com/) where Omarchy originated. - -You can start HEY Email using `Super + Shift + E`, jump straight to composing a new email using `Super + Shift + Alt + E`, and start HEY Calendar using `Super + Shift + C`. - -## Basecamp - -[Basecamp](https://basecamp.com/) is a project management service that helps small teams move faster and make more progress. Instead of patching together a mishmash of Trello, Slack, Asana, Notion, or whatever, you can have it all in one place with Basecamp. It's made by [37signals](https://37signals.com/) where Omarchy originated. - -You can start Basecamp using the application launcher (`Super + Space`) - ## ChatGPT [ChatGPT](https://chatgpt.com) is the most popular AI chat bot in the world. @@ -38,24 +26,6 @@ You can start ChatGPT using `Super + Shift + A`. You can start Grok using `Super + Shift + Alt + A`. -## WhatsApp - -[WhatsApp](https://www.whatsapp.com/) is one of the most popular messaging services in the world, and the web version is a great option for Linux. - -You can start WhatsApp using `Super + Shift + Alt + G`. - -## Google apps - -Google Messages, Google Photos, Google Maps, and Google Contacts are all included as web apps too. - -You can start Google Messages using `Super + Shift + Ctrl + G`, Google Photos using `Super + Shift + P`, and Google Maps using `Super + Shift + S`. Google Contacts is available through the app launcher (`Super + Space`). - -## X - -X is where news break. - -You can start X using `Super + Shift + X` and go straight to writing a new post with `Super + Shift + Alt + X`. - ## YouTube [YouTube](https://youtube.com/) is the most popular video platform in the world. @@ -68,8 +38,3 @@ You can start YouTube using `Super + Shift + Y`. You start Zoom using the application launcher (`Super + Space`). -## Discord - -[Discord](https://discord.com/) is where most gaming and open source communities hang out, including [Omarchy's own](https://discord.gg/tXFUdasqhY). - -You start Discord using the application launcher (`Super + Space`). diff --git a/packages/omarchy-iso-cn.patch b/packages/omarchy-iso-cn.patch index 63d437e3..cb6c691c 100644 --- a/packages/omarchy-iso-cn.patch +++ b/packages/omarchy-iso-cn.patch @@ -631,7 +631,7 @@ index 4cd3db3..96c507e 100644 "mirror_config": { "custom_repositories": [], diff --git a/configs/airootfs/usr/local/bin/omarchy-install-dashboard b/configs/airootfs/usr/local/bin/omarchy-install-dashboard -index 91e960b..54d331d 100755 +index 91e960b..9d45f6a 100755 --- a/configs/airootfs/usr/local/bin/omarchy-install-dashboard +++ b/configs/airootfs/usr/local/bin/omarchy-install-dashboard @@ -53,6 +53,44 @@ export GUM_CONFIRM_UNSELECTED_BACKGROUND="${GUM_CONFIRM_UNSELECTED_BACKGROUND:-0 @@ -647,7 +647,7 @@ index 91e960b..54d331d 100755 + "用 LocalSend 与手机、电脑互传文件" + "菜单 Install > Web App 可把任意网站变成应用" + "Super + Return 打开终端,Super + Shift + Return 打开浏览器" -+ "图片用 Pinta,视频用 Kdenlive,文档用 LibreOffice" ++ "图片用 Pinta,视频剪辑用 Kdenlive" + "Super + Ctrl + Print 用 OCR 抓取屏幕文字" + "Print 截屏,Alt + Print 录屏" + "Super + Ctrl + R 设置提醒" @@ -679,6 +679,15 @@ index 91e960b..54d331d 100755 tips=( "Super + Space opens the Omarchy menu for apps, settings, and more" "Super + K shows all the key bindings" +@@ -61,7 +99,7 @@ tips=( + "Share files with phones and laptops using LocalSend" + "Turn any website into an app with Install > Web App in the menu" + "Super + Return opens a terminal, Super + Shift + Return the browser" +- "Edit images with Pinta, videos with Kdenlive, docs with LibreOffice" ++ "Edit images with Pinta and videos with Kdenlive" + "Super + Ctrl + Print grabs text off the screen with OCR" + "Print takes a screenshot, Alt + Print records the screen" + "Set a reminder with Super + Ctrl + R" @@ -73,6 +111,23 @@ tips=( "Super + Print picks a color from anywhere on screen" "Keep the system fresh with Update in the Omarchy menu"