Skip to content

Hardcoded userconfigfile #12

@kkoksvik

Description

@kkoksvik

Getting this error-message during startup. Does not look like it is problematic but cutters terminal when looking for other problems.

Mod pluginloader InitGui.py starting ...
pluginmanager config file /usr/share/freecad//Mod/plugins/pluginloaderconfig.yaml
pluginmanager userconfig file /usr/lib/freecad/Mod/plugins/myconfig.yaml
userconfigfile not available
IOError: [Errno 2] No such file or directory: '/usr/lib/freecad/Mod/plugins/myconfig.yaml'

dict
{'menu test - cmd2': {'exec': 'import plugins;plugins.plugin1.p1.info1()'}, 'menu tes - fun': {'exec': 'FreeCAD.ActiveDocument.addObject("Part::Box","Box")'}, 'menu test - command1': {'exec': 'import plugins;plugins.plugin1.info2()'}}
{'author': 'noname',
'backup': '/usr/share/freecad/tmp/bak2_',
'description': 'no description',
'destdir': '/home/kjetil/.FreeCAD/Mod/testdir',
'exec': "import FreeCAD;FreeCAD.Console.PrintWarning('*****default Method FreeCAD-Dir=/usr/share/freecad/! HOME-Dir=/home/kjetil/! UserData-Dir=/home/kjetil/.FreeCAD/!\n')",
'format': 'zipdir',
'icon': '/usr/share/freecad/Mod/plugins/icons/master.png',
'menu': 'defaults',
'method': 'zip',
'name': 'defaultName',
'source': 'https://github.com/microelly2/plugin_defaults/archive/master.zip',
'sourcedir': 'plugin_defaults-master',
'status': 'ignore',
'timestime': 'https://github.com/microelly2/plugin_defaults/timestamp'}
dict
{'files': ['dark-green.qss', 'dark-blue.qss', 'dark-orange.qss', 'light-green.qss', 'light-blue.qss', 'light-orange.qss'], 'pattern': '[PATH_TO_IMAGES]', 'data': 'UserAppData/Gui/Stylesheets/images'}
Mod pluginloader InitGui.py done
gentoolbars ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions