Fix #860, #871: --remote and --slideshow on startup
authorColin Clark <colin.clark@cclark.uk>
Sat, 27 Feb 2021 09:12:40 +0000 (09:12 +0000)
committerColin Clark <colin.clark@cclark.uk>
Sat, 27 Feb 2021 09:12:40 +0000 (09:12 +0000)
https://github.com/BestImageViewer/geeqie/issues/860
https://github.com/BestImageViewer/geeqie/issues/871

Remote slideshow delay is ignored

--remote --File=IMAGE fails: not displaying image, not using running
instance, not forking

src/main.c

index 5ddf9cb..c10cd95 100644 (file)
@@ -453,12 +453,6 @@ static void parse_command_line(gint argc, gchar *argv[])
                                }
                        remote_list = g_list_prepend(remote_list, "--new-window");
                        }
-               else if (!remote_server_exists(app_lock))
-                       {
-                       /* Geeqie started for first time but with --remote option
-                        */
-                       remote_do = FALSE;
-                       }
                g_free(app_lock);
                }