Results 1 to 3 of 3

Thread: Dconf settings ?

  1. #1
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Dconf settings ?

    Was reading that blogpost : http://www.mattfischer.com/blog/?p=431 and then checked my system.
    What i've seen:
    - the dconf-tool settings , for example : the chosen background, are not writen inside the user profile.
    - worst, dconf use the wired default setting, as my "user" is not created by the configuration process.

    So i wonder about how is your config settings about dconf : mainly /.config/dconf/ & /etc/dconf/profile/.
    As profile, i only have "gdm", but not my login username.
    But my system is an PP dist-upgrade, not a fresh install, so maybe a difference exist.

  2. #2
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: Dconf settings ?

    Code:
    $ lsb_release -idrc
    Distributor ID: Debian
    Description:    Debian GNU/Linux 7.0 (wheezy)
    Release:        7.0
    Codename:       wheezy
    $ ls ~/.config/dconf/
    user
    $ dconf dump /org/gnome/desktop/background/
    [/]
    color-shading-type='horizontal'
    picture-options='zoom'
    picture-uri='file:///usr/share/images/desktop-base/joy.xml'
    primary-color='#0099cc'
    secondary-color='#006699'

  3. #3
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Dconf settings ?

    hm, mine only have : color-shading-type='horizontal'
    even if dconf-tool shows all the other line entries

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •