fix: check for any terminal emulator in stoa-doctor - #124
Merged
Conversation
Replace two specific optional checks (kitty, alacritty) with a single check that passes if any known terminal is installed. https://claude.ai/code/session_01JH7MsJFvce1eEde8DJiCfe
- openAtItem() opens the menu but has no click-outside-to-close; PanelService.showContextMenu() wraps it in PopupMenuWindow which handles dismissal — restored it (with qs.Services.UI import) - Added a rounded Rectangle (radius 11, mSurfaceVariant) behind the pill content in both BarWidget.qml for the capsule visual https://claude.ai/code/session_01JH7MsJFvce1eEde8DJiCfe
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.
Substitui as duas checagens opcionais específicas (
kitty,alacritty) por uma única que percorre uma lista de terminais conhecidos e passa se qualquer um estiver instalado. Elimina o warning falso em sistemas que usam outro terminal.Lista verificada:
kitty alacritty foot wezterm ghostty xterm konsole gnome-terminal xfce4-terminalhttps://claude.ai/code/session_01JH7MsJFvce1eEde8DJiCfe
Generated by Claude Code