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
Last revisionBoth sides next revision
xfce:thunar:faq [2022/12/11 10:54] – [Why doesn't Thunar execute files marked as executable?] alexxconsxfce:thunar:faq [2024/01/06 10:06] – Added info on how to preserve settings when starting as root alexxcons
Line 11: Line 11:
     * [[#How do I assign different keyboard shortcuts?|How do I assign different keyboard shortcuts?]]     * [[#How do I assign different keyboard shortcuts?|How do I assign different keyboard shortcuts?]]
     * [[#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?]]     * [[#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?]]
-    * [[#Where are the deleted items from the trash located?|Where are the deleted items from the trash located?]] 
-    * [[#Can Thunar display video thumbnails?|Can Thunar display video thumbnails?]] 
-    * [[#How to hide fixed disks or user locations from the sidebar|How to hide fixed disks or user locations from the sidebar]] 
  
 ---- ----
  
 +===== Why thunar forgets it's settings when run as root? =====
 +Thunar relies on xfconf to load/store its settings, the communication to xfconf is done via DBUS. Though for root per default no dbus-session is running.
 +
 +You can start thunar as root with dbus-session like this:
 +
 +''$ sudo dbus-run-session thunar''
 +
 +or
 +
 +''$ gksu dbus-run-session thunar''
 +
 +----
 ===== Why doesn't Thunar execute files marked as executable? ===== ===== Why doesn't Thunar execute files marked as executable? =====
 For security reasons, by default Thunar only executes files of type application/x-desktop, application/x-executable and application/x-shellscript. For desktop files the execution will only be possible if the desktop file is of type Application, the execute flag is set and the file is trusted. (desktop files inside ''XDG_DATA_DIR'' are executable by default). For security reasons, by default Thunar only executes files of type application/x-desktop, application/x-executable and application/x-shellscript. For desktop files the execution will only be possible if the desktop file is of type Application, the execute flag is set and the file is trusted. (desktop files inside ''XDG_DATA_DIR'' are executable by default).
Line 91: Line 100:
 ---- ----
  
-===== 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'' 
- 
-[[|Back To Top]] 
----- 
- 
-===== 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. 
- 
----- 
- 
-===== How to hide fixed disks or user locations from the sidebar ===== 
- 
-You can prevent fixed disks from showing up in Thunar's sidebar by adding ''x-gvfs-hide'' option to the relevant partition in the ''/etc/fstab'' file or from your disk utility. [[https://gitlab.gnome.org/GNOME/gvfs/blob/master/monitor/udisks2/what-is-shown.txt|Controlling what is shown in the user interface]] 
  
-You can hide "Desktop", "Home", ... and default GTK bookmarks from the side pane by commenting out their entries in ''~/.config/user-dirs.dirs'' [[https://askubuntu.com/questions/79150/how-to-remove-bookmarks-from-the-nautilus-sidebar/79266#79266|How to remove bookmarks from the sidebar]] 
  
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
 [[:xfce:thunar:|Back to Thunar documentation page]] [[:xfce:thunar:|Back to Thunar documentation page]]