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
xfce:thunar:faq [2022/12/11 11:02] – [Thunar - Frequently Asked Questions] alexxconsxfce:thunar:faq [2024/01/06 10:06] (current) – [Thunar - Frequently Asked Questions] alexxcons
Line 5: Line 5:
 The intent of this section is to collect the quite numerous frequently asked questions that relate to working with Thunar. If you know of a question that is missing from this page, please [[https://bugzilla.xfce.org/enter_bug.cgi?product=Thunar&component=Documentation&resolution=---|file a request]]. The intent of this section is to collect the quite numerous frequently asked questions that relate to working with Thunar. If you know of a question that is missing from this page, please [[https://bugzilla.xfce.org/enter_bug.cgi?product=Thunar&component=Documentation&resolution=---|file a request]].
  
 +    * [[#Why thunar forgets it's settings when run as root?|Why thunar forgets it's settings when run as root?]]
     * [[#Why doesn't Thunar execute files marked as executable?|Why doesn't Thunar execute files marked as executable?]]     * [[#Why doesn't Thunar execute files marked as executable?|Why doesn't Thunar execute files marked as executable?]]
     * [[#Where does Thunar store the metadata associated with files?|Where does Thunar store the metadata associated with files?]]     * [[#Where does Thunar store the metadata associated with files?|Where does Thunar store the metadata associated with files?]]
Line 14: Line 15:
 ---- ----
  
 +===== 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).