Skip to content
  • Patrick Storz's avatar
    Remove _argv0 from Inkscape::Application · 96c7da47
    Patrick Storz authored
    Currently it was only used as the least preferred (and therefore
    effectively unused) location where to store the crash backup.
    
    However it wasn't set properly since
      408cb49b
    causing assertion errors while crashing.
    
    On top of that argv0 is not a reliable way to determine the path to
    the currently running executable anyway.
    
    Fixes #176
    96c7da47