Skip to content

Commit

Permalink
xscreensaver: New Revision fix 'New Login' button
Browse files Browse the repository at this point in the history
overwrite first default(gdm) with lightdm to start a new session
  • Loading branch information
david committed Nov 28, 2019
1 parent 6b1d370 commit a0c65f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xscreensaver.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION xscreensaver-5.43-1
# BEE_VERSION xscreensaver-5.43-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 @@ -54,6 +54,8 @@ build_in_sourcedir
#}

mee_configure() {
start_cmd sed 's/gdmflexiserver -ls/dm-tool switch-to-greeter/' -i ${S}/configure
# can't find configure switch to do this. 'with-login-manager' doesn't work like expected
bee_configure \
--with-setcap-hacks=no
}
Expand Down

0 comments on commit a0c65f3

Please sign in to comment.