[OpenIndiana-discuss] Libreoffice

2012-01-24 Thread Paolo Marcheschi
Hi Is there any success to have a fully funcional Libreoffice on Openindiana ? Greetings Paolo ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

[OpenIndiana-discuss] LibreOffice

2013-10-22 Thread Dave Koelmeyer
Hi, Does anyone know the present status of getting LibreOffice built for OI or other illumos distros? If there is some brief detail which can be provided - I have a commercial interest in running LibreOffice on OI and would like to be able to help nail this if possible. Cheers, -- Dave Koel

[OpenIndiana-discuss] Libreoffice

2015-06-07 Thread Peter Tribble
After several previous attempts ended in failure, I've recently managed to get a functional build of LibreOffice on my own Tribblix distribution. The binaries I've created probably aren't useful elsewhere (not so much a problem with the binaries themselves as all the missing prerequisites) but as

[OpenIndiana-discuss] LibreOffice 3.3.2?

2011-05-24 Thread Gary
Has anyone compiled this under OI yet? Just curious if anyone has had any feedback on the process as I'm looking to move away from OpenOffice.org on a couple of platforms. thanks, Gary ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana

Re: [OpenIndiana-discuss] Libreoffice

2012-01-24 Thread Jan Owoc
Hi Paolo, On Tue, Jan 24, 2012 at 4:44 AM, Paolo Marcheschi wrote: > Is there any success to have a fully funcional Libreoffice on Openindiana ? I'm not aware of a published binary. With the number of various applications that have been ported to Solaris/OpenIndiana on x86, there likely isn't a

Re: [OpenIndiana-discuss] Libreoffice

2012-01-24 Thread Jonathan Adams
I wish I had an OI server to test/compile on, but I only have a laptop (with limited space) ... we use Solaris 10 on our servers and that's just not the same. I noticed that they appear to have significantly reduced the number of tar source files to download with 3.5.0, so I might be able to get m

Re: [OpenIndiana-discuss] Libreoffice

2012-01-24 Thread Gary
last time I had a look (v3.4.4.2), it still required Solaris Studio to compile. that said, I had to change the configure script to bypass a wonky check for GNU ld that failed no matter what, add the internal version of Solaris Studio to its acceptable compiler list (5.10, I believe), but then the s

Re: [OpenIndiana-discuss] Libreoffice

2012-01-24 Thread Jonathan Adams
trying LO 3.5.0.1 ... well it needs zip3.0 (2008) for a start, we ship 2.32 (2006) ... and I couldn't get it to compile with SunStudio (not that I tried overly hard) ... after that it needed JUnit (which I got from pkg) and I had to modify their borked configure file to change "grep -q" to "$GREP

Re: [OpenIndiana-discuss] Libreoffice

2012-01-24 Thread Jonathan Adams
Just posting in case I forget to later ... It's not finished yet (by any means ... currently running on single core, so I can spot errors, T7250 @ 2.00GHz so not the best piece of hardware ever.) modified configure.in to change "grep -q" to "$GREP -q" added 2.10 to the sunstudio minors ... "else

Re: [OpenIndiana-discuss] Libreoffice

