View Single Post
Posts: 14 | Thanked: 10 times | Joined on Oct 2009
#8
Originally Posted by DaSilva View Post
With your solution you would have to add it for every single account.
Isn't it possible to do it for all enabled accounts with one command?
You could get a list of all accounts with the following and then iterate over them:

Code:
/usr/bin/dbus-send --type=method_call --print-reply --dest=org.freedesktop.Telepathy.AccountManager /org/freedesktop/Telepathy/AccountManager org.freedesktop.DBus.Properties.Get string:org.freedesktop.Telepathy.AccountManager string:ValidAccounts
 

The Following 2 Users Say Thank You to mavit For This Useful Post: