The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Package:Xfce4-settings
Xfce4-settings
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
xfce4-settings
provides two main utilities used to configure key components of the XFCE desktop environment:
xfce4-settings-editor
: Provides adconf-editor
-like interface used to configure components of XFCE ranging from Thunar to the XFCE notification daemon.xfce4-settings-manager
: Allows users to configure the same components as can be configured in thexfce4-settings-editor
but provides a more easy to understand interface for configuration.
Installation
If you have already installed the XFCE desktop environment using the xfce4-meta
package, xfce4-settings
should be installed. Also, if you have installed an XFCE program such as thunar in another desktop environment or window manager such as Openbox or KDE, xfce4-settings
is probably installed on your system too. If, for some reason, the program is not installed in either of those cases and you wish to emerge it, run the command:
root # emerge xfce4-settings
After the emerge is finished, you can check that the package was successfully installed by running the command xfce4-settings-manager
or by launching the program from your dock. If the package did install, you should be greeted with a window titled "Settings" that is divided into several sections with names like "Personal" and "Hardware." If the program does not launch after repeated attempts, consider filing a bug report at Funtoo Bugs.
Usage
To run xfce4-settings-manager
in XFCE, navigate to the applications menu in your panel, go to "Settings" and then select "Settings Manager." Alternately, you can open your terminal emulator and type "xfce4-settings-manager" and press enter to launch the program. In other desktop environments, launch the program as you would any other.
Appearance (xfce4-appearance-settings
)
Style
After clicking on the "Appearance" subsection in the section "Personal," you will find yourself in a tab titled "Style." This tab allows you to select the GTK+ theme that you would like to use from a list of themes that are currently installed in either /usr/share/themes
or ~/.themes
. The three colored boxes to the left of the theme name show the theme's colors. To select a GTK+ theme as default, simply click on it and your theme will change immediately.
If the theme does not change when clicked, double check to see that you are launching XFCE with the --with-ck-launch parameter
. Theming using xfce4-settings-manager
does not seem to work without it.
Icons
To select the default icon theme for XFCE, click on the tab with the text "Icons." This tab, not surprisingly, allows you to edit your icon theme. To change your icon theme, click on the one that you like and the theme will change immediately. If it does not, read the above note.
To install new icon themes, extract an icon theme to either /usr/share/icons
(for every user on the system) or to ~/.icons
(for just you).
Fonts
To change the default font, the DPI value of the current font, or to enable font anti-aliasing, click on the "Fonts" tab. The default font can be changed quite easily by selecting the box under "Default Font." Selecting this box will bring up a list of all the different font families that are currently installed on your system, along with the available styles for each font family. To change your font, choose the appropriate font family, style, and size and the click the button labeled "OK" at the bottom right of the window. Your font should change immediately. If it does not, the above note may help to solve the problem. A nice default font is "Ubuntu Regular 10," provided by the ubuntu-font-family
package which can easily be installed using the following command:
root # emerge ubuntu-font-family
If you are unhappy with the scaling of the fonts in XFCE, perhaps because you are using a hiDPI display, consider increasing the value next to "Custom DPI setting." Finally, to make many fonts appear more crisp and well-defined, increase the value in "Hinting" to "Medium" or "Full."
Settings
If you do not like having images in menus or buttons or you would like to change the way that toolbars are displayed, navigate to the "Settings" tab. To modify how toolbars appear in GTK+ applications, modify the "Toolbar Style" dropdown to your pleasing. Here is what the different toolbar styles look like:
To add or remove images on GTK+ buttons, check or uncheck the checkbox adjacent to "Show images on buttons." To remove those pesky little icons in menus, uncheck "Show images in menus."
The rest of this page is still 'under construction.'
Desktop (xfdesktop-settings
)
File Manager (thunar-settings
)