* src/FamilyList.py: call family editor
* src/StartupDialog.py: pwm in try/except * src/gramps.py: don't fail on missing SIG_CHILD svn: r5724
This commit is contained in:
@ -192,10 +192,9 @@ class StartupDialog:
|
||||
|
||||
name = GrampsKeys.get_researcher_name()
|
||||
if not name or name.strip() == "":
|
||||
import pwd
|
||||
import os
|
||||
|
||||
try:
|
||||
import pwd
|
||||
import os
|
||||
name = pwd.getpwnam(os.environ['USER'])[4]
|
||||
except:
|
||||
name = ""
|
||||
|
Reference in New Issue
Block a user