Dolphin: Difference between revisions
Tags: Mobile edit Mobile web edit |
mNo edit summary |
||
| (7 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
{{disambiguation|Dolphin Emulator}} | |||
Dolphin is the [[KDE]] desktop's file manager. When using dolphin without KDE, you may want to install some optional dependencies. | Dolphin is the [[KDE]] desktop's file manager. When using dolphin without KDE, you may want to install some optional dependencies. | ||
== Troubleshooting == | == Troubleshooting == | ||
=== | === '''Open with menu fix''' === | ||
https://github.com/rumboon/dolphin-overlay | |||
' | |||
=== Icons === | === Icons === | ||
| Line 21: | Line 17: | ||
=== KIO-Fuse === | === KIO-Fuse === | ||
If you need to mount network shares you can use KIO-Fuse: {{file|/etc/nixos/configuration.nix|nix|<nowiki> | If you need to mount network shares you can use KIO-Fuse: {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
environment.systemPackages = with pkgs; [ | environment.systemPackages = with pkgs; [ | ||
kdePackages.kio # needed since 25.11 | |||
kdePackages.kio-fuse #to mount remote filesystems via FUSE | kdePackages.kio-fuse #to mount remote filesystems via FUSE | ||
kdePackages.kio-extras #extra protocols support (sftp, fish and more) | kdePackages.kio-extras #extra protocols support (sftp, fish and more) | ||
]; | ]; | ||
</nowiki>}} | </nowiki>}} | ||
=== Install === | |||
{{File|3=environment.systemPackages = with pkgs; [ | |||
kdePackages.dolphin # This is the actual dolphin package | |||
];|name=/etc/nixos/configuration.nix|lang=nix}} | |||
=== File previews === | === File previews === | ||