Bug 1826330 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Nightly, KDE Wayland, Debian Testing
* [MOZ_APP_REMOTINGNAME=firefox-nightly](https://hg.mozilla.org/mozilla-central/rev/2a173d9ebb0f)
* https://hg.mozilla.org/mozilla-central/rev/4c78c3f1e3e9
  > g_set_prgname(gAppData->remotingName);

  > // creating top-level windows.
  >if (gAppData) {
  > gdk_set_program_class(gAppData->remotingName);
  >}

| if the desktop file is named: | StartupWMClass | nightly main window icon | about dialog icon | 
| --- | --- | --- | --- | 
| ~/.local/share/applications/firefox.desktop | | WAYLAND | WAYLAND |
| ~/.local/share/applications/firefox-nightly.desktop |  | nightly | nightly  |
| ~/.local/share/applications/firefox.desktop | firefox-nightly | nightly  |  WAYLAND |
| ~/.local/share/applications/firefox-nightly.desktop | firefox-nightly | nightly | nightly |
| ~/.local/share/applications/org.mozilla.firefox-nightly.desktop | firefox-nightly | nightly | WAYLAND |
| /var/lib/snapd/desktop/applications/firefox_firefox.desktop |  | nightly | WAYLAND |
Nightly, KDE Wayland, Debian Testing
* [MOZ_APP_REMOTINGNAME=firefox-nightly](https://hg.mozilla.org/mozilla-central/rev/2a173d9ebb0f)
* https://hg.mozilla.org/mozilla-central/rev/4c78c3f1e3e9
  > g_set_prgname(gAppData->remotingName);

  > // creating top-level windows.
  >if (gAppData) {
  > gdk_set_program_class(gAppData->remotingName);
  >}

| if the desktop file is named: | StartupWMClass | nightly main window icon | about/downloads/bookmark window icon | 
| --- | --- | --- | --- | 
| ~/.local/share/applications/firefox.desktop | | WAYLAND | WAYLAND |
| ~/.local/share/applications/firefox-nightly.desktop |  | nightly | nightly |
| ~/.local/share/applications/firefox.desktop | firefox-nightly | nightly  |  WAYLAND (but nightly in taskbar) |
| ~/.local/share/applications/firefox-nightly.desktop | firefox-nightly | nightly | nightly |
| ~/.local/share/applications/org.mozilla.firefox-nightly.desktop | firefox-nightly | nightly | WAYLAND (but nightly in taskbar) |
| /var/lib/snapd/desktop/applications/firefox_firefox.desktop |  | nightly | WAYLAND (but nightly in taskbar) |
Nightly, KDE Wayland, Debian Testing
* [MOZ_APP_REMOTINGNAME=firefox-nightly](https://hg.mozilla.org/mozilla-central/rev/2a173d9ebb0f)
* https://hg.mozilla.org/mozilla-central/rev/4c78c3f1e3e9
  > g_set_prgname(gAppData->remotingName);

  > // creating top-level windows.
  >if (gAppData) {
  > gdk_set_program_class(gAppData->remotingName);
  >}

| if the desktop file is named: | StartupWMClass | nightly main window icon | about/downloads/bookmark window icon | 
| --- | --- | --- | --- | 
| ~/.local/share/applications/firefox.desktop | | WAYLAND | WAYLAND |
| ~/.local/share/applications/firefox-nightly.desktop |  | nightly | nightly |
| ~/.local/share/applications/firefox.desktop | firefox-nightly | nightly  |  WAYLAND (but nightly in taskbar) |
| ~/.local/share/applications/firefox-nightly.desktop | firefox-nightly | nightly | nightly |
| ~/.local/share/applications/org.mozilla.firefox-nightly.desktop | firefox-nightly | nightly | WAYLAND (but nightly in taskbar) |
| /var/lib/snapd/desktop/applications/firefox_firefox.desktop |  | nightly | WAYLAND (but nightly in taskbar) |

Gnome Wayland doesn't have window icons, only taskbar icons.

Back to Bug 1826330 Comment 0