Dustin Falgout
9 years ago
7 changed files with 61 additions and 51 deletions
@ -1,17 +1,13 @@
|
||||
etcdir = /etc/lightdm/
|
||||
etc_DATA = \
|
||||
lightdm-webkit2-greeter.conf \
|
||||
lightdm-webkit2-greeter-compton.conf
|
||||
|
||||
dist_bin_SCRIPTS = lightdm-webkit2-greeter-start
|
||||
lightdm-webkit2-greeter.conf
|
||||
|
||||
desktopdir = $(DESKTOP_DIR)
|
||||
desktop_DATA = lightdm-webkit2-greeter.desktop
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(etc_DATA) \
|
||||
$(desktop_DATA) \
|
||||
$(dist_bin_SCRIPTS)
|
||||
$(desktop_DATA)
|
||||
|
||||
DISTCLEANFILES = \
|
||||
Makefile.in
|
||||
|
@ -1,4 +0,0 @@
|
||||
#!/bin/bash |
||||
|
||||
[[ which compton ]] && compton --config /etc/lightdm/lightdm-webkit2-greeter-compton.conf & |
||||
lightdm-webkit2-greeter |
@ -1,6 +1,6 @@
|
||||
[Desktop Entry] |
||||
Name=LightDM WebKit2 Greeter |
||||
Comment=LightDM Greeter |
||||
Exec=lightdm-webkit2-greeter-start |
||||
Exec=lightdm-webkit2-greeter |
||||
Type=Application |
||||
X-Ubuntu-Gettext-Domain=lightdm-webkit2-greeter |
||||
|
Loading…
Reference in new issue