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
zh-cn:faq [2013/04/15 10:46] – [安装] yjworkzh-cn:faq [2015/03/10 05:37] – [桌面管理器] yjwork
Line 108: Line 108:
  
 ===我想改变键盘布局怎么办?=== ===我想改变键盘布局怎么办?===
 +There are several options. One is to use ''xfce4-xkb-plugin'', see http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin .  You can also use the ''setxkbmap'' command with the two letter keyboard code as argument; you can edit your X server configuration file to choose a different keyboard layout (change the value after ''Option "XkbLayout"'', e.g.: ''Option "XkbLayout" "dvorak"'').
 +
 +===Is it possible to change the default shortcut keys?===
 +Yes, of course... Keyboard shortcuts are defined on two locations. The shortcuts to handle the window manager are defined in the Settings Manager > Window Manager Settings > Keyboard. The ''Default'' theme can not be changed, but when you add a theme you can change that one. More global keyboard shortcuts, like volume adjustements, can be found in Settings Manager > Keyboard Preferences > Shortcuts. Again you need to add a new theme before you can start customizing it.
 +
 +===How can I see a list of all the shortcut keys?===
 +Use the following command, which will produce a nicely formatted text list to standard output:
 +  xfconf-query -c xfce4-keyboard-shortcuts -l -v | cut -d'/' -f4 | awk '{printf "%30s", $2; print "\t" $1}' | sort | uniq
 +If you want to put this list into a file, add ''> filename'' at the end of command.
 +
 +===How do I make a shortcut that doesn't steal focus?===
 +You can't.
 +
 +===Ok, why were the default shortcuts suddenly changed in 4.6?===
 +
 +=== How do I enable menu accelerators? ===
 +Menu accelerators let you set a keyboard shortcut to a menu item or entry. To enable menu accelerators go to the main menu and select:
 +
 +Settings -> Appearance -> Settings tab
 +
 +and select the 'Enable Editable Accelerators' option.
 +
 +Alternatively you can run the command **xfce4-appearance-settings** from a terminal or from the Alt-F2 run command instead of using the menu to get to the appearance settings to enable accelerators.
  
 ===== Kiosk ===== ===== Kiosk =====
Line 156: Line 179:
  
 ===== 文件管理器 ===== ===== 文件管理器 =====
-[[http://thunar.xfce.org|homepage]] 或 [[http://thunar.xfce.org/pwiki/|wiki]]你可以找到更多关于Thunar的信息。+You can find more information about Thunar in the [[http://docs.xfce.org/xfce/thunar/|Docs section]].
  
 === 我可以禁用回收站吗? === === 我可以禁用回收站吗? ===
Line 179: Line 202:
 你得为thunar编译gconf (GNOME thumbnailers)支持,并安装一种GNOME电影预览程序,例如包含totem-video-thumbnailer的Totem。 你得为thunar编译gconf (GNOME thumbnailers)支持,并安装一种GNOME电影预览程序,例如包含totem-video-thumbnailer的Totem。
  
 +=== When will it support samba/network browsing? ===
 +Thunar has had the ability to browse remote network shares (such as Samba and FTP) since Xfce 4.8/Thunar 1.2.
  
  
Line 186: Line 211:
 === 我想在桌面上禁用回收站图标、主目录图标和文件系统图标,行吗? === === 我想在桌面上禁用回收站图标、主目录图标和文件系统图标,行吗? ===
  
-是的,在Xfce 4.4中你可以隐藏某些桌面图标。你可以在[[http://svn.xfce.org/svn/xfce/xfdesktop/branches/xfce_4_4/README|这里]]阅读更多关于这些隐藏设置的信息。 +YesIn Settings > Desktop > Icons > Appearance, select 'None'.
 === 我的Xfce桌面没有任何快捷方式,为什么? === === 我的Xfce桌面没有任何快捷方式,为什么? ===
-  * **Xfce 4.2**: 你需要一个第三方程序来提供图标。建议:pcmanfm, rox, nautilus etc etc... 这些程序会杀死xfdesktop,你也会失去右键菜单功能。 + 
-  * **Xfce 4.4**: 你可以在Settings > Desktop Preferences Behavior Desktop Icons中开启图标。你得编译xfdesktop的thunar-vfs和dbus支持。(''./configure --enable-thunar-vfs --enable-exo'')+You can adjust this via Settings > Desktop > Icons Appearance.
  
  
-=== 我有更多关于xfdesktop的问题 === 
-[[http://spuriousinterrupt.org/projects/xfce4#faq|Xfdesktop faq @ spuriousinterrupt]] 
  
 ===== 窗口管理器 ===== ===== 窗口管理器 =====