From a74fefd9814fed1702d4bf1efa8892223c12301c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=9D=D0=BE=D0=B2=D0=B8=D1=86=D0=B0?= <28594843+tunalad@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:31:41 +0100 Subject: [PATCH] Added PCManFM, updated GIMP (#347) * Added PCManFM's `.thumbnails` * Updated GIMP configuration file --- programs/gimp.json | 8 ++++---- programs/pcmanfm.json | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 programs/pcmanfm.json diff --git a/programs/gimp.json b/programs/gimp.json index 55ac2f3..e4cc3fd 100644 --- a/programs/gimp.json +++ b/programs/gimp.json @@ -1,10 +1,10 @@ { "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" -} \ No newline at end of file +} diff --git a/programs/pcmanfm.json b/programs/pcmanfm.json new file mode 100644 index 0000000..e4fd5fb --- /dev/null +++ b/programs/pcmanfm.json @@ -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" +} -- 2.47.3