Date: Wed, 03 Feb 2021 07:38:14 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 253091] x11-wm/icewm icehelp has incorrect hard-coded paths Message-ID: <bug-253091-7788-Nd2ASkBgIa@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253091-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-253091-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253091 --- Comment #5 from Duane <parakleta@darkreality.org> --- (In reply to Chris Hutchinson from comment #3) The files are in those locations, but the location that `icehelp` looks for= the file is hardcoded as a different location (i.e. without the last `icewm` directory part). Compare ``` $ strings `which icehelp` | grep doc /usr/local/share/doc/icewm.1.html /usr/local/share/doc/icesound.1.html /usr/local/share/doc/icewmbg.1.html /usr/local/share/doc/icewm.html It can display a HTML document from file, or browse a website. ``` with ``` $pkg list icewm | grep doc /usr/local/share/doc/icewm/ChangeLog /usr/local/share/doc/icewm/NEWS /usr/local/share/doc/icewm/README /usr/local/share/doc/icewm/TODO /usr/local/share/doc/icewm/icehelp.1.html /usr/local/share/doc/icewm/icesh.1.html /usr/local/share/doc/icewm/icesound.1.html /usr/local/share/doc/icewm/icewm-env.5.html /usr/local/share/doc/icewm/icewm-focus_mode.5.html /usr/local/share/doc/icewm/icewm-keys.5.html /usr/local/share/doc/icewm/icewm-menu-fdo.1.html /usr/local/share/doc/icewm/icewm-menu-xrandr.1.html /usr/local/share/doc/icewm/icewm-menu.5.html /usr/local/share/doc/icewm/icewm-preferences.5.html /usr/local/share/doc/icewm/icewm-prefoverride.5.html /usr/local/share/doc/icewm/icewm-programs.5.html /usr/local/share/doc/icewm/icewm-session.1.html /usr/local/share/doc/icewm/icewm-set-gnomewm.1.html /usr/local/share/doc/icewm/icewm-shutdown.5.html /usr/local/share/doc/icewm/icewm-startup.5.html /usr/local/share/doc/icewm/icewm-theme.5.html /usr/local/share/doc/icewm/icewm-toolbar.5.html /usr/local/share/doc/icewm/icewm-winoptions.5.html /usr/local/share/doc/icewm/icewm.1.html /usr/local/share/doc/icewm/icewm.html /usr/local/share/doc/icewm/icewmbg.1.html /usr/local/share/doc/icewm/icewmhint.1.html ``` --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253091-7788-Nd2ASkBgIa>