From 6e21db0c9a46a48cd50f9d244776a02555dc2e01 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 16 Jul 2019 13:15:40 +1000 Subject: [PATCH] Revert "Store the SVGs in the runtime directory" Actually, not a good idea since we can't rely on Tuhi to store the drawings forever. This reverts commit 5470a7afd23c44d55ee14d32ddf081a8e0eab251. --- tuhigui/svg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuhigui/svg.py b/tuhigui/svg.py index 393a523..7b785fc 100644 --- a/tuhigui/svg.py +++ b/tuhigui/svg.py @@ -19,7 +19,7 @@ import xdg.BaseDirectory import svgwrite import os -DATA_PATH = os.path.join(xdg.BaseDirectory.get_runtime_dir(), 'tuhigui') +DATA_PATH = os.path.join(xdg.BaseDirectory.xdg_data_home, 'tuhigui') class JsonSvg(GObject.Object):