[Bug 2061211] Re: Invalid escape sequences in regexes when installing gedit

2025-02-13 Thread Hans Joachim Desserud
** 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

[Bug 2061211] Re: Invalid escape sequences in regexes when installing gedit

2024-10-22 Thread Hans Joachim Desserud
** 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://

[Bug 2061211] Re: Invalid escape sequences in regexes when installing gedit

2024-10-13 Thread fprietog
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

[Bug 2061211] Re: Invalid escape sequences in regexes when installing gedit

2024-09-04 Thread Ubuntu Foundations Team Bug Bot
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

[Bug 2061211] Re: Invalid escape sequences in regexes when installing gedit

2024-09-04 Thread michaelly
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 '\-

[Bug 2061211] Re: Invalid escape sequences in regexes when installing gedit

2024-09-03 Thread michaelly
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-

[Bug 2061211] Re: Invalid escape sequences in regexes when installing gedit

2024-04-26 Thread fprietog
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

[Bug 2061211] Re: Invalid escape sequences in regexes when installing gedit

2024-04-22 Thread Launchpad Bug Tracker
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