2012-01-24 Thread Gary
how'd you get past this? checking how to run the C preprocessor... /lib/cpp configure: error: in `/usr/local/src/libreoffice-bootstrap-3.4.5.2': configure: error: C preprocessor "/lib/cpp" fails sanity check ___ OpenIndiana-discuss mailing list OpenIndi

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread Jonathan Adams
currently: export PATH=/export/home/jadams/Downloads/zip30:/usr/gnu/bin:${PATH} ./autogen.sh CC=/opt/sunstudio12.1/bin/cc CXX=/opt/sunstudio12.1/bin/CC MAKE=/usr/bin/gmake --with-jdk-home=/usr/jdk/instances/jdk1.6.0 gmake COM=sunpro the zip30 bit is a not yet installed version of zip3.0 ... hop

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread Dominic Kay
To wind back from the battle to get Libreoffice to compile, if you just want to get some office work done, Paolo, rather than prove a point of principle, OpenOffice 3.3 for Solaris x86 works just fine on OI 151a. /d On 24 January 2012 11:44, Paolo Marcheschi wrote: > Hi > > Is there any success

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread Jonathan Adams
On 25 January 2012 10:51, Dominic Kay wrote: > To wind back from the battle to get Libreoffice to compile, if you just > want to get some office work done, Paolo, rather than prove a point of > principle, OpenOffice 3.3 for Solaris x86 works just fine on OI 151a. > /d except on Solaris 10 SunRays

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread Paolo Marcheschi
Hi Yes I use OpenOffice 3.3, but all in my office use Libreoffice due to a more compatible formats with excel and docx, and indeed I would like to use it myself on Openindiana. I tried also to compile it but It is far beyond my possibility. Thank you Paolo On 01/25/12 11:51 AM, Dominic Kay w

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread ken mays
t helped, Ken Mays From: Jonathan Adams To: Discussion list for OpenIndiana Sent: Wednesday, January 25, 2012 6:01 AM Subject: Re: [OpenIndiana-discuss] Libreoffice On 25 January 2012 10:51, Dominic Kay wrote: > To wind back from the battle to get

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread Maxim Kondratovich
12 15:40 (UTC+0200) *To:* Discussion list for OpenIndiana *Subject:* Re: [OpenIndiana-discuss] Libreoffice Hello, See: http://pkgsrc-wip.cvs.sourceforge.net/viewvc/pkgsrc-wip/wip/libreoffice/Makefile?hideattic=1&revision=1.17&view=markup I have an experimental LibreOffice spec

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread Paolo Marcheschi
Hi I understand that Libreoffice is in the desiderata of a lot of people around the Solaris/openindiana OS. I did not try to use it through wine, thank you, this is a good possibility, I tried and after installation of java under wine, I could open a Libreoffice writer window on my desktop, Grea

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread Gary
is pkg-config available in OI or will I need to build it myself? I'm not finding it in the default repo... ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread Gary
never mind, I found it in the gettext pkg but not with 'pkg search'. ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread Alan Coopersmith
On 01/25/12 05:18 PM, Gary wrote: is pkg-config available in OI or will I need to build it myself? I'm not finding it in the default repo... It's in the confusingly named developer/gnome/gettext package, but pkg search should easily find it, even there: http://pkg.openindiana.org/dev/en/search

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread Naruhiko Ogasawara
Hi OI people, I'm a just user of LibreOffice and former OpenSolaris, and nothing special about LibreOffice and Solaris-base development both, so I can't join the discussion technically. Sorry. Anyway, my Twitter friend Kohei Yoshida, LibreOffice Hacker suggest that Thorsten (another LibreOffic

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread Gary Driggs
Yes, I've posted over they just today after someone there contacted me (I thought I was sub'd at some point). I just left a build running on an office VM. Next time I'll use the GUI installer so it gets all the gnome and X libs in advance but I think I finally met the prereqs (including a sym link

Re: [OpenIndiana-discuss] Libreoffice

2012-01-25 Thread Gary Driggs
Sorry, I meant aclocal. ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] Libreoffice

2012-01-26 Thread Paolo Marcheschi
Great. I see that the discussion is starting on Libreoffice List, I started to clone the git repos to follow the discussion: git clone git://anongit.freedesktop.org/libreoffice/core OIOO Thank you Paolo On 01/26/12 04:26 AM, Gary Driggs wrote: Yes, I've posted over they just today after some

Re: [OpenIndiana-discuss] Libreoffice

2012-01-26 Thread ken mays
diana Sent: Thursday, January 26, 2012 6:03 AM Subject: Re: [OpenIndiana-discuss] Libreoffice Great. I see that the discussion is starting on Libreoffice List, I started to clone the git repos to follow the discussion: git clone git://anongit.freedesktop.org/libreoffice/core OIOO Thank you Paol

Re: [OpenIndiana-discuss] Libreoffice

2012-01-26 Thread Paolo Marcheschi
under the OpenIndiana/Wine solution. ~ Ken Mays From: Paolo Marcheschi To: Discussion list for OpenIndiana Sent: Thursday, January 26, 2012 6:03 AM Subject: Re: [OpenIndiana-discuss] Libreoffice Great. I see that the discussion is starting on Libreoffi

Re: [OpenIndiana-discuss] Libreoffice

