Fixed pasystray-git desktop launcher and autostart

With this solution, the pasystray-cereus script is no longer required.
This commit is contained in:
KF-Art 2022-09-21 20:04:04 -04:00
parent 24b281db2d
commit 084a6101fc
3 changed files with 2 additions and 8 deletions

View file

@ -1,2 +0,0 @@
#!/bin/bash
pasystray --notify=sink --notify=source

View file

@ -7,7 +7,7 @@ index c48e124..61d3afb 100644
GenericName=
Comment=An Applet for PulseAudio
-Exec=pasystray
+Exec=pasystray-cereus
+Exec=sh -c 'pasystray --notify=source --notify=sink'
Icon=pasystray
StartupNotify=true
Type=Application

View file

@ -1,7 +1,7 @@
# Template file for 'pasystray-git'
pkgname=pasystray-git
version=2022.03.14
revision=2
revision=3
build_style=gnu-configure
repository="cereus-extra"
hostmakedepends="pkg-config intltool automake git"
@ -20,7 +20,3 @@ do_fetch() {
pre_configure() {
autoreconf -fi
}
post_install() {
vbin ${FILESDIR}/pasystray-cereus
}