Results 1 to 3 of 3

Thread: backup and restore vino-preferences settings

  1. #1
    Join Date
    Aug 2006
    Beans
    462
    Distro
    Ubuntu 11.04 Natty Narwhal

    backup and restore vino-preferences settings

    HI

    Howto backup and restore on other machines vino-preferences settings under LXDE?

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: backup and restore vino-preferences settings

    Does LXDE use dconf under the hood now? in the regular Ubuntu desktop, you can install the dconf-tools package and then do

    Code:
    dconf dump /desktop/gnome/remote-access/ > vino-prefs
    
    dconf load /desktop/gnome/remote-access/ < vino-prefs

  3. #3
    Join Date
    Aug 2006
    Beans
    462
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: backup and restore vino-preferences settings

    Quote Originally Posted by steeldriver View Post
    Does LXDE use dconf under the hood now? in the regular Ubuntu desktop, you can install the dconf-tools package and then do

    Code:
    dconf dump /desktop/gnome/remote-access/ > vino-prefs
    
    dconf load /desktop/gnome/remote-access/ < vino-prefs
    Thx a lot, but this is a self-made thin client, dconf-tools are not installed and is not allowed to install any applications on it.
    I would like to copy just a file.
    Which file is it exactly, perhaps from the /home/user directory?

Tags for this Thread

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
  •