Thank you for your bug report!

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]
===========================================

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer       363DEAE3



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to