/usr/lib/kitty/kitty/options/definition.py:4116: SyntaxWarning: invalid escape sequence '\e' long_text='''
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kitty (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Noble |
Fix Released
|
Low
|
Agathe Porte |
Bug Description
[ Impact ]
The package displays a warning when installing it or upgrading it
from a previous version. This warning can scare users who see it
in the terminal.
[ Test Plan ]
Try to install the patched package and verify that it still starts
fine. Check that the warning is gone when installing or upgrading
the package:
$ sudo dpkg -i ./kitty_xxx.deb # no warnings displayed during install
$ kitty # use as a terminal
[ Where problems could occur ]
Fixing the string wrongly can make the program behave wrongly.
[ Original Bug Report ]
Hello,
During the upgrade of kitty, I get the following warning:
Setting up kitty (0.32.2-1ubuntu0.1) ...
/usr/lib/
long_text='''
I this this file should be patched so the warning does not appear during upgrade.
Changed in kitty (Ubuntu): | |
status: | Triaged → Fix Released |
assignee: | Agathe Porte (gagath) → nobody |
Changed in kitty (Ubuntu Noble): | |
status: | Incomplete → In Progress |
tags: |
added: verification-done verification-done-noble removed: verification-needed verification-needed-noble |
Seems to be patched in later versions, does not occur in an oracular chroot. Only needs to be fixed in Noble.