]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added PCManFM, updated GIMP (#347)
authorНовица <28594843+tunalad@users.noreply.github.com>
Sun, 4 Feb 2024 14:31:41 +0000 (15:31 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 14:31:41 +0000 (15:31 +0100)
* Added PCManFM's `.thumbnails`

* Updated GIMP configuration file

programs/gimp.json
programs/pcmanfm.json [new file with mode: 0644]

index 55ac2f3136d9434dbc36fe52c5af2bb633d1708e..e4cc3fd9111d1d69dd4341ce1aa97e020f7eea57 100644 (file)
@@ -1,10 +1,10 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "help": "Currently unsupported.\n\n_Relevant issue:_ https://bugzilla.gnome.org/show_bug.cgi?id=166643\n",
-            "movable": false,
-            "path": "$HOME/.thumbnails"
+            "path": "$HOME/.thumbnails",
+            "movable": true,
+            "help": "Supported\n\nDirectory .thumbnails can be moved to _$XDG_CACHE_HOME/thumbnails_.\nConfiguration dicrectorycan be moved to _$XDG_CONFIG_HOME/GIMP/{GIMP_APP_VERSION}_."
         }
     ],
     "name": "gimp"
         }
     ],
     "name": "gimp"
-}
\ No newline at end of file
+}
diff --git a/programs/pcmanfm.json b/programs/pcmanfm.json
new file mode 100644 (file)
index 0000000..e4fd5fb
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.thumbnails",
+            "movable": true,
+            "help": "Supported\n\nDirectory .thumbnails can be moved to _$XDG_CACHE_HOME/thumbnails_."
+        }
+    ],
+    "name": "PCManFM"
+}