lyxNotebook
lyxNotebook copied to clipboard
Wrong location on config
Hi, after installing the package has wrong default location, I believe you just forgot to comment and uncomment the correct lines. Anyway on the created lyxnotebook.cfg it is right now:
# This setting must match any '-userdir' argument passed to the running LyX.
#lyx_user_directory = "~/.lyx"
# TODO: Get rid of this as option, must be passed as arg.
lyx_user_directory = "~/programming/python/lyxnotebook/project_root/test/.lyx"
# This setting must match:
# Tools->Preferences->Paths->LyXServer pipe
# lyx_server_pipe = "~/.lyx/lyxpipe"
lyx_server_pipe = "~/programming/python/lyxnotebook/project_root/test/.lyx/lyxpipe"
but should probably be:
# This setting must match any '-userdir' argument passed to the running LyX.
lyx_user_directory = "~/.lyx"
# TODO: Get rid of this as option, must be passed as arg.
#lyx_user_directory = "~/programming/python/lyxnotebook/project_root/test/.lyx"
# This setting must match:
# Tools->Preferences->Paths->LyXServer pipe
lyx_server_pipe = "~/.lyx/lyxpipe"
#lyx_server_pipe = "~/programming/python/lyxnotebook/project_root/test/.lyx/lyxpipe"
PS: If you need help with the development, I'd like to help if I can. But I don't have much spare time, though with the recent global situation I do have more time than usual
You're right, I forgot to remove my testing configuration (that runs the compiled Lyx 2.4 code). I'll push out a fixed version shortly.
Any help is certainly welcome.
The fixed version has been pushed to GitHub.