Add cross-platform UI testing strategy for non-KDE environments - #64
Draft
JRufer wants to merge 2 commits into
Draft
Add cross-platform UI testing strategy for non-KDE environments#64JRufer wants to merge 2 commits into
JRufer wants to merge 2 commits into
Conversation
Documents concrete KDE/KWin-coupled assumptions found in the overlay, tray, notification, and injection code, a test matrix (Hyprland, Sway, GNOME, Windows), a manual QA checklist, and a triage/fix workflow for issues found on non-KDE desktops.
Documents macOS feasibility grounded in the actual codebase: what already works (whisper Metal, cpal, arboard, WKWebView, tray, notifications, overlay winit fallback), the three code paths that must be written first (text injection, global hotkeys via rdev, MCP Unix-socket cfg), TCC permission requirements, and a GitHub Actions macos-14/macos-13 build job modeled on the existing release workflow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
VoxCtrl's UI was built and tuned against KDE Plasma (Wayland/X11). This adds a documented strategy for validating the UI on non-KDE environments — Hyprland and Windows in particular — and for triaging/fixing what breaks.
docs/cross_platform_ui_testing.mdsrc-tauri/src/overlay.rs), with no Waylandapp_idset for windowrule targeting and no wlroots-specific handling — the top concrete risk being that Hyprland tiles windows by default, which could break the floating HUD entirely. Also flags tray (SNI host availability), notifications (daemon availability), text injection (wtype/xdotool/clipboard), and Windows' known-weakSendKeysinjection path.wlr-layer-shellsurface) over WM-specific hacks, gate runtime differences viaXDG_CURRENT_DESKTOP/XDG_SESSION_TYPErather than new compile-time cfgs, and regression-test the full matrix before merging.docs/README.md's index (also synced to the GitHub wiki via the existingsync-wiki.ymlworkflow).No functional code changes — this is a planning/testing document only.
Test plan
Generated by Claude Code