diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2026-04-13 10:52:11 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2026-04-13 10:52:11 +0200 |
| commit | 3b1d4fa6cedfc9328709437efbf47629fa7d8968 (patch) | |
| tree | e7a8a5140346c02beb6352f09f733b117c54ff72 /1-chatlog.txt | |
| parent | 5a4431b6e01b7b51c93f1589e2853814716af362 (diff) | |
| download | 962-3b1d4fa6cedfc9328709437efbf47629fa7d8968.tar.gz 962-3b1d4fa6cedfc9328709437efbf47629fa7d8968.zip | |
Diffstat (limited to '1-chatlog.txt')
| -rw-r--r-- | 1-chatlog.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/1-chatlog.txt b/1-chatlog.txt new file mode 100644 index 0000000..c8d2e0e --- /dev/null +++ b/1-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 |
