[Bug 692446] New: Resize in all the terminals brocken after upgrade to 11.4
https://bugzilla.novell.com/show_bug.cgi?id=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c0 Summary: Resize in all the terminals brocken after upgrade to 11.4 Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: i686 OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: rbyshko@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0.0) Gecko/20100101 Firefox/4.0 Hi, after upgrade to 11.4 (from 11.3) resize in the terminals is brocken. Some applications i.e. htop but not all (not mc, for example) does not adapt to the size of the window. htop even crashes if the size of the window decreases. Note this is not an issue of htop alone. Some other programs i.e. mocp (music on console) also do not adapt to the size of the terminal. At the same time mc and cmus are just fine. There has definitely changed something that causes this inconsistencies. Regards, Roman Reproducible: Always Steps to Reproduce: 1.open the favorite terminal emulator 2.start htop 3.play with the window size 4. if the size increases - application does not adapt to it. if decreases - it crashes or exits. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |bnc-team-xfce@forge.provo.n |ovo.novell.com |ovell.com -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c1 --- Comment #1 from Guido Berhörster <gber@opensuse.org> 2011-05-09 07:30:58 UTC --- Not sure why this has been assigned to the Xfce team, what "favorite terminal emulator" are we talking about here? There are many terminal emulators in oS, xterm, rxvt-unicode, Konsole, the VTE-based ones (gnome-terminal, lxterm, Terminal) etc. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c2 --- Comment #2 from Roman Byshko <rbyshko@gmail.com> 2011-05-09 08:36:10 UTC --- I've written "favorite" because for me it happens in xterm, konsole, lxterminal and gnome-terminal. However that seems to be the behaviour of my home machine. on another machine, where I also upgraded from 11.3 to 11.4 everything seems to be OK. Could you give me some hints where the difference can be? -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c3 Guido Berhörster <gber@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-xfce@forge.provo.n |bnc-team-screening@forge.pr |ovell.com |ovo.novell.com --- Comment #3 from Guido Berhörster <gber@opensuse.org> 2011-05-09 08:56:08 UTC --- (In reply to comment #2)
I've written "favorite" because for me it happens in xterm, konsole, lxterminal and gnome-terminal. However that seems to be the behaviour of my home machine.
OK, if it happens with three different implementations this might not be a problem with the terminal emulator after all. That sounds more like a problem with the applications or ncurses are not handling SIGWINCH correctly.
on another machine, where I also upgraded from 11.3 to 11.4 everything seems to be OK. Could you give me some hints where the difference can be?
Sorry, no idea. It might be helpful if you added a list of which applications work as expected and which don't as well as their respective package versions and the version of the ncurses package. I'm assigning back to the screening team since this is not a Xfce bug. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c4 --- Comment #4 from Roman Byshko <rbyshko@gmail.com> 2011-05-09 21:42:31 UTC --- So the application that works correctly is mc. htop disappears if making window smaller and does not change its size if increasing the window. On the another 11.4 machine (that was also upgraded from 11.3) everything is OK. With ldd I checked all the shared libraries the htop uses on both system. They are identical. /lib/libc.so.6 -> libc-2.11.3.so /lib/libdl.so.2 -> libdl-2.11.3.so /lib/libm.so.6 -> libm-2.11.3.so /lib/libncurses.so.5 -> libncurses.so.5.7 The version of htop is 0.9 in both cases. what else can cause different behaviour.. it should be smth terminal independent. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c5 Thomas Dickey <dickey@his.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dickey@his.com --- Comment #5 from Thomas Dickey <dickey@his.com> 2011-05-10 00:06:53 UTC --- It can be the shell. bash, for instance, sets $LINES and $COLUMNS which (unless an ncurses application explicitly overrides it) will set the screen-size of the application. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c6 zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |rbyshko@gmail.com --- Comment #6 from zj jia <zjjia@novell.com> 2011-05-10 02:22:11 UTC --- which one do you use,gnome or kde? -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c7 --- Comment #7 from Roman Byshko <rbyshko@gmail.com> 2011-05-10 19:02:05 UTC --- 2Zhi: I have a lot of desktops installed. At home I use LXDE, at work KDE. 2Thomas: brilliant spot! running htop with: env -u COLUMNS -u LINES htop makes the trick, now htop is adapting perfectly to any size of the terminal. But there is even more mystery.. If I start login shell: su - user_name and run htop it adapts perfectly also and the environment contains COLUMNS and LINES also! So why are LINES and COLUMNS in interactive shell "bad" and that ones in login shell "good" ones? -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c Roman Byshko <rbyshko@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|rbyshko@gmail.com | -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |kde-maintainers@suse.de |ovo.novell.com | -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c8 Christian Trippe <ctrippe@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ctrippe@opensuse.org AssignedTo|kde-maintainers@suse.de |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #8 from Christian Trippe <ctrippe@opensuse.org> 2011-05-23 08:40:55 UTC --- The last comment together with comment 7 points more to an issue with bash, especially as the issue also happens with xterm, gnome-terminal, ets. So no idea why this was assigned to KDE maintainers. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c9 zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |werner@novell.com |ovo.novell.com | --- Comment #9 from zj jia <zjjia@novell.com> 2011-06-28 07:34:48 UTC --- Werner,could you please help to have a look at this? I am not very sure whether it is right to assign it to you. Feel free to reassign it whenever necessary. Thanks. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c10 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |rbyshko@gmail.com --- Comment #10 from Dr. Werner Fink <werner@novell.com> 2011-06-28 08:45:04 UTC --- The bash does dynamically reassign COLUMS and LINES even on openSUSE 11.3 and any former version. I've just verfied this e.g. on a SLES10-SP3 running bash 3.1.17. Please note that I'll not change the default/upstream behaviour of the bash ... on the other hand in normal case the bash does *not* export the variables COLUMNS and LINES even for a interactive login shell. The only exeption from this rule is for bash on a iSeries (that is /proc/iSeries exists and the terminal is /dev/tty1 or /dev/console). I'd like to see the result of grep -rs COLUMNS /etc/profile.d/ for user root and grep COLUMNS ~/.bashrc ~/.profile printenv | grep COLUMNS for your normal login (not root) ... the question is where the variables COLUMNS and LINES will be exported. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c11 Roman Byshko <rbyshko@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|rbyshko@gmail.com | --- Comment #11 from Roman Byshko <rbyshko@gmail.com> 2011-06-30 21:44:59 UTC --- Hi, thank you very much for the answer, but a month ago I've switched to the Arch Linux on my home machine. The bug described here cannot be reproduced on the other two machines I'm currently using although the same upgrade pattern was there. (11.2->11.3->11.4) That's why I think the bug can be closed for now... Regards, Roman -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c12 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |rbyshko@gmail.com --- Comment #12 from Dr. Werner Fink <werner@novell.com> 2011-07-01 08:19:45 UTC --- Hmmm ... I'd like to close bug if I've found the reason *why* this has happen. The question is *who* is exporting the variables COLUMNS and LINES. My guess is a third party package of rare package which also provides a file below /etc/profile.d/ causing this culprit. Now as the other two machines do not show this behaviour the third party package seems not to installed on those systems. Please provide the name of the third party or rare package if possible. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c13 --- Comment #13 from Roman Byshko <rbyshko@gmail.com> 2011-07-01 08:28:22 UTC --- Unfortunately it's not possible. Since I've formatted my hard disk and have no idea what packages were installed. Thank you so much for trying to track this issue down. So I think we have no chance to reproduce it:( -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c Roman Byshko <rbyshko@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|rbyshko@gmail.com | -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c14 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #14 from Dr. Werner Fink <werner@novell.com> 2011-07-01 08:33:24 UTC --- :( -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c15 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jnelson-suse@jamponi.net --- Comment #15 from Jon Nelson <jnelson-suse@jamponi.net> 2011-09-23 13:47:48 UTC --- I'd like to re-open this bug as I'm encountering the same thing (11.4 + KDE 4.7.1 + Tumbleweed), but it's not /exactly/ the same (in which case mea culpa). I *do not* have COLUMNS or LINES defined in the environment. The behavior only shows on the first tab with konsole. xterm and "Terminal" both report "24 80" (by way of stty size) at startup. konsole reports "0 0". I also filed this earlier: bug 710799. Detail: when I first *open* a konsole, the size is all wrong to the app. top, screen, etc... all "think" it's 80x24 (which is not right). If I - resize the window or - open a new tab then magically things work for the remainder of the konsole's life. stty size reports the correct numbers, etc... -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c16 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | --- Comment #16 from Jon Nelson <jnelson-suse@jamponi.net> 2011-09-23 13:48:07 UTC --- forgot to re-open. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c17 --- Comment #17 from Jon Nelson <jnelson-suse@jamponi.net> 2011-09-23 14:08:02 UTC --- Sounds like this is the problem: https://bugs.kde.org/show_bug.cgi?id=176902 But a "fixed delay"? That sounds like a recipe for subtle and annoying misbehavior. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c18 --- Comment #18 from Jon Nelson <jnelson-suse@jamponi.net> 2011-09-30 17:36:46 UTC --- Can we have the commit mentioned here: https://bugs.kde.org/show_bug.cgi?id=176902 (this commit: https://projects.kde.org/projects/kde/kde-baseapps/konsole/repository/revisi... ) backported? This happens a lot and it is a very negative user experience. EVERY single time konsole is opened I have to resize the font and/or the window to get a working window, and that only fixes most of the problems. This is a problem for 12.1 especially. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |werner@suse.com Component|Basesystem |KDE4 Workspace AssignedTo|werner@suse.com |kde-maintainers@suse.de -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c19 Christian Trippe <ctrippe@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |jnelson-suse@jamponi.net --- Comment #19 from Christian Trippe <ctrippe@opensuse.org> 2011-11-05 06:08:29 UTC --- I included this fix. Can you try the konsole package from http://download.opensuse.org/repositories/home:/christiantrippe:/branches:/K... (packages for 11.4 and KDE 4.7 are also available) -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c20 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|jnelson-suse@jamponi.net | --- Comment #20 from Jon Nelson <jnelson-suse@jamponi.net> 2011-11-05 16:35:24 UTC --- I tried the konsole package (for 11.4) per comment 19. My konsole works! Woooooo! Thank you very much! -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c21 --- Comment #21 from Christian Trippe <ctrippe@opensuse.org> 2011-11-10 04:14:11 UTC --- *** Bug 710799 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=710799 -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c Christian Trippe <ctrippe@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|KDE4 Workspace |KDE4 Applications Version|Final |RC 2 Product|openSUSE 11.4 |openSUSE 12.1 -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c22 Christian Trippe <ctrippe@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO CC| |idonmez@suse.com InfoProvider| |wstephenson@suse.com --- Comment #22 from Christian Trippe <ctrippe@opensuse.org> 2011-11-10 04:23:54 UTC --- @Will, Ismael: Are you fine with an online update for this issue for 12.1? If yes, I will ask the maintainance team and submit the fix to KDS. Ps: Unfortunatelly this bug is a bit ugly to read as the issue which is fixed only starts with comment 15. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c Christian Trippe <ctrippe@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Fix_is_Ready Summary|Resize in all the terminals |[Fix_Is_Ready:12.1]Resize |brocken after upgrade to |in all the terminals |11.4 |brocken after upgrade to | |11.4 -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c23 --- Comment #23 from Jon Nelson <jnelson-suse@jamponi.net> 2011-11-27 01:25:14 UTC --- I know it has only been 16 days, but I'm anxious. :-) ping? -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c24 Will Stephenson <wstephenson@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED CC| |wstephenson@suse.com InfoProvider|wstephenson@suse.com | --- Comment #24 from Will Stephenson <wstephenson@suse.com> 2011-12-06 12:06:59 UTC --- I'm submitting today. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c25 Will Stephenson <wstephenson@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |maintenance@opensuse.org --- Comment #25 from Will Stephenson <wstephenson@suse.com> 2011-12-06 12:28:45 UTC --- created request id 95563 -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c26 --- Comment #26 from Bernhard Wiedemann <bwiedemann@suse.com> 2011-12-06 14:00:09 CET --- This is an autogenerated message for OBS integration: This bug (692446) was mentioned in https://build.opensuse.org/request/show/95563 12.1 / konsole -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c27 Will Stephenson <wstephenson@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[Fix_Is_Ready:12.1]Resize |[Fix_Is_Ready:12.1]Resize |in all the terminals |in all the terminals broken |brocken after upgrade to |after upgrade from 11.4 |11.4 | --- Comment #27 from Will Stephenson <wstephenson@suse.com> 2011-12-06 20:42:40 UTC --- ok for online update? -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c28 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|maintenance@opensuse.org | --- Comment #28 from Benjamin Brunner <bbrunner@suse.com> 2011-12-09 13:21:45 CET --- Started an update for 12.1. Thank you. -- 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=692446 https://bugzilla.novell.com/show_bug.cgi?id=692446#c29 Will Stephenson <wstephenson@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #29 from Will Stephenson <wstephenson@suse.com> 2011-12-13 10:41:06 UTC --- Marking as resolved, fix submitted, update running. -- 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