From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#33960: GnuCash doc output doesn't work as intended Date: Fri, 04 Jan 2019 23:48:17 -0500 Message-ID: <87lg3zpv5a.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me> References: <87va36pfh0.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggsout.gnu.org ([209.51.188.92]:44756 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfdtU-000652-F3 for bug-guix@gnu.org; Fri, 04 Jan 2019 23:49:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfdtO-0001FB-U3 for bug-guix@gnu.org; Fri, 04 Jan 2019 23:49:08 -0500 Received: from debbugsout.gnu.org ([209.51.188.43]:45030) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gfdtO-0001Et-PL for bug-guix@gnu.org; Fri, 04 Jan 2019 23:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gfdtO-0001Z8-Bb for bug-guix@gnu.org; Fri, 04 Jan 2019 23:49:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87va36pfh0.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me> (Maxim Cournoyer's message of "Wed, 02 Jan 2019 22:50:03 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Maxim Cournoyer Cc: 33960@debbugs.gnu.org Maxim Cournoyer writes: > Looking at the Guix GnuCash package definition, it should make it > possible by installing the gnucash:doc output to visit the help menu (or > pressing F1) from the GnuCash GUI and have documentation available; > however doing so currently warns that "GnuCash could not find the help > files for the documentation". OK, it *did* work as intended after Yelp, the Gnome documentation browser, was installed. I've clarified this in the 5th patch of the series send for review here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33985. Maxim