Skip to content
Snippets Groups Projects
  1. May 24, 2023
  2. May 23, 2023
  3. May 22, 2023
  4. May 20, 2023
  5. Apr 29, 2023
    • Gaël Bonithon's avatar
      manager: Do not discard monitors without model and manufacturer · 3aa15c22
      Gaël Bonithon authored
      In the worst case it may be that the only available monitor does not
      have these fields filled in (perhaps temporarily). More generally, these
      fields may be null and should be handled as such. So if this should be a
      problem at some level, another fix should be implemented, without
      removing the monitor from the list.
      
      Fixes: #44
      Related: c44e5435
      3aa15c22
  6. Apr 24, 2023
  7. Mar 26, 2023
  8. Mar 18, 2023
  9. Mar 17, 2023
  10. Mar 16, 2023
    • Gaël Bonithon's avatar
      savers: Fix critical warnings on exit · 6bbb8691
      Gaël Bonithon authored
      In the current state of the code this only really has an impact on
      floaters, where some cleanup takes place before leaving.
      6bbb8691
    • Gaël Bonithon's avatar
      savers: Fix critical warnings from GSThemeWindow on "realize" · 38c3952c
      Gaël Bonithon authored
      A minimal fix that lets GTK create the widget window and then set the
      remote window as its parent, rather than forcing its use as widget
      window. There may be some unnecessary things to remove after this change
      and some cleanup to do more generally, but the idea is to avoid side
      effects as much as possible for now.
      38c3952c
  11. Mar 15, 2023
    • Gaël Bonithon's avatar
      Do not redirect stderr for our own commands · 178c3192
      Gaël Bonithon authored
      This hides warnings or other useful messages that should be accessible
      without enabling debug mode. On the other hand some warnings should be
      lowered to debug level, e.g. AccountsService may not be installed.
      178c3192
Loading