]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add disclaimer for openjdk (#106)
authorLayerex <layerex@dismail.de>
Fri, 24 Jun 2022 12:41:29 +0000 (15:41 +0300)
committerGitHub <noreply@github.com>
Fri, 24 Jun 2022 12:41:29 +0000 (12:41 +0000)
programs/openjdk.json

index 42d20b6ba321bf3f6e73ac22215eb972a0b1d742..376d9801679c70bc55da20449157ee59b7d89263 100644 (file)
@@ -2,9 +2,9 @@
     "files": [
         {
             "path": "$HOME/.java",
-            "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport _JAVA_OPTIONS=-Djava.util.prefs.userRoot=\"$XDG_CONFIG_HOME\"/java\n```\n"
+            "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"
         }
     ],
     "name": "openjdk"
-}
\ No newline at end of file
+}