Skip to content

Commit

Permalink
Merge pull request #1349 from mariux64/revert-lighdm-read-bashrc
Browse files Browse the repository at this point in the history
lightdm: Rebuild to revert change in startup
  • Loading branch information
donald authored Sep 27, 2019
2 parents 8ac411e + cbf42f4 commit b08bbb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lightdm.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION lightdm-1.28.0-1
# BEE_VERSION lightdm-1.28.0-2

SRCURL[0]="https://github.com/CanonicalLtd/lightdm/releases/download/${PKGVERSION}/lightdm-${PKGVERSION}.tar.xz"

Expand Down Expand Up @@ -47,7 +47,7 @@ mee_configure() {
mee_install_post() {

cat > ${D}/usr/bin/lightdm-session <<- 'EOF'
#! /bin/bash --login
#! /bin/bash

# First argument is full command, ´for backwards compatibility'.

Expand Down Expand Up @@ -89,6 +89,7 @@ EOF
ExecStart=/usr/bin/lightdm
StandardOutput=syslog
Restart=always
UMask=007

[Install]
WantedBy=graphical.target
Expand Down

0 comments on commit b08bbb7

Please sign in to comment.