Bug#910493: [Pkg-privacy-maintainers] Bug#910493: Handle transition from MAT to MAT2

2019-02-19 Thread jvoisin
taking care of mat2 in Debian ♥ --- a/nautilus/mat2.py +++ b/nautilus/mat2.py @@ -1,5 +1,5 @@ -#!/usr/bin/env python3 - +#!/usr/bin/env python +# -*- coding: utf-8 -*- """ Because writing GUI is non-trivial (cf. https://0xacab.org/jvoisin/mat2/issues/3), we decided to write a Nauti

Bug#898622: ITP: mat2 -- Metadata Anonymisation Toolkit 2

2018-07-24 Thread jvoisin
! Cheers, 1. https://0xacab.org/jvoisin/mat2/issues/16 2. https://copr.fedorainfracloud.org/coprs/atenart/mat2/

Bug#782261: mat: get an traceback each time in syslog

2015-04-11 Thread jvoisin
On 04/11/2015 11:02 AM, intrigeri wrote: Control: tag -1 + upstream fixed-upstream Control: forwarded -1 https://labs.riseup.net/code/issues/7858 Hi, shirish शिरीष wrote (09 Apr 2015 15:39:26 GMT) : Apr 9 07:37:06 debian org.gnome.Nautilus[2335]: Traceback (most recent call last):

Bug#719140: [pkg-mat] Bug#719140: Bug#719140: [mat-dev] Bug#719140: Bug#719140: (no subject)

2013-10-08 Thread jvoisin
On 06/10/2013 18:40, intrigeri wrote: jvoisin wrote (06 Oct 2013 16:24:13 GMT) : There's surely a nicer way to detect if a program is in the path, isn't it? Not really :/ shutil.which() is only available in Python 3.3 As much as I like using libraries, the which algorithm (in the case

Bug#719140: [mat-dev] Bug#719140: [pkg-mat] Bug#719140: (no subject)

2013-10-06 Thread jvoisin
On 06/10/2013 01:05, intrigeri wrote: intrigeri wrote (12 Aug 2013 16:47:49 GMT) : jvoisin wrote (12 Aug 2013 14:57:57 GMT) : I pushed a patch which should improve this behaviour, and hopefully fix (as a side effect) this problem. May you please point us to this patch, so that the bug

Bug#719140: [pkg-mat] Bug#719140: [mat-dev] Bug#719140: Bug#719140: (no subject)

2013-10-06 Thread jvoisin
On 06/10/2013 16:45, intrigeri wrote: jvoisin wrote (06 Oct 2013 14:58:46 GMT) : I think that Michael's bug is triggered by my exiftool's existence checking (MAT uses exiftool if installed). To do so, MAT calls exiftool, and if this call fails, it assumes that exiftool is not installed

Bug#719140: (no subject)

2013-08-12 Thread jvoisin
I honestly have no any idea why this is happening. MAT calls exiftool for cleaning/checking images, using the subprocess.Popen and subprocess.call Python functions, and both are waiting for process termination. I pushed a patch which should improve this behaviour, and hopefully fix (as a side

Bug#693967: [pkg-mat] Bug#693967: mat: menu icon installed in the wrong place

2012-12-07 Thread jvoisin
Fixed by the commit 67d5c1f.