Fixed pasystray-git desktop launcher and autostart
With this solution, the pasystray-cereus script is no longer required.
This commit is contained in:
parent
24b281db2d
commit
084a6101fc
3 changed files with 2 additions and 8 deletions
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
pasystray --notify=sink --notify=source
|
|
|
@ -7,7 +7,7 @@ index c48e124..61d3afb 100644
|
||||||
GenericName=
|
GenericName=
|
||||||
Comment=An Applet for PulseAudio
|
Comment=An Applet for PulseAudio
|
||||||
-Exec=pasystray
|
-Exec=pasystray
|
||||||
+Exec=pasystray-cereus
|
+Exec=sh -c 'pasystray --notify=source --notify=sink'
|
||||||
Icon=pasystray
|
Icon=pasystray
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pasystray-git'
|
# Template file for 'pasystray-git'
|
||||||
pkgname=pasystray-git
|
pkgname=pasystray-git
|
||||||
version=2022.03.14
|
version=2022.03.14
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
hostmakedepends="pkg-config intltool automake git"
|
hostmakedepends="pkg-config intltool automake git"
|
||||||
|
@ -20,7 +20,3 @@ do_fetch() {
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vbin ${FILESDIR}/pasystray-cereus
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue