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

wxGUI: Ignore stderr of the GUI #3049

Merged
merged 3 commits into from
Feb 2, 2024

Commits on Jun 9, 2023

  1. wxGUI: Ignore stderr of the GUI

    When GUI is started by the init (grass.py) script, error messages comming from wxGUI are now ignored. The messages can be inspected by setting GRASS_DEBUG.
    
    There is many GTK critical messages which seem very critical, but are harmless for the end user and we had little luck in fixing them, perhaps because we are using GTK only through wxPython and not directly. Complains about the messages far outnumber complains about non-functional widgets on GTK, so hiding the messages not relevant to the end user by default makes sense. Other programs typically don't face this issue as they are not started from terminal or they use daemon process for the main process, so it's unclear what is the common practice except for the result being no messages are typically visible to the end user.
    wenzeslaus committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    a15b6f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jan 27, 2024

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