Skip to content

Commit

Permalink
Merge pull request #1502 from mariux64/new-rev-xscreensaver
Browse files Browse the repository at this point in the history
xscreensaver: New Revision fix 'New Login' button
  • Loading branch information
pmenzel authored Nov 28, 2019
2 parents c78c26b + a0c65f3 commit e13b118
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 e13b118

Please sign in to comment.