Dolphin: Difference between revisions

 
(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.


To fix this, add the following line to your configuration file:
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.etc."xdg/menus/applications.menu".source = "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu";
environment.systemPackages = with pkgs; [ kdePackages.qtsvg ];
</nowiki>|name=/etc/nixos/configuration.nix|lang=nix}}
</nowiki>}}


=== KIO-Fuse ===
=== KIO-Fuse ===