Acknowledgement sent
to morteza jamareh <realjamareh@gmail.com>:
New Bug report received and forwarded. Copy sent to Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>.
(Wed, 20 May 2020 06:15:08 GMT) (full text, mbox, link).
Package: gnome-terminal
Version: 3.30.2-2
Hi
There is a frustrating issue on Gnome and KDE terminal.
I have tried on both debian stable and testing release.
I enter a long command on terminal and after finishing I put arrow UP to
use that command again the cursor doesn't go to the first character of my
command. The issue has been attached.
Even when I use Ctrl+r to reverse search on terminal I have the same issue.
best wishes
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>: Bug#961102; Package gnome-terminal.
(Sat, 23 May 2020 09:27:03 GMT) (full text, mbox, link).
Acknowledgement sent
to morteza jamareh <realjamareh@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>.
(Sat, 23 May 2020 09:27:03 GMT) (full text, mbox, link).
This is the screenshot,
I downloaded the netinst release of debian the installed
task-gnome/kde-desktop in both stable and testing I have the same issue,
regards
On Wed, May 20, 2020 at 10:45 AM Debian Bug Tracking System <
owner@bugs.debian.org> wrote:
> Thank you for filing a new Bug report with Debian.
>
> You can follow progress on this Bug here: 961102:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961102.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
>
> If you wish to submit further information on this problem, please
> send it to 961102@bugs.debian.org.
>
> Please do not send mail to owner@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 961102: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961102
> Debian Bug Tracking System
> Contact owner@bugs.debian.org with problems
>
To: morteza jamareh <realjamareh@gmail.com>, 961102-done@bugs.debian.org
Subject: Re: Bug#961102: Debian gnome and kde `terminal'
Date: Sat, 23 May 2020 11:34:34 +0100
On Wed, 20 May 2020 at 10:44:10 +0430, morteza jamareh wrote:
> There is a frustrating issue on Gnome and KDE terminal.
> I have tried on both debian stable and testing release.
> I enter a long command on terminal and after finishing I put arrow UP to use
> that command again the cursor doesn't go to the first character of my command.
This is the behaviour of your shell (probably bash, but perhaps something
else like zsh or tcsh if you have chosen to use a different shell),
not the terminal. The shell controls the cursor position, the terminal just
displays what the shell tells it to.
I don't think this is a bug in the shell, either: I think this is
the shell working the way it is designed to work. In every shell and
interactive prompt I can remember using (including bash, zsh, Python
and even the Quake III Arena console), scrolling back through previous
commands puts the cursor at the end of the line, so that if you are passing
different final arguments to a long command, you can do something like,
for example:
ls -al --color=always --classify /home
[Up arrow]/user
[Up arrow][Ctrl+W]/tmp
and it will have the effect of:
ls -al --color=always --classify /home
ls -al --color=always --classify /home/user
ls -al --color=always --classify /tmp
If the behaviour that you want is (for some reason) that the cursor is
placed at the beginning of lines recalled from history, then you need
to choose a shell that is designed to work like that, or can be configured
to work like that. I don't know whether there are any shells with that
behaviour in Debian.
smcv
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>: Bug#961102; Package gnome-terminal.
(Sat, 23 May 2020 11:48:02 GMT) (full text, mbox, link).
Acknowledgement sent
to morteza jamareh <realjamareh@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>.
(Sat, 23 May 2020 11:48:02 GMT) (full text, mbox, link).
Hi
Thanks a lot
I do check it,
best regards
On Sat, May 23, 2020 at 3:09 PM Debian Bug Tracking System <
owner@bugs.debian.org> wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the gnome-terminal package:
>
> #961102: Debian gnome and kde `terminal'
>
> It has been closed by Simon McVittie <smcv@debian.org>.
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Simon McVittie <
> smcv@debian.org> by
> replying to this email.
>
>
> --
> 961102: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961102
> Debian Bug Tracking System
> Contact owner@bugs.debian.org with problems
>
>
>
> ---------- Forwarded message ----------
> From: Simon McVittie <smcv@debian.org>
> To: morteza jamareh <realjamareh@gmail.com>, 961102-done@bugs.debian.org
> Cc:
> Bcc:
> Date: Sat, 23 May 2020 11:34:34 +0100
> Subject: Re: Bug#961102: Debian gnome and kde `terminal'
> On Wed, 20 May 2020 at 10:44:10 +0430, morteza jamareh wrote:
> > There is a frustrating issue on Gnome and KDE terminal.
> > I have tried on both debian stable and testing release.
> > I enter a long command on terminal and after finishing I put arrow UP to
> use
> > that command again the cursor doesn't go to the first character of my
> command.
>
> This is the behaviour of your shell (probably bash, but perhaps something
> else like zsh or tcsh if you have chosen to use a different shell),
> not the terminal. The shell controls the cursor position, the terminal just
> displays what the shell tells it to.
>
> I don't think this is a bug in the shell, either: I think this is
> the shell working the way it is designed to work. In every shell and
> interactive prompt I can remember using (including bash, zsh, Python
> and even the Quake III Arena console), scrolling back through previous
> commands puts the cursor at the end of the line, so that if you are passing
> different final arguments to a long command, you can do something like,
> for example:
>
> ls -al --color=always --classify /home
> [Up arrow]/user
> [Up arrow][Ctrl+W]/tmp
>
> and it will have the effect of:
>
> ls -al --color=always --classify /home
> ls -al --color=always --classify /home/user
> ls -al --color=always --classify /tmp
>
> If the behaviour that you want is (for some reason) that the cursor is
> placed at the beginning of lines recalled from history, then you need
> to choose a shell that is designed to work like that, or can be configured
> to work like that. I don't know whether there are any shells with that
> behaviour in Debian.
>
> smcv
>
>
> ---------- Forwarded message ----------
> From: morteza jamareh <realjamareh@gmail.com>
> To: submit@bugs.debian.org
> Cc:
> Bcc:
> Date: Wed, 20 May 2020 10:44:10 +0430
> Subject: Debian gnome and kde `terminal'
> Package: gnome-terminal
> Version: 3.30.2-2
>
> Hi
> There is a frustrating issue on Gnome and KDE terminal.
> I have tried on both debian stable and testing release.
> I enter a long command on terminal and after finishing I put arrow UP to
> use that command again the cursor doesn't go to the first character of my
> command. The issue has been attached.
> Even when I use Ctrl+r to reverse search on terminal I have the same issue.
> best wishes
>
Debbugs is free software and licensed under the terms of the GNU General
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.