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. Mar 20, 2021
    • ezsh's avatar
      Make FCHost compile on Linux/X11 · b9d08079
      ezsh authored
      Linux handlers and main() were copied from the cefsimple test app,
      persistent storage implementation rewritten using cstdio and
      std::filesystem to make it cross-platform.
      b9d08079
Loading