Re: updatedb

2024-02-10 Thread José Matos
On Sat, 2024-02-10 at 10:09 -0500, David King wrote:
> At some point in the past mlocate must 
> have been upgraded/replaced by plocate on my system.  I'm not sure
> when that happened.  The last time I looked, a long time ago, I was
> using mlocate and now it's plocate.
> 
> --
> David King

I think that the answer is F36:
https://fedoraproject.org/wiki/Changes/Plocate_as_the_default_locate_implementation

-- 
José Abílio
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Is this true ?

2024-02-08 Thread José Matos
On Thu, 2024-02-08 at 13:39 -0500, DJ Delorie wrote:
> Wasn't the original quote "With great power there must also come
> great responsibility" ?

Yes, and it first appeared in the comics before the movies. :-)
-- 
José Abílio
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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 make sense to me.

This is an explanation as far as I remember. Th code where the error
message occurs is used to preview the file.

That code tries several different paths in order to display the file.
So even if one path fails it will try other routes to get the file
displayed.

What could be happening in this case is that, due to the way as the
converter code works, the compressed and uncompressed files use
different paths to be displayed. So in one case the you get the error
while in the other than is never run.

Well, after 2.4 is released I intend to have a look into that part of
the code. :-)

-- 
José Abílio
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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 2 it was possible to
compare different types although the result only depended on the types
and not of the values:

https://portingguide.readthedocs.io/en/latest/comparisons.html

Incidentally that is also the reason when comparing a value with None
should be done using the "is" operator and not "==" since None is a
singleton and of a different type.

-- 
José Abílio
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


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):
>     ^^^
> TypeError: '>=' not supported between instances of 'str' and 'int'
> 
> This seems only due to the name No_Dressed_recoil.eps
> 
> Thank for your concerns
> 
> =
> ==
>  Patrick DUPRÉ | | email:
> pdu...@gmx.com
> =
> ==

This particular bug is already fixed in LyX 2.4, as detailed in this
thread.

For what is worth LyX 2.4 is entering the release candidate stage.
RC1 has been released yesterday.

You can tests it from copr:
https://copr.fedorainfracloud.org/coprs/jamatos/lyx-devel

The version there is called lyx-devel and so it can be parallel
installable with 2.3 LyX.

One other major difference in that version is that it is built with
qt6.

Notice that I am using this as a testing stage so that when LyX 2.4 is
released all these changes will become the Fedora lyx package.

Regards,
-- 
José Abílio
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: xmgrace in fc21

2015-09-26 Thread José Matos
On Friday 25 September 2015 23:09:56 Patrick Dupre wrote:
> Hello,
> 
> when I run xmgrace/grace in fc21 and fc22. it slows down the machine very
> effciently.
> Is it an issue with the graphics library? Xmu
> 
> Thank.

Hi Patrick,
could you please fill a bug report about this? I am running f23 and I 
don't see this. I see some weird behavior, with the menus for example, but no 
slowness...

Regards,
-- 
José Abílio
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dnf-langpacks

2015-07-23 Thread José Matos
On Wednesday 22 July 2015 16:25:36 tangen...@hushmail.com wrote:
 I wish use dnf-langpacks to install programs in portuguese
 brazilian (pt_BR), but I don't know how to do it
 Some helpe?
 Than you.
 Edward
 

Edit file /etc/dnf/plugins/langpacks.conf.

There it should be enough to uncomment the line with the appropriate language, 
Brazilian Portuguese is already there.

langpack_locales=pt_BR

There are other ways but this works. :-)

-- 
José Abílio
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Dependencies problems when installing rstudio

2014-05-24 Thread José Matos
On Saturday 24 May 2014 10:07:15 Paul Smith wrote:
 Dear All,
 
 I am trying to install rstudio, but I am getting the following errors:
 
 --
 -- Running transaction check
 --- Package rstudio.x86_64 0:0.98.507-1 will be installed
 -- Processing Dependency: libRblas.so()(64bit) for package:
 rstudio-0.98.507-1.x86_64
 -- Processing Dependency: libRlapack.so()(64bit) for package:
 rstudio-0.98.507-1.x86_64
 -- Finished Dependency Resolution
 Error: Package: rstudio-0.98.507-1.x86_64 (/rstudio-0.98.507-x86_64)
