summaryrefslogtreecommitdiff
path: root/pasystray/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-12-31 12:05:13 -0500
committerB. Stack <bgstack15@gmail.com>2024-12-31 12:05:13 -0500
commit119cdc535c42d88f5123e87a9c357143c4ebfb79 (patch)
tree5d1a01fdb82d3772ac24241f3cb718654705770b /pasystray/README.md
parentnpp 8.7.5 (diff)
downloadstackrpms-119cdc535c42d88f5123e87a9c357143c4ebfb79.tar.gz
stackrpms-119cdc535c42d88f5123e87a9c357143c4ebfb79.tar.bz2
stackrpms-119cdc535c42d88f5123e87a9c357143c4ebfb79.zip
add pasystray
Diffstat (limited to 'pasystray/README.md')
-rw-r--r--pasystray/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/pasystray/README.md b/pasystray/README.md
new file mode 100644
index 0000000..918415a
--- /dev/null
+++ b/pasystray/README.md
@@ -0,0 +1,25 @@
+# README for pasystray
+This package is my fork of [Debian's package](https://packages.debian.org/sid/pasystray) to achieve some minor effects I want.
+
+## Upstream
+The origin of the appplication is on [github](https://github.com/christophgysin/pasystray). Debian's vcs is on [salsa](https://salsa.debian.org/debian/pasystray).
+
+## Alternatives
+Use native Devuan package, that has broken, and also unwanted, features.
+
+For alsa based systems, use package `volumeicon-alsa`.
+
+## Reason for being in stackrpms
+I wanted small modifications to this application. In 2024 I started [using pulseaudio](https://bgstack15.ddns.net/blog/posts/2024/03/18/change-default-audio-input-on-devuan-with-pulseaudio/) and the alsa-based volumeicon did not control pulseaudio-only sinks, like the "combined sink."
+
+## Dependencies
+Read the dpkg recipe.
+
+## References
+All links in this document.
+
+## Differences from upstream.
+The application code itself is unchanged. My dpkg recipe varies from upstream dpkg slightly, and includes very small patches to the app code, to accomplish the following:
+
+* Disable using libayatana-appindicator3-1 and libavahi garbage. The fallback of Gtk3 StatusIcon works better.
+* Use pulsemixer instead of pavucontrol.
bgstack15