From c8fa96f38245e3f1f00bcae050def7feb0b94f39 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 16 Sep 2025 10:31:44 +0200 Subject: [PATCH] Revert "Feed the image folder to the Image Viewer so the next/previous image navigation works (#1444)" This reverts commit 55bf2457d41067b31e7c54f264ca300afdf66660. --- applications/imv.desktop | 2 +- migrations/1757273064.sh | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 migrations/1757273064.sh diff --git a/applications/imv.desktop b/applications/imv.desktop index d6c2dcd..293afc8 100644 --- a/applications/imv.desktop +++ b/applications/imv.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Image Viewer -Exec=sh -c 'imv -n "$1" "$(dirname "$1")"' sh %f +Exec=imv %F Icon=imv Type=Application MimeType=image/png;image/jpeg;image/jpg;image/gif;image/bmp;image/webp;image/tiff;image/x-xcf;image/x-portable-pixmap;image/x-xbitmap; diff --git a/migrations/1757273064.sh b/migrations/1757273064.sh deleted file mode 100644 index d9664d9..0000000 --- a/migrations/1757273064.sh +++ /dev/null @@ -1,4 +0,0 @@ -echo "Allow Image Viewer to see all images in directory and use arrow keys to navigate" - -cp -f "$HOME/.local/share/omarchy/applications/imv.desktop" "$HOME/.local/share/applications/imv.desktop" -