Re: [Evolution] User Interface



Am Mittwoch, den 20.04.2016, 11:53 +0200 schrieb Ralf Mardorf: 
On Wed, 2016-04-20 at 11:21 +0200, Tom wrote:
Sure could I walk from machine to machine, doing this with
Edit->Preferences->Mail Preferences->Labels, but the project should be
finished during my lifetime ;-) 
As so often I'm looking for the quick (maybe dirty) fix ...

There seems to be a clean fix, edit it just one time for dconf and one
time for gconf.

I don't know, but I guess what you read by

  dconf read /org/gnome/evolution/mail/labels > label.txt

could be written by

  dconf write /org/gnome/evolution/mail/labels "$(cat label.txt)"

$ man dconf | head -n11 | grep KEY
       dconf read KEY
       dconf write KEY VALUE

For gconf you perhaps just need to restore from a media
  
  cp -rf /mnt/point/.gconf/apps/evolution/mail/labels $HOME/.gconf/apps/evolution/mail/

I'd like it had been so easy, but the labels are content of
~/.gconf/apps/evolution/mail/%gconf.xml
So I can't simply replace files :-(((
I have to find a way to replace content ...



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]