GNOME Bugzilla – Bug 347623
Tutorial & Concept guide has some missing figures
Last modified: 2018-06-29 21:09:53 UTC
Please describe the problem: The file /usr/share/gnome/help/gnucash/C/ch_loans.xml refers to some figures with an incorrect file reference. This causes images in the documentation to go missing. For example, on line 705, "figures/loan_PrivateLoanFirstPayment.png" is included, but the correct file path is "figures/loans_PrivateLoanFirstPayment.png". Steps to reproduce: The following bit of code reveals some other missing figures: $ cd /usr/share/gnome/help/gnucash/C $ grep 'figures/' *.xml | sed 's/[^"]*"//' | sed 's/".*//' | while read line; do test -f "$line" || echo "$line"; done figures/basics_AccountsSampleQIF.png figures/invest_accountspredef.png figures/invest_setup_portfolio2.png figures/loan_PrivateLoanCalculation.png figures/loan_PrivateLoanInitial.png figures/loan_PrivateLoanFirstPayment.png figures/loan_PrivateLoanSecondPayment.png figures/loan_PrivateLoanSecondPaymentAccounts.png Actual results: Expected results: Does this happen every time? Other information: Forwarded from <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377775>
I just tried this vs. the trunk of gnucash-docs. In the tutorial and concepts guide, the following figures are missing: ch_basics.xml: <imagedata fileref="figures/basics_AccountsSampleQIF.png" ch_invest.xml: <imagedata fileref="figures/invest_setup_portfolio2.png" In the help files, one figure is still missing: custom.xml: <imagedata fileref="figures/Pref_date-time.png" format="PNG" No figures are missing in the German translation of the help files; however, the German translation of the tutorial & concepts guide is missing: ch_basics.xml: <imagedata fileref="figures/basics_txn.png" ch_basics.xml: <imagedata fileref="figures/basics_simple_paycheck.png" ch_basics.xml: <imagedata fileref="figures/basics_multitxn.png" ch_basics.xml: <imagedata fileref="figures/basics_newuser.png" ch_basics.xml: <imagedata fileref="figures/basics_tipofday.png" ch_basics.xml: <imagedata fileref="figures/basics_mainwin.png" ch_basics.xml: <imagedata fileref="figures/basics_registerwin.png" ch_basics.xml: <imagedata fileref="figures/basics_preference.png" ch_basics.xml: <imagedata fileref="figures/basics_filesave.png" ch_basics.xml: <imagedata fileref="figures/basics_import.png" ch_basics.xml: <imagedata fileref="figures/basics_gcashdata.png" ch_basics.xml: <imagedata fileref="figures/basics_gcashdata2.png"
figures/Help_Pref_date-time.png is still missing from gnucash-docs 2.2.0.
I just ran the command by the original poster, and no figures are missing. Closing as resolved.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=347623. Please update any external references or bookmarks.