Skip to content

xscreensaver: New Revision fix 'New Login' button #1502

Merged
merged 1 commit into from
Nov 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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