Requires: libRlapack.so()(64bit)
Available: R-core-3.0.1-2.fc19.x86_64 (fedora)
libRlapack.so()(64bit)
Installed: R-core-3.1.0-5.fc19.x86_64 (@updates)
Not found
 Error: Package: rstudio-0.98.507-1.x86_64 (/rstudio-0.98.507-x86_64)
Requires: libRblas.so()(64bit)
Available: R-core-3.0.1-2.fc19.x86_64 (fedora)
libRblas.so()(64bit)
Installed: R-core-3.1.0-5.fc19.x86_64 (@updates)
Not found
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest
 --
 
 Any ideas?
 
 Thanks in advance,
 
 Paul

See https://stat.ethz.ch/pipermail/r-sig-fedora/2014-May/000317.html

Short version, install the rpm from the preview channel where the issue is 
fixed.

-- 
José Abílio
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: lyx in fedora 20

2014-01-10 Thread José Matos
On Wednesday 08 January 2014 01:54:45 Patrick Dupre wrote:
 Hello,
 
 when I lauch lyx, I just get:
 lyx: error while loading shared libraries: libboost_regex-mt.so.1.53.0: 
 cannot open shared object file: No such file or directory
 
 
 I need it urgently!!
 
 Thank.

As others said.

I suspect that you had updates-testing enabled in F19 and after updating it was 
disabled in F20.

In any case 2.0.7 was now submitted to stable for all releases.

Regards,
-- 
José Abílio
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: esint10.pfb

2013-04-04 Thread José Matos
On Thursday 04 April 2013 20:01:07 Patrick Dupre wrote:
 Hello,
 
 I got an error when I compile an old latex file:
 !pdfTeX error: pdflatex (file esint10.pfb): cannot open Type 1 font 
 file for re
 
 I have texlive-esint.noarch installed.
 which install the mf file: 
 /usr/share/texlive/texmf-dist/fonts/source/public/esint/esint10.mf
 but not esint10.pfb.
 
 How can I get this font?
 
 Thank
 
 

# yum install 'tex(esint10.pfb)'
Loaded plugins: auto-update-debuginfo, langpacks
Package 2:texlive-esint-type1-svn15878.0-20.fc19.noarch already installed and 
latest version
Nothing to do

Cool, huh? :-)

It works also for other file types, .sty, .cls,  etc.

I hope this helps. :-)
-- 
José Abílio
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: texlive

2013-03-07 Thread José Matos
On 03/07/2013 11:32 AM, Patrick Dupre wrote:
 Hello,

 I installes texlive2012,
 but apparently the fonts are not installed!
 In additon, when I make,

 rpm -ql texlive
 I get:
 (contains no files)

 while:
 rpm -q texlive
 texlive-2012-16.20130205_r29034.fc18.x86_64

 Whould I finish the install manually?

 Thank.


texlive is an empty rpm that has lots of subpackages, this happens also
for other packages. Nothing new here. :-)

If you want to install all the texlive packages (not including the
documentation packages) you can install them with

yum install texlive-scheme-full

other schemes are

texlive-scheme-basic
texlive-scheme-context
texlive-scheme-gust
texlive-scheme-medium
texlive-scheme-minimal
texlive-scheme-small
texlive-scheme-tetex
texlive-scheme-xml

It works really well. :-)

-- 
José Matos

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: texlive

2013-03-07 Thread José Matos
On 03/07/2013 11:59 AM, Patrick Dupre wrote:
 OK, THis is correct,

 but

 \documentclass[a4paper]{article}
 \usepackage{fourier}
 \begin{document}
 Hello world!
 L'{\'E}l{\'e}phant va {\`a} la mare.
 \[\frac14=0{,}25\]
 \end{document}

 fails:
 (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
 Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
 (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))

 ! LaTeX Error: File `fourier.sty' not found.


 and

 tex testfont.tex
 Name of the font to test =
 fourier
 kpathsea: Running mktextfm fourier
 /usr/share/texlive/texmf/web2c/mktexnam: Could not map source
 abbreviation  for fourier.
 /usr/share/texlive/texmf/web2c/mktexnam: Need to update ?
 mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;
 nonstopmode; input fourier
 This is METAFONT, Version 2.718281 (TeX Live 2013/dev)


 kpathsea: Running mktexmf fourier
 ! I can't find file `fourier'.

