Skip to content
Snippets Groups Projects
  1. Dec 05, 2019
    • Kali Kaneko's avatar
      [doc] comment dockerfile · db090f61
      Kali Kaneko authored
      db090f61
    • Kali Kaneko's avatar
      [pkg] fix icon in snap · c90493a3
      Kali Kaneko authored
      Also, fix the version string reported in the dialog.
      c90493a3
    • Kali Kaneko's avatar
      [pkg] use plugs in snap · 505f11bf
      Kali Kaneko authored
      with this we can get rid of ugly hack that got gtk environment inside
      the snap manually, and forced us to stage libc6 into the snap because of
      linker incompatibility problems.
      
      seems whatever problem made me go that way is already solved by snap.
      505f11bf
  2. Nov 30, 2019
  3. Nov 28, 2019
  4. Nov 27, 2019
  5. Nov 07, 2019
  6. Nov 05, 2019
  7. Oct 22, 2019
  8. Oct 21, 2019
  9. Oct 11, 2019
  10. Oct 10, 2019
  11. Oct 07, 2019
  12. Oct 05, 2019
  13. Sep 30, 2019
  14. Sep 19, 2019
  15. Sep 18, 2019
  16. Sep 17, 2019
  17. Sep 15, 2019
  18. Sep 14, 2019
  19. Sep 08, 2019
    • Kali Kaneko's avatar
      [pkg] bump go modules · 2027a761
      Kali Kaneko authored
      2027a761
    • Kali Kaneko's avatar
      [bug] exit cleanly in osx · 74733b24
      Kali Kaneko authored
      two things happen differently in osx:
      
      - call to systray.Quit() halts the program (so if called directly, none
              of the deferred functions that we use for cleanup get to
              execute)
      - systray.Run() blocks (so after loop returns, the main run.Run() function
              did not get to receive the boolean through the finishedCh channel.
      
      proper shutdown is therefore fixed here by moving the call to
      systray.Quit() to a goroutine that executes when the initialize()
      function calls all the deferred functions.
      
      we need to revisit this in case we want to break the main select loop
      for a reson other than successfully terminating the program.
      74733b24
  20. Sep 04, 2019
  21. Aug 28, 2019
Loading