「PASysTray」- Pulse Audio System Tray @20210129

安装

#!/bin/bash

# Kali GNU/Linux Rolling
apt-get install pasystray

常见错误列表

#1

(pasystray:30116): pasystray-WARNING **: [notify] unable to show notification: g-dbus-error-quark:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was
not provided by any .service files (2)

原因:未知。可能是因为没有安装notification-daemon服务导致的。
解决:未解决。

#2 Error initializing Avahi: Daemon not running

(pasystray:30890): pasystray-WARNING **: Error initializing Avahi: Daemon not running

原因:没有安装avahi服务。或者avahi服务没有启动。
系统:Kali GNU/Linux Rolling
解决:安装avahi服务,并启动该服务。

 

# 安装avahi服务
apt-get install libavahi-common3 libavahi-core7 avahi-daemon
# 开机自启动
systemctl enable avahi-daemon
# 启动服务
systemctl start avahi-daemon

 

参考文献

WikiNotes/Pulse Audio System Tray
项目pasystray的GitHub中的地址

上一篇:RGB和YUV互转


下一篇:微信跳一跳实验报告