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 [2012/04/10 14:14] – [启动 Xfce 桌面] chipongzh-cn:faq [2015/03/10 05:37] – [桌面管理器] yjwork
Line 39: Line 39:
     * MidnightBSD: pkg_add -r xfce4     * MidnightBSD: pkg_add -r xfce4
     * Mythbuntu: sudo apt-get install mythbuntu-desktop     * Mythbuntu: sudo apt-get install mythbuntu-desktop
 +    * [[http://www.netbsd.org/docs/guide/en/chap-x.html#chap-x-other-window-managers|NetBSD]] (pkg_add xfce4)
     * Ubuntu: sudo apt-get install xubuntu-desktop ([[http://packages.ubuntu.com/search?keywords=xubuntu-desktop|软件包描述]])     * Ubuntu: sudo apt-get install xubuntu-desktop ([[http://packages.ubuntu.com/search?keywords=xubuntu-desktop|软件包描述]])
   * [[http://www.xfce.org/download/building|从源代码编译安装]]。用此方式您不仅可以打造自己的个性化桌面,而且还可以尝鲜最新的功能和缺陷修复。   * [[http://www.xfce.org/download/building|从源代码编译安装]]。用此方式您不仅可以打造自己的个性化桌面,而且还可以尝鲜最新的功能和缺陷修复。
- 
 ====== 登录 Xfce 桌面 ====== ====== 登录 Xfce 桌面 ======
  
Line 62: Line 62:
  
   * 使用 Lightdm   * 使用 Lightdm
-这是 Debian 和 Xbuntu 中的默认显示管理器,开发很活跃。+这是 Debian 和 Ubuntu 中的显示管理器,开发很活跃。推荐使用
  
   * 使用 Slim   * 使用 Slim
-不依赖于任何桌面环境的 X11 登录管理器,您可以试试[[http://slim.berlios.de|Slim]]。阅读 Slim 的 [[http://slim.berlios.de/manual.php|手册]] 获取详情。+您可以试试 [[http://slim.berlios.de|Slim]],它是不依赖于任何桌面环境的 X11 登录管理器。阅读 Slim 的 [[http://slim.berlios.de/manual.php|手册]] 获取详情。
  
 === 登录问题 === === 登录问题 ===
   * 在我启动 Xfce 时弹出一个对话框说 "Could not look up internet address for..."   * 在我启动 Xfce 时弹出一个对话框说 "Could not look up internet address for..."
-Xfce 认为您的主机名在 ''/etc/hosts'' 里面比如:''127.0.0.1 localhost''+Xfce 认为您的主机名在 ''/etc/hosts'' 里面比如:''127.0.0.1 localhost''
  
 === 注销问题 === === 注销问题 ===
-  * 在我按面板上的注销按钮时,弹出一个对话框询问我是要退出面板,和/或 xfce4-session-logout 报告会话管理器不在运行,但它在运行啊!+  * 在我按面板上的注销按钮时,弹出一个对话框询问我是要退出面板,和/或 xfce4-session-logout 报告会话管理器不在运行,但它确实在运行啊!
 由于某些原因,您的 X 应用程序未能与会话管理器连接。可能的原因有:您的主机名出了问题 (参看登录问题),您的 /home 分区或 /tmp 分区已爆满,您的主机名包含非 ascii 字符, ~/.ICEauthority 或 /tmp/.ICE-unix 权限设置有误。还可以检查 .xsession-errors 寻找线索。 由于某些原因,您的 X 应用程序未能与会话管理器连接。可能的原因有:您的主机名出了问题 (参看登录问题),您的 /home 分区或 /tmp 分区已爆满,您的主机名包含非 ascii 字符, ~/.ICEauthority 或 /tmp/.ICE-unix 权限设置有误。还可以检查 .xsession-errors 寻找线索。
 ====== 用法 ====== ====== 用法 ======
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]] 
  
 ===== 窗口管理器 ===== ===== 窗口管理器 =====