Thunar is a popular file manager for Linux systems, known for its simplicity and ease of use. One of its handy features is the "Quick Link to Downloads" option, which provides a shortcut to your default downloads directory. However, you may encounter a situation where this quick link does not update after you change your default downloads directory. In this article, we will explore the possible causes of this issue and provide step-by-step instructions to resolve it.
Why is the Quick Link to Downloads not Updating?
Before we dive into the solution, let's understand why the quick link to downloads may not update. This issue commonly occurs due to a cache problem. When you change your default downloads directory, Thunar may not immediately recognize the change and update the quick link accordingly. Instead, it continues to point to the old directory, causing confusion and inconvenience.
Resolving the Issue
To resolve the issue of the quick link to downloads not updating after changing the default downloads directory, follow the steps below:
Step 1: Clear Thunar's Cache
The first step is to clear Thunar's cache, which will force it to rebuild the cache and recognize the changes you made to the default downloads directory. To clear the cache, follow these steps:
- Open a terminal window by pressing
Ctrl + Alt + Ton your keyboard. - In the terminal, enter the following command and press
Enter:rm -rf ~/.cache/Thunar
This command removes the Thunar cache directory, which will be recreated automatically when you open Thunar next time.
Step 2: Restart Thunar
After clearing the cache, the next step is to restart Thunar. To do this, follow these steps:
- Close any open Thunar windows.
- Open Thunar again by clicking on its icon in the applications menu or by pressing
Alt + F2and typingthunarin the Run dialog.
Thunar will now start with a fresh cache and should recognize the changes you made to the default downloads directory.
By following the steps outlined in this article, you should be able to resolve the issue of the Thunar quick link to downloads not updating after changing the default downloads directory. Clearing Thunar's cache and restarting the application ensures that it recognizes the changes and provides an up-to-date quick link to your downloads directory.
References
| Reference | Link |
|---|---|
| Thunar File Manager | https://docs.xfce.org/xfce/thunar/start |