qcanvas 1.0.6a4__py3-none-any.whl → 1.0.6a6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of qcanvas might be problematic. Click here for more details.
- qcanvas/util/paths.py +4 -4
- {qcanvas-1.0.6a4.dist-info → qcanvas-1.0.6a6.dist-info}/METADATA +1 -1
- {qcanvas-1.0.6a4.dist-info → qcanvas-1.0.6a6.dist-info}/RECORD +5 -5
- {qcanvas-1.0.6a4.dist-info → qcanvas-1.0.6a6.dist-info}/WHEEL +0 -0
- {qcanvas-1.0.6a4.dist-info → qcanvas-1.0.6a6.dist-info}/entry_points.txt +0 -0
qcanvas/util/paths.py
CHANGED
|
@@ -31,12 +31,12 @@ def root() -> Path:
|
|
|
31
31
|
root_path = Path()
|
|
32
32
|
|
|
33
33
|
if _is_running_as_flatpak:
|
|
34
|
-
root_path = os.environ["XDG_DATA_HOME"]
|
|
34
|
+
root_path = Path(os.environ["XDG_DATA_HOME"])
|
|
35
35
|
elif _is_running_as_pyinstaller:
|
|
36
36
|
root_path = platformdirs.user_data_path("QCanvasReborn", "QCanvasTeam")
|
|
37
37
|
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
print("Root path %s", root_path.absolute())
|
|
39
|
+
_logger.debug("Root path ", root_path.absolute())
|
|
40
40
|
return root_path
|
|
41
41
|
|
|
42
42
|
|
|
@@ -45,4 +45,4 @@ def ui_storage() -> Path:
|
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
def data_storage() -> Path:
|
|
48
|
-
return root()
|
|
48
|
+
return root()
|
|
@@ -51,7 +51,7 @@ qcanvas/util/fe_resource_manager.py,sha256=5YO549oBpSgcthD9hxm8trnjHEfudltkh-Sfq
|
|
|
51
51
|
qcanvas/util/html_cleaner.py,sha256=O9_PhvZZw3RcPjdXZagAbNmp8Hfyq9fydBH-ee-DfII,615
|
|
52
52
|
qcanvas/util/layouts.py,sha256=7wQ0-DAbRHPPcfVIQoOmVhPdhGqcF-6qWE1-P86e7ys,1351
|
|
53
53
|
qcanvas/util/logs.py,sha256=VZKFITiW2WR2POEFVv5GRpEXic23Pzjehry-vH3g3Gk,138
|
|
54
|
-
qcanvas/util/paths.py,sha256=
|
|
54
|
+
qcanvas/util/paths.py,sha256=7GziMI3pgR-IDQHXdY7QMIB0zHzC3bDemX-DQXh_Tb0,1307
|
|
55
55
|
qcanvas/util/qurl_util.py,sha256=NkskYvrMQJuYWMNF4DFQ4J5-YM5CGl5gHQKxJaAhHBE,197
|
|
56
56
|
qcanvas/util/settings/__init__.py,sha256=ivc8bczhQdEJsWse6fc81Xyz0i2YX57pL4UubM3NJfw,228
|
|
57
57
|
qcanvas/util/settings/_client_settings.py,sha256=HxGH9eOCdBj8wYboGhzNX0LFw_bmzF-Vwo44y1W0EqY,1036
|
|
@@ -59,7 +59,7 @@ qcanvas/util/settings/_mapped_setting.py,sha256=Z6635FfDll9cCLfSkVg-unsDLvUWuKT5
|
|
|
59
59
|
qcanvas/util/settings/_ui_settings.py,sha256=X1AFVIJzck0S3YdEWN6VMws4k9sWquM1t5hwMYOsfTw,927
|
|
60
60
|
qcanvas/util/ui_tools.py,sha256=bSM1xrmZPn847YEbXAC9VIAv--8hMLMWrsEMWGA5p3E,916
|
|
61
61
|
qcanvas/util/url_checker.py,sha256=03jqnQ1_GOlCJyRHrlMbSQE9QsHrVNsg0kFsA8oKP60,361
|
|
62
|
-
qcanvas-1.0.
|
|
63
|
-
qcanvas-1.0.
|
|
64
|
-
qcanvas-1.0.
|
|
65
|
-
qcanvas-1.0.
|
|
62
|
+
qcanvas-1.0.6a6.dist-info/METADATA,sha256=e9iBGx8ogVgZYdaz-lgd_OMO5_BMjo4woziQUqyrJFk,1652
|
|
63
|
+
qcanvas-1.0.6a6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
64
|
+
qcanvas-1.0.6a6.dist-info/entry_points.txt,sha256=46VbnhQ9w2CYdfhYcPfWgjXYHjsKshu0asQ1B_sAMac,44
|
|
65
|
+
qcanvas-1.0.6a6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|