По умолчанию кутим собирается с один профилем. В одном профиле можно создавать множество аккаунтов. Если вам необходимо, можно включить создание профилей. Сделать это можно так: 1. Открыть файл ~/.config/qutim/profiles/profiles.json 2. Вписать в него “singleProfile”: false Пример правильного выполнения этих действий:

{
 "profile": {
  "config": "Core::JsonConfigBackend",
  "configDir": "/home/smith/.config/qutim",
  "crypto": "Core::NoCryptoService",
  "historyDir": "/home/smith/.config/qutim/history",
  "id": "smith",
  "name": "smith",
  "portable": false,
  "shareDir": "/home/smith/.local/share/qutim"  
 },
 "singleProfile": false
}

Добавилась запятая в конце и после неё “singleProfile”: false

/home/qutim/data/www/wiki.qutim.org/data/pages/ru/profiles.txt · Last modified: 2011/10/30 03:46 by mrfree
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki