Trying to upload vocabulary an error popup prevents from opening the upload dialog. In specific, in console output I see: "Cannot lock file /tmp/parley-uTj2pFc1.kvtml" So as to overcome the issue, in parleydocument.cpp, in uploadFile(), I changed : if ( m_doc->saveAs(url, KEduVocDocument::Automatic) != KEduVocDocument::NoError ){ to if ( tempDoc.open(url, KEduVocDocument::FileIgnoreLock) != KEduVocDocument::NoError ) { Now, upload dialog opens as expected. But when I try to pass my credentials and login to opendesktop I get in console: content-type missing in HTTP POST, defaulting to application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix this problem. In UI I get a popup saying 'Could not verify login, please try again.' Then I changed uploadFile again, setting from KNS3::UploadDialog dialog(ParleyMainWindow::instance()); to KNS3::UploadDialog dialog(QStringLiteral("parley-themes.knsrc"),ParleyMainWindow::instance() ); so as to force the usage of ProvidersUrl=http://download.kde.org/ocs/providers.xml that parley-themes.knsrc contains instead of ProvidersUrl=http://edu.kde.org/parley/newstuff/providers44.xml that parley.knsrc uses. Now, I can follow the whole of steps of the upload dialog, but upload fails in the end. TBH, after opendesktop revamp I am not quite sure where vocabulary files can be found or under what category. Reproducible: Always Steps to Reproduce: 1. Select a vocabulary collection 2. Open editor 3. Try to upload the collection Actual Results: Vocabulary is not uploaded Expected Results: Vocabulary to be uploaded
Thank you for reporting this bug in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!