fix(linux): deliver X11 ozone flags via custom .desktop template (#1091)

This commit is contained in:
Steven Enamakel
2026-05-01 17:50:53 -07:00
committed by GitHub
parent fbd4c7ee11
commit 765f2e65e8
2 changed files with 16 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
[Desktop Entry]
Categories={{categories}}
{{#if comment}}
Comment={{comment}}
{{/if}}
Exec={{exec}} --enable-features=UseOzonePlatform --ozone-platform=x11
StartupWMClass={{exec}}
Icon={{icon}}
Name={{name}}
Terminal=false
Type=Application
{{#if mime_type}}
MimeType={{mime_type}}
{{/if}}
+2 -1
View File
@@ -56,7 +56,8 @@
"libx11-6",
"libgdk-pixbuf-2.0-0",
"libglib2.0-0"
]
],
"desktopTemplate": "main.desktop"
}
},
"createUpdaterArtifacts": false,