parent
c4312272f4
commit
905832c898
3 changed files with 35 additions and 8 deletions
@ -0,0 +1,19 @@ |
|||||||
|
REM Configuration de Gajim au premier lancement |
||||||
|
|
||||||
|
if not exist "%APPDATA%\Gajim\Config" ( |
||||||
|
mkdir "%APPDATA%\Gajim\" |
||||||
|
echo one_message_window = always_with_roster>> "%APPDATA%\Gajim\Config" |
||||||
|
echo accounts.%IPASSERELLE_DOMAIN%.autoauth = True>> "%APPDATA%\Gajim\Config" |
||||||
|
echo accounts.%IPASSERELLE_DOMAIN%.name = %USERNAME%>> "%APPDATA%\Gajim\Config" |
||||||
|
echo accounts.%IPASSERELLE_DOMAIN%.hostname = %IPASSERELLE_DOMAIN%>> "%APPDATA%\Gajim\Config" |
||||||
|
echo accounts.%IPASSERELLE_DOMAIN%.sync_with_global_status = True>> "%APPDATA%\Gajim\Config" |
||||||
|
echo accounts.%IPASSERELLE_DOMAIN%.active = True>> "%APPDATA%\Gajim\Config" |
||||||
|
echo accounts.%IPASSERELLE_DOMAIN%.autoconnect = True>> "%APPDATA%\Gajim\Config" |
||||||
|
echo accounts.%IPASSERELLE_DOMAIN%.autoconnect_as = online>> "%APPDATA%\Gajim\Config" |
||||||
|
echo accounts.%IPASSERELLE_DOMAIN%.custom_host = %IPASSERELLE_NAME%.%IPASSERELLE_DOMAIN%>> "%APPDATA%\Gajim\Config" |
||||||
|
echo accounts.%IPASSERELLE_DOMAIN%.send_os_info = False>> "%APPDATA%\Gajim\Config" |
||||||
|
echo accounts.%IPASSERELLE_DOMAIN%.enable_message_carbons = True>> "%APPDATA%\Gajim\Config" |
||||||
|
) |
||||||
|
else ( |
||||||
|
echo "Gajim est configure" |
||||||
|
) |
Loading…
Reference in new issue