Bug 1698706
| Summary: | gnucash datafile could not be found, opening from gvfs mount point fails | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Chris Murphy <bugzilla> |
| Component: | gnucash | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | notting, notting, twaugh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gnucash-3.5-3.fc30 gnucash-3.5-3.fc29 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-05-06 00:45:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Chris Murphy
2019-04-11 04:27:26 UTC
Similar thing happens when attempting to load a file over an sftp gvfs mount. This has been pushed https://github.com/Gnucash/gnucash/commit/0f6465ca6ddfb882db15c54685ba218e5c59c430 Unfortunately no Fedora nightlies to test. The bug's original reporter is using Windows so I'm not certain that commit fixes the problem on Fedora. https://copr.fedorainfracloud.org/coprs/gjanssens/gnucash-master/builds/ 3.5-2 thrown at rawhide, feel free to give it a try there when it's done building. 3.5-2 doesn't fix it for me, had to downgrade back to 3.4-4. I'll try to figure out how to get more debugging info from gnucash on launch for the upstream bug report. The problem does also happen on Fedora 28. Upstream bug has more updates on the troubleshooting status. Once I've got a tested fix I'll report back here. OK, tested fix has been pushed upstream, per https://bugs.gnucash.org/show_bug.cgi?id=797175#c23 commit 20e2b6b5de513d4fa9362d51524f8cddb523f607 Bug 797175 - Opening a file from a gvfs mount point fails This still fails for me with gnucash-3.5-2.fc31.x86_64 when trying to open a file over sftp. Here is the file path: /run/user/1000/gvfs/sftp:host=snoopy,user=tim/mnt/shared/Accounts/accounts-2019.gnucash Easily reproduced with: $ DIR='/tmp/gvfs/sftp:host=snoopy,user=tim/dir' $ mkdir -p $DIR $ cp whatever.gnucash $DIR/file.gnucash $ gnucash $DIR/file.gnucash Upstream patch from comment https://bugzilla.redhat.com/show_bug.cgi?id=1698706#c6 thrown at rawhide as 3.5-3. Thanks, gnucash-3.5-3.fc31.x86_64 works here. gnucash-3.5-3.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-1ef52a2d07 gnucash-3.5-3.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-87e2ba0d61 gnucash-3.5-3.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-1ef52a2d07 gnucash-3.5-3.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-87e2ba0d61 gnucash-3.5-3.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. gnucash-3.5-3.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. |