There are two possibilities:

a) you install all the texlive packages via texlive-scheme-full

b) in this case to satisfy this dependency it is enough

yum install 'tex(fourier.sty)'

this will work for every sty file via the virtual provides.

-- 
José Matos

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: make that wmv (WAS Re: is there a way to convert an mp4 video to wav in Fedora - and I have a very old Fedora 13)

2013-03-07 Thread José Matos
On 03/07/2013 10:08 PM, Darlene Wallach wrote:
 I need my laptop for work and I need LaTeX - I heard there were issues
 with TeXLive so have held off installing newer Fedoras - have also
 heard of difficulties with the Anaconda installer.

 Thank you

 Darlene Wallach

The only issue with texlive in Fedora previous to F18 was that it was
using texlive-2007 before an auditing to all the packages was complete.
With Fedora 18 the texlive is 2012 and it has all the packages available
and easy to install.

-- 
José Matos

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: [Fedora] Re: native texlive and yum

2011-04-06 Thread José Matos
On Wednesday 06 April 2011 20:49:20 Walter Cazzola wrote:
 Unfortunately some bad written packages (such as R) rely
 on the presence of a tex-based rpm this is what my hack solves.

The packages are well written, since they depend on latex the rpm package 
should require the equivalent rpm package, that is the basic principle for 
distribution.

Imagine to install some package and have to get by hand all its 
dependencies... In this case latex is a hard requirement (not even optional) 
for R so the R package should depend on it or else it would a package error.

There is a fedora-texlive mailing list where these issues are discussed.
-- 
José Abílio
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Problems after upgrading to F14

2011-03-30 Thread José Matos
On Wednesday 30 March 2011 06:27:41 JD wrote:
 Well, I had no such problems in fc13. How come that interplay
 did not cause conflicts in fc13?

Because the repositories that you now using are from f14.

There could be several reason for the problems you see. One example, imagine 
that a package has been discontinued in f14. If you have that file installed 
from f13 yum will refuse to remove it, unless you tell it otherwise. The 
problem with this package is that it could drag the update process due its 
dependencies not being fulfilled in f14.

In order to fix issues like this you can search for this information that is 
usually available either in the release notes or in the fedora wiki.

 And yes, --skip-broken does work as far as installing things
 that have no conflicts.
 But the conflicts remain and every time I run yum to
 install or update something, it belches out the report
 about broken packages.

When running yum with --skip-broken it prints a nice list of conflits and the 
related reason why it has failed. Walktrough those and fix the dependencies as 
apropriate.

-- 
José Abílio
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Problems after upgrading to F14

2011-03-29 Thread José Matos
On Wednesday 30 March 2011 00:09:58 JD wrote:
 Yum simply does not seem to be able to handle this chain
 of dependencies scenario.
 I consider it broken!

Use the --skip-broken parameter to see if the dependency resolution goes 
further.

FWIW the interplay between the packages that you have installed and those 
available in the repositories can be at fault and not yum.
-- 
José Abílio
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Can't get Network Manager to come up on bar

2010-06-23 Thread José Matos
On Tuesday 22 June 2010 23:48:07 David Bartmess wrote:
 I hadn't done anything with this laptop (An HP Pavilion ZV5000) since I
 upgraded to F13. But now when I start it up and logon, I don't see the
 NetworkManager icon on the bar anymore, and I can't connect to the
 wireless AP...
 
 Any ideas where to start debugging this? I've searched the web, and
 found nothing..

Are you using (the) kde (desktop)?
-- 
José Abílio
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Can't get Network Manager to come up on bar

2010-06-23 Thread José Matos
On Wednesday 23 June 2010 16:47:45 David Bartmess wrote:
 No, I'm using Gnome. Everything has been updated to the current 
 revisions using yum update

I am using kde that is why I asked because then I would know the answer. :-)

In any case, what happens when you call nm-applet from the command line?

-- 
José Abílio
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines