[Bug 526893] Re: xterm wrongly handles Unicode on the prompt when printing text

2018-07-21 Thread gf
Closed per reporter’s feedback (comment #10 above).

** Changed in: gnome-terminal (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/526893

Title:
  xterm wrongly handles Unicode on the prompt when printing text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/526893/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 526893] Re: xterm wrongly handles Unicode on the prompt when printing text

2011-04-28 Thread Bryce Harrington
Since the hardware is no longer available for doing troubleshooting
with, we'll have to close the bug for now.  However please feel free to
reopen if you or anyone else has the same HW and can reproduce this
issue using the latest development version of Ubuntu and is willing to
do some troubleshooting with it.

** Changed in: xterm (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in Ubuntu.
https://bugs.launchpad.net/bugs/526893

Title:
  xterm wrongly handles Unicode on the prompt when printing text

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 526893] Re: xterm wrongly handles Unicode on the prompt when printing text

2011-04-28 Thread Dominik George
Sorry, I cannot reproduce it in natty because natty won't ever make its
way onto my harddrive.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in Ubuntu.
https://bugs.launchpad.net/bugs/526893

Title:
  xterm wrongly handles Unicode on the prompt when printing text

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 526893] Re: xterm wrongly handles Unicode on the prompt when printing text

2011-04-27 Thread bugbot
This bug report was filed against an old version of Ubuntu.
Can you confirm whether this is still an issue in natty?

If you don't mind, it would be very helpful if you could update the bug
report in launchpad to 'Fix Released' if it is no longer an issue for
you, or if it is still occurring under natty, please tag the bug 'natty'
so it's easier for us to track.


** Changed in: xterm (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/526893

Title:
  xterm wrongly handles Unicode on the prompt when printing text

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 526893] Re: xterm wrongly handles Unicode on the prompt when printing text

2010-03-18 Thread Bryce Harrington
** Tags added: karmic

-- 
xterm wrongly handles Unicode on the prompt when printing text
https://bugs.launchpad.net/bugs/526893
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 526893] Re: xterm wrongly handles Unicode on the prompt when printing text

2010-02-26 Thread Dominik George
Compare comment no. 3. Only in terminal emulators.

-- 
xterm wrongly handles Unicode on the prompt when printing text
https://bugs.launchpad.net/bugs/526893
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 526893] Re: xterm wrongly handles Unicode on the prompt when printing text

2010-02-26 Thread Chris Coulson
Not recreating the issue here, it works normally. Do you only get this
from terminal emulators, or by logging in to a console too?

** Changed in: gnome-terminal (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-terminal (Ubuntu)
   Status: New => Incomplete

** Changed in: gnome-terminal (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)

-- 
xterm wrongly handles Unicode on the prompt when printing text
https://bugs.launchpad.net/bugs/526893
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 526893] Re: xterm wrongly handles Unicode on the prompt when printing text

2010-02-25 Thread Jonathan Thomas
Hi there!

Thanks for reporting this bug! Your bug seems to be a problem with the
KDE program itself, and not with our KDE packages. While we appreciate
your issue, it would be better if it was tracked at
https://bugs.kde.org, so that the KDE developers can deal with this
speedily and have direct communication with you as the reporter for more
effective debugging.

Thanks!

** Changed in: kdebase (Ubuntu)
   Status: New => Invalid

-- 
xterm wrongly handles Unicode on the prompt when printing text
https://bugs.launchpad.net/bugs/526893
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


Re: [Bug 526893] Re: xterm wrongly handles Unicode on the prompt when printing text

2010-02-24 Thread Thomas Dickey
On Wed, 24 Feb 2010, Dominik George wrote:

> zsh is the login shell, but this is about Bash (running from zsh or
> "native" does not matter). The bug is reproducible across multiple
> hosts, users, environments.
>
> It is not related to the shell itself. The bug can be reproduced in
> Bash, Dash and Csh.

bash (but not dash or csh as far as I recall) contains code which is 
supposed to count the length of the prompt, for positioning the cursor.

The code in bash has been the subject of occasional bug reports for
some time.

> The bug does not show when running in a tty, so it *is* X-related.
>
> ** Also affects: gnome-terminal (Ubuntu)
>   Importance: Undecided
>   Status: New

gnome-terminal, konsole and xterm all are independent - it's likely that
there is a common cause for this issue which is unrelated to any of these.

You may get some insight on the problem by using "script" to capture the
output of the shell (to see which characters are sent to the terminal).

That may be different between the Linux console and the X applications.

>
> ** Also affects: kdebase (Ubuntu)
>   Importance: Undecided
>   Status: New
>
> -- 
> xterm wrongly handles Unicode on the prompt when printing text
> https://bugs.launchpad.net/bugs/526893
> You received this bug notification because you are subscribed to xterm
> in ubuntu.
>

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

-- 
xterm wrongly handles Unicode on the prompt when printing text
https://bugs.launchpad.net/bugs/526893
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 526893] Re: xterm wrongly handles Unicode on the prompt when printing text

2010-02-24 Thread Dominik George

** Attachment added: "Screenshot of failing xterm"
   http://launchpadlibrarian.net/39698483/screen-xterm-umlaut.png

-- 
xterm wrongly handles Unicode on the prompt when printing text
https://bugs.launchpad.net/bugs/526893
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 526893] Re: xterm wrongly handles Unicode on the prompt when printing text

2010-02-24 Thread Dominik George
zsh is the login shell, but this is about Bash (running from zsh or
"native" does not matter). The bug is reproducible across multiple
hosts, users, environments.

It is not related to the shell itself. The bug can be reproduced in
Bash, Dash and Csh.

The bug does not show when running in a tty, so it *is* X-related.

** Also affects: gnome-terminal (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: kdebase (Ubuntu)
   Importance: Undecided
   Status: New

-- 
xterm wrongly handles Unicode on the prompt when printing text
https://bugs.launchpad.net/bugs/526893
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 526893] Re: xterm wrongly handles Unicode on the prompt when printing text

2010-02-24 Thread Dominik George

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/39697590/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/39697591/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/39697593/Dependencies.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/39697595/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/39697597/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/39697600/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/39697603/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/39697605/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/39697615/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/39697617/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/39697618/UdevLog.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/39697619/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/39697621/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/39697622/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/39697623/glxinfo.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/39697624/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/39697625/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/39697626/xkbcomp.txt

-- 
xterm wrongly handles Unicode on the prompt when printing text
https://bugs.launchpad.net/bugs/526893
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs