Skip to content
Snippets Groups Projects
  1. Oct 13, 2024
  2. Oct 12, 2024
  3. Sep 25, 2024
  4. Sep 23, 2024
  5. Jul 13, 2024
  6. Apr 14, 2024
  7. Mar 23, 2024
  8. Mar 17, 2024
  9. Feb 23, 2024
  10. Jan 16, 2024
  11. Dec 20, 2023
  12. Aug 25, 2023
  13. Apr 22, 2023
  14. Mar 09, 2023
  15. Jan 03, 2023
  16. 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
  17. Jul 12, 2022
  18. Nov 24, 2021
  19. Nov 22, 2021
  20. Jun 23, 2021
  21. Apr 17, 2021
  22. Mar 20, 2021
  23. Mar 16, 2021
  24. Nov 23, 2020
  25. Apr 22, 2020
  26. Apr 21, 2020
  27. Mar 31, 2020
  28. Mar 05, 2020
Loading