[opensuse-kde3] KDE3 khelpcenter info page display - /opt/kde3/share/apps/kio_info/kde-info2html
Before I forget, launching the info pages from khelpcenter is broken due to incorrect if (!defined(@item)) to check if the item array is defined line ~152 and again about ~406 that causes the error: An error occurred while loading info:/grep/Top: Could not start process '/usr/bin/perl' '/opt/kde3/share/apps/kio_info/kde-info2html' '/opt/kde3/share/apps/kio_info/kde-info2html.conf' '/home/david/.kde/share/icons/OxygenRefit2-black-version/22x22/actions' 'grep' 'Top'. Making the changes to /opt/kde3/share/apps/kio_info/kde-info2html (removing 'defined(....)`) solves the problem. Apparently it is an ancient perl construct that is no longer valid. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
On 08/12/2019 01:47 AM, David C. Rankin wrote:
Before I forget, launching the info pages from khelpcenter is broken due to incorrect if (!defined(@item)) to check if the item array is defined line ~152 and again about ~406 that causes the error:
An error occurred while loading info:/grep/Top: Could not start process '/usr/bin/perl' '/opt/kde3/share/apps/kio_info/kde-info2html' '/opt/kde3/share/apps/kio_info/kde-info2html.conf' '/home/david/.kde/share/icons/OxygenRefit2-black-version/22x22/actions' 'grep' 'Top'.
Making the changes to /opt/kde3/share/apps/kio_info/kde-info2html (removing 'defined(....)`) solves the problem. Apparently it is an ancient perl construct that is no longer valid.
Filed Bug: KDE3 khelpcenter browse infopages fails (kde-info2html) - remove defined(@array) Leap 15 - Tumbleweed https://bugzilla.suse.com/show_bug.cgi?id=1145341 -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
participants (1)
-
David C. Rankin