From: b3nj4m1n Date: Fri, 3 Jun 2022 11:22:06 +0000 (+0200) Subject: Added dbus and thunderbird X-Git-Tag: v0.2.0.0~3 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/05cec29037f19eb5b1cafc3a85a24599fb6c39f0 Added dbus and thunderbird --- diff --git a/programs/dbus.json b/programs/dbus.json new file mode 100644 index 0000000..3760c50 --- /dev/null +++ b/programs/dbus.json @@ -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 index 0000000..20c888c --- /dev/null +++ b/programs/thunderbird.json @@ -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