GDM - come abilitare il touchpad con touch-to-click


10

Ho abilitato il tap-to-click in Gnome ma non funziona su GDM.

Ho provato a correre dconf-editorcome root per modificare l'impostazione ma senza risultati.

Ho anche provato a correre sudo -u gdm gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click truema ricevo il seguente errore

(process:16560): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus-launch --autolaunch=long-number-here --binary-syntax --close-stderr': Child process exited with code 1

Come abilito il tocco per fare clic su GDM?


Non conosco GDM ma questo ha funzionato su tutte le versioni Arch su cui l'ho provato: forums.kali.org/…
John S

Risposte:


7

Devi esportare $(dbus-launch)e impostare il gsettingsbackend (testato archlinuxcon gdm 3.18.2):

  1. passa a VT(es. Ctrl+ Alt+ F3), accedi come root ed esegui:

    su - gdm -s /bin/sh
    

    per passare all'utente gdm.

  2. quindi eseguire:

    export $(dbus-launch)
    

    e:

    GSETTINGS_BACKEND=dconf gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true
    

    esegui exito premi Ctrl+ Dper tornare all'account di root .

  3. riavvia il display manager:

    systemctl restart gdm
    

Il ripristino è praticamente lo stesso, basta passare trueal falsepassaggio @ 2.


In Debian Stretch passa l'utente a Debian-gdm:su - Debian-gdm -s /bin/sh
Sławek,

quindi come persistete queste impostazioni?
iLemming,

Confermato il lavoro su Fedora 30.
Zhro
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.