On 12/13/15 19:53, Patrick O'Callaghan wrote: > On Sat, 2015-12-12 at 22:34 -0200, Sylvia Sánchez wrote: > > I don't type ooffice to get it running... > Neither do I, but the point is that you could. It works with > OpenOffice > or Libreoffice and is just a symbolic link to whichever one you have. FWIW, not on my F22 or F23 system.... [egreshko@acer ~]$ ll /usr/bin/libreoffice /usr/bin/ooffice -rwxr-xr-x. 1 root root 372 Dec 2 22:06 /usr/bin/libreoffice -rwxr-xr-x. 1 root root 32 Dec 2 22:06 /usr/bin/ooffice [egreshko@acer ~]$ cat /usr/bin/ooffice #!/bin/sh exec libreoffice "$@" ------------------------------- Everyone, I certainly am using libreoffice, but the command ooffice does exist on my F23 machine. cat /usr/bin/ooffice #!/bin/sh exec libreoffice "$@" However, when I use libreoffice at the command prompt instead of ooffice I get the same response that I described before. I do not get any output in the konsole window and the program is released from the command prompt. Thanks for your help everyone!!! Greg -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx 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