Skip to content

Commit

Permalink
Merge pull request #2923 from mariux64/fix-for-mxtools-328
Browse files Browse the repository at this point in the history
Fix for mxtools 328
  • Loading branch information
donald authored Jul 4, 2023
2 parents e220b3c + d83527d commit 2b4c35e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 111 deletions.
26 changes: 1 addition & 25 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.30.0-2
# BEE_VERSION lightdm-1.30.0-3

# SRCURL[0]="https://github.com/CanonicalLtd/lightdm/releases/download/${PKGVERSION}/lightdm-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/c566ea595f2b81e68684be9f8dbcbb42/lightdm-1.30.0.tar.xz"
Expand Down Expand Up @@ -73,28 +73,4 @@ EOF
sed -i -e '/^minimum-uid=/ c minimum-uid=100' \
-e '/^hidden-users=/ c hidden-users=nobody nobodyV' \
${D}/etc/lightdm/users.conf


######################
# create systemd unit

mkdir -p ${D}/etc/systemd/system
cat <<UNIT > ${D}/etc/systemd/system/lightdm.service
[Unit]
Description=LightDM
Wants=nvidia.service startup-tags.service
After=systemd-user-sessions.service nvidia.service startup-tags.service
ConditionPathExists=/node/tags/lightdm

[Service]
ExecStart=/usr/bin/lightdm
Restart=always
BusName=org.freedesktop.DisplayManager
UMask=007

[Install]
WantedBy=graphical.target
UNIT

chmod 644 ${D}/etc/systemd/system/lightdm.service
}
86 changes: 0 additions & 86 deletions mxstartup.be0

This file was deleted.

0 comments on commit 2b4c35e

Please sign in to comment.