feat(squeekboard-toggle): add availability detection, hover icons, and settings#545
Merged
ItsLemmy merged 7 commits intonoctalia-dev:mainfrom Apr 5, 2026
Merged
feat(squeekboard-toggle): add availability detection, hover icons, and settings#545ItsLemmy merged 7 commits intonoctalia-dev:mainfrom
ItsLemmy merged 7 commits intonoctalia-dev:mainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Removed comments about D-Bus monitoring for Squeekboard.
spiros132
reviewed
Apr 3, 2026
Collaborator
spiros132
left a comment
There was a problem hiding this comment.
Some small feedback about the PR :)
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
sm.puri.OSK0is present on the D-Bus session at startup (viabusctl) and monitors it live (viadbus-monitor); widget reflects unavailability with an error icon, color, and tooltipSettings.qmlwith two toggles (hide widget when unavailable, disable hover icon) and a manual recheck buttondconf watchanddbus-monitorprocesses auto-restart on unexpected exitPreview:
What changed vs 1.0.0
Main.qmlpluginApiproperty (required for future IPC / settings access)gsettingsOkandsqueekboardOkflags, combined intoavailablesqueekboardChecker(one-shotbusctlcall) for initial availability checksqueekboardMonitor(dbus-monitor) for liveNameOwnerChangedevents onsm.puri.OSK0stateMonitornow auto-restarts on exit and re-runsstateCheckeron restartrecheckState()function for manual re-sync from settingsBarWidget.qmlavailablefrommainInstanceand gates click/color/icon on ittooltip.noGsettings,tooltip.noSqueekboardhideWhenUnavailableanddisableHoverIconsettings wired upSettings.qml(new)NTogglefor hide-when-unavailableNTogglefor disable-hover-iconi18n/tooltip.noGsettings,tooltip.noSqueekboardsettings.hideWhenUnavailable.*,settings.disableHoverIcon.*,settings.recheck.*manifest.json1.0.0→1.1.0settingsentry pointdefaultSettingsforhideWhenUnavailableanddisableHoverIconHow to test
pkill sqkeekboard) — widget should switch to error state without reloading the shell