View Single Post
Niwakame's Avatar
Posts: 120 | Thanked: 126 times | Joined on Nov 2011 @ Germany
#45
Originally Posted by billranton View Post

Maybe you could try setting the 'enabled' boolean one if it's not there? If it works, I'll add it to the last set of insertions on the first post. I'd like to keep that as simple as possible though.
The boolean is already there. It happens, when using mc-tool enable. So I guess this is a ephemeral value...

Code:
9|MyNickname|icq|1
9|0|username|s|**myICQUIN**
9|0|password|s|**myPassword**
9|19|tmc-uid|s|haze/icq/_********
9|19|NormalizedName|s|**myICQUIN**
9|19|ConnectAutomatically|s|false
9|19|enabled|b|1
Edit1: Oh wait...testing something.
Edit2:
Nah, I was missing this one in the CODE Section, but it's there
Code:
9|0|enabled|b|1
@billranton:
if you don't have a better idea, I would put this :
Code:
[Desktop Entry]
Name=ICQ MCTool Enabler
Exec=mc-tool enable haze/icq/_.....
X-MeeGo-Priority=Low
to ~/.config/autostart/icq_mctool.desktop, which would be fired after the Xwindow system is started...I know it's more overhead, but it's less than switching on developer mode every time on restart :P

Last edited by Niwakame; 2011-12-06 at 11:15.