mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 23:14:37 +00:00
fix(linux): deliver X11 ozone flags via custom .desktop template (#1091)
This commit is contained in:
@@ -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}}
|
||||
@@ -56,7 +56,8 @@
|
||||
"libx11-6",
|
||||
"libgdk-pixbuf-2.0-0",
|
||||
"libglib2.0-0"
|
||||
]
|
||||
],
|
||||
"desktopTemplate": "main.desktop"
|
||||
}
|
||||
},
|
||||
"createUpdaterArtifacts": false,
|
||||
|
||||
Reference in New Issue
Block a user