-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gnucash: reports are displayed as HTML text rather than being rendered #14105
Comments
That difficulty you're listing here isn't related to Nix(OS) but to a WebKit port also called Nix. |
Well that's promising. I guess I'll just need to look closer at the On 21 Mar 09:08, aszlig wrote:
|
Any update on this ? |
That's okay
I have stopped using GnuCash, so I am unlikely to contribute anymore to
this anyway.
…On Thu, Aug 17, 2017, at 09:00, Guillaume Maudoux wrote:
@tlevine, @aszlig This has been stalled for one year. May I suggest to
close this issue ?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#14105 (comment)
|
Great, but I cannot do it myself, only the OP or an administrator can close issues |
Are others still having an issue - because I am and am willing to fix this. |
@layus: I'm not using GnuCash, so I don't have the issue, I was just clarifying on the OP. @theNerd247: Thanks in advance :-) |
So I spent all day and couldn't make heads or tails of what's going on. The debug output from gnucash didn't add any info and upgrading to 2.6.19 didn't help either. Due to time I've switched to hledger which suites my needs. Sorry! |
I thought that I asked for help on this on the GNUCash mailing list over
two years ago, but I see now that I in fact never sent that email draft.
Since we have all failed to figure this out, I have asked for help on
the GNUCash mailing list.
https://lists.gnucash.org/pipermail/gnucash-user/2018-March/075812.html
If nobody gives us an easy answer there or if you have already lost
interest, then I suggest that someone make a note explaining that it is
broken and then we close this issue. Is there a special place to make
notes about broken things? Otherwise, I guess a warning in postInstall
would be okay.
theNerd247 writes:
Due to time I've switched to hledger which suites my needs. Sorry!
I too switched to ledger derivatives.
|
John Ralls has responded to my inquiry:
> On Mar 31, 2018, at 11:18 AM, Thomas Levine ***@***.***> wrote:
>
> We have managed to package GNUCash in Nix such that reports are rendered
> as text rather than HTML. That is, the HTML source code is displayed as
> text rather than as rendered tables and lines and styled text.
> #14105
>
> Does anyone have ideas of what we have done wrong?
I'd have to guess that you're not getting webkit properly integrated or that there's something wrong with the webkit build. Start by looking closely at the build output for libgncmodule-html.
Regards,
John Ralls
I suggest that the next step is to follow Mr. Ralls's suggestion.
That said, I personally will not look further at the GNUCash packaging
at the moment.
|
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
I've been using GNUCash for a while now and never ran into this particular issue. I think it can be closed. It probably got fixed years ago. |
Hello @tlevine 👋 It seems like this issue has been fixed by now. Would you be able to close this issue? (I'm going trough issues marked as stale to see what can be resolved. If this is still an issue that needs a fix, then don't mind me) |
Basic info
I will mention building with webkit; this is the patch for that.
Issue
One present issue with the GnuCash package is that HTML reports
are displayed as HTML text rather than being rendered.
Why it's broken
I read in ./configure --help that the HTML engine is webkit
and saw a corresponding include in the GnuCash source code,
so I tried building with nixos.webkit. Alas, that didn't change anything.
I also didn't see anything when I set the --debug flag.
There's apparently some difficulty in installing webkit with Nix
so I guess the issue is that we don't have a good webkit package
and that GnuCash doesn't make it obvious when this is broken.
The text was updated successfully, but these errors were encountered: