From c2e00ef6d6a49fe87a568ec75514f7c0abaddcd8 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 13 Aug 2016 19:59:04 +0000 Subject: [PATCH] generic: do not fail if krandrstartup is not readable the file is installed from the randr KCM which is optional Signed-off-by: Ivailo Monev --- startkde.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startkde.cmake b/startkde.cmake index ad612fcb..7b72308a 100644 --- a/startkde.cmake +++ b/startkde.cmake @@ -105,7 +105,7 @@ if test -n "$kcminputrc_mouse_cursortheme" -o -n "$kcminputrc_mouse_cursorsize" fi fi -. krandrstartup +[ -r krandrstartup ] && . krandrstartup if test "$kcmfonts_general_forcefontdpi" -ne 0; then xrdb -quiet -merge -nocpp <