From f532dce25eb6fdef4e29ce4f7812466a855358a0 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Tue, 16 Aug 2016 14:55:52 +0000 Subject: [PATCH] generic: check the full krandrstartup path Signed-off-by: Ivailo Monev --- startkde.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startkde.cmake b/startkde.cmake index 7b72308a..b8c1e470 100644 --- a/startkde.cmake +++ b/startkde.cmake @@ -105,7 +105,7 @@ if test -n "$kcminputrc_mouse_cursortheme" -o -n "$kcminputrc_mouse_cursorsize" fi fi -[ -r krandrstartup ] && . krandrstartup +[ -r @BIN_INSTALL_DIR@/krandrstartup ] && . @BIN_INSTALL_DIR@/krandrstartup if test "$kcmfonts_general_forcefontdpi" -ne 0; then xrdb -quiet -merge -nocpp <