From: Francisco V Date: Fri, 20 May 2022 15:23:11 +0000 (+0200) Subject: Add Audacity, mp3split-gtk and gramps (#52) X-Git-Tag: v0.2.0.0~35 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/526c057768aa6e142892dc88af0318aecfabd59a?ds=sidebyside Add Audacity, mp3split-gtk and gramps (#52) * Add audacity * Update audacity.json * Add mp3split-gtk * Add gramps --- 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" +}