Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    [solved] System Settings: Where is the config file located that contains the stored user choice of ringtone/message sound?

    Support
    3
    3
    243
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      Custello last edited by Custello

      Which file contains the configuration about which ringtone and message sound I have selected?

      Probably a file somewhere in ~/.cache, ~/.config or ~/.local/share?

      1 Reply Last reply Reply Quote 0
      • dobey
        dobey last edited by

        It is most likely a GSettings value, which would be stored in a binary database file under ~/.config/ and thus not something you can change with a text editor.

        1 Reply Last reply Reply Quote 1
        • myii
          myii last edited by

          GSettings values:

          $ gsettings list-recursively com.ubuntu.touch.sound
          com.ubuntu.touch.sound incoming-call-sound '/usr/share/sounds/ubuntu/ringtones/Ubuntu.ogg'
          com.ubuntu.touch.sound incoming-message-sound '/usr/share/sounds/ubuntu/notifications/Rhodes.ogg'
          com.ubuntu.touch.sound silent-mode false
          
          1 Reply Last reply Reply Quote 2
          • First post
            Last post