aboutsummaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-02 17:50:49 -0400
committerCraig Jennings <c@cjennings.net>2026-07-02 17:50:49 -0400
commitf87595d6e4f0b3b27fc65cadbc4ef959c2abd4d8 (patch)
tree40fba29fff2401465fa7d81ccbf45fa7ec698db5 /todo.org
parent9752e98f0df64c3c04246c7280bd75940dc93fdc (diff)
downloadarchsetup-f87595d6e4f0b3b27fc65cadbc4ef959c2abd4d8.tar.gz
archsetup-f87595d6e4f0b3b27fc65cadbc4ef959c2abd4d8.zip
feat(packages): retire zoom, meetings open in the browser
The dotfiles zoom-web handler rewrites zoommtg:// links to the web client, so the AUR zoom package leaves the install. The retired-package VM assertion now covers blueman and zoom.
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/todo.org b/todo.org
index 70e058b..2202092 100644
--- a/todo.org
+++ b/todo.org
@@ -32,8 +32,9 @@ Initial spec written 2026-07-02: [[file:docs/design/2026-07-02-net-panel-other-i
** TODO [#B] File-manager swallow pattern :feature:hyprland:
When the file manager launches another app, it should hide to a special workspace (the "swallow" pattern) and return when that process ends, rather than vanishing. Today it disappears with no signal of whether it's coming back, so the user can't tell success from failure — they should quit explicitly instead. Origin: roam inbox capture.
-** TODO [#C] Open meeting links in the browser instead of the Zoom app :feature:
-Route Zoom (and similar) meeting links to the browser web client rather than launching the native Zoom app — e.g. firefox/chrome extensions, or a =zoommtg://= URL handler / desktop-file override that rewrites to the web-client URL. Decide the mechanism (extension vs handler) before building. Origin: roam inbox capture.
+** DONE [#C] Open meeting links in the browser instead of the Zoom app :feature:
+CLOSED: [2026-07-02 Thu]
+Shipped 2026-07-02, mechanism per Craig ("the Linux zoom app is really terrible — one less dependency"): a =zoommtg://= URL handler, and the native app retired outright. =zoom-web= (dotfiles 187414a, 10 tests) registers as the xdg default for x-scheme-handler/zoommtg via =zoom-web.desktop=; Zoom's launch-page bounce rewrites deterministically to =https://<host>/wc/join/<confno>?pwd=…= in the default browser (subdomain hosts preserved, tracking params dropped, start action mapped, malformed URIs notify + exit 2). The registration landed in the stowed mimeapps.list, so it ships with dotfiles. Zoom uninstalled from velox (=pacman -Rns=), its windowrules removed from hyprland.conf, =aur_install zoom= dropped from archsetup, and the VM retired-package assertion now covers blueman + zoom. Known limit, accepted: a host who disabled join-from-browser blocks the web client — that meeting needs the native app installed ad hoc. Ratio trip: =pacman -Rns zoom= + the pull brings the handler; run =xdg-mime default zoom-web.desktop x-scheme-handler/zoommtg= if the stowed mimeapps.list doesn't take effect.
** TODO [#B] Scrolling/Carousel layout: frame fit + wrap-around :hyprland:
:PROPERTIES: