From 05cec29037f19eb5b1cafc3a85a24599fb6c39f0 Mon Sep 17 00:00:00 2001 From: b3nj4m1n Date: Fri, 3 Jun 2022 13:22:06 +0200 Subject: [PATCH] Added dbus and thunderbird --- programs/dbus.json | 10 ++++++++++ programs/thunderbird.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 programs/dbus.json create mode 100644 programs/thunderbird.json 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 -- 2.47.3