View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#10
hillbicks, thanks this script is work, but "offline" still try to connect to internet... and "online" connect all my IM accounts..
I too want to know how to set MY presence of the IM accounts...

Originally Posted by Zas View Post
If you install "libmissioncontrol-utils" you can set resence with:
Code:
mc-tool list | grep -v "ring/tel" | awk {'print "mc-tool request "$1" busy"'} | sh
Just replace "busy" with "offline" or "online".
If you don't want to set all accounts at once you can replace -v "ring/tel" (exclude -v) with "skype" or "ovi" or "gmail" etc. depending on the account settings.
I installed this and your code working perfectly! Thanks..
But before I run this code, I need set my presence to "ofline", if I set "Online" all my accounts connecting automaticaly, when I connect to internet... The code not switching to one account, that I wrote in the code..
It's still a good, I only need to remember to switch "offline" before I run "desktop activity"...