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
faq [2023/01/10 03:01] – [Xfce - Frequently Asked Questions] kevinbowenfaq [2023/08/03 09:16] (current) – Simply title for installing new themes kevinbowen
Line 57: Line 57:
   * **[[faq#Themes|Themes & Artwork]]**   * **[[faq#Themes|Themes & Artwork]]**
     * [[faq#The gtk-xfce-engine themes do not appear in the "user interface" settings dialog|The gtk-xfce-engine themes do not appear in the "user interface" settings dialog]]     * [[faq#The gtk-xfce-engine themes do not appear in the "user interface" settings dialog|The gtk-xfce-engine themes do not appear in the "user interface" settings dialog]]
-    * [[faq#How can I customize my Xfce desktop environment|How can I customize my Xfce desktop environment/install themes?]]+    * [[faq#How can I install new themes|How can install new themes?]]
     * [[faq#Where can I find additional backgrounds and wallpapers for my desktop?|Where can I find additional backgrounds and wallpapers for my desktop?]]     * [[faq#Where can I find additional backgrounds and wallpapers for my desktop?|Where can I find additional backgrounds and wallpapers for my desktop?]]
  
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 274: Line 275:
 The gtk-xfce-engine-2 package has to be installed using same prefix as Gtk2 itself. When installed from sources, the engine is, by default, installed in /usr/local, while Gtk2 is often installed in /usr. Just install gtk-xfce-engine-2 again using ''./configure --prefix=/usr'', and the themes will hopefully become available. The gtk-xfce-engine-2 package has to be installed using same prefix as Gtk2 itself. When installed from sources, the engine is, by default, installed in /usr/local, while Gtk2 is often installed in /usr. Just install gtk-xfce-engine-2 again using ''./configure --prefix=/usr'', and the themes will hopefully become available.
 ---- ----
-=== How can I customize my Xfce desktop environment ===+=== How can I install new themes ===
 You can read everything about changing themes in the [[https://wiki.xfce.org/howto:install_new_themes|How to install new themes]] wiki page.See [[https://www.xfce-look.org/browse/cat/138/order/latest/|Xfce Look]] for a selection of themes geared towards Xfce/Xfwm4. You can read everything about changing themes in the [[https://wiki.xfce.org/howto:install_new_themes|How to install new themes]] wiki page.See [[https://www.xfce-look.org/browse/cat/138/order/latest/|Xfce Look]] for a selection of themes geared towards Xfce/Xfwm4.
 ---- ----
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]]