<div dir="ltr">Yeah, that's indeed not great.<div><br></div><div>We need to teach snapd to prepare a directory for mans and play with /etc/manpath.config.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 8, 2016 at 5:59 AM, Oliver Grawert <span dir="ltr"><<a href="mailto:ogra@ubuntu.com" target="_blank">ogra@ubuntu.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi,<br>
<span class="">Am Mittwoch, den 08.06.2016, 09:12 +0200 schrieb Didier Roche:<br>
> Le 07/06/2016 14:49, Sujeevan (svij) Vijayakumaran a écrit :<br>
> > Hello,<br>
> ><br>
> > I started creating a snap for the CLI task manager taskwarrior<br>
> > (<a href="https://taskwarrior.org/" rel="noreferrer" target="_blank">https://taskwarrior.org/</a>). This project has really good man pages.<br>
> > Anyway there is currently no support to access man-pages from snaps:<br>
> > <a href="https://bugs.launchpad.net/snappy/+bug/1575593" rel="noreferrer" target="_blank">https://bugs.launchpad.net/snappy/+bug/1575593</a><br>
> ><br>
> > Since it doesn't make much sense to publish an CLI app without the good<br>
> > man pages: Is there any other ways to make it possible that the user can<br>
> > access the man pages of a snap? The tools "task help" command doesnt<br>
> > help here since is doesn’t show everything.<br>
><br>
> Hey Sujeevan,<br>
><br>
> The desktop team indeed opened this bug, and I'm sure the snappy team<br>
> will respond to it quickly.<br>
> For now, you can't really workaround that (well, telling people to man<br>
> /snaps/snap_name/current/… isn't an option ;))<br>
><br>
> However, thinking about this, you may be able to add a "man" command in<br>
> between (so that autocompletion show it) in your snapcraft.yaml, which<br>
> is executing "man /snaps/snap_name/current/…" as a workaround.<br>
> That way you will have (if your snap_name matches your command name):<br>
><br>
> $ taskwarrior<br>
> $ taskwarrior.man<br>
><br>
> Does this fit the bill until we get proper manpage support in snapd?<br>
<br>
</span>there is no man command installed in in the core snap.<br>
you'd rather ship the man binary (and it's deps) inside your snap as<br>
well and make your taskwarrior.man command use it.<br>
<br>
ciao<br>
        oli<br>
<br>--<br>
Snapcraft mailing list<br>
<a href="mailto:Snapcraft@lists.ubuntu.com">Snapcraft@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/snapcraft" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/snapcraft</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">gustavo @ <a href="http://niemeyer.net" target="_blank">http://niemeyer.net</a></div>
</div>