]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #335 from tunalad/main
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Wed, 29 Nov 2023 13:19:04 +0000 (14:19 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 13:19:04 +0000 (14:19 +0100)
Add .pkg-cache

programs/mtpaint.json [new file with mode: 0644]
programs/openjfx.json [new file with mode: 0644]

diff --git a/programs/mtpaint.json b/programs/mtpaint.json
new file mode 100644 (file)
index 0000000..5568531
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.mtpaint",
+            "movable": true,
+            "help": "mtPaint supports setting its config file path through a system-wide configuration file.\n\nCreate file `/etc/mtpaint/mtpaintrc` and add the following contents:\n\n```userINI = ~/.config/mtpaint```\n\n*Relevant issue:* https://github.com/wjaguar/mtPaint/issues/22"
+        }
+    ],
+    "name": "mtPaint"
+}
+
diff --git a/programs/openjfx.json b/programs/openjfx.json
new file mode 100644 (file)
index 0000000..ab8dea9
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "help": "**Disclaimer: some applications don't respect this setting.**\n\nExport the following environment variable:\n\n```bash\nexport _JAVA_OPTIONS=\"-Djava.util.prefs.userRoot=${XDG_CONFIG_HOME}/java -Djavafx.cachedir=${XDG_CACHE_HOME}/openjfx\"\n```\n\n_Relevant pull request:_ https://github.com/javafxports/openjdk-jfx/pull/300\n",
+            "movable": true,
+            "path": "$HOME/.openjfx"
+        }
+    ],
+    "name": "OpenJFX"
+}