idea.desktop: fixed that the item got malformed Comment input
This commit is contained in:
@@ -17,7 +17,7 @@ let
|
|||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
name = loName;
|
name = loName;
|
||||||
exec = loName;
|
exec = loName;
|
||||||
comment = meta.longDescription;
|
comment = lib.replaceChars ["\n"] [" "] meta.longDescription;
|
||||||
desktopName = product;
|
desktopName = product;
|
||||||
genericName = meta.description;
|
genericName = meta.description;
|
||||||
categories = "Application;Development;";
|
categories = "Application;Development;";
|
||||||
|
|||||||
Reference in New Issue
Block a user