Dolphin: Difference between revisions

Klinger (talk | contribs)
Tags: Mobile edit Mobile web edit
Lint (talk | contribs)
m Provided name of dolphin package for convenience sake.
 
(3 intermediate revisions by 3 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 ==
=== Wayland ===
By default, dolphin by itself is not packaged with wayland support. This may cause you to get an error like this:
''qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""''
To get wayland support, add the following package:{{file|/etc/nixos/configuration.nix|nix|<nowiki>
environment.systemPackages = with pkgs; [ kdePackages.qtwayland ];
</nowiki>}}


=== Icons ===
=== Icons ===
Line 26: Line 19:
];
];
</nowiki>}}
</nowiki>}}
=== Install ===
{{File|3=<nowiki>
    environment.systemPackages = with pkgs; [
        kdePackages.dolphin # This is the actual dolphin package
    ];
<nowiki>|name=/etc/nixos/configuration.nix|lang=nix}}
```
&lt;nowiki&gt;
    environment.systemPackages = with pkgs; [
        kdePackages.dolphin # This is the actual dolphin package
    ];
&lt;nowiki&gt;
```


=== File previews ===
=== File previews ===