Store the SVGs in the runtime directory

No need to pile these into the data directory.
pull/145/head
Peter Hutterer 2019-07-16 13:01:38 +10:00
parent 2f3094d3db
commit 651d9d87e4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import xdg.BaseDirectory
import svgwrite
import os
DATA_PATH = os.path.join(xdg.BaseDirectory.xdg_data_home, 'tuhigui')
DATA_PATH = os.path.join(xdg.BaseDirectory.get_runtime_dir(), 'tuhigui')
class JsonSvg(GObject.Object):