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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user