Skip to content
Snippets Groups Projects
  1. Jan 03, 2023
  2. 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
  3. Nov 24, 2021
  4. Nov 22, 2021
  5. Jun 23, 2021
  6. Apr 17, 2021
  7. Mar 20, 2021
  8. Mar 16, 2021
  9. Nov 23, 2020
  10. Apr 22, 2020
  11. Apr 21, 2020
  12. Mar 31, 2020
  13. Mar 05, 2020
  14. Oct 06, 2019
  15. Aug 18, 2019
  16. Aug 16, 2019
    • klorpa's avatar
      Misc · 8f9d87d1
      klorpa authored
      8f9d87d1
  17. Aug 07, 2019
  18. Aug 06, 2019
  19. Aug 05, 2019
Loading