I installed it on ubuntu, just direct extract from gz2 package. Here described a way to import previous setting. However, there is no such option at 1st time I start the new version
>>> bpy.utils.user_resource("CONFIG")
'/home/user/.config/blender/2.76/config/'
ls /home/user/.config/blender/2.76
ls: cannot access /home/user/.config/blender/2.76: No such file or directory
We can see there is no config file at all. Still there is no such option on splash screen.
I also tried:
>>> bpy.ops.wm.copy_prev_settings()
Error: Source path '/home/user/.config/blender/2.75' exists
However, this is not true. The only folder exist in that /home/user/.config/blender is 2.71 There must be some bugs?
~/.config/blender/2.76. AFAIK that's allcopy_prev_settings()does to begin with. – gandalf3 Nov 05 '15 at 04:42