Skip to content

Commit

Permalink
xfce4-session: Make startxfce4_hidpi executable
Browse files Browse the repository at this point in the history
If the script is not executable, it cannot be started from GDM.

Increment the revision number.

Fixes: #677
  • Loading branch information
pmenzel committed Mar 19, 2018
1 parent 7701ccd commit 842a3bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xfce4-session.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -67,6 +67,8 @@ mee_install_post() {
export XCURSOR_SIZE=48
/usr/bin/startxfce4 "$@"
EOF

chmod +x ${D}${BINDIR}/startxfce4_hidpi
}


Expand Down

0 comments on commit 842a3bb

Please sign in to comment.