Dolphin is KDE's file manager that lets you navigate and browse the contents of your hard drives, USB sticks, SD cards, and more. Creating, moving, or deleting files and folders is simple and fast.
- Dolphin
This details several configuration options for enhancing the experience of using Dolphin.
Show hidden files
-
In the Dolphin app, click the Hamburger menu located in the top right corner.
-
Enable the Show Hidden Files menu item.
-
This option can also be toggled using either the Ctrl + H or Alt + . key combination.
-
In the Dolphin app, click the Hamburger menu located in the top right corner.
-
Hover over the Configure menu item, and select the Configure Toolbars... option.
-
Search for
Refreshin the Filter box under Available actions. -
Select the Refresh action, drag it to the Current actions list, and place it just below the Split action.
-
Click Apply and OK.
-
In the Dolphin app, click the Hamburger menu located in the top right corner.
-
Hover over the Show Additional Information menu item, and select Size.
-
Navigate back to the Hamburger menu.
-
Hover over the Show Panels menu item, and select Information.
-
In the Dolphin app, click the Hamburger menu located in the top right corner.
-
Hover over the Configure menu item, and select the Configure Dolphin... option.
-
Click the Interface section, then click the Confirmations tab.
-
Uncheck the Closing windows with multiple tabs option.
-
Navigate to the Folders & Tabs tab and select the second radio button under Show on startup.
-
Click the inline Folder icon button, then select your user's Downloads folder.
-
Click OK, this will set the Downloads folder as the default folder upon launch.
-
In the Status & Location bars tab, enable the Show full path inside location bar option.
-
Once all changes have been made, click Apply then OK.
-
In the Dolphin app, click the Hamburger menu located in the top right corner.
-
Hover over the Configure menu item, and select the Configure Dolphin... option.
-
Click the Interface section, then click the Previews tab.
-
In the Show previews in the view for list, enable all file types you wish to show previews for i.e. Video Files (ffmpegthumbs).
-
Click Apply then OK.
Note
This setting may only be required on KDE Plasma 6.
-
Following the steps described in the previous section, locate the Skip previews for remote files above setting.
-
Set the value to a high enough size limit (i.e.
51200 MiB) for Dolphin to generate previews for them as long as they do not exceed this limit. -
Click Apply then OK.
Tip
A system reboot is required after completing all of the following steps.
This details several recommendations to enhance or extend Dolphin's feature set.
These packages are recommended to be installed using yay to add in some features Dolphin may not include by default:
-
dolphin-pluginsto add version control and Dropbox support. -
kio-gdriveto add Google Drive directly into Dolphin. -
ffmpegthumbsto support video thumbnails in Dolphin. -
libheifto support HEIF (HEIC) images in KDE Plasma. -
kimageformatsto add support for additional image format plugins.
Dolphin service menus add additional features directly to Dolphin's context menu.
-
Some Dolphin service menus can either be installed using a package manager or helper such as
yay, while others may require manual download and installation from the KDE Store.For the latter, create the service menus directory for your user:
mkdir -p ~/.local/share/kio/servicemenusAlternatively, create the directory system-wide:
mkdir -p /usr/share/kio/servicemenus
-
Install the following recommended service menus accordingly:
[!WARNING]
At least some of these service menus are not guaranteed to work on KDE Plasma 6.-
office2pdf to add Office documents conversion to PDF:
-
Manual installation:
cp office2pdf.desktop <service-menus-directory>
-
-
KDE 5 Service Menu PDF to add more PDF-related functionalities:
- Install the
kf5-servicemenus-pdfpackage usingyay.
- Install the
-
KDE 6 Service Menu ReImage to add support for extra image-related functionalities:
-
This makes Flatpak apps use Dolphin as the system file picker and not any others such as Nautilus (GTK).
-
Add necessary environment variables to the
/etc/environmentfile (might not be needed):Edit the system's environment file:
sudo nano /etc/environment
Add and save the following variable values to the file:
GTK_USE_PORTAL=1 XDG_CURRENT_DESKTOP=KDE
[!NOTE]
TheGTK_USE_PORTAL=1variable and value may have been replaced byGDK_DEBUG=portalsinstead. -
Make sure these packages have been installed on your machine:
xdg-desktop-portalxdg-desktop-portal-gtkxdg-desktop-portal-kde
[!NOTE]
You may need to uninstall thexdg-desktop-portal-gnomepackage usingyayif it is installed. -
Some applications may also require additional steps in order for them to launch and use Portals correctly, such as:
-
Reboot your system.