From f56ba7295ab2311248e6abf04556f05f95f232a3 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Mon, 16 Jun 2025 07:46:31 +0200 Subject: [PATCH] chore(flake): note differences to electron-forge build --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7513dcd48..125992fa5 100644 --- a/flake.nix +++ b/flake.nix @@ -163,7 +163,9 @@ comment = meta.description; desktopName = "TriliumNext Notes"; categories = [ "Office" ]; - startupWMClass = "Trilium Notes Next"; + # TODO: electron-forge build has this set to PRODUCT_NAME (forge.config.cjs) + # But the plain build doesn't set this (or the app icon). + startupWMClass = "TriliumNext Notes"; }) ];