62183ef987
- Switch default theme to FedoraFlyingHigh and show /etc/passwd users - Fix accessibility in the themed greeter (GNOME #412576) - Enable accessible login, make sure gdm can access devices and pass activated AT's to the login session (#229912) - Disable smart card login for now as patch doesn't apply anymore
16 lines
544 B
XML
16 lines
544 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<deviceinfo version="0.2">
|
|
<device>
|
|
<!-- grant access to sound devices to gdm user.. so orca/a11y works -->
|
|
<match key="info.capabilities" contains="access_control">
|
|
<match key="info.capabilities" contains="alsa">
|
|
<append key="access_control.grant_user" type="strlist">gdm</append>
|
|
</match>
|
|
<match key="info.capabilities" contains="oss">
|
|
<append key="access_control.grant_user" type="strlist">gdm</append>
|
|
</match>
|
|
</match>
|
|
</device>
|
|
</deviceinfo>
|