Skip to content
Snippets Groups Projects
  1. Mar 18, 2023
    • Guido Falsi's avatar
      Refactor spawn_make_environment_for_display() · f02b83d2
      Guido Falsi authored
      This function is duplicated in gs-window-x11.c and
      xfce4-screensaver-preferences.c.
      
      Merge the two implementations in xfce-desktop-utils.c and use that
      one.
      
      Also, instead of copying environ directly, use g_get_environ().
      f02b83d2
  2. Mar 17, 2023
  3. 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
    • Matias De lellis's avatar
      Round the user picture on lock dialog. · 3776da09
      Matias De lellis authored and Gaël Bonithon's avatar Gaël Bonithon committed
      All user dialogs (Linux, Windows, Mac, Android, etc..), or any
      representation of a user as an avatar in the web are round
      images.
      
      Also, it shows an emblem icon to note that it is logged in as
      in other dialogs.
      
      Both options can be made configurable by the user very easily,
      but at least (IMHO of course), I think it respects the
      preference of the majority of users.
      3776da09
  4. Mar 13, 2023
  5. Mar 09, 2023
  6. Mar 08, 2023
  7. Dec 30, 2022
  8. Nov 30, 2022
  9. Nov 29, 2022
  10. Jan 03, 2021
  11. Nov 07, 2020
  12. Oct 30, 2020
  13. Sep 06, 2020
    • Shawn Anastasio's avatar
      Catch gs_listener_dbus_init failures · f596f888
      Shawn Anastasio authored
      In cases where the dbus connection fails, gs_listener_dbus_init
      will fail and return FALSE. Previously, this status code was not
      checked in the gs_listener constructor, resulting in a silent failure
      that eventually resulted in a Segmentation Fault when the listener's
      system_connection pointer gets used.
      
      Add a g_assert to ensure gs_listener_dbus_init succeeds, or bail out
      gracefully on failures.
      f596f888
Loading