pulse-browser / browser

Pulse Browser: An experimental firefox fork
https://pulsebrowser.app/
Mozilla Public License 2.0
773 stars 46 forks source link

Fix wayland app name #231

Closed trickypr closed 1 year ago

trickypr commented 1 year ago

The wayland app field is used to set the desktop file. If set incorrectly (which it is at the moment) KDE will refuse to display the correct icons in flatpaks.

Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1782448 KDE: https://bugs.kde.org/show_bug.cgi?id=459536

Note, MOZ_APP_REMOTINGNAME is used by g_set_prgname elsewhere in the application.

trickypr commented 1 year ago

@PressJump ping