-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export LibreOffice : "couldn't find configuration to export" #94
Comments
In the vym base directory there should be another dir "exports", e.g. on openSUSE there is:
The used vymBaseDir you can see with Help->Debug info Is that available? |
With LMDE5/Debian11 the vymBaseDir is at the same place than yours. |
And even with these files you get a warning? The warning is generated in https://github.com/insilmaril/vym/blob/release/src/mainwindow.cpp#L4501 The files are searched here vym/src/exportoofiledialog.cpp Line 35 in 8d6e773
Don't see why it isn't found then |
Yes I've got the warning in 2.9.26-1
It's the first time I try to use qtcreator. |
Uh, looks like your Linux installation is missing some development package of Qt, namely Qt5Script. Not sure how to install this... The change I have done in de0b06b was just replacing the hardcoded path with the variable vymBaseDir, shouldn't really change something. I still don't get, why the /usr/share/vym/exports/orange-blue.conf config file isn't found in your installation. Next places, which are searched are $HOME/.vym/exports (which I have never used) and finally relative to current directory in ./exports, which I only use when coding. |
Ok I have no time yet to learn how to add the forgotten package, but I try something "dirty" after reading your last message. |
Indeed that was my idea, trying it in your $HOME dir. Sorry, could have been more explicit. The libreoffice export template is really old, maybe it could be reworked meanwhile. Though I am quite busy to stabilize vym 3.0 and just today I have the first build running on Qt6, which also will need a lot of love before becoming fully usable :-/ Any help is welcome ;-) |
Thanks, |
Develop branch no longer requires (or allows ;-) ) QtScript. I just changed the implementation in Disclaimer: Maps created with the development version are no longer backwards compatible to 2.9.2* Development requires Qt6, e.g. 6.7.0 |
I am using vym 2.9.22 on LMDE5 (Linux Mint Debian Edition based on debian 11)
When I try to export with LibreOffice option, I've got a message "Attention : couldn't find configuration to export."
I have no parameters to setup LibreOffice in VYm.
Is there a way to configure this export?
Thank you
The text was updated successfully, but these errors were encountered: