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