Dolphin: Difference between revisions

Undo revision 34095 by File type (talk)
Tag: Undo
 
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}}