After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 347623 - Tutorial & Concept guide has some missing figures
Tutorial & Concept guide has some missing figures
Status: RESOLVED FIXED
Product: GnuCash
Classification: Other
Component: Documentation
2.2.x
Other All
: Normal normal
: ---
Assigned To: Chris Lyttle
Chris Lyttle
Depends on:
Blocks:
 
 
Reported: 2006-07-15 20:14 UTC by Sam Morris
Modified: 2018-06-29 21:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sam Morris 2006-07-15 20:14: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>
Comment 1 Sam Morris 2007-02-14 00:28:09 UTC
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"
Comment 2 Sam Morris 2007-10-03 19:29:00 UTC
figures/Help_Pref_date-time.png is still missing from gnucash-docs 2.2.0.
Comment 3 Phil Longstaff 2009-06-09 21:58:24 UTC
I just ran the command by the original poster, and no figures are missing.

Closing as resolved.
Comment 4 John Ralls 2018-06-29 21:09:53 UTC
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.