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
Last revisionBoth sides next revision
faq [2023/01/10 03:01] – [Xfce - Frequently Asked Questions] kevinbowenfaq [2023/01/10 03:09] – Add xfconf-query questions kevinbowen
Line 71: Line 71:
     * [[faq#How can I install a new font in Xfce?|How can I install a new font in Xfce?]]     * [[faq#How can I install a new font in Xfce?|How can I install a new font in Xfce?]]
     * [[faq#How can I hide the Suspend and Hibernate buttons from the logout dialog?|How can I hide the Suspend and Hibernate buttons from the logout dialog?]]     * [[faq#How can I hide the Suspend and Hibernate buttons from the logout dialog?|How can I hide the Suspend and Hibernate buttons from the logout dialog?]]
 +    * [[faq#How can I move the ''Save As'' button below the window instead of above?|How can I move the ''Save As'' button below the window instead of above?]]
  
 ===== General Questions ===== ===== General Questions =====
Line 367: Line 368:
 Refer to your [[faq#where_can_i_find_xfce_informationsupport_for_my_specific_distribution|distribution-specific support]] as this is handled by your distro and not, specifically Xfce. Refer to your [[faq#where_can_i_find_xfce_informationsupport_for_my_specific_distribution|distribution-specific support]] as this is handled by your distro and not, specifically Xfce.
  
 +----
 +=== How can I hide the Suspend and Hibernate buttons from the logout dialog? ===
  
 +  xfconf-query -c xfce4-session -np '/shutdown/ShowSuspend' -t 'bool' -s 'false'
 +
 +  xfconf-query -c xfce4-session -np '/shutdown/ShowHibernate' -t 'bool' -s 'false'
 +
 +=== How can I move the ''Save As'' button below the window instead of above? ===
 +
 +  xfconf-query -c xsettings -p /Gtk/DialogsUseHeader -s false
 +
 +See [[xfce:xfconf:xfconf-query#configuration_tweaks|xfconf-query configuration tweaks]]
 +
 +----
  
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
 [[:start|Back to main Xfce documentation page]] [[:start|Back to main Xfce documentation page]]