Skip to content

feat: Add Linux setup wizard and installation scripts - #1

Open
Nombah501 wants to merge 6 commits into
mainfrom
feature/linux-setup-wizard
Open

feat: Add Linux setup wizard and installation scripts#1
Nombah501 wants to merge 6 commits into
mainfrom
feature/linux-setup-wizard

Conversation

@Nombah501

Copy link
Copy Markdown
Owner
  • Add setup.py for pip installation with entry points
  • Add SetupWizard for first-time configuration
    • Model selection with download preview
    • Audio device configuration
    • Hotkey setup
    • Behavior settings (opacity, clipboard, etc.)
  • Add install.sh for automated Linux installation
    • Checks Python version
    • Installs system dependencies (PortAudio)
    • Creates desktop entry
  • Add freetranscriber.sh launch script
  • Add systemd service for autostart
  • Update main.py to check for first run and launch wizard
  • Update README.md with Linux installation instructions
  • Add MANIFEST.in for package distribution

- Add setup.py for pip installation with entry points
- Add SetupWizard for first-time configuration
  - Model selection with download preview
  - Audio device configuration
  - Hotkey setup
  - Behavior settings (opacity, clipboard, etc.)
- Add install.sh for automated Linux installation
  - Checks Python version
  - Installs system dependencies (PortAudio)
  - Creates desktop entry
- Add freetranscriber.sh launch script
- Add systemd service for autostart
- Update main.py to check for first run and launch wizard
- Update README.md with Linux installation instructions
- Add MANIFEST.in for package distribution
- Add config.json (user configuration)
- Add *.egg-info/ and *.egg (Python package artifacts)
- Add virtual environments (venv/, env/, ENV/)
- Автоматическая настройка hotkeys через udev rules и input group
- Добавлен fallback на pynput для работы hotkeys без root
- Мастер настройки теперь проверяет систему (Wayland/X11, права)
- Добавлена настройка disable_hotkeys для отключения горячих клавиш
- Улучшен install.sh с цветным выводом и пост-проверкой
- Обновлен README с инструкциями по решению проблем на Linux
- Добавлен pynput в зависимости
- Добавлена проверка GCC перед установкой Python зависимостей
- Автоматическая установка build tools для разных дистрибутивов:
  * Arch/Manjaro: base-devel
  * Ubuntu/Debian: build-essential python3-dev
  * Fedora: gcc python3-dev
- Исправлена ошибка сборки evdev на системах без компилятора
…мент из вызовов config.get()\n- ConfigManager автоматически возвращает значения из default_config\n- Исправлено 2 вызова в строках 92 и 109
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant