Skip to content
Snippets Groups Projects

Add fontconfig-config config

Closed mirabilos requested to merge tg-configure-fontconfig-config into master
1 file
+ 84
0
Compare changes
  • Side-by-side
  • Inline
+ 84
0
@@ -399,6 +399,27 @@
@@ -399,6 +399,27 @@
notify:
notify:
- restart guacd
- restart guacd
- restart tomcat8
- restart tomcat8
 
- name: Improve font rendering
 
debconf:
 
name: fontconfig-config
 
question: "fontconfig/hinting_type"
 
value: Native
 
vtype: select
 
notify: reconfigure fontconfig-config
 
- name: Prevent blurry fonts
 
debconf:
 
name: fontconfig-config
 
question: "fontconfig/subpixel_rendering"
 
value: Never
 
vtype: select
 
notify: reconfigure fontconfig-config
 
- name: Do not prevent me from using all fonts installed in the system
 
debconf:
 
name: fontconfig-config
 
question: "fontconfig/enable_bitmaps"
 
value: true
 
vtype: boolean
 
notify: reconfigure fontconfig-config
handlers:
handlers:
- name: restart xrdp
- name: restart xrdp
service: name=xrdp state=restarted
service: name=xrdp state=restarted
@@ -416,6 +437,27 @@
@@ -416,6 +437,27 @@
- name: Install Skolelinux desktop applications
- name: Install Skolelinux desktop applications
package: name={{ item }} state=present
package: name={{ item }} state=present
with_lines: cat "packages/skole-desktop"
with_lines: cat "packages/skole-desktop"
 
- name: Improve font rendering
 
debconf:
 
name: fontconfig-config
 
question: "fontconfig/hinting_type"
 
value: Native
 
vtype: select
 
notify: reconfigure fontconfig-config
 
- name: Prevent blurry fonts
 
debconf:
 
name: fontconfig-config
 
question: "fontconfig/subpixel_rendering"
 
value: Never
 
vtype: select
 
notify: reconfigure fontconfig-config
 
- name: Do not prevent me from using all fonts installed in the system
 
debconf:
 
name: fontconfig-config
 
question: "fontconfig/enable_bitmaps"
 
value: true
 
vtype: boolean
 
notify: reconfigure fontconfig-config
- name: Install LTSP software
- name: Install LTSP software
package: name={{ item }} state=present
package: name={{ item }} state=present
with_items:
with_items:
@@ -560,6 +602,27 @@
@@ -560,6 +602,27 @@
with_items:
with_items:
- { section: 'Security', option: 'TerminalServerUsers', value: 'members' }
- { section: 'Security', option: 'TerminalServerUsers', value: 'members' }
notify: restart xrdp
notify: restart xrdp
 
- name: Improve font rendering
 
debconf:
 
name: fontconfig-config
 
question: "fontconfig/hinting_type"
 
value: Native
 
vtype: select
 
notify: reconfigure fontconfig-config
 
- name: Prevent blurry fonts
 
debconf:
 
name: fontconfig-config
 
question: "fontconfig/subpixel_rendering"
 
value: Never
 
vtype: select
 
notify: reconfigure fontconfig-config
 
- name: Do not prevent me from using all fonts installed in the system
 
debconf:
 
name: fontconfig-config
 
question: "fontconfig/enable_bitmaps"
 
value: true
 
vtype: boolean
 
notify: reconfigure fontconfig-config
handlers:
handlers:
- name: restart xrdp
- name: restart xrdp
service: name=xrdp state=restarted
service: name=xrdp state=restarted
@@ -593,6 +656,27 @@
@@ -593,6 +656,27 @@
with_items:
with_items:
- { section: 'Security', option: 'TerminalServerUsers', value: 'users' }
- { section: 'Security', option: 'TerminalServerUsers', value: 'users' }
notify: restart xrdp
notify: restart xrdp
 
- name: Improve font rendering
 
debconf:
 
name: fontconfig-config
 
question: "fontconfig/hinting_type"
 
value: Native
 
vtype: select
 
notify: reconfigure fontconfig-config
 
- name: Prevent blurry fonts
 
debconf:
 
name: fontconfig-config
 
question: "fontconfig/subpixel_rendering"
 
value: Never
 
vtype: select
 
notify: reconfigure fontconfig-config
 
- name: Do not prevent me from using all fonts installed in the system
 
debconf:
 
name: fontconfig-config
 
question: "fontconfig/enable_bitmaps"
 
value: true
 
vtype: boolean
 
notify: reconfigure fontconfig-config
handlers:
handlers:
- name: restart xrdp
- name: restart xrdp
service: name=xrdp state=restarted
service: name=xrdp state=restarted
Loading