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 11:02] – [How to hide fixed disks or user locations from the sidebar] 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?]]
-    * [[#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).