lyxNotebook icon indicating copy to clipboard operation
lyxNotebook copied to clipboard

Wrong location on config

Open ItayXD opened this issue 5 years ago • 3 comments

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"

ItayXD avatar Apr 15 '20 19:04 ItayXD

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

ItayXD avatar Apr 15 '20 19:04 ItayXD

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.

abarker avatar Apr 16 '20 10:04 abarker

The fixed version has been pushed to GitHub.

abarker avatar Apr 16 '20 11:04 abarker