From 13b6afe8c8e26d837fc9de9428fe2bfca1b551c6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 7 Feb 2012 13:36:50 +0000 Subject: Resolves: rhbz#788042 skip splashscreen with --quickstart --- desktop/unx/source/args.c | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop') diff --git a/desktop/unx/source/args.c b/desktop/unx/source/args.c index 367bac2c7e90..0952911b5763 100644 --- a/desktop/unx/source/args.c +++ b/desktop/unx/source/args.c @@ -58,6 +58,7 @@ static struct { { "nologo", 0, 1, 0, 0, NULL }, { "headless", 0, 1, 0, 0, NULL }, { "invisible", 0, 1, 0, 0, NULL }, + { "quickstart", 0, 1, 0, 0, NULL }, { "minimized", 0, 1, 0, 0, NULL }, /* pagein bits */ -- cgit