hi siegfried,
On Tue, Sep 15, 2009 at 08:32:00PM +0200, Siegfried Gevatter wrote:
> Can you please try if adding the following lines (taken from util.py)
> to the end of /usr/share/webboard/webboardlib/wbconfig.py fixes this
> problem?
>
> ===========================================
> def guess_user(self):
> "Guess the user name"
> full = pwd.getpwuid(os.getuid())[4].split(",")[0]
> if len(full) > 0:
> return full
> else:
> return pwd.getpwuid(os.getuid())[0]
> ===========================================
along with importing pwd and os, both the application and the cmdline
program starts, yes.
i've noticed however that my "name" is truncated though:
DEBUG:root:sean finne
not sure if it's related or not.
sean
--
signature.asc
Description: Digital signature

