You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before opening an issue, please search and see if it has already been raised.
Bug Report
Feature Request
Successfully reproduced against the latest version of NW.js?
Current/Missing Behavior
On Wayland, app_id must be available for desktop environments to match an application to its desktop file for things like icons etc to be resolvable. The property is similar to WM_CLASS for X11, and indeed must map 1:1 to the .desktop basename, and to the StartupWMClass property within the .desktop file when it exists.
Issue Type
Before opening an issue, please search and see if it has already been raised.
Bug Report
Feature Request
Successfully reproduced against the latest version of NW.js?
Current/Missing Behavior
On Wayland,
app_id
must be available for desktop environments to match an application to its desktop file for things like icons etc to be resolvable. The property is similar to WM_CLASS for X11, and indeed must map 1:1 to the .desktop basename, and to the StartupWMClass property within the .desktop file when it exists.Expected/Proposed Behavior
nw.js applications should return an
app_id
Additional Info
Here is an example of how Electron solved this:
electron/electron#34855
The text was updated successfully, but these errors were encountered: