Re: Managed build on Ubuntu 22.04 but I had to change some stuff.

2022-12-30 Thread Yury Tarasievich
On 30/12/2022 22:44, Peter Kovacs wrote: > I managed to Build AOO trunk on Ubuntu 22.04. > The build has been rough and with a lot of Issues. FWIW, I'm using for a year and a half the AOO trunk built from source in C++11 mode, with GCC 10 through 12 (Slackware current). I believe I've

Re: Profile Backup/Restore

2022-12-30 Thread Carl Marcum
Hi Dave, On 12/30/22 2:46 PM, Dave wrote: So AOO is incapable of, or prohibited from, spawning an external process? I'm fairly sure it can with a shell execute or something similar. So an AOO extension is not really an option and the very long standing problem of our users data being

Re: No OpenOffice Devroom at FOSDEM 2023

2022-12-30 Thread Carl Marcum
Hi Andrea, On 12/30/22 12:52 PM, Andrea Pescetti wrote: You've often seen me spamming this list in the last week of the year in recent years calling for FOSDEM submissions, but I am not doing it this time... since there will be no OpenOffice devroom at FOSDEM 2023. With the return to

Re: Fwd: Bug in Calc - Search and Substitute.

2022-12-30 Thread Marcus
Am 30.12.22 um 19:10 schrieb Peter Kovacs: Am 30.12.22 um 19:00 schrieb Marcus: Am 28.12.22 um 14:30 schrieb Matthias Seidel: FYI Can anyone confirm/test? maybe a Linux-only issue. On my Linux system with 2 monitors no dialog boxes or document windows will disappear. Do you mean Windows?

Re: Managed build on Ubuntu 22.04 but I had to change some stuff.

2022-12-30 Thread Peter Kovacs
Am 30.12.22 um 20:52 schrieb Matthias Seidel: Hi Peter, What version of make do you use? Ahh thanks. Ubuntu uses 4.3 which you said already reported as not an issue. I will have to look at different systems. Regards,    Matthias Am 30.12.22 um 20:44 schrieb Peter Kovacs: Hello all,

Re: Profile Backup/Restore

2022-12-30 Thread Peter Kovacs
Am 30.12.22 um 20:46 schrieb Dave: So AOO is incapable of, or prohibited from, spawning an external process? So an AOO extension is not really an option and the very long standing problem of our users data being destroyed by this issue continues on unresolved, because we don't THINK it can be

Re: Managed build on Ubuntu 22.04 but I had to change some stuff.

2022-12-30 Thread Matthias Seidel
Hi Peter, What version of make do you use? Regards,    Matthias Am 30.12.22 um 20:44 schrieb Peter Kovacs: > Hello all, > > I managed to Build AOO trunk on Ubuntu 22.04. The build has been rough > and with a lot of Issues. > > I would like to write the issues here for documentation. > > 1, 2

Re: Profile Backup/Restore

2022-12-30 Thread Dave
So AOO is incapable of, or prohibited from, spawning an external process? So an AOO extension is not really an option and the very long standing problem of our users data being destroyed by this issue continues on unresolved, because we don't THINK it can be done instead of finding a way to get

Managed build on Ubuntu 22.04 but I had to change some stuff.

2022-12-30 Thread Peter Kovacs
Hello all, I managed to Build AOO trunk on Ubuntu 22.04. The build has been rough and with a lot of Issues. I would like to write the issues here for documentation. 1, 2 and 3 are Issues on the old dependencies we build. All other Issues was on our Code as far as I understand. 1) CoinMP

Re: Profile Backup/Restore

2022-12-30 Thread Carl Marcum
I can understand using a standalone application but how can an extension work if it depends on the office running? As you said you check for it and close it first in yours. Best regards, Carl On 12/30/22 8:39 AM, Moderator wrote: Yes an extension would work, I wrote a free standing Windows

Re: Fwd: Bug in Calc - Search and Substitute.

2022-12-30 Thread Peter Kovacs
Am 30.12.22 um 19:00 schrieb Marcus: Am 28.12.22 um 14:30 schrieb Matthias Seidel: FYI Can anyone confirm/test? maybe a Linux-only issue. On my Linux system with 2 monitors no dialog boxes or document windows will disappear. Do you mean Windows? I can test Windows in the next days. I

Re: Fwd: Bug in Calc - Search and Substitute.

2022-12-30 Thread Marcus
Am 28.12.22 um 14:30 schrieb Matthias Seidel: FYI Can anyone confirm/test? maybe a Linux-only issue. On my Linux system with 2 monitors no dialog boxes or document windows will disappear. Marcus Weitergeleitete Nachricht Betreff:Bug in Calc - Search and

No OpenOffice Devroom at FOSDEM 2023

2022-12-30 Thread Andrea Pescetti
You've often seen me spamming this list in the last week of the year in recent years calling for FOSDEM submissions, but I am not doing it this time... since there will be no OpenOffice devroom at FOSDEM 2023. With the return to physical events, rooms are limited and FOSDEM tries to rotate

Re: Profile Backup/Restore

2022-12-30 Thread Moderator
Yes an extension would work, I wrote a free standing Windows exe in PureBasicfor my own use. You are correct in saying it is unwise to access a user profile while AOO is running, which is why my code tests for a running instance of LO and closes it first. Obviously I would not just close the

Re: Profile Backup/Restore

2022-12-30 Thread Bidouille
An extension will not work. Because OpenOffice shoudn't be running to access on profile. - Mail original - > De: "Peter Kovacs" > À: dev@openoffice.apache.org > Envoyé: Vendredi 30 Décembre 2022 12:40:06 > Objet: Re: Profile Backup/Restore > > Hi Pedro, > > Am 28.12.22 um 23:30

Re: Profile Backup/Restore

2022-12-30 Thread Peter Kovacs
Hi Pedro, Am 28.12.22 um 23:30 schrieb Pedro Lino: Hi all Thank you for the feedback. I was not thinking of Profile corruption (although the solution for some issues is resetting the profile which means that some part of it was corrupted?) It was more a tool to Backup a working profile and

Re: Profile Backup/Restore

2022-12-30 Thread Peter Kovacs
I think those are the Issues we need to look at: https://bz.apache.org/ooo/show_bug.cgi?id=126869 https://bz.apache.org/ooo/show_bug.cgi?id=126762 Am 28.12.22 um 16:51 schrieb Damjan Jovanovic: Hi all On Wed, Dec 28, 2022 at 4:55 PM Matthias Seidel wrote: Hi Pedro, Am 19.12.22 um 13:39

Re: Support for maven

2022-12-30 Thread Peter Kovacs
Am 26.12.22 um 19:37 schrieb Damjan Jovanovic: On Fri, Dec 2, 2022 at 9:10 PM Jim Jagielski wrote: There are some java apps that no longer support ant and instead rely on maven. Last I checked, I don't think we support that, do we? But why are we compiling Java projects? We compile