Ticket #1178: sugar-1178.patch

File sugar-1178.patch, 1.2 KB (added by alsroot, 15 years ago)
  • src/sugar/profile.py

    From 847392c340fc173bee382c774a215923a6443a95 Mon Sep 17 00:00:00 2001
    From: Aleksey Lim <alsroot@member.fsf.org>
    Date: Fri, 14 Aug 2009 07:52:22 +0000
    Subject: Telepathy doesn't create log files #1178
    
    ---
     src/sugar/profile.py |    8 ++++----
     1 files changed, 4 insertions(+), 4 deletions(-)
    
    diff --git a/src/sugar/profile.py b/src/sugar/profile.py
    index cce45a7..d5012bd 100644
    a b class Profile(object): 
    181181            '# log files and features\n'\
    182182            '#export LM_DEBUG=net\n' \
    183183            '#export GABBLE_DEBUG=all\n' \
    184             '#export' \
    185             'GABBLE_LOGFILE=~/.sugar/default/logs/telepathy-gabble.log\n' \
     184            '#export ' \
     185            'GABBLE_LOGFILE=$HOME/.sugar/default/logs/telepathy-gabble.log\n' \
    186186            '#export SALUT_DEBUG=all\n' \
    187             '#export' \
    188             'SALUT_LOGFILE=~/.sugar/default/logs/telepathy-salut.log\n' \
     187            '#export ' \
     188            'SALUT_LOGFILE=$HOME/.sugar/default/logs/telepathy-salut.log\n' \
    189189            '#export GIBBER_DEBUG=all\n' \
    190190            '#export PRESENCESERVICE_DEBUG=1\n' \
    191191            '#export SUGAR_LOGGER_LEVEL=debug\n\n' \