Summary: | kio_man does not work correctly on Gentoo package 'man-pages-posix' (sections 0p, 1p and 3p) | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Felix Tiede <kde> |
Component: | man | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | giecrilj, kde, kollix |
Priority: | NOR | ||
Version: | 4.5 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-runtime/76b68b449d0d8cb64d04ea35b8317af01704eedb | Version Fixed In: | 4.9.1 |
Sentry Crash Report: |
Description
Felix Tiede
2010-11-29 05:54:04 UTC
As far as I understand the access key thingy, it shall be only 1 character, so that you easily can press that key to navigate. About the missing sections: this has to wait a bit, as 4.6 is already in string freeze so I can not add new texts. What's the current state of this? In KDE-4.9 dolphin simply lists many (didn't check which exactly) man-pages from "unknown" sections (0p, 1p, 1x), along with others, in top folder of man:/. Konqueror doesn't list sections 0p, 1p and 1x (though neither is empty) but does access section 3p cleanly. Calling man-pages from those unlisted or unknown sections does not cause problems, in fact man-pages with ambiguous names are given the option to choose the section (even unlisted/unknown) from which the man-page is to be displayed. So, at least for section 3p this is fixed, but not for sections 0p, 1p and 1x. Still open, so changing status. Git commit b21983d38098971a6a69bb5a88d1b70e5eed4c18 by Martin Koller. Committed on 13/08/2012 at 13:37. Pushed by mkoller into branch 'KDE/4.9'. List also sections 0, 0p, 1p in main index FIXED-IN: 4.9.1 M +15 -3 kioslave/man/kio_man.cpp http://commits.kde.org/kde-runtime/b21983d38098971a6a69bb5a88d1b70e5eed4c18 Git commit 8f63acc8083e28e19378d1692057c4db58393458 by Martin Koller. Committed on 13/08/2012 at 14:04. Pushed by mkoller into branch 'master'. add translated section names for new sections 0, 0p, 1p FIXED-IN: 4.10 M +16 -26 kioslave/man/kio_man.cpp http://commits.kde.org/kde-runtime/8f63acc8083e28e19378d1692057c4db58393458 Git commit 76b68b449d0d8cb64d04ea35b8317af01704eedb by Martin Koller. Committed on 13/08/2012 at 13:37. Pushed by mkoller into branch 'master'. List also sections 0, 0p, 1p in main index FIXED-IN: 4.9.1 M +15 -3 kioslave/man/kio_man.cpp http://commits.kde.org/kde-runtime/76b68b449d0d8cb64d04ea35b8317af01704eedb I also fixed the access keys in the main index where I assign other letters if the last letter of the section is already used (e.g. 0p uses P, 1p therefore needs a new letter which simply is A). As I can not introduce new translation strings in 4.9.x, I only added the new sections for 4.9.1 but without a description. The description will be available from 4.10 on. You can request a string freeze exception on kde-i18n-doc@kde.org. Thanks for the hint. Although I think such exception are only for important bug fixes. I don't think this one is so important. *** Bug 277547 has been marked as a duplicate of this bug. *** |