2012-01-30 Thread cpforum
The future seems to be LibreOffice, but is OpenOffice really dead ? OpenOffice is now an Apache incubating project hosted by the Apache foundation. Someone know if people have plans to build future release for Solaris 11 x86/OpenIndiana ? ___ OpenInd

Re: [OpenIndiana-discuss] Libreoffice

2012-01-30 Thread Jerry Kemp
I am on the Apache Openoffice mailing list, and I can say that there are plans for Solaris. IMHO, and FWIW, the Apache group seems to be (or at least act like) a very large organization. The feel of the group to me is that they are still getting their ducks all lined up on many different fronts,

Re: [OpenIndiana-discuss] LibreOffice

2013-10-22 Thread Paolo Marcheschi
Hi It seems that the only usable libreoffice runs on Sonicle (http://sourceforge.net/projects/xstreamos/) distribution. The distro is not yet ready, and it is very difficult to run libreoffice in other distributions, like Openindiana. Using wine is possible to run the windows version in Openindi

Re: [OpenIndiana-discuss] LibreOffice

2013-10-22 Thread Apostolos Syropoulos
>It seems that the only usable libreoffice runs on Sonicle >(http://sourceforge.net/projects/xstreamos/) distribution. >The distro is not yet ready, and it is very difficult to run libreoffice in >other >distributions, like Openindiana. OK this particular binary may not work on a different

Re: [OpenIndiana-discuss] LibreOffice

2013-10-23 Thread Paolo Marcheschi
On 10/22/13 06:27 PM, Apostolos Syropoulos wrote: It seems that the only usable libreoffice runs on Sonicle (http://sourceforge.net/projects/xstreamos/) distribution. The distro is not yet ready, and it is very difficult to run libreoffice in other distributions, like Openindiana. OK this pa

Re: [OpenIndiana-discuss] LibreOffice

2013-10-23 Thread Nikola M.
On 10/22/13 02:43 PM, Dave Koelmeyer wrote: Hi, Does anyone know the present status of getting LibreOffice built for OI or other illumos distros? If there is some brief detail which can be provided - I have a commercial interest in running LibreOffice on OI and would like to be able to help n

Re: [OpenIndiana-discuss] LibreOffice

2013-10-23 Thread ken mays
Check with Lenovo...they maintained a build of LibreOffice for OI. Ken Sent from Yahoo Mail on Android ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] LibreOffice

2013-10-23 Thread Alexander Pyhalov
Good day. On 10/22/2013 16:43, Dave Koelmeyer wrote: Hi, Does anyone know the present status of getting LibreOffice built for OI or other illumos distros? If there is some brief detail which can be provided - I have a commercial interest in running LibreOffice on OI and would like to be able to

Re: [OpenIndiana-discuss] LibreOffice

2013-10-23 Thread Paolo Marcheschi
Interesting but where... Paolo On 10/23/13 11:54 AM, ken mays wrote: Check with Lenovo...they maintained a build of LibreOffice for OI. Ken Sent from Yahoo Mail on Android ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http

Re: [OpenIndiana-discuss] LibreOffice

2013-10-23 Thread Gabriele Bulfon
: [OpenIndiana-discuss] LibreOffice Hi, Does anyone know the present status of getting LibreOffice built for OI or other illumos distros? If there is some brief detail which can be provided - I have a commercial interest in running LibreOffice on OI and would like to be able to help nail this if possible

Re: [OpenIndiana-discuss] LibreOffice

2013-10-23 Thread ken mays
The main groups doing LibreOffice builds on OI were: 1. Sonicle (Gabriele Bulfon) 2. Lanedo GmbH (http://www.lanedo.com/libreoffice/) 3. Adfinis SyGroup AG 4. Tribblix.org (Peter Tribble) People have gotten it to build successfully just issue with stability... Ken Mays __

Re: [OpenIndiana-discuss] LibreOffice

2013-10-23 Thread Nikola M.
On 10/23/13 06:15 PM, Gabriele Bulfon wrote: Hi, our XStreamOS Desktop distro is coming out shortly, with Libre Office installed by deafult :) Gabriele. Hi Gabriele, could you please move your (XStreamOS) mailing list(s) away from the sourceforge? Since sourceforge does not allow/make availa

Re: [OpenIndiana-discuss] LibreOffice

2013-10-24 Thread Gabriele Bulfon
Thanx a lot for the suggestion. We will surely consider this soon. Gabriele -- Da: Nikola M. A: Discussion list for OpenIndiana Cc: Gabriele Bulfon Data: 24 ottobre 2013 7.38.27 CEST Oggetto: Re: [OpenIndiana-discuss

Re: [OpenIndiana-discuss] Libreoffice

2015-06-07 Thread Volker A. Brandt
> as a pointer for people who want to get > LibreOffice running on other distros such as OI, I've written up my > notes here: > > http://ptribble.blogspot.co.uk/2015/06/building-libreoffice-on-tribblix.html Thank you Peter! This will be very useful. You write that LibreOffice is the "primary can

Re: [OpenIndiana-discuss] Libreoffice

2015-06-08 Thread Peter Tribble
On Sun, Jun 7, 2015 at 8:57 PM, Volker A. Brandt wrote: > > as a pointer for people who want to get > > LibreOffice running on other distros such as OI, I've written up my > > notes here: > > > > > http://ptribble.blogspot.co.uk/2015/06/building-libreoffice-on-tribblix.html > > Thank you Peter!

Re: [OpenIndiana-discuss] Libreoffice

2015-06-09 Thread Apostolos Syropoulos via openindiana-discuss
> > http://ptribble.blogspot.co.uk/2015/06/building-libreoffice-on-tribblix.html > Excellent work! Well done! A.S. -- Apostolos Syropoulos Xanthi, Greece ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org htt

Re: [OpenIndiana-discuss] Libreoffice

2015-06-09 Thread Hans J Albertsson
Could you make a guess at how far your effort would help someone trying to compile and package libreoffice for Solaris 11.2? Hans J. Albertsson >From my Nexus 5 Den 8 jun 2015 22:50 skrev "Peter Tribble" : > On Sun, Jun 7, 2015 at 8:57 PM, Volker A. Brandt wrote: > > > > as a pointer for people

Re: [OpenIndiana-discuss] Libreoffice

2015-06-09 Thread Peter Tribble
On Tue, Jun 9, 2015 at 2:08 PM, Hans J Albertsson < hans.j.alberts...@gmail.com> wrote: > Could you make a guess at how far your effort would help someone trying to > compile and package libreoffice for Solaris 11.2? > It'll definitely help. The changes I had to make would be necessary on other d

Re: [OpenIndiana-discuss] Libreoffice

2015-06-09 Thread Aurélien Larcher
Thank you for the blog post ! All items in your list of prequirements need to be added to OI userland aside from cppunit 1.13.2 - librevenge-0.0.2 - libwpd-0.10.0 - libwpg-0.3.0 - libmspub-0.1.2 - libwps-0.3.1 - mdds_0.11.2 - libixion-0.7.0 - liborcus-0.7.0 - libvisio-0

Re: [OpenIndiana-discuss] Libreoffice

2015-06-10 Thread Volker A. Brandt
> > You write that LibreOffice is the "primary candidate" for an > > office suite for Tribblix. Why did you select LibreOffice over > > OpenOffice? > > It's got greater mindshare, more developers, more users, shipped by > more distros. Well... maybe... > Not to mention better and wider documen

Re: [OpenIndiana-discuss] Libreoffice

2015-06-10 Thread Jerry Kemp
On 06/10/15 09:45 AM, Volker A. Brandt wrote: You write that LibreOffice is the "primary candidate" for an office suite for Tribblix. Why did you select LibreOffice over OpenOffice? It's got greater mindshare, more developers, more users, shipped by more distros. Well... maybe... Does i

Re: [OpenIndiana-discuss] Libreoffice

2015-06-10 Thread Jonathan Adams
Before the split, there were loads of patches that had been created outside of OpenOffice that were not accepted into the main source, many advances that likewise were not taken in because they didn't find a champion to take in. A large number of these were reviewed and incorporated almost straight

Re: [OpenIndiana-discuss] Libreoffice

2015-06-10 Thread Tim Mooney
In regard to: Re: [OpenIndiana-discuss] Libreoffice, Jerry Kemp said (at...: I use several Apache products both professionally, and personally, and I feel that as a general rule, the Apache people have been very good stewards of any applications they come into possession of. I would

Re: [OpenIndiana-discuss] Libreoffice

2015-06-10 Thread ron . dawson
Libre Office also benefits a bit from the licenses they use. Libreoffice can integrate OpenOffice changes while OpenOffice cannot do the same thing with LibreOffice source code. This kind of stacks the deck against OpenOffice to an extent.   ___ ope

Re: [OpenIndiana-discuss] Libreoffice

2015-06-10 Thread Dave Koelmeyer
There are tell-tale signs that Apache OpenOffice is not in the best of health: https://twitter.com/webmink/status/592345072387129344 https://cwiki.apache.org/confluence/display/OOOUSERS/2015+Apr https://blogs.apache.org/OOo/entry/apache_openoffice_in_2014_a More choice is great, but as someone wh

Re: [OpenIndiana-discuss] Libreoffice

2015-06-10 Thread Dave Koelmeyer
On 11/06/15 13:58, Dave Koelmeyer wrote: > There are tell-tale signs that Apache OpenOffice is not in the best of > health: > > https://blogs.apache.org/OOo/entry/apache_openoffice_in_2014_a Correction: https://blogs.apache.org/OOo/entry/collaboration_is_in_our_dna -- Dave Koelmeyer http://

Re: [OpenIndiana-discuss] Libreoffice

2015-06-10 Thread Nikola M
On 06/10/15 11:25 PM, Tim Mooney wrote: The big advantage LibreOffice has at this point is marketshare, at least That could be also said about Microsoft windows on desktop But we don't care ;) In a business use at the offices, OpenOffice has bigger market share. (because of the brand and his

Re: [OpenIndiana-discuss] Libreoffice

2015-06-10 Thread Nikola M
On 06/10/15 10:55 PM, Jerry Kemp wrote: Does it really? Serious question, I honestly don't know. Apache OpenOffice in version 3 is available for Openindiana and is working, it was made by Adfinis http://adfinis-sygroup.ch/aoo-solaris-x86 and I had info that Lenovo maintained LibreOffice for O

Re: [OpenIndiana-discuss] Libreoffice

2015-06-10 Thread Nikola M
On 06/ 9/15 05:31 PM, Aurélien Larcher wrote: Thank you for the blog post ! All items in your list of prequirements need to be added to OI userland aside from cppunit 1.13.2 - librevenge-0.0.2 - libwpd-0.10.0 - libwpg-0.3.0 - libmspub-0.1.2 - libwps-0.3.1 - mdds_0.11.2

Re: [OpenIndiana-discuss] Libreoffice

2015-06-14 Thread Aurélien Larcher
I have created a Wiki page to track our progress: http://wiki.openindiana.org/oi/LibreOffice Volunteers are welcome ! Aurélien On Thu, Jun 11, 2015 at 7:40 AM, Nikola M wrote: > On 06/ 9/15 05:31 PM, Aurélien Larcher wrote: > >> Thank you for the blog post ! >> >> All items in your list of pr

Re: [OpenIndiana-discuss] LibreOffice 3.3.2?

2011-05-25 Thread ken mays
based distributions.   ~ Ken Mays             From: Gary To: Discussion list for OpenIndiana Sent: Tuesday, May 24, 2011 6:53 PM Subject: [OpenIndiana-discuss] LibreOffice 3.3.2? Has anyone compiled this under OI yet? Just curious if anyone has had any feedback on the process as I'm looking to move

[OpenIndiana-discuss] LibreOffice: libmspub, libwps

2015-07-28 Thread Aurélien Larcher
Hi, these 2 libraries are in the pipe. I also tried to compile libcdr but it requires lcms2 to be added first, if there is any interest. Wiki updated: http://wiki.openindiana.org/oi/LibreOffice Best, Aurelien ___ openindiana-discuss mailing list openin

[OpenIndiana-discuss] Libreoffice testing needed

2020-04-10 Thread Alexander Pyhalov via openindiana-discuss
Hi. Need some testers for updated LibreOffice package - pkg://userland/desktop/office/libreoffice@6.4.2-2020.0.1.0 from http://buildzone.oi-build.r61.net:1000/ . If testing is fine in the end of the next week I'll merge https://github.com/OpenIndiana/oi-userland/pull/5660 If someone has some (

[OpenIndiana-discuss] Libreoffice testing needed

2020-04-10 Thread Alexander Pyhalov via openindiana-discuss
Hi. Need some testers for updated LibreOffice package - pkg://userland/desktop/office/libreoffice@6.4.2-2020.0.1.0 from http://buildzone.oi-build.r61.net:1000/ . If testing is fine in the end of the next week I'll merge https://github.com/OpenIndiana/oi-userland/pull/5660 If someone has some (v

Re: [OpenIndiana-discuss] LibreOffice in OpenIndiana

2011-06-16 Thread Magnus
On 6/16/11 8:25 AM, Michelle O'Brien wrote: Also, is there some way of selecting to install LibreOffice, rather than OpenOffice? Sorry, Mish; I should have included this in my original response to you: https://www.illumos.org/issues/684 There's a feature request for this right now but it does

Re: [OpenIndiana-discuss] Libreoffice testing needed

2020-04-13 Thread Andreas Wacknitz
Am 10.04.20 um 20:34 schrieb Alexander Pyhalov via openindiana-discuss: Hi. Need some testers for updated LibreOffice package - pkg://userland/desktop/office/libreoffice@6.4.2-2020.0.1.0 from http://buildzone.oi-build.r61.net:1000/ . If testing is fine in the end of the next week I'll merge ht

[OpenIndiana-discuss] LibreOffice: librevenge, libodfgen, libwpd, libwpg

2015-07-27 Thread Aurélien Larcher
Hi, I submitted the PRs for the aforementioned libraries compiled in 32bit only as LibreOffice will certainly be their only consumer: they can be added as 64bit later on if needed. The Wiki was updated accordingly: http://wiki.openindiana.org/oi/LibreOffice If someone wants to contribute one of t

[OpenIndiana-discuss] Libreoffice crashing on keyboard input

2023-02-20 Thread russell
Good Afternoon On the 18th February I upgraded to the latest release of OI illumos-d227ea6805 (update performed 2023-02-18 18:19 UK time) and have found that I can start LibreOffice Writer or Calc but as soon as I just and enter any character into a document or spreadsheet it crashes. When I

[OpenIndiana-discuss] LibreOffice, The Document Foundation (on OpenIndiana?)

2010-11-01 Thread Gordon Ross
Would be nice to see OpenIndiana listed among the OS' shown here: http://www.documentfoundation.org/download/ Anyone looking into LibreOffice on OpenIndiana? ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.o

[OpenIndiana-discuss] Libreoffice fails to launch after updates

2020-07-29 Thread bscuk2
Dear All, After updating the system 2020.04 I find Libreoffice is unable to launch. The application starts but after a few seconds shuts down. I have uninstalled, and reinstalled but the same problem persists. The only work around is by pointing files to the application. Is this a bug or spec

Re: [OpenIndiana-discuss] Libreoffice crashing on keyboard input

2023-02-20 Thread Andreas Wacknitz
Am 20.02.23 um 14:44 schrieb russell: Good Afternoon On the 18th February I upgraded to the latest release of OI illumos-d227ea6805 (update performed 2023-02-18 18:19 UK time) and have found that I can start LibreOffice Writer or Calc but as soon as I just and enter any character into a document

Re: [OpenIndiana-discuss] LibreOffice, The Document Foundation (on OpenIndiana?)

2010-11-01 Thread Guido Berhoerster
* Gordon Ross [2010-11-01 22:09]: > Would be nice to see OpenIndiana listed among the OS' shown here: > http://www.documentfoundation.org/download/ > > Anyone looking into LibreOffice on OpenIndiana? Volunteers welcome, a prerequisite would be a building OpenJDK. -- Guido Berhoerster __

Re: [OpenIndiana-discuss] Libreoffice fails to launch after updates

2020-07-29 Thread Bob Friesenhahn
On Wed, 29 Jul 2020, bscuk2 wrote: Dear All, After updating the system 2020.04 I find Libreoffice is unable to launch. The application starts but after a few seconds shuts down. I have uninstalled, and reinstalled but the same problem persists. The only work around is by pointing files to th