[Bug 1183668] New: dialog -fselect does not size window properly
http://bugzilla.opensuse.org/show_bug.cgi?id=1183668 Bug ID: 1183668 Summary: dialog -fselect does not size window properly Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.2 Hardware: x86-64 OS: openSUSE Leap 15.2 Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: millermj4@gmail.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- $ stty size 24 80 $ dialog --fselect $HOME 24 80 results in the error message "Can't make new window at (-5,0), size (33,78)." The following works at all * x 80 screen sizes read r c <<< $(stty size); dialog --fselect $HOME $((r-11)) $c The following fails at all * x 80 screen sizes read r c <<< $(stty size); dialog --fselect $HOME $((r-10)) $c This may be the following bug (reported as fixed on debian) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915949 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1183668 http://bugzilla.opensuse.org/show_bug.cgi?id=1183668#c1 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |millermj4@gmail.com Flags| |needinfo?(millermj4@gmail.c | |om) Severity|Normal |Minor --- Comment #1 from Dr. Werner Fink <werner@suse.com> --- Give the Leap 15.2 build on the OBS Base:System/dialog a try https://build.opensuse.org/package/binaries/Base:System/dialog/openSUSE_Leap... that is latest upstream version, should work out of the box -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1183668 http://bugzilla.opensuse.org/show_bug.cgi?id=1183668#c2 Mike Miller <millermj4@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(millermj4@gmail.c | |om) | --- Comment #2 from Mike Miller <millermj4@gmail.com> --- Yes, this fixed the bug - thanks! How can I request that this package be moved to the main update repository (so that others can benefit from the fix)? -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com