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 [2013/09/30 20:42] – How can I see a list of all the shortcut keys? greaglefaq [2018/03/30 23:05] – [Keyboard] vdicarlo
Line 9: Line 9:
  
 === How to pronounce Xfce and what does it mean? === === How to pronounce Xfce and what does it mean? ===
-"Ecks Eff See Eee". 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 nolonger capitalized (not "XFce", but "Xfce"). Currently the acronym doesn't stand for anything (suggestion: X Freakin' Cool Environment).+"Ecks Eff See Eee". 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? === === What does the logo mean? ===
Line 114: Line 115:
 ===== Keyboard ===== ===== Keyboard =====
 === Is there some way to call the menu with the keyboard in the xfce? === === Is there some way to call the menu with the keyboard in the xfce? ===
-Assign a key with the Keyboard Settings -> Shortcuts to the command ''xfdesktop -menu''. (This does not work reliable since Linux Kernel is tickless, so xfdesktop -menu needs a fix) The menu will popup where your mouse is located. You can also use ''xfce4-popup-applicationsmenu'' to popup the panel menu (also provided by xfdesktop and make sure you have the plugin in your panel ^_~).+Assign a key with the Keyboard Settings -> Shortcuts to the command ''xfdesktop -menu''. (This does not work reliably since Linux Kernel is tickless, so xfdesktop -menu needs a fix) The menu will popup where your mouse is located. You can also use ''xfce4-popup-applicationsmenu'' to popup the panel menu (also provided by xfdesktop and make sure you have the plugin in your panel ^_~).
  
 === Is it possible to focus the Verve plugin with a key? === === Is it possible to focus the Verve plugin with a key? ===
Line 226: Line 227:
  
 ===== File Manager ===== ===== File Manager =====
-You can find more information about Thunar on the [[http://thunar.xfce.org|homepage]] or in the [[http://thunar.xfce.org/pwiki/|wiki]].+You can find more information about Thunar in the [[http://docs.xfce.org/xfce/thunar/|Docs section]].
  
 === Can I disable the trash? === === Can I disable the trash? ===
Line 250: Line 251:
  
 === When will it support samba/network browsing? === === When will it support samba/network browsing? ===
-It already does! Just mount your shares and go to them with Thunar! Just kidding. +Thunar has had the ability to browse remote network shares (such as Samba and FTP) since Xfce 4.8/Thunar 1.2.
- +
-You are obviously asking about Thunar being able to discover remote machines on a network and mount/unmount shares from them. What you are asking for is nice, but there is no common framework for it yet that Thunar can build on. +
- +
-Thunar is designed to be a file manager, not a network file system manager. Once such a beast exists, Thunar and all other applications will be able to use it, and you can browse your samba or NFS shares in firefox or emacs, whatever. +
- +
-Short answer: not any time soon unless you write it yourself. +
- +
-For Linux users, and especially Xubuntu users, the following thread can help: Xubuntu How to: Thunar Native Windows Network BrowsingYou will need fusesmb. For me it worked like a charm with Feisty. You should read the post from EatMorePie, as it avoids unnecessary steps.+
  
 ===== Desktop Manager ===== ===== Desktop Manager =====
Line 310: Line 303:
 <code>xfwm4 --sm-client-id=${SESSION_MANAGER##*/} & disown</code> <code>xfwm4 --sm-client-id=${SESSION_MANAGER##*/} & disown</code>
 And you're done, xfwm4 should be now in your session again. If this doesn't work, stick with method 2 or 3 below. And you're done, xfwm4 should be now in your session again. If this doesn't work, stick with method 2 or 3 below.
-== The easy solution for every xfce (not for people loving there sessions) ==+== The easy solution for every xfce (not for people loving their sessions) ==
 Because xfwm4 goes fishy most times at start up it isn't bad if you have to log out. You hadn't done anything important until than. So log out, remove ~/.cache/sessions/* (probably with <code>rm -rf ~/.cache/sessions/*</code> and login back again. Don't do this while you're logged in to xfce! Don't do this if you love the xfce session feature (because you delete all sessions, duh)! Because xfwm4 goes fishy most times at start up it isn't bad if you have to log out. You hadn't done anything important until than. So log out, remove ~/.cache/sessions/* (probably with <code>rm -rf ~/.cache/sessions/*</code> and login back again. Don't do this while you're logged in to xfce! Don't do this if you love the xfce session feature (because you delete all sessions, duh)!
-== The cool new xfce4.10 solution (again, not for people loving there sessions) ==+== The cool new xfce4.10 solution (again, not for people loving their sessions) ==
 If you already use xfce4.10 you have the possibility to use the GUI to delete the sessions cache (as you can see, the devs are annoyed, too). Open xfce4-sessions-settings → Session and click »Clear saved sessions«, than log out and in again. This should be all. If you already use xfce4.10 you have the possibility to use the GUI to delete the sessions cache (as you can see, the devs are annoyed, too). Open xfce4-sessions-settings → Session and click »Clear saved sessions«, than log out and in again. This should be all.
 ===== Session Manager ===== ===== Session Manager =====