We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
$ cat /usr/share/applications/element-desktop-nightly.desktop [Desktop Entry] Name=Element-Nightly Exec=/opt/Element-Nightly/element-desktop-nightly %U Terminal=false Type=Application Icon=element-desktop-nightly StartupWMClass=element Comment=A feature-rich client for Matrix.org MimeType=x-scheme-handler/element; Categories=Network;InstantMessaging;Chat;
For nightly build, StartupWMClass should be element-nightly instead of element.
StartupWMClass
element-nightly
element
This for example causes duplicated element icon in gnome dock panel:
ref: https://askubuntu.com/questions/367396/what-does-the-startupwmclass-field-of-a-desktop-file-represent/367851#367851
I believe the value is taken from package.json https://github.com/vector-im/element-desktop/blob/f54249146747873df9f0da3a9833b7f35aa1b5e4/package.json#L135
package.json
Note: also Description could reflect the value specified in: https://github.com/vector-im/element-desktop/blob/f54249146747873df9f0da3a9833b7f35aa1b5e4/element.io/nightly/control.template#L11
Description
The text was updated successfully, but these errors were encountered:
Duplicate of element-hq/element-web#13780
Sorry, something went wrong.
No branches or pull requests
Describe the bug
For nightly build,
StartupWMClass
should beelement-nightly
instead ofelement
.This for example causes duplicated element icon in gnome dock panel:
ref: https://askubuntu.com/questions/367396/what-does-the-startupwmclass-field-of-a-desktop-file-represent/367851#367851
I believe the value is taken from
package.json
https://github.com/vector-im/element-desktop/blob/f54249146747873df9f0da3a9833b7f35aa1b5e4/package.json#L135
Note: also
Description
could reflect the value specified in:https://github.com/vector-im/element-desktop/blob/f54249146747873df9f0da3a9833b7f35aa1b5e4/element.io/nightly/control.template#L11
The text was updated successfully, but these errors were encountered: