diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2026-04-13 10:44:24 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2026-04-13 10:44:24 +0200 |
| commit | 4c02c97d3e09badd8b7575e977c88248059d6c92 (patch) | |
| tree | 9d8991baff1425ff416f9ba4ec63a2ab680604f2 | |
| download | 962-4c02c97d3e09badd8b7575e977c88248059d6c92.tar.gz 962-4c02c97d3e09badd8b7575e977c88248059d6c92.zip | |
| -rw-r--r-- | chatlog.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chatlog.txt b/chatlog.txt new file mode 100644 index 0000000..c8d2e0e --- /dev/null +++ b/chatlog.txt @@ -0,0 +1,15 @@ +<cweiske> I'd like to temporarily change the name of a pipewire output. I already found the device id 73 with "pw-cli list-objects" and see that the label that Gnome Shell shows is the "node.description" property:
+<cweiske> $ pw-cli info 73 |grep node.desc
+<cweiske> * node.description = "Sennheiser PC 8.2 USB Analog Stereo"
+<cweiske> How can I change that?
+<cweiske> I tried
+<cweiske> $ pw-cli set-param 73 Props '{ props = [ 'node.description' "Headset" ] }
+<cweiske> but that does not work.
+<cweiske> I also tried variations like '{ props = [ "node.description": "Headset Sennheiser" ] }', but no avail
+<wtay> cweiske, it's not possible to change a property like that
+<wtay> cweiske, you can make a wireplumber rule to change the description though
+<cweiske> I saw that in the docs: https://docs.pipewire.org/page_man_pipewire_conf_5.html
+<cweiske> but I thought I could try that at run-time
+<wtay> https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/alsa.html#rules
+<wtay> not possible at runtime
+<cweiske> thanks for the info.
\ No newline at end of file |
