Questions tagged [thunar]
A modern file manager for the Xfce Desktop Environment.
131 questions
0 votes
1 answer
157 views
Some Files in /usr/share/applications/ Not Displaying Icons in Thunar
Debian Buster; Xfce version 4.12; Thunar version 1.8.4 In my /usr/share/applications/ directory (viewed using Thunar), there are at least three .desktop file listings that do not display the correct ...
0 votes
0 answers
103 views
sftp + thunar in Debian 12 is in a password loop
I recently bought a new laptop and installed Debian 12 + xfce environment. And I'd like to access my server (which has Debian 12) with Thunar, as I always did before. I can access my server via sftp ...
2 votes
1 answer
77 views
How to run Thunar with original text when using system with different locale?
I want to ask a question related to Thunar (or even Google something), but I'm not able to see original text. I've tried to run: LC_ALL=C thunar but it just creates new instance of Thunar that ...
1 vote
1 answer
179 views
XFCE: trigger desktop's right-click "Arrange Desktop Icons" from the command line or script?
I'm trying to use XFCE with Termux on Android, and the behavior of the desktop icons is a complete mess. The size of the display is dynamic (four possible configurations when using the phone, ...
0 votes
1 answer
57 views
Thunar custom actions - how to import selections into zsh script
Xubuntu 22.04 Thunar 4.16 I am working on a script that works similarly to detox but does not require root privileges as it will only be allowed to operate on files or folders in the user's home ...
1 vote
0 answers
153 views
Debian, Xfce: Volumes mounted by Thunar unmounted after suspend, "file exists" when trying to mount them again with Thunar
I've just reinstalled my Linux desktop, and now have a problem that I haven't experienced on Ubuntu Xfce: If I mount a volume, suspend the computer and then wake it up, volumes that were mounted ...
0 votes
1 answer
2k views
Browser download location file manager is not using system default file manager
As a bit of background, I'm using Arch Linux with i3 as my window manager and I recently stopped using Nautilus as my default file manager and started using Thunar. The browser I'm using is Brave and ...
3 votes
1 answer
249 views
Escape %d for pdfseparate in a thunar custom action
I want to create a thunar custom action that lets me right-click a PDF and then select "split PDF" to split it into individual pages. The command to do this is: $ pdfseparate mypdf.pdf ...