Skip to content

Commit

Permalink
Merged release/1.1.0 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
cytodev committed Feb 24, 2017
2 parents eeefc11 + 1108263 commit a6cc68d
Show file tree
Hide file tree
Showing 23 changed files with 2,859 additions and 573 deletions.
572 changes: 0 additions & 572 deletions mock/LightDMMock.js

This file was deleted.

5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#LightDMMock
A LightDM Mock that is tightly based on the source C code of [Antergos](https://github.com/Antergos)' [lightdm-webkit2-greeter](https://github.com/Antergos/lightdm-webkit2-greeter). <font style="color:red">Please note that the deprecation errors are intrusive for a reason.</font>
A LightDM Mock that is tightly based on the source [C code](https://github.com/Antergos/web-greeter/blob/before-python/src/webkit2-extension.c) of [Antergos](https://github.com/Antergos)' [lightdm-webkit2-greeter](https://github.com/Antergos/lightdm-webkit2-greeter). <font style="color:red">Please note that the deprecation errors are intrusive for a reason.</font>

##Usage:
[1]. Clone the repo
Expand All @@ -18,6 +18,9 @@ if(!("lightdm" in window)) {
}
````

##Note:
If you plan on using the `.face` files in the mock you have to include the path to `LightDMMock/src`. The `.face` files linked in `users.json` are absolute links to `/home/[username/.face`.

##Parameters of LightDMMock()
####autofill
> **_`boolean`_**<br>
Expand Down
Loading

0 comments on commit a6cc68d

Please sign in to comment.