Index: qiv-3.0.1/image.c
===================================================================
--- qiv-3.0.1.orig/image.c	2025-04-05 22:56:41.000000000 +0000
+++ qiv-3.0.1/image.c	2025-04-13 14:42:20.391626054 +0000
@@ -204,7 +204,7 @@
 
   /* desktop-background -> exit */
   if (to_root || to_root_t || to_root_s) {
-    if (!im) {
+    if (im) {
       fprintf(stderr, "qiv: cannot load background_image\n");
       qiv_exit(1);
     }
