From 526c057768aa6e142892dc88af0318aecfabd59a Mon Sep 17 00:00:00 2001 From: Francisco V Date: Fri, 20 May 2022 17:23:11 +0200 Subject: [PATCH] Add Audacity, mp3split-gtk and gramps (#52) * Add audacity * Update audacity.json * Add mp3split-gtk * Add gramps --- programs/audacity.json | 10 ++++++++++ programs/gramps.json | 10 ++++++++++ programs/mp3split-gtk.json | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 programs/audacity.json create mode 100644 programs/gramps.json create mode 100644 programs/mp3split-gtk.json diff --git a/programs/audacity.json b/programs/audacity.json new file mode 100644 index 0000000..9d6f782 --- /dev/null +++ b/programs/audacity.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.audacity-data", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/audacity/audacity/issues/453\n" + } + ], + "name": "audacity" +} diff --git a/programs/gramps.json b/programs/gramps.json new file mode 100644 index 0000000..4ac987b --- /dev/null +++ b/programs/gramps.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.gramps", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://gramps-project.org/bugs/view.php?id=8025\n" + } + ], + "name": "gramps" +} diff --git a/programs/mp3split-gtk.json b/programs/mp3split-gtk.json new file mode 100644 index 0000000..871cae7 --- /dev/null +++ b/programs/mp3split-gtk.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.mp3splt-gtk", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/mp3splt/mp3splt/issues/131\n" + } + ], + "name": "mp3splt-gtk" +} -- 2.47.3