riot-desktop: rename .desktop file to match app_id
Fixes the problem where the app icon would not show under Gnome/Wayland.
This commit is contained in:
parent
a92f71964f
commit
efa9be4d4c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue