How to turn off / stop drum sounds of the login page of Ubuntu mate 22.04lts

Hi @km-km,

you can configure arctica-greeter and disable login sound.

  1. Create file /usr/share/glib-2.0/schemas/40_arctica-greeter.gschema.override
  2. Contents:
    [org.ArcticaProject.arctica-greeter]
    play-ready-sound=false
  3. Run sudo glib-compile-schemas /usr/share/glib-2.0/schemas/ to recompile schemas
  4. Relogin

Hope this helps

5 Likes