Summary: | File is not writeable when creating a new collection | ||
---|---|---|---|
Product: | [Applications] parley | Reporter: | Dimitris Kardarakos <dimkard> |
Component: | editor | Assignee: | parley bug tracker <parley-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | cordlandwehr, dimkard, gmx, godfried.borremans, kdebugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/libkeduvocdocument/8c8cf0290332c0c6c0bf5b1c7248ff066aa25022 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Popup error
[PATCH] Call saveAs setting file type to Kvtml and transform url to local file format |
Description
Dimitris Kardarakos
2015-12-03 10:52:19 UTC
Created attachment 95877 [details]
Popup error
Created attachment 95935 [details]
[PATCH] Call saveAs setting file type to Kvtml and transform url to local file format
Applying this patch in conjunction with removing plugins/google_images.desktop I have managed to create and save new vocabulary collections.
Not sure at all if this is the proper approach to follow since I am just a user of the software.
Comment on attachment 95935 [details]
[PATCH] Call saveAs setting file type to Kvtml and transform url to local file format
Hi, patches tend to get lost in Bugzilla. Could you submit the patch directly at reviewboard.kde.org?
Since I'm not aware of the "review board" process, I need to follow the instructions presented here: https://techbase.kde.org/Development/Review_Board ? It's actually much easier than described there. (That description is mostly for power-users.) You can simply login in the webinterface at reviewboard.kde.org (using your KDE identity account; you can create it yourself at identity.kde.org, in case you do not have one yet), select Parley as application and "kdeedu" as review group, and submit the patch for review. Thanks. I add it here just as a reference: https://git.reviewboard.kde.org/r/126279/ Is this bug fixed now ? It persists on my installation. Git commit 0cb9b9aea2264fc66d25fb6d93adc32c75dfef97 by Andreas Cord-Landwehr. Committed on 30/12/2015 at 18:54. Pushed by cordlandwehr into branch 'master'. Fix Save-As functionality. File system operations like QFile require paths instead of URLs, which is the difference between the uses of: * url.toDisplayString -> file:///the/path * url.toLocalFile -> /the/path Correctly use toLocalFile for all file system calls. M +2 -2 keduvocdocument/keduvocdocument.cpp http://commits.kde.org/libkeduvocdocument/0cb9b9aea2264fc66d25fb6d93adc32c75dfef97 Git commit 8c8cf0290332c0c6c0bf5b1c7248ff066aa25022 by Jeremy Whiting, on behalf of Andreas Cord-Landwehr. Committed on 15/02/2016 at 21:01. Pushed by whiting into branch 'Applications/15.12'. Fix Save-As functionality. File system operations like QFile require paths instead of URLs, which is the difference between the uses of: * url.toDisplayString -> file:///the/path * url.toLocalFile -> /the/path Correctly use toLocalFile for all file system calls. (cherry picked from commit 0cb9b9aea2264fc66d25fb6d93adc32c75dfef97) M +2 -2 keduvocdocument/keduvocdocument.cpp http://commits.kde.org/libkeduvocdocument/8c8cf0290332c0c6c0bf5b1c7248ff066aa25022 *** Bug 359448 has been marked as a duplicate of this bug. *** |