** Tags added: plucky
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061211
Title:
Invalid escape sequences in regexes when installing gedit
To manage notifications about this bug go to:
https://bu
** Tags added: oracular
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061211
Title:
Invalid escape sequences in regexes when installing gedit
To manage notifications about this bug go to:
https://
Same problem happen in Ubuntu 24.10 Oracular upgrade:
Configurando python3 (3.12.6-0ubuntu1) ...
running python rtupdate hooks for python3.12...
/usr/lib/x86_64-linux-gnu/gedit/plugins/externaltools/library.py:212:
SyntaxWarning: invalid escape sequence '\-'
RE_KEY = re.compile('^([a-zA-Z_][a-z
The attachment "This patch fixes invalid escape sequence warnings in
library.py and substitutionparser.py by converting the affected strings
to raw strings." seems to be a patch. If it isn't, please remove the
"patch" flag from the attachment, remove the "patch" tag, and if you are
a member of the
Here’s how to reproduce
```bash
michaellaunay@Caravale:~$ sudo apt update && sudo apt dist-upgrade
michaellaunay@Caravale:~$ sudo apt install gedit
...
Paramétrage de gedit (46.2-2) ...
/usr/lib/x86_64-linux-gnu/gedit/plugins/externaltools/library.py:212:
SyntaxWarning: invalid escape sequence '\-
To get gedit working on Ubuntu 24.04.01 you must change string to raw :
```bash
michaellaunay@Caravale:~$ sudo dpkg-reconfigure gedit
/usr/lib/x86_64-linux-gnu/gedit/plugins/externaltools/library.py:212:
SyntaxWarning: invalid escape sequence '\-' and'\['
RE_KEY = re.compile('^([a-zA-Z_][a-zA-
It can also be reproduced reinstalling gedit (in this example in aarch64
architecture):
# apt install --reinstall gedit
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Leyend
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: gedit (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061211
Title:
Inva