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
faq [2012/12/28 13:27] – [Editable Menu Accelerators] nickfaq [2018/11/12 14:29] – [Editable Menu Accelerators] alexxcons
Line 1: Line 1:
 ====== Frequently Asked Questions ====== ====== Frequently Asked Questions ======
  
-===== Editable Menu Accelerators =====+===== How to pronounce Xfce ? =====
  
-A number of Xfce applications (Xfce Terminal and Thunar for example) support the standard GTK+ way of changing shortcuts: simply hover over the menu option with the mouse pointer and press the keyboard shortcut you want to rebind it to.+“Ecks Eff See Eee” 
 + 
 +===== What does it mean ? ===== 
 + 
 +The name Xfce originally stood for XForms Common Environment, but since then, Xfce was rewritten twice and doesn't use XForms toolkit anymore. The name survived, but the F is no longer capitalized (not “XFce”, but “Xfce”). Currently the abbreviation doesn't stand for anything (suggestion: X Freakin' Cool Environment). It's not pronounced “X-Face”. There is no “a” in it. 
 + 
 +===== What does the logo mean ? ===== 
 + 
 +A mouse, obviously, for all kinds of reasons like world domination and monsters and such. 
 + 
 +===== On which platforms does Xfce run currently ? ===== 
 + 
 +Xfce is developed to be versatile. It is currently supported on Linux, Solaris and BSD, but has been known to run in some shape or form on IRIX, MacOS X, and Windows. 
 + 
 +===== Under which license is Xfce distributed ? ===== 
 + 
 +Xfce 4 components are licensed under free or open source licenses: GPL or BSDL for applications and LGPL or BSDL for libraries. Read the documentation, the source code, or the Xfce homepage for more information. 
 + 
 +===== How long between two official release ? ===== 
 + 
 +There is no set schedule, but there are goals the developers try to meet. That said, the creation of deadlines does not lend itself well to those working without compensation. So the overall goal is to release a new version as certain goals are reached. Unfortunately, that does not allow the advanced statement of any release schedule. Please check back often to read any news releases about the product. 
 + 
 +===== How to configure Shortcuts / Hotkeys / Menu Accelerators ? ===== 
 + 
 +A number of Xfce applications (Thunarfor example) support the standard GTK2 way of changing shortcuts: simply hover over the menu option with the mouse pointer and press the keyboard shortcut you want to rebind it to.
  
 To delete a keyboard assignment, press the {key>Backspace} key while you are on the menu entry. To delete a keyboard assignment, press the {key>Backspace} key while you are on the menu entry.
Line 9: Line 33:
 If the shortcut doesn't change, then you need to enable the feature in GTK+. This can be achieved in 3 ways: If the shortcut doesn't change, then you need to enable the feature in GTK+. This can be achieved in 3 ways:
  
-  * You can enable {gui>Editable menu accelerators} in the **[[:xfce:xfce4-settings:appearance|User Interface Preferences]]** dialog.+  * If you are running the Xfce desktop environment, enable {gui>Editable menu accelerators} in the **[[:xfce:xfce4-settings:appearance#menu_and_buttons|User Interface Preferences]]** dialog.
   * If you are running GNOME then you can enable {gui>Editable menu accelerators} in the {gui>Menu and Toolbars} control center dialog.   * If you are running GNOME then you can enable {gui>Editable menu accelerators} in the {gui>Menu and Toolbars} control center dialog.
   * Otherwise put the following in your ~/.gtkrc-2.0 file (create the file if it doesn't exist):\\ ''gtk-can-change-accels=1''   * Otherwise put the following in your ~/.gtkrc-2.0 file (create the file if it doesn't exist):\\ ''gtk-can-change-accels=1''
 +
 +<note warning>When ''xfsettingsd'' is running you must change the setting with the Xfce GUI, not through the ''.gtkrc-2.0'' file.</note>
 +
 +<note important>This functionality has been disabled since GTK3 which means that Xfce apps that have migrated to GTK3 (such as xfce4-terminal) do not support it.\\
 +Refer to specific app's documentation to learn how to configure its shortcuts.</note>