Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
design:profile-manager [2011/10/09 15:58] stephandesign:profile-manager [2011/12/11 23:45] – [Profile selector on each setting dialog] jsakkine
Line 11: Line 11:
 == Mockups == == Mockups ==
  
 +=== Settings dictionary ===
 +Settings are not always easy to understand. For example: '{xfwm4}/general/use_compositing' is not something a user would come up with himself if he wants to enable or disable the compositing feature of xfce. To solve this problem, the profile-manager needs some sort of settings-dictionary. A dictionary that maps '{xfwm4}/general/use_compositing' to and from a user-friendly name 'Enable window compositing'.
  
 +=== Backup / Restore ===
 +One of the main problems that users experience with xfce is that somehow they changed settings without realizing it. With the nr 1 example, the session. It happens quite often that people have saved their session without a running xfce4-panel.
 +Explaining to a user how to return xfce to the desired state proves difficult, it would be nice if users can save a backup of their settings, and restore if they choose to.
 +
 +==== Proposals ====
 +
 +==== Profile selector on each setting dialog ====
 +
 +Every setting dialog would have a profile selector. Selecting a profile would restore the related setting values to those of that profile. This would be a kind of robust equivalent to KDEs "Defaults" button.