码迷,mamicode.com
首页 > 其他好文 > 详细

「PASysTray」- Pulse Audio System Tray @20210214

时间:2021-02-17 14:46:33      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:des   解决   启动   arc   地址   ica   running   topic   view   

安装

#!/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**

参考文献

项目pasystray的GitHub中的地址


「PASysTray」- Pulse Audio System Tray @20210214

标签:des   解决   启动   arc   地址   ica   running   topic   view   

原文地址:https://www.cnblogs.com/k4nz/p/14402474.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!