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 revisionBoth sides next revision
xfce:thunar:faq [2018/03/13 23:33] – [How do I assign different keyboard shortcuts?] alexxconsxfce:thunar:faq [2018/11/12 21:37] – [Why does Thunar display the fall-back icon for all files and folders?] alexxcons
Line 43: Line 43:
 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 65: Line 66:
  
 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.