Re: gzip eps

2024-01-16 Thread José Matos
On Tue, 2024-01-16 at 12:16 +0100, Patrick Dupre via users wrote: > Hello, > > I am really confused. > Why, when a called gzip, lyx was involved > while I use /usr/bin/gzip ? > Is it because a lyx window was loaded? > Or because the eps.gz file was called by the lyx application? > > It does not

Re: gzip eps

2024-01-16 Thread Patrick Dupre via users
Hello, I am really confused. Why, when a called gzip, lyx was involved while I use /usr/bin/gzip ? Is it because a lyx window was loaded? Or because the eps.gz file was called by the lyx application? It does not make sense to me. > > On Mon, 2024-01-15 at 16:24 +0100, Patrick Dupre via users

Re: gzip eps

2024-01-16 Thread José Matos
On Mon, 2024-01-15 at 23:15 +, Barry wrote: > That is bad python code. Version is a string and cannot be compare > against 0x060305. > Suggest you report against the RPM package that > /usr/share/lyx/scripts/convertDefault.py comes from. > > Barry That is a leftover from Python 2. In Python

Re: gzip eps

2024-01-16 Thread José Matos
On Mon, 2024-01-15 at 16:24 +0100, Patrick Dupre via users wrote: > Hello, > > Traceback (most recent call last): >   File "/usr/share/lyx/scripts/convertDefault.py", line 68, in > >     if sys.argv[3] == 'ppm' and (im and version >= 0x060305 or gm): >    

Re: gzip eps

2024-01-16 Thread Patrick Dupre via users
I am sorry, but today, I cannot reproduce the bug ! I made a dnf update yesterday night (as I do every days). Is there a link? > On Mon, Jan 15, 2024 at 9:24 AM Patrick Dupre via users > wrote: > > > > Hello, > > > > I am attaching an eps file > > (NoDressedrecoil.eps) > > You could do > > cp

Re: gzip eps

2024-01-16 Thread Barry
> On 15 Jan 2024, at 23:56, Todd Zullinger wrote: > > The fix looks to be 639b5da1af (Fix the remaing issues with > comparisons with objects of different types., 2019-06-03)¹. > This could be trivially cherry-picked to the 2.3.x branch. > > ¹

Re: gzip eps

2024-01-15 Thread Todd Zullinger
I wrote: > Barry wrote: >>> On 15 Jan 2024, at 15:24, Patrick Dupre via users >>> wrote: >>> >>> Traceback (most recent call last): >>> File "/usr/share/lyx/scripts/convertDefault.py", line 68, in >>>if sys.argv[3] == 'ppm' and (im and version >= 0x060305 or gm): >>>

Re: gzip eps

2024-01-15 Thread Todd Zullinger
Barry wrote: >> On 15 Jan 2024, at 15:24, Patrick Dupre via users >> wrote: >> >> Traceback (most recent call last): >> File "/usr/share/lyx/scripts/convertDefault.py", line 68, in >>if sys.argv[3] == 'ppm' and (im and version >= 0x060305 or gm): >>

Re: gzip eps

2024-01-15 Thread Barry
> On 15 Jan 2024, at 15:24, Patrick Dupre via users > wrote: > > Traceback (most recent call last): > File "/usr/share/lyx/scripts/convertDefault.py", line 68, in >if sys.argv[3] == 'ppm' and (im and version >= 0x060305 or gm): >

Re: gzip eps

2024-01-15 Thread Patrick O'Callaghan
On Mon, 2024-01-15 at 16:24 +0100, Patrick Dupre via users wrote: > Hello, > > I am attaching an eps file No, you didn't. poc -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: gzip eps

2024-01-15 Thread Roger Heflin
On Mon, Jan 15, 2024 at 9:24 AM Patrick Dupre via users wrote: > > Hello, > > I am attaching an eps file > (NoDressedrecoil.eps) > You could do > cp -a NoDressedrecoil.eps No_Dressedrecoil.eps > cp -a NoDressedrecoil.eps No_Dressed_recoil.eps > > and then > gzip -f No_Dressedrecoil.eps > gzip -f

gzip eps

2024-01-15 Thread Patrick Dupre via users
Hello, I am attaching an eps file (NoDressedrecoil.eps) You could do cp -a NoDressedrecoil.eps No_Dressedrecoil.eps cp -a NoDressedrecoil.eps No_Dressed_recoil.eps and then gzip -f No_Dressedrecoil.eps gzip -f No_Dressed_recoil.eps And you should obtain a different behavior like Traceback