mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
added pasystray explanation
This commit is contained in:
parent
8e1a1451a3
commit
87fcd0116b
@ -39,6 +39,7 @@ dnf install qubes-audio-daemon pulseaudio-utils notification-daemon pavucontrol
|
|||||||
**optional**
|
**optional**
|
||||||
for bluetooth-support: `blueman qubes-usb-proxy`
|
for bluetooth-support: `blueman qubes-usb-proxy`
|
||||||
for audio-USB-support: `qubes-usb-proxy`
|
for audio-USB-support: `qubes-usb-proxy`
|
||||||
|
for tray-icon-support: [`pasystray`](#installing-pasystray)
|
||||||
|
|
||||||
Additionally, `pulseaudio-utils` is technically optional, but a great help in debugging and used to implement volume-change keyboard shortcuts.
|
Additionally, `pulseaudio-utils` is technically optional, but a great help in debugging and used to implement volume-change keyboard shortcuts.
|
||||||
|
|
||||||
@ -126,6 +127,23 @@ The easiest method is to run pavucontrol form sys-audio and keep the window arou
|
|||||||
|
|
||||||
You can make this a lot easier by adding 'PulseAudio Volume Control' to your audio-VM in the Applications-settings.
|
You can make this a lot easier by adding 'PulseAudio Volume Control' to your audio-VM in the Applications-settings.
|
||||||
|
|
||||||
|
#### Installing `pasystray`
|
||||||
|
To recover some tray-icon functionality, install the package `pasystray` in the audiovm's template:
|
||||||
|
|
||||||
|
```sudo dnf install pasystray```
|
||||||
|
|
||||||
|
It won't provide all functions the dom0 tray-icon provided. To autostart the tray-icon on audiovm boot, add this line to `/rw/config/rc.local` in your audiovm:
|
||||||
|
|
||||||
|
```pasystray```
|
||||||
|
|
||||||
|
The tray-icon should provide:
|
||||||
|
|
||||||
|
* volume-indication
|
||||||
|
* change volume via mouse-wheel
|
||||||
|
* open `pavucontrol` (Volume Control GUI) via menu
|
||||||
|
|
||||||
|
The `pasystray`-project reports other functionality as well, though they don't seem to work seamlessly in QubesOS.
|
||||||
|
|
||||||
### Getting Keyboard-Control For Volume
|
### Getting Keyboard-Control For Volume
|
||||||
Since the keyboard is attached to dom0, you need to build a solution in dom0. The approach chosen is to run a command in the audio-VM and bind those to shortcuts in xfce.
|
Since the keyboard is attached to dom0, you need to build a solution in dom0. The approach chosen is to run a command in the audio-VM and bind those to shortcuts in xfce.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user