]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add configs for ${HOME}/.icons, distcc, awesome, luarocks, (#89)
authorMonkeysAreEvil <36315263+MonkeysAreEvil@users.noreply.github.com>
Thu, 9 Jun 2022 13:33:24 +0000 (23:33 +1000)
committerGitHub <noreply@github.com>
Thu, 9 Jun 2022 13:33:24 +0000 (15:33 +0200)
${HOME}/.Wolfram, mono, pandoc, skrooge, tigervnc, VESTA, and zoom.

programs/awesome.json [new file with mode: 0644]
programs/distcc.json [new file with mode: 0644]
programs/icons.json [new file with mode: 0644]
programs/lua.json
programs/mathematica.json
programs/mono.json [new file with mode: 0644]
programs/pandoc.json [new file with mode: 0644]
programs/skrooge.json [new file with mode: 0644]
programs/tigervnc.json [new file with mode: 0644]
programs/vesta.json [new file with mode: 0644]
programs/zoom.json [new file with mode: 0644]

diff --git a/programs/awesome.json b/programs/awesome.json
new file mode 100644 (file)
index 0000000..d248e5b
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.awesome-errors",
+            "movable": true,
+            "help": "Update /etc/X11/Sessions/awesome and edit the line like \n\n```\nfor errfile in \"$HOME/.awesome-errors\" \"${TMPDIR-/tmp}/awesome-$USER\" \"/tmp/awesome-$USER\"\n```\n\nto read\n\n```\nfor errfile in $XDG_CACHE_HOME/awesome/errors\n\n```\n\n"
+        }
+    ],
+    "name": "awesome"
+}
diff --git a/programs/distcc.json b/programs/distcc.json
new file mode 100644 (file)
index 0000000..9738733
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.distcc",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport DISTCC_DIR=\"$XDG_CONFIG_HOME\"/distcc\n```\n"
+        }
+    ],
+    "name": "distcc"
+}
diff --git a/programs/icons.json b/programs/icons.json
new file mode 100644 (file)
index 0000000..bca705a
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "icons",
+    "files": [
+        {
+            "path": "${HOME}/.icons",
+            "movable": true,
+            "help": "Supported\n\nThe file ${HOME}/.icons can be moved to ${XDG_DATA_HOME}/icons.\n"
+        }
+    ]
+}
index a44cd5036268a96b47d44c98014e281fc77838e9..2a62e3e0b6ce1f9ee72b7f0a648ef1e1fbfabb2a 100644 (file)
@@ -4,7 +4,12 @@
             "help": "Currently unsupported. No information found.\n",
             "movable": false,
             "path": "$HOME/.luahistory"
             "help": "Currently unsupported. No information found.\n",
             "movable": false,
             "path": "$HOME/.luahistory"
-        }
+        },
+               {
+                       "path": "$HOME/.luarocks",
+                       "movable": true,
+                       "help": "Supported\n\nThe file ${HOME}/.luarocks can be moved to ${XDG_CONFIG_HOME}/luarocks.\n\n"
+               }
     ],
     "name": "lua"
     ],
     "name": "lua"
-}
\ No newline at end of file
+}
index 5b15e4e67fdccddd054e40de464fa2a148a67290..136b84e30eb207cfa2a089a0cdfdfce17fb50c7a 100644 (file)
@@ -4,7 +4,12 @@
             "path": "$HOME/.Mathematica",
             "movable": true,
             "help": "Export the following environment variables:\n\n```bash\nexport MATHEMATICA_USERBASE=\"$XDG_CONFIG_HOME\"/mathematica\n```\n"
             "path": "$HOME/.Mathematica",
             "movable": true,
             "help": "Export the following environment variables:\n\n```bash\nexport MATHEMATICA_USERBASE=\"$XDG_CONFIG_HOME\"/mathematica\n```\n"
+        },
+        {
+            "path": "$HOME/.Wolfram",
+            "movable": false,
+            "help": "Currently unsupported. No information found.\n"
         }
     ],
     "name": "mathematica"
         }
     ],
     "name": "mathematica"
-}
\ No newline at end of file
+}
diff --git a/programs/mono.json b/programs/mono.json
new file mode 100644 (file)
index 0000000..fd5724c
--- /dev/null
@@ -0,0 +1,10 @@
+{
+       "files": [
+               {
+                       "path": "$HOME/.mono",
+                       "movable": false,
+                       "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/mono/mono/pull/12764\n"
+               }
+       ],
+       "name": "mono"
+}
diff --git a/programs/pandoc.json b/programs/pandoc.json
new file mode 100644 (file)
index 0000000..826d3ba
--- /dev/null
@@ -0,0 +1,10 @@
+{
+       "name": "pandoc",
+       "files": [
+               {
+                       "path": "$HOME/.pandoc",
+                       "movable": true,
+                       "help": "Supported\n\nThe file ${HOME}/.pandoc can be moved to ${XDG_DATA_HOME}/pandoc.\n"
+               }
+       ],
+}
diff --git a/programs/skrooge.json b/programs/skrooge.json
new file mode 100644 (file)
index 0000000..5ee58d4
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.skrooge",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://bugs.kde.org/show_bug.cgi?id=454965\n"
+        }
+    ],
+    "name": "skrooge"
+}
diff --git a/programs/tigervnc.json b/programs/tigervnc.json
new file mode 100644 (file)
index 0000000..2ea8118
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.vnc",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/TigerVNC/tigervnc/issues/1195\n"
+        }
+    ],
+    "name": "tigervnc"
+}
diff --git a/programs/vesta.json b/programs/vesta.json
new file mode 100644 (file)
index 0000000..64fc11b
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.vesta",
+            "movable": false,
+            "help": "Currently unsupported. No information found. \n"
+        }
+    ],
+    "name": "tigervnc"
+}
diff --git a/programs/zoom.json b/programs/zoom.json
new file mode 100644 (file)
index 0000000..ac031bf
--- /dev/null
@@ -0,0 +1,9 @@
+{
+       "files": [
+               {
+                       "path": "$HOME/.zoom",
+                       "movable": true,
+                       "help": "Unrecommended: setting the following variable moves the contents of .zoom but the directory itself always gets created. Moreover, it breaks some functionalities eg. being able to start a meeting:\n\n```bash\nexport SSB_HOME=\"$XDG_DATA_HOME\"/zoom\n```\n"
+               }
+       ]
+}