Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not show wine's prefix init/update window #399

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2024

  1. Do not show wine's prefix init/update window

    wineboot shows an annoying window whenever it inits or updates a prefix.
    Prevent that by setting DISPLAY and WAYLAND_DISPLAY envs to nothing.
    this commit also fixes a minor spelling error with a related comment ;)
    jrelvas-ipc committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e863c75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a6bf7e View commit details
    Browse the repository at this point in the history
  3. registry.go: Use Headless method in RegistryAdd

    Prevents wineboot init window from showing up when modifying reg of uninit'ed prefix.
    This fixes the issue where the window showed up with studio prefix init.
    jrelvas-ipc committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    143dc94 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    2603e2b View commit details
    Browse the repository at this point in the history