]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add Audacity, mp3split-gtk and gramps (#52)
authorFrancisco V <romasanta.f@zdf.de>
Fri, 20 May 2022 15:23:11 +0000 (17:23 +0200)
committerGitHub <noreply@github.com>
Fri, 20 May 2022 15:23:11 +0000 (17:23 +0200)
* Add audacity

* Update audacity.json

* Add mp3split-gtk

* Add gramps

programs/audacity.json [new file with mode: 0644]
programs/gramps.json [new file with mode: 0644]
programs/mp3split-gtk.json [new file with mode: 0644]

diff --git a/programs/audacity.json b/programs/audacity.json
new file mode 100644 (file)
index 0000000..9d6f782
--- /dev/null
@@ -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 (file)
index 0000000..4ac987b
--- /dev/null
@@ -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 (file)
index 0000000..871cae7
--- /dev/null
@@ -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"
+}