Allow print job management from gnome GUI.
This commit is contained in:
parent
47f16792e8
commit
ff070a9465
1 changed files with 7 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
dest: /etc/dconf/profile/user
|
dest: /etc/dconf/profile/user
|
||||||
notify: update dconf
|
notify: update dconf
|
||||||
|
|
||||||
|
|
||||||
- name: make sure /etc/dconf/db/local.d/ exists
|
- name: make sure /etc/dconf/db/local.d/ exists
|
||||||
file: path=/etc/dconf/db/local.d/ state=directory recurse=yes
|
file: path=/etc/dconf/db/local.d/ state=directory recurse=yes
|
||||||
|
|
||||||
|
@ -24,3 +23,10 @@
|
||||||
src: defaults
|
src: defaults
|
||||||
dest: /etc/dconf/db/local.d/defaults
|
dest: /etc/dconf/db/local.d/defaults
|
||||||
notify: update dconf
|
notify: update dconf
|
||||||
|
|
||||||
|
## Bug #698504
|
||||||
|
- name: allow print job management
|
||||||
|
replace:
|
||||||
|
dest: "/etc/cups/cups-files.conf"
|
||||||
|
regexp: '^(SystemGroup lpadmin)$'
|
||||||
|
replace: '\1 root'
|
||||||
|
|
Loading…
Add table
Reference in a new issue