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