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
xfce:thunar:faq [2018/03/13 23:32] – [How do I assign different keyboard shortcuts?] alexxconsxfce:thunar:faq [2018/11/12 21:38] – [How to use mouse gestures in Thunar?] alexxcons
Line 17: Line 17:
 For an overview of the //hidden// settings, you can find an overview [[hidden-settings|here]]. For an overview of the //hidden// settings, you can find an overview [[hidden-settings|here]].
  
-===== How to use mouse gestures in Thunar? =====+---- 
 +=== How to use mouse gestures in Thunar? ===
 Thunar currently features basic support for so called //mouse gestures// in its icon view. You can use these mouse gestures by holding down the middle mouse button (usually the mouse wheel) while the mouse pointer is on the background area of the icon view component (any area that is not covered by an icon or a text). Now you can move the cursor into four directions to perform certain actions, which are described below. Thunar currently features basic support for so called //mouse gestures// in its icon view. You can use these mouse gestures by holding down the middle mouse button (usually the mouse wheel) while the mouse pointer is on the background area of the icon view component (any area that is not covered by an icon or a text). Now you can move the cursor into four directions to perform certain actions, which are described below.
  
Line 35: Line 36:
 After that edit the accelerators located in ''$XDG_CONFIG_HOME/Thunar/accels.scm'' After that edit the accelerators located in ''$XDG_CONFIG_HOME/Thunar/accels.scm''
  
-( e.g. 'in '~/.config/Thunar/accels.scm'' )+( e.g. in ''~/.config/Thunar/accels.scm'' )
  
  
- +---- 
-===== Where does Thunar store the keyboard shortcuts? =====+=== Where does Thunar store the keyboard shortcuts? ===
 The custom keyboard shortcuts are stored in the standard GTK+ accel map format in a file located at ''$XDG_CONFIG_HOME/Thunar/accels.scm''. Lines starting with ; are comments. See the GTK+ documentation for details about the file format. The custom keyboard shortcuts are stored in the standard GTK+ accel map format in a file located at ''$XDG_CONFIG_HOME/Thunar/accels.scm''. Lines starting with ; are comments. See the GTK+ documentation for details about the file format.
  
 If you are a packager or a system administrator and want to provide a system wide default for the keyboard shortcuts, that is different from the default shortcuts in Thunar, you can create a file ''Thunar/accels.scm'' in one of the ''$XDG_CONFIG_DIRS''. For example, if ''/etc/xdg'' is part of ''$XDG_CONFIG_DIRS'' (the default for most Linux distributions), you can install system wide defaults to ''/etc/xdg/Thunar/accels.scm''. Thunar will then load shortcuts from this file on first startup. If you are a packager or a system administrator and want to provide a system wide default for the keyboard shortcuts, that is different from the default shortcuts in Thunar, you can create a file ''Thunar/accels.scm'' in one of the ''$XDG_CONFIG_DIRS''. For example, if ''/etc/xdg'' is part of ''$XDG_CONFIG_DIRS'' (the default for most Linux distributions), you can install system wide defaults to ''/etc/xdg/Thunar/accels.scm''. Thunar will then load shortcuts from this file on first startup.
  
-===== Why does Thunar display the fall-back icon for all files and folders? =====+---- 
 +=== Why does Thunar display the fall-back icon for all files and folders? ===
  
 If Thunar displays the fallback icon for all files and folders, as shown in the screenshot below, it is usually caused by one of the following problems: If Thunar displays the fallback icon for all files and folders, as shown in the screenshot below, it is usually caused by one of the following problems:
Line 66: Line 68:
  
 Depending on your system you might need to install the default GNOME icon theme in addition to your preferred icon theme (the Debian/Ubuntu package name is **gnome-icon-theme**). In either case the [[http://icon-theme.freedesktop.org/wiki/HicolorTheme|hicolor-icon-theme]] must be installed. Depending on your system you might need to install the default GNOME icon theme in addition to your preferred icon theme (the Debian/Ubuntu package name is **gnome-icon-theme**). In either case the [[http://icon-theme.freedesktop.org/wiki/HicolorTheme|hicolor-icon-theme]] must be installed.
 +----
 +=== Where are the deleted items from the trash located? ===
 +Thunar is following the freedesktop standards in this. Following the links below you can find out more of this freedesktop specifications. Read more [[http://www.ramendik.ru/docs/trashspec.html|here]] and [[http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html|here]].
 +
 +You will find your deleted items in ''~/.local/share/Trash/files''
 +----
 +=== Can Thunar display video thumbnails? ===
 +Two possible ways. First, You'll need to build thunar with support for gconf (GNOME thumbnailers) and install one of the available 
 +movie thumbnailers for GNOME, i.e. Totem includes the totem-video-thumbnailer. Second, You can get thumbnails without GNOME by 
 +installing [[http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers|thunar-thumbnailers]] plugin.