Guix System's PS1 does not set the terminal title

  • Open
  • quality assurance status badge
Details
One participant
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal

Debbugs page

Maxim Cournoyer wrote 2 years ago
(name . bug-guix)(address . bug-guix@gnu.org)
87wn4qfzv4.fsf@gmail.com
Hi,

The tabs in GNOME's Console (kgx command) are blanks (no names). This
appears to be due to not having a title set via an ANSI escape in our
default prompt (PS1 environment variable).

We should look at what Fedora is using and extend our PS1 with it.

To confirm that it works, type the following in Console:

Toggle snippet (3 lines)
echo -e "\033]0;[title]\07"

And you'll see the tab becomes named "[title]".

--
Thanks,
Maxim
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 61393@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61393
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help