mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
element-desktop: add %u to Exec line in .desktop
The registered scheme-handler is a bit useless without passing the url actually to element
This commit is contained in:
parent
c02c2523a9
commit
ad5fc9b6d4
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Element
|
Name=Element
|
||||||
Comment=A feature-rich client for Matrix.org
|
Comment=A feature-rich client for Matrix.org
|
||||||
Exec=element-desktop
|
Exec=element-desktop %u
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=element
|
Icon=element
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'element-desktop'
|
# Template file for 'element-desktop'
|
||||||
pkgname=element-desktop
|
pkgname=element-desktop
|
||||||
version=1.11.31
|
version=1.11.31
|
||||||
revision=2
|
revision=3
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
conf_files="/etc/${pkgname}/config.json"
|
conf_files="/etc/${pkgname}/config.json"
|
||||||
hostmakedepends="git yarn nodejs rust cargo python3 curl
|
hostmakedepends="git yarn nodejs rust cargo python3 curl
|
||||||
|
|
Loading…
Add table
Reference in a new issue