From 842a3bb95f46df68139a56a5e28733ddc04a2d01 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 19 Mar 2018 11:34:55 +0100 Subject: [PATCH] xfce4-session: Make startxfce4_hidpi executable If the script is not executable, it cannot be started from GDM. Increment the revision number. Fixes: https://github.molgen.mpg.de/mariux64/bee-files/issues/677 --- xfce4-session.be0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xfce4-session.be0 b/xfce4-session.be0 index f2cba1191..5d836e1cd 100755 --- a/xfce4-session.be0 +++ b/xfce4-session.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-session-4.12.1-1 +# BEE_VERSION xfce4-session-4.12.1-2 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -67,6 +67,8 @@ mee_install_post() { export XCURSOR_SIZE=48 /usr/bin/startxfce4 "$@" EOF + + chmod +x ${D}${BINDIR}/startxfce4_hidpi }