[Pidgin] #15851: Mute Toggle
Pidgin
trac at pidgin.im
Mon Nov 2 18:31:42 EST 2015
#15851: Mute Toggle
-------------------------+---------------------------
Reporter: akovia | Owner: EionRobb
Type: enhancement | Status: new
Milestone: | Component: unclassified
Version: 2.10.3 | Resolution:
Keywords: mute sound |
-------------------------+---------------------------
Comment (by brycec):
This is already possible with the '''!PurplePrefsSetBool''' method that is
exposed over D-Bus.
To toggle mute on, and back off:
{{{
purple-remote "PurplePrefsSetBool?name=/pidgin/sound/mute&value=1"
purple-remote "PurplePrefsSetBool?name=/pidgin/sound/mute&value=0"
}}}
See DbusHowto for a bit more information. The preference name is the path
within the .purple/prefs.xml file formed by name=!'' attributes.
--
Ticket URL: <https://developer.pidgin.im/ticket/15851#comment:1>
Pidgin <https://pidgin.im>
Pidgin
More information about the Tracker
mailing list