]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #291 from TinfoilSubmarine/minetest
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Mon, 31 Jul 2023 03:49:35 +0000 (05:49 +0200)
committerGitHub <noreply@github.com>
Mon, 31 Jul 2023 03:49:35 +0000 (05:49 +0200)
programs/antigen.json [new file with mode: 0644]
programs/cups.json
programs/openjdk.json
programs/psensor.json [new file with mode: 0644]
programs/zap-proxy.json [new file with mode: 0644]

diff --git a/programs/antigen.json b/programs/antigen.json
new file mode 100644 (file)
index 0000000..736a3c1
--- /dev/null
@@ -0,0 +1,10 @@
+{
+  "files": [
+    {
+      "path": "$HOME/.antigen",
+      "movable": true,
+      "help": "Export the following environmental variable:\n\n```bash\nexport ADOTDIR=\"$XDG_DATA_HOME\"/antigen\n```\n\n_Note: do_ **not** _move the pre-existing antigen folder from $HOME/.antigen to the new location because it would make antigen crash (the reason is antigen hardcodes the \"$HOME/.antigen\" directory in the `init.zsh` file upon installation of the bundle), simply_ **remove** _\"$HOME/.antigen\" and the next time you will spawn an instance of zsh, antigen will install all the plugins correctly in the new location (and hardcode the new, correct, location)._\n"
+    }
+  ],
+  "name": "antigen"
+}
index 5620087ddf6fe96c0314dc4ceb20c1ceac17adde..c947d2488e7dfd41fe4ab36075f6cb3cb2b51a04 100644 (file)
@@ -1,10 +1,10 @@
 {
-    "name": "CUPS",
-    "files": [
-        {
-            "path": "$HOME/.cups",
-           "movable": false,
-           "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/OpenPrinting/cups/issues/10\n"
-        }
-    ]
+  "name": "CUPS",
+  "files": [
+    {
+      "path": "$HOME/.cups",
+      "movable": true,
+      "help": "Supported.\n\nThe file $HOME/.cups can be moved to $XDG_CONFIG_HOME/cups.\n\n_Relevant issue:_ https://github.com/OpenPrinting/cups/issues/10\n"
+    }
+  ]
 }
index b40319c0dba41f4e47a76e9fe88071b3ad3826e7..2a031d0f688710c567423260a3dc450744e949ba 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.java",
             "movable": false,
-            "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\n```\n\nSee [ticket](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8290140)"
+            "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\n```\n\nSee [ticket](https://bugs.java.com/bugdatabase/view_bug?bug_id=8290140)"
         }
     ],
     "name": "openjdk"
diff --git a/programs/psensor.json b/programs/psensor.json
new file mode 100644 (file)
index 0000000..03cbdc2
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "psensor",
+    "files": [
+        {
+            "path": "$HOME/.psensor",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant patch:_ https://gitlab.com/jeanfi/psensor/-/merge_requests/27\n"
+        }
+    ]
+}
diff --git a/programs/zap-proxy.json b/programs/zap-proxy.json
new file mode 100644 (file)
index 0000000..a3d6044
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    "name": "ZAP Proxy",
+    "files": [
+        {
+            "path": "$HOME/.ZAP",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/zaproxy/zaproxy/issues/7718"
+        }
+    ]
+}
+