Dolphin: Difference between revisions
m →Icons |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
When using dolphin on other Desktop or Window Managers, the Open With menu may not show any applications. | When using dolphin on other Desktop or Window Managers, the Open With menu may not show any applications. | ||
A comprehensive solution can be found with [https://github.com/rumboon/dolphin-overlay rumboon's dolphin-overlay], but a more straight-forward fix would be to add the following line to your configuration file: | |||
{{File|3=environment.etc."xdg/menus/applications.menu".source = "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu";|name=/etc/nixos/configuration.nix|lang=nix}} | {{File|3=environment.etc."xdg/menus/applications.menu".source = "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu";|name=/etc/nixos/configuration.nix|lang=nix}} | ||
| Line 15: | Line 15: | ||
To fix it, simply add the following package:{{file|/etc/nixos/configuration.nix|nix|<nowiki> | To fix it, simply add the following package:{{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
environment. | environment.systemPackages = with pkgs; [ kdePackages.qtsvg ]; | ||
</nowiki> | </nowiki>}} | ||
=== KIO-Fuse === | === KIO-Fuse === | ||