From e63947b275af6479d3027c8cf3631d9505c27b83 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Wed, 3 Nov 2010 10:23:09 -0400 Subject: [PATCH] mpdmenu: Use geeqie instead of gqview. --- scripts/mpdmenu.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mpdmenu.pl b/scripts/mpdmenu.pl index 25a56b3..4ef7ece 100755 --- a/scripts/mpdmenu.pl +++ b/scripts/mpdmenu.pl @@ -295,7 +295,7 @@ if (defined $album) { if (-f $thumb) { cmd("AddToMenu $menu \"*$thumb*\" " - ."Exec exec gqview ".shellify($scan, 0)); + ."Exec exec geeqie ".shellify($scan, 0)); } cmd("AddToMenu $menu \"Title: ".sanitise($entry{Title}, 0) ."\" Popup MenuMPDTitle"); -- 2.43.0