From efa9be4d4c48a44e4926f12df943398856bd943f Mon Sep 17 00:00:00 2001 From: Chris Rendle-Short Date: Mon, 19 Aug 2019 20:40:26 +1000 Subject: [PATCH] riot-desktop: rename .desktop file to match app_id Fixes the problem where the app icon would not show under Gnome/Wayland. --- .../networking/instant-messengers/riot/riot-desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix b/pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix index 7400393d92b..894e51529e6 100644 --- a/pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix +++ b/pkgs/applications/networking/instant-messengers/riot/riot-desktop.nix @@ -65,7 +65,7 @@ in mkYarnPackage rec { # * category and StartupWMClass from the build.linux section of # https://github.com/vector-im/riot-web/blob/develop/package.json desktopItem = makeDesktopItem { - inherit name; + name = "riot"; exec = executableName; icon = "riot"; desktopName = "Riot";