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
Next revisionBoth sides next revision
releng:4.16:roadmap:general_ui:csd [2019/09/25 16:33] – [Scenario 2: Full CSD, not full HeaderBar] ochosireleng:4.16:roadmap:general_ui:csd [2019/10/17 01:18] – [Review of current Xfwm4 decorations vs. CSD] ochosi
Line 4: Line 4:
  
 To use the new HeaderBar in lieu of the traditional XfceTitledDialog heading just add a <property name="use_header_bar">1</property> to your glade file or set the property when creating the dialog via g_object_new. (Note that this setting has to be set at construct time.) To use the new HeaderBar in lieu of the traditional XfceTitledDialog heading just add a <property name="use_header_bar">1</property> to your glade file or set the property when creating the dialog via g_object_new. (Note that this setting has to be set at construct time.)
 +
 +//For 4.16 we will be going with Scenario 2.//
 ===== Scenarios ===== ===== Scenarios =====
  
Line 24: Line 26:
   * only using CSD for XfceTitledDialog (see scenario 2) and leaving the rest unchanged, so Xfwm4 decorations for applications like Thunar.   * only using CSD for XfceTitledDialog (see scenario 2) and leaving the rest unchanged, so Xfwm4 decorations for applications like Thunar.
   * low effort   * low effort
-  * SSD cannot the dropped from xfwm4 +  * visual inconsistency and uncertainty for app devs if they can/should/shouldn't switch to CSD
-  * some visual inconsistency and uncertainty for app devs if they can/should/shouldn't switch to CSD+
  
 ==== Scenario 4: Stay where we are ==== ==== Scenario 4: Stay where we are ====
Line 84: Line 85:
 ===== Applications ===== ===== Applications =====
  
 +Three applications, one with a headerbar redesign (Taskmanager), one which is practically a settings dialog (Notifyd) and one with a minimal/zero-redesign CSD (Parole) to highlight different options/steps we have/can take when trying a transition.
 ==== Taskmanager ==== ==== Taskmanager ====