]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added dbus and thunderbird
authorb3nj4m1n <b3nj4m1n@gmx.net>
Fri, 3 Jun 2022 11:22:06 +0000 (13:22 +0200)
committerb3nj4m1n <b3nj4m1n@gmx.net>
Fri, 3 Jun 2022 11:22:14 +0000 (13:22 +0200)
programs/dbus.json [new file with mode: 0644]
programs/thunderbird.json [new file with mode: 0644]

diff --git a/programs/dbus.json b/programs/dbus.json
new file mode 100644 (file)
index 0000000..3760c50
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.dbus",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://gitlab.freedesktop.org/dbus/dbus/-/issues/46\n"
+        }
+    ],
+    "name": "dbus"
+}
\ No newline at end of file
diff --git a/programs/thunderbird.json b/programs/thunderbird.json
new file mode 100644 (file)
index 0000000..20c888c
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.thunderbird",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://bugzilla.mozilla.org/show_bug.cgi?id=735285\n"
+        }
+    ],
+    "name": "thunderbird"
+}
\ No newline at end of file