On headless/minimal desktops the gvfs org.gtk.vfs.UDisks2VolumeMonitor dbus service often fails to activate; each Gtk.FileChooserButton then blocked ~25s on a StartServiceByName timeout while realizing, so the Settings dialog never appeared and the stalled main loop froze the control panel too. Set GIO_USE_VOLUME_MONITOR=unix in run_gui() before any window is realized. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
10 lines
383 B
Python
10 lines
383 B
Python
"""Blitztext for Linux — native dictation daemon.
|
|
|
|
Press a global hotkey, speak, and the transcribed (optionally LLM-rewritten)
|
|
text is typed into whatever text field currently has focus. This is the Linux
|
|
counterpart to the macOS Blitztext menu bar app: it runs natively on the host
|
|
(not in a container) so it can type into any application via xdotool.
|
|
"""
|
|
|
|
__version__ = "1.8.1"
|