[Bug 550610] New: yast ncurses: displaying release notes
http://bugzilla.novell.com/show_bug.cgi?id=550610 Summary: yast ncurses: displaying release notes Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: gs@novell.com ReportedBy: ke@novell.com QAContact: jsrain@novell.com Found By: Documentation Created an attachment (id=324451) --> (http://bugzilla.novell.com/attachment.cgi?id=324451) text pane too small I think the release notes display needs further improvements. The current implementation is fine for a line length more than approx. 132, but fails if you run yast in an xterm with just 80 characters. I'd say, as long as the line length is less than 132, use a hard-coded value of 78 or 80; if it is longer, use your new algorithm; if it is less, use as much space as possible. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=550610 Gabriele Mohr <gs@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEW |ASSIGNED Severity|Normal |Enhancement -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=550610 https://bugzilla.novell.com/show_bug.cgi?id=550610#c1 Karl Eichwalder <ke@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|YaST2 |YaST2 Version|Factory |Final Product|openSUSE 11.2 |openSUSE 11.4 Target Milestone|--- |Factory Severity|Enhancement |Normal --- Comment #1 from Karl Eichwalder <ke@suse.com> 2011-11-04 09:54:59 CET --- I did not check 12.1 nor SLE11 SP2, but on 11.4 it is still the same (see the attachment). If a change is too complicate, we'd better revert it completely. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=550610 https://bugzilla.novell.com/show_bug.cgi?id=550610#c2 Gabriele Mohr <gs@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Gabriele Mohr <gs@suse.com> 2012-02-15 12:31:06 UTC --- I have improved the layout by using a MarginBox around the text. The margin is the same on all terminal sizes (except to small to display all widgets). I think this is OK, on small terminals there is more space now for the release notes display and on bigger terminals it also looks nice with a margin around the text (changes added to inst_release_notes.ycp). The line length (the text width) which is used to display the text depends on the text itself. E.g. for SLES11 we have RELEASE-NOTES.<lang>.txt files and in text mode these files are displayed in plain mode, i.e. 1:1 and lines are exactly as long as in the file. The *rtf files are displayed as RichText, i.e. line breaks are added and lines are as long as the initial width of the RichText widget. yast2-installation-2.22.4 submitted to Factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com