element-desktop: fix application icon grouping (StartupWMClass).
This commit is contained in:
parent
5941d0f86d
commit
6f582b8f5d
|
@ -5,6 +5,5 @@ Exec=element-desktop
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=element
|
Icon=element
|
||||||
StartupWMClass="Element"
|
StartupWMClass=element
|
||||||
Categories=Network;InstantMessaging;Chat;IRCClient
|
Categories=Network;InstantMessaging;Chat;IRCClient
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'element-desktop'
|
# Template file for 'element-desktop'
|
||||||
pkgname=element-desktop
|
pkgname=element-desktop
|
||||||
version=1.7.4
|
version=1.7.4
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="element-web-${version}"
|
wrksrc="element-web-${version}"
|
||||||
conf_files="/etc/${pkgname}/config.json"
|
conf_files="/etc/${pkgname}/config.json"
|
||||||
hostmakedepends="git yarn nodejs rust cargo python sqlcipher-devel curl libappindicator-devel libnotify-devel pkg-config"
|
hostmakedepends="git yarn nodejs rust cargo python sqlcipher-devel curl libappindicator-devel libnotify-devel pkg-config"
|
||||||
|
|
Loading…
Reference in New Issue