Skip to content
Snippets Groups Projects
  1. Sep 25, 2022
    • shiro's avatar
      Prevent crash constructing string from nulltpr · 135c21a6
      shiro authored
      If XDG_CURRENT_DESKTOP isn't set, getenv returns a `nullptr`.
      Constructing a `std::string` from `nullptr` will throw an exception.
      This prevents a crash when not using a DE, but zenity or kdialog is
      installed regardless
      
      (also fixes a typo where the fallthrough attribute wasn't applied to
      anything due to a missing semicolon)
      135c21a6
  2. Sep 24, 2022
  3. Sep 23, 2022
  4. Sep 21, 2022
  5. Sep 19, 2022
  6. Sep 18, 2022
  7. Sep 17, 2022
  8. Sep 16, 2022
  9. Sep 15, 2022
Loading