Skip to content
Snippets Groups Projects
Commit ea73c59e authored by Elena Grandi's avatar Elena Grandi
Browse files

Set light-locker as disabled by default

parent 6ccbb0cb
No related branches found
No related tags found
No related merge requests found
......@@ -62,3 +62,12 @@
src: slick-greeter.conf
dest: /etc/lightdm/
when: ansible_lsb.id != "Raspbian"
- name: check that light-locker is installed before configuring it
include: "{{includes}}/install-package-apt.yml"
with_items:
- light-locker
- name: disable light-locker
lineinfile:
line: 'Hidden=true'
dest: /etc/xdg/autostart/light-locker.desktop
fuss-client (10.0.3) unstable; urgency=medium
* Set light-locker as disabled by default.
-- Elena Grandi <elena@truelite.it> Tue, 24 Dec 2019 10:15:46 +0100
fuss-client (10.0.2) unstable; urgency=medium
* Remove set-session-language (moved to the fuss-utility package).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment