Re: Open Office download difficulty

2024-10-16 Thread Matthias Seidel

Hi,

Am 16.10.24 um 09:06 schrieb Bidouille:

https://forum.openoffice.org/en/forum/viewtopic.php?t=111975


I am not registered to the forum, but JAVA *does* work with AOO. But one 
needs to install the right one (x64) of course.


I always use the one from Adoptium:

https://adoptium.net/temurin/releases/?os=mac&arch=x64&package=jre&version=11

Maybe that user can be corrected?

Regards,

   Matthias



- Mail original -

De: "Colin G.F. Brockie" 
À: dev@openoffice.apache.org
Envoyé: Mardi 15 Octobre 2024 12:27:12
Objet: Open Office download difficulty

Hello,

I use an M1 iMAC on Sequoia.

When I attempted to down load an Open Office document an update was
attempted but got nowhere after some 45minutes.

I decided to uninstall the app and load the latest version from your
website. Unfortunately, the link will not work.

Please will you be kind enough to email a link that will work.

Best wishes,

Colin

Colin G.F. Brockie
co...@brockie.org.uk









-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: Open Office download difficulty

2024-10-16 Thread Bidouille
https://forum.openoffice.org/en/forum/viewtopic.php?t=111975

- Mail original -
> De: "Colin G.F. Brockie" 
> À: dev@openoffice.apache.org
> Envoyé: Mardi 15 Octobre 2024 12:27:12
> Objet: Open Office download difficulty
> 
> Hello,
> 
> I use an M1 iMAC on Sequoia.
> 
> When I attempted to down load an Open Office document an update was
> attempted but got nowhere after some 45minutes.
> 
> I decided to uninstall the app and load the latest version from your
> website. Unfortunately, the link will not work.
> 
> Please will you be kind enough to email a link that will work.
> 
> Best wishes,
> 
> Colin
> 
> Colin G.F. Brockie
> co...@brockie.org.uk
> 
> 
> 
> 
> 
> 
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Open Office download difficulty

2024-10-15 Thread Colin G.F. Brockie
Hello,

I use an M1 iMAC on Sequoia.

When I attempted to down load an Open Office document an update was attempted 
but got nowhere after some 45minutes.

I decided to uninstall the app and load the latest version from your website. 
Unfortunately, the link will not work.

Please will you be kind enough to email a link that will work.

Best wishes,

Colin

Colin G.F. Brockie
co...@brockie.org.uk









Re: Query on Open Office building guide on kali Linux VM

2024-07-24 Thread Keith McKenna

Dave Fisher wrote:

Hi Harsh,

Welcome to Apache OpenOffice.


On Jul 23, 2024, at 5:10 AM, Harsh Giri <2006.harshg...@gmail.com> wrote:

Greetings Dev Team,
I'm looking to install OpenOffice and wanted to check if there are any specific 
recommendations:

  1.  Should I install it on my Kali Linux virtual machine?
  2.  Or is it better to install directly on my Windows 11 laptop?

Are there any advantages or considerations for either option that I should be 
aware of?


If you plan to build OpenOffice to learn the skills needed for development then 
you should proceed on the platform you are most comfortable developing code.

I hope others will point you to the building guides.

Best,
Dave


Thank you for your guidance.
Harsh Giri


Harish,Welcome to Apache OpenOffice, the step by step building guide can 
be found at the following: 
https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO.


Regards
Keith N. McKenna


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Query regarding setting up Open Office environment

2024-07-24 Thread Harsh Giri
Greetings,
I have successfully followed and installed additional services i.e.

  1.
Open jdk
  2.
Apache Ant 1.19.16-bin.zip
  3.
Microsoft Windows SDK for Windows 7 and .NET Framework 4 SP1
  4.
MS Visual C++ 2008 SP1 Redistributable Package (x86)


I have not downloaded the optional services and will do if required.



However, I do need help with understanding this part of the tutorial. I would 
be extremely grateful if you could help me with this bit.
[cid:72ed3e32-87f9-4b30-a50a-36260c7f6c04]

  1.



Re: Query on Open Office building guide on kali Linux VM

2024-07-23 Thread D W
Dear Harsh Giri,

If you are specifically building on Kali, then you can disregard this
message. I have provided installation instructions if you are looking to
install OpenOffice.

For installation, check out this guide,
https://geekrewind.com/lesson-17-replacing-libreoffice-openoffice-ubuntu/

Or Basically,
Download the latest .deb from https://www.openoffice.org/download/index.html
for your linux system in your desired language.
If you have previously installed libreoffice, in terminal to remove
libreoffice run, "sudo apt-get update" and "sudo apt-get -y remove --purge
libreoffice* libexttextcat-data* && sudo apt-get -y autoremove".
Extract the contents of the
"Apache_OpenOffice_4.1.15_Linux_SYSTEM_install-deb_LANGUAGE.tar.gz".
Navigate to the DEBS folder and open terminal at that location.
To install OpenOffice, in your terminal run, "sudo dpkg -i *.deb".
To integrate OpenOffice into your system, in the same terminal run, "sudo
dpkg -i desktop-integration/*.deb".
Enjoy using OpenOffice.

All the best.

On Tue, 23 Jul 2024 at 22:11, Harsh Giri <2006.harshg...@gmail.com> wrote:

> Greetings Dev Team,
> I'm looking to install OpenOffice and wanted to check if there are any
> specific recommendations:
>
>   1.  Should I install it on my Kali Linux virtual machine?
>   2.  Or is it better to install directly on my Windows 11 laptop?
>
> Are there any advantages or considerations for either option that I should
> be aware of?
> Thank you for your guidance.
> Harsh Giri
>


Re: Query on Open Office building guide on kali Linux VM

2024-07-23 Thread Dave Fisher
Hi Harsh,

Welcome to Apache OpenOffice.

> On Jul 23, 2024, at 5:10 AM, Harsh Giri <2006.harshg...@gmail.com> wrote:
> 
> Greetings Dev Team,
> I'm looking to install OpenOffice and wanted to check if there are any 
> specific recommendations:
> 
>  1.  Should I install it on my Kali Linux virtual machine?
>  2.  Or is it better to install directly on my Windows 11 laptop?
> 
> Are there any advantages or considerations for either option that I should be 
> aware of?

If you plan to build OpenOffice to learn the skills needed for development then 
you should proceed on the platform you are most comfortable developing code.

I hope others will point you to the building guides.

Best,
Dave

> Thank you for your guidance.
> Harsh Giri


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Query on Open Office building guide on kali Linux VM

2024-07-23 Thread Harsh Giri
Greetings Dev Team,
I'm looking to install OpenOffice and wanted to check if there are any specific 
recommendations:

  1.  Should I install it on my Kali Linux virtual machine?
  2.  Or is it better to install directly on my Windows 11 laptop?

Are there any advantages or considerations for either option that I should be 
aware of?
Thank you for your guidance.
Harsh Giri


Fwd: Fwd: Open office for apple M2?

2024-07-08 Thread Matthias Seidel

For English speaking users, the link is of course:

https://adoptium.net/temurin/releases/?os=mac&arch=x64&package=jre&version=11



 Weitergeleitete Nachricht 
Betreff:    Re: Fwd: Open office for apple M2?
Datum:  Mon, 8 Jul 2024 16:29:10 +0200
Von:Matthias Seidel 
Antwort an: dev@openoffice.apache.org
An: dev@openoffice.apache.org



Larry,

I am not a Mac user.

But for an Intel version of AOO you will need an *Intel* version of JAVA.

So please try to install it (the recommended versions are still 8 and 
11, both LTS):


https://adoptium.net/de/temurin/releases/?os=mac&arch=x64&package=jre&version=11

Be sure to activate it in AOO after install.

Regards,

   Matthias

Am 08.07.24 um 11:59 schrieb Larry Gusaas:

On 2024-07-07 3:08 a.m., Matthias Seidel wrote:

Hi All,

Am 06.07.24 um 14:09 schrieb Rony G. Flatscher:

Any news on this?

As more and more Apple computers with M1, M2 processors become part 
of the market a missing arm64 version of AOO for macOS causes people 
to turn to LibreOffice (and quietly so).


To be clear, this is not about an Arm version of AOO, but to inform 
our users that the existing Intel version runs perfectly (via Rosetta 
2) on an M1, M2,... CPU.



Wrong. Database does not work. Keep getting messages "JRE is 
defective" and "No Java installation could be found". I just upgraded 
to  JRE 22.0.1 (jdk-22_macos-aarch64_ 
<https://download.oracle.com/java/22/latest/jdk-22_macos-aarch64_bin.dmg>). 
on MacBook Air M1. Earlier versions of java did not work either. Have 
not been able to use Database since I got new MacBook in 2021





But nobody seems to be interested in giving our users this information.

That said: I am not going to do that either. There are enough people 
that could start contributing NOW!


Matthias





smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: Fwd: Open office for apple M2?

2024-07-08 Thread Matthias Seidel

Larry,

I am not a Mac user.

But for an Intel version of AOO you will need an *Intel* version of JAVA.

So please try to install it (the recommended versions are still 8 and 
11, both LTS):


https://adoptium.net/de/temurin/releases/?os=mac&arch=x64&package=jre&version=11

Be sure to activate it in AOO after install.

Regards,

   Matthias

Am 08.07.24 um 11:59 schrieb Larry Gusaas:

On 2024-07-07 3:08 a.m., Matthias Seidel wrote:

Hi All,

Am 06.07.24 um 14:09 schrieb Rony G. Flatscher:

Any news on this?

As more and more Apple computers with M1, M2 processors become part 
of the market a missing arm64 version of AOO for macOS causes people 
to turn to LibreOffice (and quietly so).


To be clear, this is not about an Arm version of AOO, but to inform 
our users that the existing Intel version runs perfectly (via Rosetta 
2) on an M1, M2,... CPU.



Wrong. Database does not work. Keep getting messages "JRE is 
defective" and "No Java installation could be found". I just upgraded 
to  JRE 22.0.1 (jdk-22_macos-aarch64_ 
). 
on MacBook Air M1. Earlier versions of java did not work either. Have 
not been able to use Database since I got new MacBook in 2021





But nobody seems to be interested in giving our users this information.

That said: I am not going to do that either. There are enough people 
that could start contributing NOW!


Matthias





smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: Fwd: Open office for apple M2?

2024-07-08 Thread Larry Gusaas

On 2024-07-07 3:08 a.m., Matthias Seidel wrote:

Hi All,

Am 06.07.24 um 14:09 schrieb Rony G. Flatscher:

Any news on this?

As more and more Apple computers with M1, M2 processors become part of the market a missing 
arm64 version of AOO for macOS causes people to turn to LibreOffice (and quietly so).


To be clear, this is not about an Arm version of AOO, but to inform our users that the 
existing Intel version runs perfectly (via Rosetta 2) on an M1, M2,... CPU.



Wrong. Database does not work. Keep getting messages "JRE is defective" and "No Java 
installation could be found". I just upgraded to  JRE 22.0.1 (jdk-22_macos-aarch64_ 
). on MacBook Air M1. 
Earlier versions of java did not work either. Have not been able to use Database since I got 
new MacBook in 2021





But nobody seems to be interested in giving our users this information.

That said: I am not going to do that either. There are enough people that could start 
contributing NOW!


Matthias



--
_

Larry I. Gusaas
Moose Jaw, Saskatchewan Canada
Website:http://larry-gusaas.com

"An artist is never ahead of his time but most people are far behind theirs." - 
Edgard Varese



Re: Fwd: Open office for apple M2?

2024-07-07 Thread Matthias Seidel

Hi All,

Am 06.07.24 um 14:09 schrieb Rony G. Flatscher:

Any news on this?

As more and more Apple computers with M1, M2 processors become part of 
the market a missing arm64 version of AOO for macOS causes people to 
turn to LibreOffice (and quietly so).


To be clear, this is not about an Arm version of AOO, but to inform our 
users that the existing Intel version runs perfectly (via Rosetta 2) on 
an M1, M2,... CPU.


But nobody seems to be interested in giving our users this information.

That said: I am not going to do that either. There are enough people 
that could start contributing NOW!


Matthias



---rony



On 16.04.2024 19:30, Matthias Seidel wrote:

Hi All,

Am 16.04.24 um 10:28 schrieb serena castaldi:

Hello,
I have been trying to install Open Office on my most recent MacBook 
Air M2 and then found that there is not an updated version that can 
work on this computer. Or at least I could not find it to download.

DO you have any information on this topic?
Thank you
Serena Castaldi


The "Platform Hints" section for macOS needs to be updated for a 
along time. (Coming soon...)


Any volunteer?

Matthias

[1] https://www.openoffice.org/download/platform_hints.html 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: Fwd: Open office for apple M2?

2024-07-06 Thread Rony G. Flatscher

Any news on this?

As more and more Apple computers with M1, M2 processors become part of the market a missing arm64 
version of AOO for macOS causes people to turn to LibreOffice (and quietly so).


---rony



On 16.04.2024 19:30, Matthias Seidel wrote:

Hi All,

Am 16.04.24 um 10:28 schrieb serena castaldi:

Hello,
I have been trying to install Open Office on my most recent MacBook Air M2 and then found that 
there is not an updated version that can work on this computer. Or at least I could not find it 
to download.

DO you have any information on this topic?
Thank you
Serena Castaldi


The "Platform Hints" section for macOS needs to be updated for a along time. 
(Coming soon...)

Any volunteer?

Matthias

[1] https://www.openoffice.org/download/platform_hints.html 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Help with updating Open Office to the current version

2024-06-09 Thread David

Ellen Elliott wrote:

Dear Developers,
I have finally figured out that I can't log in to the Open Office
Forum because emails do not get sent to my gmail address, because of
changes that Google has made.
Despite the mail issue you should still be able to log in and post 
messages to the forum; you won't get emails notifying you of any 
responses to your questions so you'll have to check online occasionally.


I would like to update from Open Office 4.1.9 to 4.1.15, on my Macbook
Air 2020 (macOS 12.0.1).  I am hoping this will solve the problem that
has suddenly arisen.  As of the first week of June 2024) I can no
longer create & save new Open Office documents or spreads
It is unlikely that upgrading OpenOffice will resolve this problem. You 
should ask about the problem on the forum and include details of any 
error messages or warnings that you get when trying to save your documents.

heets.  My
old documents and spreadsheets open and save just fine.

My question is this:  Do I simply download 4.1.15 from the Apache
OpenOffice website?  Do I need to somehow get rid of or inactivate the
version that is currently loaded?  I am just a non-tech-savvy user.
If you wish to upgrade, you shouldn't need to remove the older version; 
however you shouldn't need to. You can find instructions for removing 
OpenOffice in Mac FAQ Q04: How do I uninstall OpenOffice on a Mac? 
https://forum.openoffice.org/en/forum/viewtopic.php?t=89283.


See Q03: How do I install OpenOffice on a Mac? in the same topic for 
installation.*

*

Thank you.
Ellen Elliott
Since you are not subscribed to this list you may not see all the 
replies to your query. To subscribe to Apache OpenOffice mailing lists 
go to http://openoffice.apache.org/mailing-lists.html


As a courtesy I have forwarded a copy of this reply to you as well as to 
the mailing list. Do Not reply to me personally but just to the list at 
 - replies to my personal email address 
will be ignored.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Help with updating Open Office to the current version

2024-06-09 Thread Ellen Elliott
Dear Developers,
I have finally figured out that I can't log in to the Open Office
Forum because emails do not get sent to my gmail address, because of
changes that Google has made.

I would like to update from Open Office 4.1.9 to 4.1.15, on my Macbook
Air 2020 (macOS 12.0.1).  I am hoping this will solve the problem that
has suddenly arisen.  As of the first week of June 2024) I can no
longer create & save new Open Office documents or spreadsheets.  My
old documents and spreadsheets open and save just fine.

My question is this:  Do I simply download 4.1.15 from the Apache
OpenOffice website?  Do I need to somehow get rid of or inactivate the
version that is currently loaded?  I am just a non-tech-savvy user.

Thank you.
Ellen Elliott

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Fwd: Open office for apple M2?

2024-04-16 Thread Matthias Seidel

Hi All,

Am 16.04.24 um 10:28 schrieb serena castaldi:

Hello,
I have been trying to install Open Office on my most recent MacBook Air M2 and 
then found that there is not an updated version that can work on this computer. 
Or at least I could not find it to download.
DO you have any information on this topic?
Thank you
Serena Castaldi


The "Platform Hints" section for macOS needs to be updated for a along 
time. (Coming soon...)


Any volunteer?

Matthias

[1] https://www.openoffice.org/download/platform_hints.html



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



smime.p7s
Description: Kryptografische S/MIME-Signatur


Fwd: Open office for apple M2?

2024-04-16 Thread serena castaldi


> Hello, 
> I have been trying to install Open Office on my most recent MacBook Air M2 
> and then found that there is not an updated version that can work on this 
> computer. Or at least I could not find it to download.
> DO you have any information on this topic?
> Thank you 
> Serena Castaldi


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bugzilla Improvement to fix confusion Fwd: New Open Office account?

2024-03-28 Thread Arrigo Marchiori
Hello All,

On Thu, Mar 28, 2024 at 11:48:03AM +1030, David wrote:

> I believe self service registration to Bugzilla has been disabled for
> several years - see for example
> https://www.mail-archive.com/dev@openoffice.apache.org/msg39684.html

Yes, and I agree that registration should be advertised in a clear way
on the homepage.

The current BZ entry page [1] is full of information (including the
wrong email address reported by John Silver).

> Dave Fisher wrote:
[...]
> > I think that at a minimum we should:
> > 
> > 1. Change the footer text on our bugzilla [...]
> > To
> > 
> > “For additional information about this Bugzilla instance including 
> > requesting an account please see [about Bug 
> > Tracking](https://openoffice.apache.org/bug-tracking.html 
> > }’

+1

I suggest this link should also be added below the search box,
before the "Apache OpenOffice (AOO) Bugzilla User's Guide" link.

> > 2. We can then add improvements to the bug-tracking page at any time.

+1

Best regards,
-- 
Arrigo

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bugzilla Improvement to fix confusion Fwd: New Open Office account?

2024-03-27 Thread Dave Fisher



> On Mar 27, 2024, at 5:34 PM, Marcus  wrote:
> 
> Am 27.03.24 um 23:21 schrieb Dave Fisher:
>> It seems that it has become difficult to create a bugzilla account and we 
>> need to update our guidance/
>> I think that at a minimum we should:
>> 1. Change the footer text on our bugzilla that reads
>> "In case of problems with the functioning of Apache OpenOffice (AOO) 
>> Bugzilla, please contact aoo-bugzilla-ad...@apache.org. Please Note:this 
>> e-mail address is only for reporting problems with Apache OpenOffice (AOO) 
>> Bugzilla. Mail about any other subject will be silently ignored.”
>> To
>> “For additional information about this Bugzilla instance including 
>> requesting an account please see [about Bug 
>> Tracking](https://openoffice.apache.org/bug-tracking.html 
>> <https://openoffice.apache.org/bug-tracking.html>}’
>> 2. We can then add improvements to the bug-tracking page at any time.
> 
> first we should clarify if we want to use the existing description Wiki page 
> [1] or to add much text to the projects page [2].
> 
>> Anything else?
> 
> I don't see any setting in the admin sections of Bugzilla. So, I think we 
> need the Infra team to change the text.

Exactly. That’s why I want consensus before the request.

> 
> [1] https://wiki.openoffice.org/wiki/QA/HowToFileIssue
> [2] https://openoffice.apache.org/bug-tracking.html

[2] Should point to [1]. [1] should be edited to remove discussion of “create” 
an account.

[2] is about filing a bug while [1] is about the bug tracker ...

Best,
Dave

> 
> Marcus
> 
> 
> 
>>> Begin forwarded message:
>>> 
>>> From: David 
>>> Subject: Re: New Open Office account?
>>> Date: March 27, 2024 at 2:43:00 PM PDT
>>> To: us...@openoffice.apache.org
>>> Reply-To: us...@openoffice.apache.org
>>> 
>>> The account creation page  with that information seems to have been 
>>> disabled; however that email address aoo-bugzilla-ad...@apache.org is also 
>>> referenced in the footer on every page on Bugzilla.
>>> 
>>> Dave Fisher wrote:
>>>> Try sysad...@openoffice.apache.org <mailto:sysad...@openoffice.apache.org>
>>>> 
>>>> If you could also identify the url where you see that notice and send that 
>>>> as well.
>>>> 
>>>> Best,
>>>> Dave
>>>> 
>>>>> On Mar 27, 2024, at 4:57 AM, john silver  
>>>>> wrote:
>>>>> 
>>>>> How would one go about getting a New Open Office account to submit bugs 
>>>>> or suggestions? previously when I went to get a new account it said "User 
>>>>> account creation has been disabled." and that I need to send an email to 
>>>>> aoo-bugzilla-ad...@apache.org but when I sent the email it came back with 
>>>>> a failure notice.
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bugzilla Improvement to fix confusion Fwd: New Open Office account?

2024-03-27 Thread David
I believe self service registration to Bugzilla has been disabled for 
several years - see for example 
https://www.mail-archive.com/dev@openoffice.apache.org/msg39684.html


Dave Fisher wrote:

HI -

It seems that it has become difficult to create a bugzilla account and we need 
to update our guidance/

I think that at a minimum we should:

1. Change the footer text on our bugzilla that reads

"In case of problems with the functioning of Apache OpenOffice (AOO) Bugzilla, 
please contact aoo-bugzilla-ad...@apache.org. Please Note:this e-mail address is 
only for reporting problems with Apache OpenOffice (AOO) Bugzilla. Mail about any 
other subject will be silently ignored.”

To

“For additional information about this Bugzilla instance including requesting an 
account please see [about Bug 
Tracking](https://openoffice.apache.org/bug-tracking.html 
<https://openoffice.apache.org/bug-tracking.html>}’

2. We can then add improvements to the bug-tracking page at any time.

Anything else?

Best,
Dave



Begin forwarded message:

From: David 
Subject: Re: New Open Office account?
Date: March 27, 2024 at 2:43:00 PM PDT
To: us...@openoffice.apache.org
Reply-To: us...@openoffice.apache.org

The account creation page  with that information seems to have been disabled; 
however that email address aoo-bugzilla-ad...@apache.org is also referenced in 
the footer on every page on Bugzilla.

Dave Fisher wrote:

Try sysad...@openoffice.apache.org <mailto:sysad...@openoffice.apache.org>

If you could also identify the url where you see that notice and send that as 
well.

Best,
Dave


On Mar 27, 2024, at 4:57 AM, john silver  wrote:

How would one go about getting a New Open Office account to submit bugs or suggestions? 
previously when I went to get a new account it said "User account creation has been 
disabled." and that I need to send an email to aoo-bugzilla-ad...@apache.org but 
when I sent the email it came back with a failure notice.

-
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org






-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Bugzilla Improvement to fix confusion Fwd: New Open Office account?

2024-03-27 Thread Marcus

Am 27.03.24 um 23:21 schrieb Dave Fisher:

It seems that it has become difficult to create a bugzilla account and we need 
to update our guidance/

I think that at a minimum we should:

1. Change the footer text on our bugzilla that reads

"In case of problems with the functioning of Apache OpenOffice (AOO) Bugzilla, 
please contact aoo-bugzilla-ad...@apache.org. Please Note:this e-mail address is 
only for reporting problems with Apache OpenOffice (AOO) Bugzilla. Mail about any 
other subject will be silently ignored.”

To

“For additional information about this Bugzilla instance including requesting an 
account please see [about Bug 
Tracking](https://openoffice.apache.org/bug-tracking.html 
<https://openoffice.apache.org/bug-tracking.html>}’

2. We can then add improvements to the bug-tracking page at any time.


first we should clarify if we want to use the existing description Wiki 
page [1] or to add much text to the projects page [2].



Anything else?


I don't see any setting in the admin sections of Bugzilla. So, I think 
we need the Infra team to change the text.


[1] https://wiki.openoffice.org/wiki/QA/HowToFileIssue
[2] https://openoffice.apache.org/bug-tracking.html

Marcus




Begin forwarded message:

From: David 
Subject: Re: New Open Office account?
Date: March 27, 2024 at 2:43:00 PM PDT
To: us...@openoffice.apache.org
Reply-To: us...@openoffice.apache.org

The account creation page  with that information seems to have been disabled; 
however that email address aoo-bugzilla-ad...@apache.org is also referenced in 
the footer on every page on Bugzilla.

Dave Fisher wrote:

Try sysad...@openoffice.apache.org <mailto:sysad...@openoffice.apache.org>

If you could also identify the url where you see that notice and send that as 
well.

Best,
Dave


On Mar 27, 2024, at 4:57 AM, john silver  wrote:

How would one go about getting a New Open Office account to submit bugs or suggestions? 
previously when I went to get a new account it said "User account creation has been 
disabled." and that I need to send an email to aoo-bugzilla-ad...@apache.org but 
when I sent the email it came back with a failure notice.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Bugzilla Improvement to fix confusion Fwd: New Open Office account?

2024-03-27 Thread Dave Fisher
HI -

It seems that it has become difficult to create a bugzilla account and we need 
to update our guidance/

I think that at a minimum we should:

1. Change the footer text on our bugzilla that reads 

"In case of problems with the functioning of Apache OpenOffice (AOO) Bugzilla, 
please contact aoo-bugzilla-ad...@apache.org. Please Note:this e-mail address 
is only for reporting problems with Apache OpenOffice (AOO) Bugzilla. Mail 
about any other subject will be silently ignored.”

To

“For additional information about this Bugzilla instance including requesting 
an account please see [about Bug 
Tracking](https://openoffice.apache.org/bug-tracking.html 
<https://openoffice.apache.org/bug-tracking.html>}’

2. We can then add improvements to the bug-tracking page at any time.

Anything else?

Best,
Dave


> Begin forwarded message:
> 
> From: David 
> Subject: Re: New Open Office account?
> Date: March 27, 2024 at 2:43:00 PM PDT
> To: us...@openoffice.apache.org
> Reply-To: us...@openoffice.apache.org
> 
> The account creation page  with that information seems to have been disabled; 
> however that email address aoo-bugzilla-ad...@apache.org is also referenced 
> in the footer on every page on Bugzilla.
> 
> Dave Fisher wrote:
>> Try sysad...@openoffice.apache.org <mailto:sysad...@openoffice.apache.org>
>> 
>> If you could also identify the url where you see that notice and send that 
>> as well.
>> 
>> Best,
>> Dave
>> 
>>> On Mar 27, 2024, at 4:57 AM, john silver  wrote:
>>> 
>>> How would one go about getting a New Open Office account to submit bugs or 
>>> suggestions? previously when I went to get a new account it said "User 
>>> account creation has been disabled." and that I need to send an email to 
>>> aoo-bugzilla-ad...@apache.org but when I sent the email it came back with a 
>>> failure notice.
>>> 
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
>>> For additional commands, e-mail: users-h...@openoffice.apache.org
>>> 
>> 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: users-h...@openoffice.apache.org
> 



Re: Problem With Open Office and Windows 11 /11 Pro.

2024-02-14 Thread Czesław Wolański
Hi All,

On 2024/02/14 15:43:08 Matthias Seidel wrote:
> Funny fact:
> 
> I have two machines with Windows 11 (22H2 and 23H2 Insider Preview) and 
> both do not have the option for "Suggested Actions".
> 
> I only have "Clipboard History" and see no problems with AOO 4.1.15, 
> when enabled.

According to [1]:
"The suggested actions feature is currently only available in North America."

I don't see it in other UI: (en-GB), (de), (fr) or (pl) - cf. [2]


Regards,
Czesław

[1] "Use suggested actions on your PC"
https://support.microsoft.com/en-us/windows/use-suggested-actions-on-your-pc-486c0527-3395-4b40-b304-f1e3cbe2f404

[2]
https://drive.google.com/file/d/1c8ktISu1x-gN0EqjGKIvbCRFw6XJgBwg/view?usp=sharing




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Problem With Open Office and Windows 11 /11 Pro.

2024-02-14 Thread Matthias Seidel

Funny fact:

I have two machines with Windows 11 (22H2 and 23H2 Insider Preview) and 
both do not have the option for "Suggested Actions".


I only have "Clipboard History" and see no problems with AOO 4.1.15, 
when enabled.


Matthias

Am 13.02.24 um 18:40 schrieb Matthias Seidel:

Hi Damjan,

Am 13.02.24 um 16:56 schrieb Damjan Jovanovic:
On Tue, Feb 13, 2024 at 3:12 PM Matthias Seidel 


wrote:


Hi Francis, All,

Am 12.02.24 um 17:00 schrieb F Campos Costero:

Hi Don,
There are several posts on the user forum about similar problems. For
example

https://forum.openoffice.org/en/forum/viewtopic.php?p=536089#p536089

The suggested solution is:
" Windows 11 has a new Clipboard Manager - go to Start > Settings, 
Click

Clipboard on the System tab and turn off *Suggested Actions*; if that
doesn't help, try turning off *Clipboard History"*
Please let us know if that works.

Yes, this seems to be a common problem on Windows, we have a lot of
complaints in the Microsoft Store about Calc being unstable.

@All: Anyone who has an idea how to fix this problem?



I think Firefox was also experiencing this and they fixed it:
https://support.mozilla.org/en-US/kb/firefox-hangs-when-copying-suggested-actions-windows-11 



Unfortunately their bug report is very long:
https://bugzilla.mozilla.org/show_bug.cgi?id=1774285

Possibly this was the fix, which calls OleFlushClipboard() after setting
the clipboard contents:
https://phabricator.services.mozilla.com/D160646


Thank you (again) for your valuable expertise!

Interesting that we are not alone with that problem... ;-)

I think it would be great to fix it, as the majority of our users are 
on Windows and the number of Windows 11 users is increasing.


Regards,

   Matthias



Regards
Damjan



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: Problem With Open Office and Windows 11 /11 Pro.

2024-02-13 Thread Matthias Seidel

Hi Damjan,

Am 13.02.24 um 16:56 schrieb Damjan Jovanovic:

On Tue, Feb 13, 2024 at 3:12 PM Matthias Seidel 
wrote:


Hi Francis, All,

Am 12.02.24 um 17:00 schrieb F Campos Costero:

Hi Don,
There are several posts on the user forum about similar problems. For
example

https://forum.openoffice.org/en/forum/viewtopic.php?p=536089#p536089

The suggested solution is:
" Windows 11 has a new Clipboard Manager - go to Start > Settings, Click
Clipboard on the System tab and turn off *Suggested Actions*; if that
doesn't help, try turning off *Clipboard History"*
Please let us know if that works.

Yes, this seems to be a common problem on Windows, we have a lot of
complaints in the Microsoft Store about Calc being unstable.

@All: Anyone who has an idea how to fix this problem?



I think Firefox was also experiencing this and they fixed it:
https://support.mozilla.org/en-US/kb/firefox-hangs-when-copying-suggested-actions-windows-11

Unfortunately their bug report is very long:
https://bugzilla.mozilla.org/show_bug.cgi?id=1774285

Possibly this was the fix, which calls OleFlushClipboard() after setting
the clipboard contents:
https://phabricator.services.mozilla.com/D160646


Thank you (again) for your valuable expertise!

Interesting that we are not alone with that problem... ;-)

I think it would be great to fix it, as the majority of our users are on 
Windows and the number of Windows 11 users is increasing.


Regards,

   Matthias



Regards
Damjan



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: Problem With Open Office and Windows 11 /11 Pro.

2024-02-13 Thread Damjan Jovanovic
On Tue, Feb 13, 2024 at 3:12 PM Matthias Seidel 
wrote:

> Hi Francis, All,
>
> Am 12.02.24 um 17:00 schrieb F Campos Costero:
> > Hi Don,
> > There are several posts on the user forum about similar problems. For
> > example
> https://forum.openoffice.org/en/forum/viewtopic.php?p=536089#p536089
> > The suggested solution is:
> > " Windows 11 has a new Clipboard Manager - go to Start > Settings, Click
> > Clipboard on the System tab and turn off *Suggested Actions*; if that
> > doesn't help, try turning off *Clipboard History"*
> > Please let us know if that works.
>
> Yes, this seems to be a common problem on Windows, we have a lot of
> complaints in the Microsoft Store about Calc being unstable.
>
> @All: Anyone who has an idea how to fix this problem?
>
>
I think Firefox was also experiencing this and they fixed it:
https://support.mozilla.org/en-US/kb/firefox-hangs-when-copying-suggested-actions-windows-11

Unfortunately their bug report is very long:
https://bugzilla.mozilla.org/show_bug.cgi?id=1774285

Possibly this was the fix, which calls OleFlushClipboard() after setting
the clipboard contents:
https://phabricator.services.mozilla.com/D160646

Regards
Damjan


Re: Problem With Open Office and Windows 11 /11 Pro.

2024-02-13 Thread Matthias Seidel

Hi Francis, All,

Am 12.02.24 um 17:00 schrieb F Campos Costero:

Hi Don,
There are several posts on the user forum about similar problems. For
example https://forum.openoffice.org/en/forum/viewtopic.php?p=536089#p536089
The suggested solution is:
" Windows 11 has a new Clipboard Manager - go to Start > Settings, Click
Clipboard on the System tab and turn off *Suggested Actions*; if that
doesn't help, try turning off *Clipboard History"*
Please let us know if that works.


Yes, this seems to be a common problem on Windows, we have a lot of 
complaints in the Microsoft Store about Calc being unstable.


@All: Anyone who has an idea how to fix this problem?

Regards,

   Matthias


Regards,
Francis

On Mon, Feb 12, 2024 at 8:22 AM sau...@optimum.net sau...@optimum.net <
sau...@optimum.net> wrote:


Hi,  My name is Donald Sauer. I have been working with Open Office with
Windows products from XP.   I am not sure where the problem starts. With
a speadsheets, Windows 11 or 11 Pro, when try to copy a line, cell,
sheet, from a current spreadsheet the product freezes and I can do any
other function with that spreadsheet. I must kill Open Office and
restart it. This is with both older spreeadsheets created with an older
Windows products, it continues to work with out any problems? I am not
sure if you are aware of this problem? I would more than happy to work
with folks, if you would require any further info or details of this
problem. Of course any fixes or updates that may be availble. My level
of Open Office is the latest from your site, Apache Open Office 4,
4.1.15 Date 2023-11-20 17:44.
Thank you for any Help, or info on this concern.
Don



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: Re: Re: Problem With Open Office and Windows 11 /11 Pro.

2024-02-12 Thread sau...@optimum.net sau...@optimum.net



Hi Sorry that I left you off the reply. Francis did a great job with the 
problem.

Again Thanks for your help
Don
-- Original Message --
From: sau...@optimum.net
To: fjcc.apa...@gmail.com
Sent: Monday, February 12, 2024 12:03 PM
Subject: Re: Re: Problem With Open Office and Windows 11 /11 Pro.
 
Hi Francis, Thank you for your help. When I checked the settings for the 
Suggested Actions it was set to ON. The Clipboard History was set to 
OFF. When I turned OFF the Suggested Actions, the spreadsheets acted as 
you would expected it shound.  So just to check the Clipboard History, I 
changed to ON. The spreadsheets acted as there was no change of values 
(Clipboard History did not come into play with request.

One again Thanks for your help. Have a great day
Don
 
-- Original Message --
From: fjcc.apa...@gmail.com
To: dev@openoffice.apache.org; sau...@optimum.net
Sent: Monday, February 12, 2024 11:00 AM
Subject: Re: Problem With Open Office and Windows 11 /11 Pro.
 
Hi Don,
There are several posts on the user forum about similar problems. For 
example 
https://forum.openoffice.org/en/forum/viewtopic.php?p=536089#p536089 
<https://forum.openoffice.org/en/forum/viewtopic.php?p=536089#p536089>

The suggested solution is:
" Windows 11 has a new Clipboard Manager - go to Start > Settings, Click 
Clipboard on the System tab and turn off Suggested Actions; if that 
doesn't help, try turning off Clipboard History"

Please let us know if that works.
Regards,
Francis
 

 
On Mon, Feb 12, 2024 at 8:22 AM sau...@optimum.net 
<mailto:sau...@optimum.net>  sau...@optimum.net 
<mailto:sau...@optimum.net>  <mailto:sau...@optimum.net> > wrote:

 

Hi,  My name is Donald Sauer. I have been working with Open Office with 
Windows products from XP.   I am not sure where the problem starts. 
With 

a speadsheets, Windows 11 or 11 Pro, when try to copy a line, cell, 
sheet, from a current spreadsheet the product freezes and I can do any 
other function with that spreadsheet. I must kill Open Office and 
restart it. This is with both older spreeadsheets created with an older 
Windows products, it continues to work with out any problems? I am not 
sure if you are aware of this problem? I would more than happy to work 
with folks, if you would require any further info or details of this 
problem. Of course any fixes or updates that may be availble. My level 
of Open Office is the latest from your site, Apache Open Office 4, 
4.1.15 Date 2023-11-20 17:44.
Thank you for any Help, or info on this concern.
Don    
 


Re: Problem With Open Office and Windows 11 /11 Pro.

2024-02-12 Thread F Campos Costero
Hi Don,
There are several posts on the user forum about similar problems. For
example https://forum.openoffice.org/en/forum/viewtopic.php?p=536089#p536089
The suggested solution is:
" Windows 11 has a new Clipboard Manager - go to Start > Settings, Click
Clipboard on the System tab and turn off *Suggested Actions*; if that
doesn't help, try turning off *Clipboard History"*
Please let us know if that works.
Regards,
Francis

On Mon, Feb 12, 2024 at 8:22 AM sau...@optimum.net sau...@optimum.net <
sau...@optimum.net> wrote:

>
> Hi,  My name is Donald Sauer. I have been working with Open Office with
> Windows products from XP.   I am not sure where the problem starts. With
> a speadsheets, Windows 11 or 11 Pro, when try to copy a line, cell,
> sheet, from a current spreadsheet the product freezes and I can do any
> other function with that spreadsheet. I must kill Open Office and
> restart it. This is with both older spreeadsheets created with an older
> Windows products, it continues to work with out any problems? I am not
> sure if you are aware of this problem? I would more than happy to work
> with folks, if you would require any further info or details of this
> problem. Of course any fixes or updates that may be availble. My level
> of Open Office is the latest from your site, Apache Open Office 4,
> 4.1.15 Date 2023-11-20 17:44.
> Thank you for any Help, or info on this concern.
> Don
>


Problem With Open Office and Windows 11 /11 Pro.

2024-02-12 Thread sau...@optimum.net sau...@optimum.net


Hi,  My name is Donald Sauer. I have been working with Open Office with 
Windows products from XP.   I am not sure where the problem starts. With 
a speadsheets, Windows 11 or 11 Pro, when try to copy a line, cell, 
sheet, from a current spreadsheet the product freezes and I can do any 
other function with that spreadsheet. I must kill Open Office and 
restart it. This is with both older spreeadsheets created with an older 
Windows products, it continues to work with out any problems? I am not 
sure if you are aware of this problem? I would more than happy to work 
with folks, if you would require any further info or details of this 
problem. Of course any fixes or updates that may be availble. My level 
of Open Office is the latest from your site, Apache Open Office 4, 
4.1.15 Date 2023-11-20 17:44.

Thank you for any Help, or info on this concern.
Don    


Re: Open Office Writer and Java

2023-07-19 Thread Bidouille
Pictures are disabled on mail lists.
Read this: https://www.openoffice.org/download/common/java.html




- Mail original -
> De: "Ben Schulz" 
> À: dev@openoffice.apache.org
> Envoyé: Mercredi 19 Juillet 2023 07:46:51
> Objet: Open Office Writer and Java
> 
> 
> 
> 
> 
> Can you tell me what file I need to download/install to get past this
> error message? What other info do you need from me?
> 
> 
> 
> 
> 
> image.png
> 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Open Office Writer and Java

2023-07-18 Thread Ben Schulz
Can you tell me what file I need to download/install to get past this error
message? What other info do you need from me?


[image: image.png]


Re: Open Office formatting question

2023-04-26 Thread Rory O'Farrell
On Wed, 26 Apr 2023 17:37:45 + (UTC)
scrappingal  wrote:

> Hello.
> I am working in this program on an file that I brought over from MS Word.  I 
> have one field that needs to have customer color for background/fill.  Is 
> there a way to do this?
> 
> Thanks

/View /Field shadings turns on shading for _all_ fields; the colour can be 
selected by /Tools /Options /OpenOffice : Appearance, under Text Documents, 
Field shadings
-- 
Rory O'Farrell

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Open Office formatting question

2023-04-26 Thread scrappingal
Hello.
I am working in this program on an file that I brought over from MS Word.  I 
have one field that needs to have customer color for background/fill.  Is there 
a way to do this?

Thanks

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: "Open Office" in Australia

2023-03-26 Thread Matthias Seidel
*If* this would be a conflict, then the ASF would need to take action.

Am 26.03.23 um 17:08 schrieb Simon Phipps:
> Thanks David - looks like a clear risk of confusion with Apache's trademark
> that the PMC needs to consider and most likely act on.
>
> Cheers
>
> Simon
>
> On Sat, 25 Mar 2023, 07:51 David Robley,  wrote:
>
>> Just came across this - https://openoffice.com.au/ Are they encroaching
>> on AOO in any way, such as name?
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: "Open Office" in Australia

2023-03-26 Thread Simon Phipps
Thanks David - looks like a clear risk of confusion with Apache's trademark
that the PMC needs to consider and most likely act on.

Cheers

Simon

On Sat, 25 Mar 2023, 07:51 David Robley,  wrote:

> Just came across this - https://openoffice.com.au/ Are they encroaching
> on AOO in any way, such as name?
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: "Open Office" in Australia

2023-03-26 Thread Bidouille


https://www.trademarkelite.com/trademark/trademark-search.aspx?sw=openoffice



- Mail original -
> De: "Peter Kovacs" 
> À: dev@openoffice.apache.org, j...@prepstar.com
> Envoyé: Samedi 25 Mars 2023 23:29:23
> Objet: Re: "Open Office" in Australia
> 
> Hi David,
> 
> Open Offices do not necessarily refer to a Software Office Suite. I
> would assume from the webpage they offer focuses on office space.
> 
> HTH
> 
> Peter
> 
> Am 25.03.23 um 08:51 schrieb David Robley:
> > Just came across this - https://openoffice.com.au/ Are they
> > encroaching on AOO in any way, such as name?
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: "Open Office" in Australia

2023-03-25 Thread Peter Kovacs

Hi David,

Open Offices do not necessarily refer to a Software Office Suite. I 
would assume from the webpage they offer focuses on office space.


HTH

Peter

Am 25.03.23 um 08:51 schrieb David Robley:
Just came across this - https://openoffice.com.au/ Are they 
encroaching on AOO in any way, such as name?



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



"Open Office" in Australia

2023-03-25 Thread David Robley
Just came across this - https://openoffice.com.au/ Are they encroaching 
on AOO in any way, such as name?



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Problème avec Open office

2023-03-15 Thread Bidouille
martinevoyeux,

La publication sur cette liste doit être rédigé en anglais.
Vous trouverez la réponse en suivant le tutoriel en français sur le forum:
https://forum.openoffice.org/fr/forum/viewforum.php?f=40
Si vous avez des questions, le plus simple est de poster directement là-bas.

Post in this list must be wrote in English.
You will find the answer by following the tutorial in French on the forum:
https://forum.openoffice.org/fr/forum/viewforum.php?f=40
If you have any questions, the easiest way is to jump directly there.


- Mail original -
> De: "Rory O'Farrell" 
> À: dev@openoffice.apache.org
> Cc: "martinevoyeux" 
> Envoyé: Lundi 13 Mars 2023 19:38:43
> Objet: Re: Problème avec Open office
> 
> On Mon, 13 Mar 2023 18:57:36 +0100
> martinevoyeux  wrote:
> 
> > Bonjour,
> > 
> > J’ai un Mac OS 13.1 Ventura  acheté le 02/04/2022
> > 
> > J’ai voulu télécharger Apache Open office 4.1.13. Et il est
> > Impossible d’ouvrir cette application .
> > 
> > J’ai vu sur le forum que c’était le même problème d’autres
> > utilisateurs de cette dernière version de Mac .
> > 
> > Pouvez-vous m’aider s’il vous plait ?
> > 
> > C’est urgent, merci d’avance .
> > 
> > Cordialement
> > 
> > Martine VOYEUX
> 
> 
> Probable solution given in
> https://forum.openoffice.org/en/forum/viewtopic.php?t=89283]Mac FAQ
> Q05/A05: The Gatekeeper won't let me run OpenOffice. How do I
> proceed?
> 
> This is caused by Apple Gatekeeper.
> --
> Rory O'Farrell 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Problème avec Open office

2023-03-13 Thread Rory O'Farrell
On Mon, 13 Mar 2023 18:57:36 +0100
martinevoyeux  wrote:

> Bonjour,
> 
> J’ai un Mac OS 13.1 Ventura  acheté le 02/04/2022 
> 
> J’ai voulu télécharger Apache Open office 4.1.13. Et il est Impossible 
> d’ouvrir cette application .
> 
> J’ai vu sur le forum que c’était le même problème d’autres utilisateurs de 
> cette dernière version de Mac .
> 
> Pouvez-vous m’aider s’il vous plait ?
> 
> C’est urgent, merci d’avance .
> 
> Cordialement
> 
> Martine VOYEUX


Probable solution given in 
https://forum.openoffice.org/en/forum/viewtopic.php?t=89283]Mac FAQ Q05/A05: 
The Gatekeeper won't let me run OpenOffice. How do I proceed?

This is caused by Apple Gatekeeper.
-- 
Rory O'Farrell 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


Problème avec Open office

2023-03-13 Thread martinevoyeux
Bonjour,

J’ai un Mac OS 13.1 Ventura  acheté le 02/04/2022 

J’ai voulu télécharger Apache Open office 4.1.13. Et il est Impossible d’ouvrir 
cette application .

J’ai vu sur le forum que c’était le même problème d’autres utilisateurs de 
cette dernière version de Mac .

Pouvez-vous m’aider s’il vous plait ?

C’est urgent, merci d’avance .

Cordialement

Martine VOYEUX



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Open Office Watermark

2022-12-05 Thread Desi Lou
When I selected "uninstall" my screen went black, shut off and now my
laptop won't turn on!  What should I do?

On Sun, Dec 4, 2022, 4:45 PM Keith N. McKenna 
wrote:

> Desi Lou wrote:
> > Hello,
> >
> > I just downloaded Open Office Suites as it was suggested as a great
> option
> > for free Suites Software.  I did, and it was easy to use.  What I was not
> > prepared for was the WATERMARK that showed up on my PRINTED RESUME AND
> > OTHER PRINTED DOCUMENTS.  This was shocking and unexpected, AND TOTALLY
> > UNACCEPTABLE.   YOU CANNOT DEFACE MY PRINTED DOCUMENTS IN ORDER TO TRY TO
> > FORCE ME TO UPGRADE TO PREMIUM.  THIS IS MY SECOND ATTEMPT TO GAIN SOME
> > RESOLUTION TO THIS UNDERHANDED PRACTICE.  I WILL HAVE ABSOLUTELY NO
> PROBLEM
> > UNINSTALLING AND FINDING A TOTALLY BETTER SYSTEM TO USE.  YOU CANNOT
> BULLY
> > PEOPLE AND FORCE AN UPGRADE!!.  I WON'T WAIT FOR A RESPONSE; I WILL
> SIMPLY
> > UNINSTALL.  I HAD ANOTHER PROGRAM PREVIOUSLY THAT NEVER DID THIS
> > UNPROFESSIONAL TACTIC; I WILL RETURN TO WHAT WORKED FOR ME PREVIOUSLY.
> >
> > NOTE:  THE PUBLIC NEEDS TO KNOW ABOUT YOUR TACKY TACTICS.
> >
> >
> > *"Rebuild and recreate, one community at a time"*
> >
> Desi Lou;
>
> I am afraid that you have been lead astray and downloaded from somewhere
> other than our official download site. My first suggestion is that you
> remove what you have downloaded and download Apache OpenOffice from our
> official download site at https://www.openoffice.org/download/index.html.
>
> Our software does not have a free and paid version, but is free to use
> by all under the Apache License v2.0 and WILL NOT add any watermarks or
> other extraneous text to your documents.
>
> Secondly if you could reply with the site that you downloaded the
> original software from.
>
> As the op is not subscribed to the list, a copy will be sent to their
> e-mail address under separate cover.
> Regards
> Keith N. McKenna
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>
>


Re: Open Office Watermark

2022-12-05 Thread Rory O'Farrell
On Sun, 4 Dec 2022 19:28:29 -0500
Desi Lou  wrote:

> I just tried to Uninstaller and my computer went black. I don't know what
> to do next.  I downloaded this office suites about a month ago, and I don't
> know how I could find the site I used. I'm open to suggestions.


If a normal uninstall does not work, it may be that you should download a more 
powerful tool such as CCleaner, and use it to uninstall any unwanted program.

It would also be good, when uninstalling is finished, to run an indepth virus 
and malware scan on your computer


> 
> On Sun, Dec 4, 2022, 4:45 PM Keith N. McKenna 
> wrote:
> 
> > Desi Lou wrote:
> > > Hello,
> > >
> > > I just downloaded Open Office Suites as it was suggested as a great
> > option
> > > for free Suites Software.  I did, and it was easy to use.  What I was not
> > > prepared for was the WATERMARK that showed up on my PRINTED RESUME AND
> > > OTHER PRINTED DOCUMENTS.  This was shocking and unexpected, AND TOTALLY
> > > UNACCEPTABLE.   YOU CANNOT DEFACE MY PRINTED DOCUMENTS IN ORDER TO TRY TO
> > > FORCE ME TO UPGRADE TO PREMIUM.  THIS IS MY SECOND ATTEMPT TO GAIN SOME
> > > RESOLUTION TO THIS UNDERHANDED PRACTICE.  I WILL HAVE ABSOLUTELY NO
> > PROBLEM
> > > UNINSTALLING AND FINDING A TOTALLY BETTER SYSTEM TO USE.  YOU CANNOT
> > BULLY
> > > PEOPLE AND FORCE AN UPGRADE!!.  I WON'T WAIT FOR A RESPONSE; I WILL
> > SIMPLY
> > > UNINSTALL.  I HAD ANOTHER PROGRAM PREVIOUSLY THAT NEVER DID THIS
> > > UNPROFESSIONAL TACTIC; I WILL RETURN TO WHAT WORKED FOR ME PREVIOUSLY.
> > >
> > > NOTE:  THE PUBLIC NEEDS TO KNOW ABOUT YOUR TACKY TACTICS.
> > >
> > >
> > > *"Rebuild and recreate, one community at a time"*
> > >
> > Desi Lou;
> >
> > I am afraid that you have been lead astray and downloaded from somewhere
> > other than our official download site. My first suggestion is that you
> > remove what you have downloaded and download Apache OpenOffice from our
> > official download site at https://www.openoffice.org/download/index.html.
> >
> > Our software does not have a free and paid version, but is free to use
> > by all under the Apache License v2.0 and WILL NOT add any watermarks or
> > other extraneous text to your documents.
> >
> > Secondly if you could reply with the site that you downloaded the
> > original software from.
> >
> > As the op is not subscribed to the list, a copy will be sent to their
> > e-mail address under separate cover.
> > Regards
> > Keith N. McKenna
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
> >
> >


-- 
Rory O'Farrell 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Open Office Watermark

2022-12-04 Thread Desi Lou
I just tried to Uninstaller and my computer went black. I don't know what
to do next.  I downloaded this office suites about a month ago, and I don't
know how I could find the site I used. I'm open to suggestions.

On Sun, Dec 4, 2022, 4:45 PM Keith N. McKenna 
wrote:

> Desi Lou wrote:
> > Hello,
> >
> > I just downloaded Open Office Suites as it was suggested as a great
> option
> > for free Suites Software.  I did, and it was easy to use.  What I was not
> > prepared for was the WATERMARK that showed up on my PRINTED RESUME AND
> > OTHER PRINTED DOCUMENTS.  This was shocking and unexpected, AND TOTALLY
> > UNACCEPTABLE.   YOU CANNOT DEFACE MY PRINTED DOCUMENTS IN ORDER TO TRY TO
> > FORCE ME TO UPGRADE TO PREMIUM.  THIS IS MY SECOND ATTEMPT TO GAIN SOME
> > RESOLUTION TO THIS UNDERHANDED PRACTICE.  I WILL HAVE ABSOLUTELY NO
> PROBLEM
> > UNINSTALLING AND FINDING A TOTALLY BETTER SYSTEM TO USE.  YOU CANNOT
> BULLY
> > PEOPLE AND FORCE AN UPGRADE!!.  I WON'T WAIT FOR A RESPONSE; I WILL
> SIMPLY
> > UNINSTALL.  I HAD ANOTHER PROGRAM PREVIOUSLY THAT NEVER DID THIS
> > UNPROFESSIONAL TACTIC; I WILL RETURN TO WHAT WORKED FOR ME PREVIOUSLY.
> >
> > NOTE:  THE PUBLIC NEEDS TO KNOW ABOUT YOUR TACKY TACTICS.
> >
> >
> > *"Rebuild and recreate, one community at a time"*
> >
> Desi Lou;
>
> I am afraid that you have been lead astray and downloaded from somewhere
> other than our official download site. My first suggestion is that you
> remove what you have downloaded and download Apache OpenOffice from our
> official download site at https://www.openoffice.org/download/index.html.
>
> Our software does not have a free and paid version, but is free to use
> by all under the Apache License v2.0 and WILL NOT add any watermarks or
> other extraneous text to your documents.
>
> Secondly if you could reply with the site that you downloaded the
> original software from.
>
> As the op is not subscribed to the list, a copy will be sent to their
> e-mail address under separate cover.
> Regards
> Keith N. McKenna
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>
>


Re: Open Office Watermark

2022-12-04 Thread Keith N. McKenna

Desi Lou wrote:

Hello,

I just downloaded Open Office Suites as it was suggested as a great option
for free Suites Software.  I did, and it was easy to use.  What I was not
prepared for was the WATERMARK that showed up on my PRINTED RESUME AND
OTHER PRINTED DOCUMENTS.  This was shocking and unexpected, AND TOTALLY
UNACCEPTABLE.   YOU CANNOT DEFACE MY PRINTED DOCUMENTS IN ORDER TO TRY TO
FORCE ME TO UPGRADE TO PREMIUM.  THIS IS MY SECOND ATTEMPT TO GAIN SOME
RESOLUTION TO THIS UNDERHANDED PRACTICE.  I WILL HAVE ABSOLUTELY NO PROBLEM
UNINSTALLING AND FINDING A TOTALLY BETTER SYSTEM TO USE.  YOU CANNOT BULLY
PEOPLE AND FORCE AN UPGRADE!!.  I WON'T WAIT FOR A RESPONSE; I WILL SIMPLY
UNINSTALL.  I HAD ANOTHER PROGRAM PREVIOUSLY THAT NEVER DID THIS
UNPROFESSIONAL TACTIC; I WILL RETURN TO WHAT WORKED FOR ME PREVIOUSLY.

NOTE:  THE PUBLIC NEEDS TO KNOW ABOUT YOUR TACKY TACTICS.


*"Rebuild and recreate, one community at a time"*


Desi Lou;

I am afraid that you have been lead astray and downloaded from somewhere 
other than our official download site. My first suggestion is that you 
remove what you have downloaded and download Apache OpenOffice from our 
official download site at https://www.openoffice.org/download/index.html.


Our software does not have a free and paid version, but is free to use 
by all under the Apache License v2.0 and WILL NOT add any watermarks or 
other extraneous text to your documents.


Secondly if you could reply with the site that you downloaded the 
original software from.


As the op is not subscribed to the list, a copy will be sent to their 
e-mail address under separate cover.

Regards
Keith N. McKenna


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Open Office Watermark

2022-12-04 Thread Rory O'Farrell
On Sun, 4 Dec 2022 15:13:49 -0500
Desi Lou  wrote:

> Hello,
> 
> I just downloaded Open Office Suites as it was suggested as a great option
> for free Suites Software.  I did, and it was easy to use.  What I was not
> prepared for was the WATERMARK that showed up on my PRINTED RESUME AND
> OTHER PRINTED DOCUMENTS.  This was shocking and unexpected, AND TOTALLY
> UNACCEPTABLE.   YOU CANNOT DEFACE MY PRINTED DOCUMENTS IN ORDER TO TRY TO
> FORCE ME TO UPGRADE TO PREMIUM.  THIS IS MY SECOND ATTEMPT TO GAIN SOME
> RESOLUTION TO THIS UNDERHANDED PRACTICE.  I WILL HAVE ABSOLUTELY NO PROBLEM
> UNINSTALLING AND FINDING A TOTALLY BETTER SYSTEM TO USE.  YOU CANNOT BULLY
> PEOPLE AND FORCE AN UPGRADE!!.  I WON'T WAIT FOR A RESPONSE; I WILL SIMPLY
> UNINSTALL.  I HAD ANOTHER PROGRAM PREVIOUSLY THAT NEVER DID THIS
> UNPROFESSIONAL TACTIC; I WILL RETURN TO WHAT WORKED FOR ME PREVIOUSLY.
> 
> NOTE:  THE PUBLIC NEEDS TO KNOW ABOUT YOUR TACKY TACTICS.
> 
> 
> *"Rebuild and recreate, one community at a time"*

A download from the official site at
https://www.openoffice.org/download/
will redirect you to a nearby SourceForge server, on which the files are stored.

>From any such official download there is _NO_ hidden Watermark or _any offer 
>of upgrade to any Premium version_ - one gets the entire program with no 
>hidden strings.

Apache OpenOffice has no control over rogue sites offering degraded versions.
 



-- 
Rory O'Farrell 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Open Office Watermark

2022-12-04 Thread Desi Lou
Hello,

I just downloaded Open Office Suites as it was suggested as a great option
for free Suites Software.  I did, and it was easy to use.  What I was not
prepared for was the WATERMARK that showed up on my PRINTED RESUME AND
OTHER PRINTED DOCUMENTS.  This was shocking and unexpected, AND TOTALLY
UNACCEPTABLE.   YOU CANNOT DEFACE MY PRINTED DOCUMENTS IN ORDER TO TRY TO
FORCE ME TO UPGRADE TO PREMIUM.  THIS IS MY SECOND ATTEMPT TO GAIN SOME
RESOLUTION TO THIS UNDERHANDED PRACTICE.  I WILL HAVE ABSOLUTELY NO PROBLEM
UNINSTALLING AND FINDING A TOTALLY BETTER SYSTEM TO USE.  YOU CANNOT BULLY
PEOPLE AND FORCE AN UPGRADE!!.  I WON'T WAIT FOR A RESPONSE; I WILL SIMPLY
UNINSTALL.  I HAD ANOTHER PROGRAM PREVIOUSLY THAT NEVER DID THIS
UNPROFESSIONAL TACTIC; I WILL RETURN TO WHAT WORKED FOR ME PREVIOUSLY.

NOTE:  THE PUBLIC NEEDS TO KNOW ABOUT YOUR TACKY TACTICS.


*"Rebuild and recreate, one community at a time"*


RE: use of Open Office logos and interface - film

2022-11-21 Thread Rocío Gomez-Arnau
Many thanks for your confirmation.

Best,
Rocío




Rocío Gómez-Arnau
C/ Castillejos, 34
28039 - Madrid 
rgomezar...@morenafilms.com
T - 0034 91 700 27 80
www.morenafilms.com 




 ADVERTENCIA  Este mensaje y los ficheros anexos son confidenciales. 
Los mismos contienen información reservada que no puede ser difundida. Si usted 
ha recibido este correo por error, tenga la amabilidad de eliminarlo de su 
sistema y avisar al remitente mediante reenvío a su dirección electrónica; no 
deberá copiar el mensaje ni divulgar su contenido a ninguna persona.

A continuación, dispone de la información básica sobre protección de datos. 
Puede consultar la información adicional sobre protección de datos en nuestra 
web. Responsable del Tratamiento: MORENA FILMS, S.L.; Finalidad: Atender y dar 
respuesta a su petición o consulta y mantener los contactos y relaciones que se 
produzcan como consecuencia de la misma; Base jurídica: El consentimiento 
inequívoco al ponerse en contacto con nosotros y facilitarnos sus datos para 
tal fin, pudiendo también ser el interés legítimo o la necesidad para gestionar 
una relación contractual o medidas precontractuales; Destinatarios: No cedemos 
sus datos a terceros; Derechos: Acceso, rectificación, supresión, oposición, 
limitación del tratamiento, portabilidad poniéndose en contacto con nosotros 
en: morenafi...@morenafilms.com o en la forma en que se indica en nuestra 
política de protección de datos.

-Mensaje original-
De: Bidouille  
Enviado el: lunes, 21 de noviembre de 2022 13:59
Para: dev@openoffice.apache.org
CC: Isabel Soriano ; 
general...@openoffice.apache.org; Rocío Gomez-Arnau 

Asunto: Re: use of Open Office logos and interface - film

You are free to use OpenOffice. Just send us the movie name once done ;-)

All trademark policies are published. You can review them under [1] and our FAQ 
[2].

[1] https://www.apache.org/foundation/marks/
[2] https://www.apache.org/foundation/marks/faq/


- Mail original -
> De: "Rocío Gomez-Arnau" 
> À: general...@openoffice.apache.org, dev@openoffice.apache.org
> Cc: "Isabel Soriano" 
> Envoyé: Jeudi 17 Novembre 2022 11:33:12
> Objet: use of Open Office logos and interface - film
> 
> Dear Sir/Madam,
> 
> 
> 
> I am writing to you from the legal department of a Spanish film 
> production company.
> 
> 
> 
> We are currently producing a film and we would like to know if you can 
> authorize us to record some short sequences, in which your system 
> "Open Office" will appear.
> 
> 
> 
> Please let us know as soon as posible.
> 
> 
> 
> Kind regards,
> 
> Rocío
> 
> 
> 
> 
> [Logo de Morena Films]<http://morenafilms.com/>
> 
> Rocío Gómez-Arnau
> C/ Castillejos, 34
> 28039 - Madrid
> rgomezar...@morenafilms.com<mailto:rgomezar...@morenafilms.com>
> T - 0034 91 700 27 80
> www.morenafilms.com<http://www.morenafilms.com/>
> 
> [Facebook]<https://www.facebook.com/morenafilms/>[Instagram] ww.instagram.com/morenafilms/>[Twitter]<https://twitter.com/morenafilm
> s>[YouTube]<https://www.youtube.com/morenafilmscine>[LinkedIn] /www.linkedin.com/company/5710945/>
> 
> [Banner firma Morena Films]<https://morenafilms.com/firmaemail>
>  ADVERTENCIA  Este mensaje y los ficheros anexos son 
> confidenciales. Los mismos contienen información reservada que no 
> puede ser difundida. Si usted ha recibido este correo por error, tenga 
> la amabilidad de eliminarlo de su sistema y avisar al remitente 
> mediante reenvío a su dirección electrónica; no deberá copiar el 
> mensaje ni divulgar su contenido a ninguna persona.
> 
> A continuación, dispone de la información básica sobre protección de 
> datos. Puede consultar la información adicional sobre protección de 
> datos en nuestra web<https://morenafilms.com/>. Responsable del
> Tratamiento: MORENA FILMS, S.L.; Finalidad: Atender y dar respuesta a 
> su petición o consulta y mantener los contactos y relaciones que se 
> produzcan como consecuencia de la misma; Base jurídica: El 
> consentimiento inequívoco al ponerse en contacto con nosotros y 
> facilitarnos sus datos para tal fin, pudiendo también ser el interés 
> legítimo o la necesidad para gestionar una relación contractual o 
> medidas precontractuales; Destinatarios: No cedemos sus datos a 
> terceros; Derechos: Acceso, rectificación, supresión, oposición, 
> limitación del tratamiento, portabilidad poniéndose en contacto con 
> nosotros en:
> morenafi...@morenafilms.com<mailto:morenafi...@morenafilms.com> o en 
> la forma en que se indica en nuestra política de protección de 
> datos<https://morenafilms.com/politica-de-privacidad/>.
> 
> 


Re: use of Open Office logos and interface - film

2022-11-21 Thread Bidouille
You are free to use OpenOffice. Just send us the movie name once done ;-)

All trademark policies are published. You can review them under [1]
and our FAQ [2].

[1] https://www.apache.org/foundation/marks/
[2] https://www.apache.org/foundation/marks/faq/


- Mail original -
> De: "Rocío Gomez-Arnau" 
> À: general...@openoffice.apache.org, dev@openoffice.apache.org
> Cc: "Isabel Soriano" 
> Envoyé: Jeudi 17 Novembre 2022 11:33:12
> Objet: use of Open Office logos and interface - film
> 
> Dear Sir/Madam,
> 
> 
> 
> I am writing to you from the legal department of a Spanish film
> production company.
> 
> 
> 
> We are currently producing a film and we would like to know if you
> can authorize us to record some short sequences, in which your
> system "Open Office" will appear.
> 
> 
> 
> Please let us know as soon as posible.
> 
> 
> 
> Kind regards,
> 
> Rocío
> 
> 
> 
> 
> [Logo de Morena Films]<http://morenafilms.com/>
> 
> Rocío Gómez-Arnau
> C/ Castillejos, 34
> 28039 - Madrid
> rgomezar...@morenafilms.com<mailto:rgomezar...@morenafilms.com>
> T - 0034 91 700 27 80
> www.morenafilms.com<http://www.morenafilms.com/>
> 
> [Facebook]<https://www.facebook.com/morenafilms/>[Instagram]<https://www.instagram.com/morenafilms/>[Twitter]<https://twitter.com/morenafilms>[YouTube]<https://www.youtube.com/morenafilmscine>[LinkedIn]<https://www.linkedin.com/company/5710945/>
> 
> [Banner firma Morena Films]<https://morenafilms.com/firmaemail>
>  ADVERTENCIA  Este mensaje y los ficheros anexos son
> confidenciales. Los mismos contienen información reservada que no
> puede ser difundida. Si usted ha recibido este correo por error,
> tenga la amabilidad de eliminarlo de su sistema y avisar al
> remitente mediante reenvío a su dirección electrónica; no deberá
> copiar el mensaje ni divulgar su contenido a ninguna persona.
> 
> A continuación, dispone de la información básica sobre protección de
> datos. Puede consultar la información adicional sobre protección de
> datos en nuestra web<https://morenafilms.com/>. Responsable del
> Tratamiento: MORENA FILMS, S.L.; Finalidad: Atender y dar respuesta
> a su petición o consulta y mantener los contactos y relaciones que
> se produzcan como consecuencia de la misma; Base jurídica: El
> consentimiento inequívoco al ponerse en contacto con nosotros y
> facilitarnos sus datos para tal fin, pudiendo también ser el interés
> legítimo o la necesidad para gestionar una relación contractual o
> medidas precontractuales; Destinatarios: No cedemos sus datos a
> terceros; Derechos: Acceso, rectificación, supresión, oposición,
> limitación del tratamiento, portabilidad poniéndose en contacto con
> nosotros en:
> morenafi...@morenafilms.com<mailto:morenafi...@morenafilms.com> o en
> la forma en que se indica en nuestra política de protección de
> datos<https://morenafilms.com/politica-de-privacidad/>.
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



use of Open Office logos and interface - film

2022-11-17 Thread Rocío Gomez-Arnau
Dear Sir/Madam,



I am writing to you from the legal department of a Spanish film production 
company.



We are currently producing a film and we would like to know if you can 
authorize us to record some short sequences, in which your system "Open Office" 
will appear.



Please let us know as soon as posible.



Kind regards,

Rocío




[Logo de Morena Films]<http://morenafilms.com/>

Rocío Gómez-Arnau
C/ Castillejos, 34
28039 - Madrid
rgomezar...@morenafilms.com<mailto:rgomezar...@morenafilms.com>
T - 0034 91 700 27 80
www.morenafilms.com<http://www.morenafilms.com/>

[Facebook]<https://www.facebook.com/morenafilms/>[Instagram]<https://www.instagram.com/morenafilms/>[Twitter]<https://twitter.com/morenafilms>[YouTube]<https://www.youtube.com/morenafilmscine>[LinkedIn]<https://www.linkedin.com/company/5710945/>

[Banner firma Morena Films]<https://morenafilms.com/firmaemail>
 ADVERTENCIA  Este mensaje y los ficheros anexos son confidenciales. 
Los mismos contienen información reservada que no puede ser difundida. Si usted 
ha recibido este correo por error, tenga la amabilidad de eliminarlo de su 
sistema y avisar al remitente mediante reenvío a su dirección electrónica; no 
deberá copiar el mensaje ni divulgar su contenido a ninguna persona.

A continuación, dispone de la información básica sobre protección de datos. 
Puede consultar la información adicional sobre protección de datos en nuestra 
web<https://morenafilms.com/>. Responsable del Tratamiento: MORENA FILMS, S.L.; 
Finalidad: Atender y dar respuesta a su petición o consulta y mantener los 
contactos y relaciones que se produzcan como consecuencia de la misma; Base 
jurídica: El consentimiento inequívoco al ponerse en contacto con nosotros y 
facilitarnos sus datos para tal fin, pudiendo también ser el interés legítimo o 
la necesidad para gestionar una relación contractual o medidas 
precontractuales; Destinatarios: No cedemos sus datos a terceros; Derechos: 
Acceso, rectificación, supresión, oposición, limitación del tratamiento, 
portabilidad poniéndose en contacto con nosotros en: 
morenafi...@morenafilms.com<mailto:morenafi...@morenafilms.com> o en la forma 
en que se indica en nuestra política de protección de 
datos<https://morenafilms.com/politica-de-privacidad/>.



Re: Open Office Suite

2022-11-14 Thread Richard Moran
Thanks for the info.

On Mon, Nov 14, 2022, 17:56 F Campos Costero  wrote:

> Hi - I am glad you like the program. This mailing list is for the
> developers of OpenOffice and it is not a good place to get user support. I
> suggest you post on the user mailing list or the user forum.
>
> Here is some information about subscribing and posting to the user mailing
> list
>
> This list is for users, for questions about OpenOffice, for feature
> requests, for discussions about the product and project, etc.
>
>- Subscribe: users-subscr...@openoffice.apache.org
>- Post (after subscription): us...@openoffice.apache.org
>- Unsubscribe: users-unsubscr...@openoffice.apache.org
>
>
> The user forum is at https://forum.openoffice.org/en/forum/index.php
>
> You can download OpenOffice for free from
> https://www.openoffice.org/download/
>
> When you post in either location, please give some details about why you
> say OpenOffice does not work with Avery labels. I do see the option to use
> Avery labels when I select the menu item File -> New -> Labels.
>
> regards,
> Francis
>
> On Mon, Nov 14, 2022 at 2:25 PM Richard Moran <80freep...@gmail.com>
> wrote:
>
>> Hi, A few years ago I found you online and at that time (20018-2019) you
>> sent me an Open Office. Suite Disk. (. It was sent for free and a note if I
>> liked the program I could send a donation, not sure if this was the
>> right wording but anyway I did send a CK for $25.00.  I loved this program
>> and have been using it on my Laptop- and Desktop. Loved everything about
>> the product except it would not print Avery mailing labels.  The Disk below
>> was the one you sent. Will your new program work with Avery Labels?   RJ
>> Moran 825 Tamarind circle, Sebastian, Fla 32976   772-202-4445
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Open Office Suite

2022-11-14 Thread Peter Kovacs

Maybe this support thread answers your question?

*https://forum.openoffice.org/en/forum/viewtopic.php?f=29&t=101437*


Am 14.11.22 um 22:13 schrieb Richard Moran:

Hi, A few years ago I found you online and at that time (20018-2019) 
you sent me an Open Office. Suite Disk. (. It was sent for free and a 
note if I liked the program I could send a donation, not sure if this 
was the right wording but anyway I did send a CK for $25.00.  I loved 
this program and have been using it on my Laptop- and Desktop. Loved 
everything about the product except it would not print Avery mailing 
labels.  The Disk below was the one you sent. Will your new program 
work with Avery Labels?   RJ Moran 825 Tamarind circle, Sebastian, Fla 
32976   772-202-4445


-
To unsubscribe, e-mail:dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail:dev-h...@openoffice.apache.org

Re: Open Office Suite

2022-11-14 Thread F Campos Costero
Hi - I am glad you like the program. This mailing list is for the
developers of OpenOffice and it is not a good place to get user support. I
suggest you post on the user mailing list or the user forum.

Here is some information about subscribing and posting to the user mailing
list

This list is for users, for questions about OpenOffice, for feature
requests, for discussions about the product and project, etc.

   - Subscribe: users-subscr...@openoffice.apache.org
   - Post (after subscription): us...@openoffice.apache.org
   - Unsubscribe: users-unsubscr...@openoffice.apache.org


The user forum is at https://forum.openoffice.org/en/forum/index.php

You can download OpenOffice for free from
https://www.openoffice.org/download/

When you post in either location, please give some details about why you
say OpenOffice does not work with Avery labels. I do see the option to use
Avery labels when I select the menu item File -> New -> Labels.

regards,
Francis

On Mon, Nov 14, 2022 at 2:25 PM Richard Moran <80freep...@gmail.com> wrote:

> Hi, A few years ago I found you online and at that time (20018-2019) you
> sent me an Open Office. Suite Disk. (. It was sent for free and a note if I
> liked the program I could send a donation, not sure if this was the
> right wording but anyway I did send a CK for $25.00.  I loved this program
> and have been using it on my Laptop- and Desktop. Loved everything about
> the product except it would not print Avery mailing labels.  The Disk below
> was the one you sent. Will your new program work with Avery Labels?   RJ
> Moran 825 Tamarind circle, Sebastian, Fla 32976   772-202-4445
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org


Open Office Suite

2022-11-14 Thread Richard Moran
Hi, A few years ago I found you online and at that time (20018-2019) you
sent me an Open Office. Suite Disk. (. It was sent for free and a note if I
liked the program I could send a donation, not sure if this was the
right wording but anyway I did send a CK for $25.00.  I loved this program
and have been using it on my Laptop- and Desktop. Loved everything about
the product except it would not print Avery mailing labels.  The Disk below
was the one you sent. Will your new program work with Avery Labels?   RJ
Moran 825 Tamarind circle, Sebastian, Fla 32976   772-202-4445

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: error in opening the open office 4.1.13 calc

2022-11-13 Thread Bidouille
Hi Thamee,

This is a mailing list for developers and isn't a good place to get user
questions answered. There is a dedicated Users mailing list 
(us...@openoffice.apache.org).
You can find instructions for registering here:
https://openoffice.apache.org/mailing-lists.html#users-mailing-list-public

There is also a user forum (https://forum.openoffice.org/en/forum/index.php)
where you can  post questions after registering.

Regards

- Mail original -
> De: "SD Tin" 
> À: dev@openoffice.apache.org
> Envoyé: Jeudi 10 Novembre 2022 09:25:29
> Objet: error in opening the open office 4.1.13 calc
> 
> Hi,
> 
> I am trying to open the openoffice calc file and it shows a box 'text
> import' header on my file name with options which i can't comprehend
> (separator option, other option, field) and the file opened to be a
> blank.
> 
> I can't retrieve the content of the file. Were the contents of the
> file
> gone?
> 
> Please advise.
> 
> Thank you.
> Thamee.tha.
> 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: error in opening the open office 4.1.13 calc

2022-11-10 Thread F Campos Costero
I am sorry tohear you are having trouble, This mailing list is for the
developers of OpenOffice and is not a good place for user support. I
suggest that you register on the user forum and ask your question there.
The English forum's main web page is
https://forum.openoffice.org/en/forum/index.php.
The volunteers on the forum will probably ask you to upload your file. The
behavior you describe suggests that the file is corrupt or is not really a
spreadsheet file. To post  a file on the forum, look for the Attachments
tab just below the box where you type your question.

regards,
Francis

On Thu, Nov 10, 2022 at 1:23 AM SD Tin  wrote:

> Hi,
>
> I am trying to open the openoffice calc file and it shows a box 'text
> import' header on my file name with options which i can't comprehend
> (separator option, other option, field) and the file opened to be a blank.
>
> I can't retrieve the content of the file. Were the contents of the file
> gone?
>
> Please advise.
>
> Thank you.
> Thamee.tha.
>


error in opening the open office 4.1.13 calc

2022-11-10 Thread SD Tin
Hi,

I am trying to open the openoffice calc file and it shows a box 'text
import' header on my file name with options which i can't comprehend
(separator option, other option, field) and the file opened to be a blank.

I can't retrieve the content of the file. Were the contents of the file
gone?

Please advise.

Thank you.
Thamee.tha.


Re: How do I sign up for Apache Open Office development contributor ?

2022-11-03 Thread Peter Kovacs

Hi Chris,


Am 03.11.22 um 22:56 schrieb chris deen:

Hey thanks Peter I really appreciate it.

At the risk of showing my ignorance I will say that if you can provide 
a link demonstrating what you mean by working with mailing list that 
would be a help.


No problem, you are welcome. check out 
https://openoffice.apache.org/mailing-lists.html


important for development is the dev mailing list you already 
communicate with. if you have questions or ideas feel free to share.


btw. there is also a archive. check this mail from damjan:

https://lists.apache.org/list?dev@openoffice.apache.org:lte=1M:expat

maybe another nice starting point.



Other than that I'm comfortable with GitHub and doing actual coding, 
of course.


I look forward to working on the projects!


I hope we can make more steps forward.




On Thu, Nov 3, 2022, 5:45 PM Peter Kovacs  wrote:

Hi Chris,

this is the right email mailing list. Do you know how to work with
mailing lists?

best way to hand in your work is through GitHub [1]. you can
submit your work there for review.

our priority list [2]

how to build AOO [3]

if you have questions just ask away...


all the best

Peter

[1] https://github.com/apache/openoffice


[2]
https://cwiki.apache.org/confluence/display/OOOUSERS/Blocker+issues+4.2.0

[3] https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO

Am 03.11.22 um 22:11 schrieb chris deen:

Hello!
I am trying to locate the correct email address to get involved
in working on Apache OpenOffice. I am trying to bring my C++
skills up to date and am looking for volunteer opportunities to
do so. This sounds like the perfect way to do so!

I followed the link from this page:
https://www.openoffice.org/download/

image.png


Thanks !



Re: How do I sign up for Apache Open Office development contributor ?

2022-11-03 Thread chris deen
Hey thanks Peter I really appreciate it.

At the risk of showing my ignorance I will say that if you can provide a
link demonstrating what you mean by working with mailing list that would be
a help.

Other than that I'm comfortable with GitHub and doing actual coding, of
course.

I look forward to working on the projects!


On Thu, Nov 3, 2022, 5:45 PM Peter Kovacs  wrote:

> Hi Chris,
>
> this is the right email mailing list. Do you know how to work with mailing
> lists?
>
> best way to hand in your work is through GitHub [1]. you can submit your
> work there for review.
>
> our priority list [2]
>
> how to build AOO [3]
>
> if you have questions just ask away...
>
>
> all the best
>
> Peter
>
> [1] https://github.com/apache/openoffice
> 
>
> [2]
> https://cwiki.apache.org/confluence/display/OOOUSERS/Blocker+issues+4.2.0
>
> [3] https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
> Am 03.11.22 um 22:11 schrieb chris deen:
>
> Hello!
> I am trying to locate the correct email address to get involved in working
> on Apache OpenOffice. I am trying to bring my C++ skills up to date and am
> looking for volunteer opportunities to do so. This sounds like the perfect
> way to do so!
>
> I followed the link from this page:
> https://www.openoffice.org/download/
>
> [image: image.png]
>
>
> Thanks !
>
>
>


Re: How do I sign up for Apache Open Office development contributor ?

2022-11-03 Thread Peter Kovacs

Hi Chris,

this is the right email mailing list. Do you know how to work with 
mailing lists?


best way to hand in your work is through GitHub [1]. you can submit your 
work there for review.


our priority list [2]

how to build AOO [3]

if you have questions just ask away...


all the best

Peter

[1] https://github.com/apache/openoffice

[2] 
https://cwiki.apache.org/confluence/display/OOOUSERS/Blocker+issues+4.2.0


[3] https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO

Am 03.11.22 um 22:11 schrieb chris deen:

Hello!
I am trying to locate the correct email address to get involved in 
working on Apache OpenOffice. I am trying to bring my C++ skills up to 
date and am looking for volunteer opportunities to do so. This sounds 
like the perfect way to do so!


I followed the link from this page:
https://www.openoffice.org/download/

image.png


Thanks !



How do I sign up for Apache Open Office development contributor ?

2022-11-03 Thread chris deen
Hello!
I am trying to locate the correct email address to get involved in working
on Apache OpenOffice. I am trying to bring my C++ skills up to date and am
looking for volunteer opportunities to do so. This sounds like the perfect
way to do so!

I followed the link from this page:
https://www.openoffice.org/download/

[image: image.png]


Thanks !


Re: Subject: Open Office

2022-08-26 Thread Marcus

Am 26.08.22 um 07:36 schrieb David Robley:

Hi Paul,

There is no "tech support" address; there is a user's mailing list (see 
third paragraph below)and there is a forum at 
https://forum.openoffice.org/en/forum/index.php


for your problem this is best channel to get help.

Please see the Mac section of Instructions for Downloading and 
Installing Apache OpenOffice 4.0, 4.1 Versions - 
https://www.openoffice.org/download/common/instructions.html#apple


The following is maybe also helpful for you:

https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.13+Release+Notes#AOO4.1.13ReleaseNotes-FormacOSusers

- Apache OpenOffice will be flagged by the Gatekeeper facility in
  macOS. This is a feature to help guard against malware on Mac
  systems. The Apache OpenOffice disk images are signed by Apache
  as required by Apple, but Gatekeeper may still be triggered. If
  that happens, please follow the below steps.

  - For macOS up to 10.11 “El Capitan”: There is a procedure laid
out at the following link to allow applications not installed
from the Mac App Store to run. See the Mac support article.

  - For macOS 10.12 “Sierra” and up: In Finder, Control-click or
right-click the icon of the app. Select Open from the top of
the contextual menu that appears. Click Open in the dialog box.
If prompted, enter an administrator name and password. This is
needed just the first time you launch Apache OpenOffice.

I hope this helps.

Marcus




On 26/8/22 13:42, Paul Flickinger wrote:
This E-Mail may be going to the wrong people, but I can't find a tech 
support address.  I have tried down loading Open Office three times 
with the same result.  The initial download works fine, but after I 
transfer it to the Applications folder and try to open it, I get the 
following message: "Open Office cannot be opened because the developer 
cannot be verified."  I am using a Macbook Pro (Mid 2012) with MAC 
Catalina, version 10.15.7.  I would appreciate any help you can give 
me or directions to someone who can. Thank you, Paul Flickinger



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Subject: Open Office

2022-08-25 Thread David Robley
There is no "tech support" address; there is a user's mailing list (see 
third paragraph below)and there is a forum at 
https://forum.openoffice.org/en/forum/index.php


Please see the Mac section of Instructions for Downloading and 
Installing Apache OpenOffice 4.0, 4.1 Versions - 
https://www.openoffice.org/download/common/instructions.html#apple


Since you are not subscribed to this list you may not see all the 
replies to your query. To subscribe to Apache OpenOffice mailing lists 
go to http://openoffice.apache.org/mailing-lists.html


As a courtesy I have forwarded a copy of this reply to you as well as to 
the mailing list. Do Not reply to me personally - replies to my personal 
email address will be ignored.


On 26/8/22 13:42, Paul Flickinger wrote:

This E-Mail may be going to the wrong people, but I can't find a tech support address.  I 
have tried down loading Open Office three times with the same result.  The initial 
download works fine, but after I transfer it to the Applications folder and try to open 
it, I get the following message: "Open Office cannot be opened because the developer 
cannot be verified."  I am using a Macbook Pro (Mid 2012) with MAC Catalina, version 
10.15.7.  I would appreciate any help you can give me or directions to someone who can. 
Thank you, Paul Flickinger



Cheers
--
David Robley

Artist seeks Boss with vision impairment.
 



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Subject: Open Office

2022-08-25 Thread Paul Flickinger
This E-Mail may be going to the wrong people, but I can't find a tech support 
address.  I have tried down loading Open Office three times with the same 
result.  The initial download works fine, but after I transfer it to the 
Applications folder and try to open it, I get the following message: "Open 
Office cannot be opened because the developer cannot be verified."  I am using 
a Macbook Pro (Mid 2012) with MAC Catalina, version 10.15.7.  I would 
appreciate any help you can give me or directions to someone who can. Thank 
you, Paul Flickinger


Re: volunteer in contributing to Open Office

2022-01-16 Thread Peter Kovacs

Hi George,

Cool! Volunteers are very welcome. The time you spend is up to you. I am 
very happy if you can regular invest 3h a month.


Even you have no Experience beyond python, would you mind to test our 
build guide and try to build AOO?


We try to switch to SCONs, which is complete python based approach. A 
additional Volunteer who is looking into this field would be awesome.



If you want to look more into testing, I am not sure where we are there, 
but going through Bugzilla and test Issues if they still are accurate 
could be something worth doing.



All the best

Peter


On 15.01.22 15:56, George Bocianu wrote:
  
Hi Carl & Keith,

Sorry for the late reply.
My interest areas are, as I see them prioritised:- Python (beginner)- Data 
analysis (I have previous experience in SPSS)- I am a pretty skilled medium 
user of editing software (probably I would be fitted for user testing)
I`m very grateful for your follow up and looking forward for your reply.

Best regards,George Bocianu00447864190375

 On Saturday, 15 January 2022, 12:46:53 GMT, Keith N. McKenna 
 wrote:
  
  On Mon, 03 Jan 2022 12:01:54 +, George Bocianu wrote:



Good morning,
I`m George and I`m interested as a volunteer in contributing to Open
Office project.
My time budget is for start 2-3 hours per month, but according to things
to be done I an increase the time to that.

Best regards,George

Welcome George;

Are their any particular areas you are interested in contributing to?
Please reply only too dev@openoffice.apache.org

Regards
Keith N. McKenna
​

--
This is the Way! http://www.apache.org/theapacheway/index.html

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: volunteer in contributing to Open Office

2022-01-15 Thread George Bocianu
 
Hi Carl & Keith,
Sorry for the late reply.
My interest areas are, as I see them prioritised:- Python (beginner)- Data 
analysis (I have previous experience in SPSS)- I am a pretty skilled medium 
user of editing software (probably I would be fitted for user testing)
I`m very grateful for your follow up and looking forward for your reply.

Best regards,George Bocianu00447864190375

On Saturday, 15 January 2022, 12:46:53 GMT, Keith N. McKenna 
 wrote:  
 
 On Mon, 03 Jan 2022 12:01:54 +, George Bocianu wrote:

> Good morning,
> I`m George and I`m interested as a volunteer in contributing to Open
> Office project.
> My time budget is for start 2-3 hours per month, but according to things
> to be done I an increase the time to that.
> 
> Best regards,George

Welcome George;

Are their any particular areas you are interested in contributing to?
Please reply only too dev@openoffice.apache.org

Regards
Keith N. McKenna
​  

Re: volunteer in contributing to Open Office

2022-01-15 Thread Keith N. McKenna
On Mon, 03 Jan 2022 12:01:54 +, George Bocianu wrote:

> Good morning,
> I`m George and I`m interested as a volunteer in contributing to Open
> Office project.
> My time budget is for start 2-3 hours per month, but according to things
> to be done I an increase the time to that.
> 
> Best regards,George

Welcome George;

Do you have any particular area that you are interested in working in? 

Regards
Keith N. McKenna


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: volunteer in contributing to Open Office

2022-01-10 Thread Carl Marcum

(adding George this time)

Hi George,

On 1/3/22 7:01 AM, George Bocianu wrote:

Good morning,
I`m George and I`m interested as a volunteer in contributing to Open Office 
project.
My time budget is for start 2-3 hours per month, but according to things to be 
done I an increase the time to that.

Best regards,George


Welcome, Do you have areas of interest you are thinking about?

If you haven't already, you may want to subscribe to the one of the 
mailing lists of your interest including this dev@ development mailing 
list [1].


[1] https://openoffice.apache.org/mailing-lists.html

Best regards,
Carl

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: volunteer in contributing to Open Office

2022-01-09 Thread Carl Marcum

Hi George,

On 1/3/22 7:01 AM, George Bocianu wrote:

Good morning,
I`m George and I`m interested as a volunteer in contributing to Open Office 
project.
My time budget is for start 2-3 hours per month, but according to things to be 
done I an increase the time to that.

Best regards,George

Welcome, Do you have areas of interest you are thinking about?

Best regards,
Carl

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



volunteer in contributing to Open Office

2022-01-03 Thread George Bocianu

Good morning,
I`m George and I`m interested as a volunteer in contributing to Open Office 
project.
My time budget is for start 2-3 hours per month, but according to things to be 
done I an increase the time to that.

Best regards,George

Re: Open Office Suggestion

2021-10-08 Thread Czesław Wolański
Regarding Bugzilla Issue 10864 (and its ten duplicates):

There is also Bugzilla Issue 104732 - select background or font color
https://bz.apache.org/ooo/show_bug.cgi?id=104732

Status: CLOSED NOT_AN_OOO_ISSUE and the comment "Use custom style".

( Issue mentioned in Issue 123739 - Background Color - Does Not Allow
Default
  https://bz.apache.org/ooo/show_bug.cgi?id=123739 )

Regards,
Czesław

Il giorno ven 8 ott 2021 alle ore 09:45 Jörg Schmidt 
ha scritto:

>
>
> > -Original Message-
> > From: Bidouille [mailto:ooofo...@free.fr]
> > Sent: Thursday, October 07, 2021 9:12 PM
> > To: dev@openoffice.apache.org
> > Subject: Re: Open Office Suggestion
> >
> > Feature already reported:
> > https://bz.apache.org/ooo/show_bug.cgi?id=10864
>
> Reading the comments, you think you are at the bug tracker of the LO
> project...
>
>
> Jörg
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


RE: Open Office Suggestion

2021-10-08 Thread Jörg Schmidt
 

> -Original Message-
> From: Bidouille [mailto:ooofo...@free.fr] 
> Sent: Thursday, October 07, 2021 9:12 PM
> To: dev@openoffice.apache.org
> Subject: Re: Open Office Suggestion
> 
> Feature already reported: 
> https://bz.apache.org/ooo/show_bug.cgi?id=10864

Reading the comments, you think you are at the bug tracker of the LO project...


Jörg


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Open Office Suggestion

2021-10-07 Thread Marcus

Adding John as he is not subscribed to this mailing list.



Am 07.10.21 um 21:12 schrieb Bidouille:

Feature already reported: https://bz.apache.org/ooo/show_bug.cgi?id=10864
You can vote for this.

- Mail original -

De: "Heroes Outreach Program Administrator" 

À: dev@openoffice.apache.org
Envoyé: Jeudi 7 Octobre 2021 16:19:56
Objet: Open Office Suggestion

I use OpenOffice Calc to track my personal budget, as well as items
and
budgets for our nonprofit, Heroes Outreach Program. There is one
feature
that I would find very useful and that would save me a lot of time.

When selecting the cell background color or font color, I would like
it
if when you clicked on the button that it would color the box in the
last color selected rather than having to go into the drop down and
selecting the same color cell after cell. This function is available
in
Microsoft Excel and I find it very useful and would find it just as
useful in Open Office Calc. I prefer to use open source software
rather
than feeding Microsoft.

Thank you for your time.

--
John L. Morlock



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Open Office Suggestion

2021-10-07 Thread Bidouille
Feature already reported: https://bz.apache.org/ooo/show_bug.cgi?id=10864
You can vote for this.

- Mail original -
> De: "Heroes Outreach Program Administrator" 
> 
> À: dev@openoffice.apache.org
> Envoyé: Jeudi 7 Octobre 2021 16:19:56
> Objet: Open Office Suggestion
> 
> I use OpenOffice Calc to track my personal budget, as well as items
> and
> budgets for our nonprofit, Heroes Outreach Program. There is one
> feature
> that I would find very useful and that would save me a lot of time.
> 
> When selecting the cell background color or font color, I would like
> it
> if when you clicked on the button that it would color the box in the
> last color selected rather than having to go into the drop down and
> selecting the same color cell after cell. This function is available
> in
> Microsoft Excel and I find it very useful and would find it just as
> useful in Open Office Calc. I prefer to use open source software
> rather
> than feeding Microsoft.
> 
> Thank you for your time.
> 
> --
> John L. Morlock
> Heroes Outreach Program
> Program Administrator
> administra...@heroesoutreachprogram.org
> 800-514-6670
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Open Office Suggestion

2021-10-07 Thread Heroes Outreach Program Administrator
I use OpenOffice Calc to track my personal budget, as well as items and 
budgets for our nonprofit, Heroes Outreach Program. There is one feature 
that I would find very useful and that would save me a lot of time.


When selecting the cell background color or font color, I would like it 
if when you clicked on the button that it would color the box in the 
last color selected rather than having to go into the drop down and 
selecting the same color cell after cell. This function is available in 
Microsoft Excel and I find it very useful and would find it just as 
useful in Open Office Calc. I prefer to use open source software rather 
than feeding Microsoft.


Thank you for your time.

--
John L. Morlock
Heroes Outreach Program
Program Administrator
administra...@heroesoutreachprogram.org
800-514-6670


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



RE: Open office Fehler Calculation

2021-08-30 Thread Jörg Schmidt
> -Original Message-
> From: WSpaeth [mailto:gdwspa...@gmail.com] 
> Sent: Monday, August 30, 2021 3:16 PM
> To: dev@openoffice.apache.org
> Subject: Open office Fehler Calculation
> 
> Sehr geehrte Damen und Herren,
> [...]

Hallo,

Sie befinden sich hier auf einer englischsprachigen Entwicklerliste. Sie 
sollten Ihre Frage besser auf der deutschsprachigen Mailingliste für 
Endanwender stellen:
https://www.openoffice.org/de/about-ooo/about-mailinglist.html

Inhaltlich kann ich nur wenig zu ihrem Problem sagen, denn dazu fehlen wichtige 
Angaben, insbesondere ob der Fehler nur bei bestimmten oder allen 
Calc-Dokumenten auftritt und falls nur bei nestimmten Dokumenten, dann eine 
Information welchen Inhalt diese Dokumente haben.


Gruß
Jörg


Hello,

You are here on an english developer list. You should be better ask your 
question on the German-language mailing list for end users:
https://www.openoffice.org/de/about-ooo/about-mailinglist.html

I can't say much about your problem, because important information is missing, 
especially whether the error occurs only with certain or all Calc documents, 
and if only with certain documents, then some information about the content of 
these documents.


Greetings
Jörg





-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Open office Fehler Calculation

2021-08-30 Thread WSpaeth
Sehr geehrte Damen und Herren,

open office 4.1.10 calculation friert beim sortieren
und weiteren Features ein.
Lässt sich nicht schliessen.
Ist nur noch mittels Task enfernen zu bedienen.
Seit August auf einem HUAWI MATE D16 unter
windows 10 21H1.

Vielen Dank für ihre Bemühungen
mit freundlichem Gruss

Wolfgang Spaeth


Re: open office questions

2021-06-06 Thread F Campos Costero
If you truly mean the doc format and not docx, OpenOffice does read and
write that. It reads docx but does not write it. There is no fee for
OpenOffice, just download it from www.openoffice.org.
I would recommend saving your documents in OpenOffice's native odt format
and saving as doc only when you are done editing. Saving in a foreign
format always carries the risk of some loss of formatting.

Regards,
Francis

On Sun, Jun 6, 2021 at 1:26 PM <
grantcarring...@grantcarrington.freeyellow.com> wrote:

> I am looking for a word processor that  does not require being on the
> internet but that I can download into my computer (for a fee of course)
> that will accept DOC documents and that will create DOC documents.
> Thank you.
>
> --grant carrington


open office questions

2021-06-06 Thread grantcarrington
I am looking for a word processor that  does not require being on the
internet but that I can download into my computer (for a fee of course)
that will accept DOC documents and that will create DOC documents. 
Thank you. 

--grant carrington

Re: Export Control Classification Number for Open Office

2021-04-22 Thread Dave Fisher
Hi -

Thanks for asking.

See https://www.apache.org/licenses/exports/#matrix

Note that the ASF makes no warranties that these entries are complete.

This is not really most projects. Projects have to self report. In the past 
OpenOffice has not.

It’s not wrong to ask if we should.

Regards,
Dave

> On Apr 22, 2021, at 9:16 AM, Smith, Mark E2  wrote:
> 
> Does anyone know what the Export Control Classification Number (ECCN) is 
> assigned to Open Office?
> 
> On site: https://www.apache.org/licenses/exports/
> 
> It list ECCNs for most of the projects except for Open Office.
> 
> Thanks,
> 
> Mark
> 
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Export Control Classification Number for Open Office

2021-04-22 Thread Smith, Mark E2
Does anyone know what the Export Control Classification Number (ECCN) is 
assigned to Open Office?

On site: https://www.apache.org/licenses/exports/

It list ECCNs for most of the projects except for Open Office.

Thanks,

Mark




Re: MATPP / open office

2021-03-05 Thread Kadal Amutham V
No need. Open office is a fully open source software. If the name appears
in in the dama, it serves as a advertisement for the open office
With Warm Regards

V.Kadal Amutham
919444360480
914422591980


On Fri, 5 Mar 2021 at 16:47, Evrim Zeybek  wrote:

> Hello,
>
> I am Evrim, working for a drama series project called “MATPP”.
>
> In our first episode we would like to use Open Office Program when a main
> character will be writing on her laptop. Since the open office program will
> be seen as a footage, I just wanted to ask if we should get a permission
> for this usage. Would be great if you could advise us on how to proceed on
> this matter.
>
> We would be happy to give further information upon your return. Since are
> time is very limited, swift replies are greatly appreciated.
>
> All the best,
>
> Evrim Zeybek
> +90 530 929 36 97
> -
> To unsubscribe, e-mail: marketing-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: marketing-h...@openoffice.apache.org
>
>


MATPP / open office

2021-03-05 Thread Evrim Zeybek
Hello,

I am Evrim, working for a drama series project called “MATPP”.

In our first episode we would like to use Open Office Program when a main 
character will be writing on her laptop. Since the open office program will be 
seen as a footage, I just wanted to ask if we should get a permission for this 
usage. Would be great if you could advise us on how to proceed on this matter. 

We would be happy to give further information upon your return. Since are time 
is very limited, swift replies are greatly appreciated. 

All the best,

Evrim Zeybek
+90 530 929 36 97
-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Testing Open Office for Big Sur 11.2.2

2021-03-04 Thread Pedro Lino
Hi Carolyn

Hopefully the new version 4.1.9 released on February 7th solved the identified 
issues with Big Sur

Please make sure to install this version and report back if you ever find any 
issues.

https://www.openoffice.org/download/index.html

Thank you for your encouraging message!

All the best,
Pedro

> On 03/04/2021 2:29 PM Christian and Carolyn Alexander 
>  wrote:
> 
>  
> Greetings!
> 
> I've been an Open Office user for over a decade. Thank you for all you do!
> Your products have enabled my college, work, and personal endeavors over
> the years.
> 
> Your website says you're looking for users who will help test the version
> of Open Office that's meant to work with Big Sur. I'd like to participate
> if it would still be helpful.
> 
> Typically, I use an OO spreadsheet every day, and a word processing
> document perhaps every week or two.
> 
> If I can be of assistance, please let me know. Thank you for working on
> reestablishing compatibility for your Mac users. We appreciate you.
> 
> Carolyn Alexander

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Testing Open Office for Big Sur 11.2.2

2021-03-04 Thread Christian and Carolyn Alexander
Greetings!

I've been an Open Office user for over a decade. Thank you for all you do!
Your products have enabled my college, work, and personal endeavors over
the years.

Your website says you're looking for users who will help test the version
of Open Office that's meant to work with Big Sur. I'd like to participate
if it would still be helpful.

Typically, I use an OO spreadsheet every day, and a word processing
document perhaps every week or two.

If I can be of assistance, please let me know. Thank you for working on
reestablishing compatibility for your Mac users. We appreciate you.

Carolyn Alexander


Re: Adding Open Office to new Apple Mini

2021-02-23 Thread David Robley
Please read the Mac section, especially the part about Gatekeeper, of 
Instructions for Downloading and Installing Apache OpenOffice 4.0, 4.1 
Versions at 
https://www.openoffice.org/download/common/instructions.html#apple


Note - this sort of problem should be asked on the user list at 
, or at the AOO forum 
https://forum.openoffice.org; this mailing list is for developers.


Since you are not subscribed to this list you may not see all the 
replies to your query. To subscribe to Apache OpenOffice mailing lists 
go to http://openoffice.apache.org/mailing-lists.html


As a courtesy I have forwarded a copy of this reply to you as well as to 
the mailing list. Do Not reply to me personally  - replies to my 
personal email address will be ignored.


On 24/2/21 10:58 am, Skip Lehman wrote:

Hi, I am not computer savvy.  I'm trying to add Open Office to my new Apple Mini 
computer, version 11.2. Apple won't let me, saying “OpenOffice” cannot be opened 
because the developer cannot be verified." Then it says my macOS cannot verify 
that this app is free from malware.  What to do?

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Cheers
--
David Robley

Useless Invention: Reversible garbage disposal.
 



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Adding Open Office to new Apple Mini

2021-02-23 Thread Skip Lehman
Hi, I am not computer savvy.  I'm trying to add Open Office to my new Apple 
Mini computer, version 11.2. Apple won't let me, saying “OpenOffice” cannot be 
opened because the developer cannot be verified." Then it says my macOS cannot 
verify that this app is free from malware.  What to do?

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Contribution to open office development

2021-02-22 Thread Matthias Seidel
Hi Juan,

Welcome!

Am 19.02.21 um 16:28 schrieb juan francisco Minor:
> I can help with any of them. Wherever help is needed. Some assistance in 
> understanding the code base would be appreciated. 

I would like to have a nasty issue fixed on Windows:

https://bz.apache.org/ooo/show_bug.cgi?id=128310

I would be happy to help you walk through that since i cannot code
myself... ;-)

Regards,

   Matthias

>
> BR,
> Juan M. 
>
> Sent from my iPhone
>
>> On Feb 19, 2021, at 8:09 AM, Bidouille  wrote:
>>
>> Hello Juan,
>> Which application in OpenOffice could you help?
>>
>> - Mail original -
>>> De: "Juan Minor" 
>>> À: dev@openoffice.apache.org
>>> Envoyé: Vendredi 19 Février 2021 00:48:13
>>> Objet: Contribution to open office development
>>>
>>> Howdy,
>>>
>>> My name is Juan Minor. I am a computer engineer with experience in
>>> C/C++. I would like to volunteer my time to help out with this
>>> project
>>> should any help be needed.
>>>
>>> Best Regards,
>>>
>>> Juan M.
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>
>>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Contribution to open office development

2021-02-20 Thread Peter Kovacs



On 20.02.21 19:10, Dave Fisher wrote:

Hi -


On Feb 20, 2021, at 9:58 AM, Peter Kovacs  wrote:


On 20.02.21 16:59, Bidouille wrote:

A top-priority will be to work on OOXML Interoperability
Enhance existing import filter (lot of issues)
And create export filter
https://bz.apache.org/ooo/show_bug.cgi?id=88355

We have played around with the Idea instead of updating the code we have to 
implement Apache POI.

POI is Java based -
https://poi.apache.org
https://poi.apache.org/components/index.html
https://poi.apache.org/devel/index.html

The Apache POI PMC also manages Apache XMLBeans which is a core dependency for 
OOXML since the project first undertook support for OOXML about 2007/2008.

I recently saw JCC which is used by Apache Lucene’s pyLucene to wrap Java with 
C++
https://lucene.apache.org/pylucene/jcc/index.html

FYI - I’ve been a POI PMC member since 2008. If there are features lacking that 
we need it is possible to extend.


Thanks the info Dave.

When we discussed, I saw Damjan did some work. But I did not look at it. 
Plus I would look up out some Wiki guides on implementing filters.



All the best

Peter



All The Best,
Dave


If there is interest I can look up some resources to get started.

All the best

Peter


- Mail original -

De: "juan francisco Minor" 
À: dev@openoffice.apache.org
Envoyé: Vendredi 19 Février 2021 16:28:50
Objet: Re: Contribution to open office development

I can help with any of them. Wherever help is needed. Some assistance
in understanding the code base would be appreciated.

BR,
Juan M.

Sent from my iPhone


On Feb 19, 2021, at 8:09 AM, Bidouille  wrote:

Hello Juan,
Which application in OpenOffice could you help?

- Mail original -

De: "Juan Minor" 
À: dev@openoffice.apache.org
Envoyé: Vendredi 19 Février 2021 00:48:13
Objet: Contribution to open office development

Howdy,

My name is Juan Minor. I am a computer engineer with experience in
C/C++. I would like to volunteer my time to help out with this
project
should any help be needed.

Best Regards,

Juan M.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


--
This is the Way! http://www.apache.org/theapacheway/index.html

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


--
This is the Way! http://www.apache.org/theapacheway/index.html

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Contribution to open office development

2021-02-20 Thread Dave Fisher
Hi -

> On Feb 20, 2021, at 9:58 AM, Peter Kovacs  wrote:
> 
> 
> On 20.02.21 16:59, Bidouille wrote:
>> A top-priority will be to work on OOXML Interoperability
>> Enhance existing import filter (lot of issues)
>> And create export filter
>> https://bz.apache.org/ooo/show_bug.cgi?id=88355
> 
> We have played around with the Idea instead of updating the code we have to 
> implement Apache POI.

POI is Java based - 
https://poi.apache.org
https://poi.apache.org/components/index.html
https://poi.apache.org/devel/index.html

The Apache POI PMC also manages Apache XMLBeans which is a core dependency for 
OOXML since the project first undertook support for OOXML about 2007/2008.

I recently saw JCC which is used by Apache Lucene’s pyLucene to wrap Java with 
C++
https://lucene.apache.org/pylucene/jcc/index.html

FYI - I’ve been a POI PMC member since 2008. If there are features lacking that 
we need it is possible to extend.

All The Best,
Dave

> 
> If there is interest I can look up some resources to get started.
> 
> All the best
> 
> Peter
> 
>> 
>> - Mail original -
>>> De: "juan francisco Minor" 
>>> À: dev@openoffice.apache.org
>>> Envoyé: Vendredi 19 Février 2021 16:28:50
>>> Objet: Re: Contribution to open office development
>>> 
>>> I can help with any of them. Wherever help is needed. Some assistance
>>> in understanding the code base would be appreciated.
>>> 
>>> BR,
>>> Juan M.
>>> 
>>> Sent from my iPhone
>>> 
>>>> On Feb 19, 2021, at 8:09 AM, Bidouille  wrote:
>>>> 
>>>> Hello Juan,
>>>> Which application in OpenOffice could you help?
>>>> 
>>>> - Mail original -
>>>>> De: "Juan Minor" 
>>>>> À: dev@openoffice.apache.org
>>>>> Envoyé: Vendredi 19 Février 2021 00:48:13
>>>>> Objet: Contribution to open office development
>>>>> 
>>>>> Howdy,
>>>>> 
>>>>> My name is Juan Minor. I am a computer engineer with experience in
>>>>> C/C++. I would like to volunteer my time to help out with this
>>>>> project
>>>>> should any help be needed.
>>>>> 
>>>>> Best Regards,
>>>>> 
>>>>> Juan M.
>>>>> 
>>>>> 
>>>>> -
>>>>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>>>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>>> 
>>>>> 
>>>> -
>>>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>> 
>>>> 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>> 
>>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>> 
> -- 
> This is the Way! http://www.apache.org/theapacheway/index.html
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Contribution to open office development

2021-02-20 Thread Peter Kovacs



On 20.02.21 16:59, Bidouille wrote:

A top-priority will be to work on OOXML Interoperability
Enhance existing import filter (lot of issues)
And create export filter
https://bz.apache.org/ooo/show_bug.cgi?id=88355


We have played around with the Idea instead of updating the code we have 
to implement Apache POI.


If there is interest I can look up some resources to get started.

All the best

Peter



- Mail original -

De: "juan francisco Minor" 
À: dev@openoffice.apache.org
Envoyé: Vendredi 19 Février 2021 16:28:50
Objet: Re: Contribution to open office development

I can help with any of them. Wherever help is needed. Some assistance
in understanding the code base would be appreciated.

BR,
Juan M.

Sent from my iPhone


On Feb 19, 2021, at 8:09 AM, Bidouille  wrote:

Hello Juan,
Which application in OpenOffice could you help?

- Mail original -

De: "Juan Minor" 
À: dev@openoffice.apache.org
Envoyé: Vendredi 19 Février 2021 00:48:13
Objet: Contribution to open office development

Howdy,

My name is Juan Minor. I am a computer engineer with experience in
C/C++. I would like to volunteer my time to help out with this
project
should any help be needed.

Best Regards,

Juan M.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


--
This is the Way! http://www.apache.org/theapacheway/index.html

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Contribution to open office development

2021-02-20 Thread Bidouille
A top-priority will be to work on OOXML Interoperability
Enhance existing import filter (lot of issues)
And create export filter
https://bz.apache.org/ooo/show_bug.cgi?id=88355

- Mail original -
> De: "juan francisco Minor" 
> À: dev@openoffice.apache.org
> Envoyé: Vendredi 19 Février 2021 16:28:50
> Objet: Re: Contribution to open office development
> 
> I can help with any of them. Wherever help is needed. Some assistance
> in understanding the code base would be appreciated.
> 
> BR,
> Juan M.
> 
> Sent from my iPhone
> 
> > On Feb 19, 2021, at 8:09 AM, Bidouille  wrote:
> > 
> > Hello Juan,
> > Which application in OpenOffice could you help?
> > 
> > - Mail original -
> >> De: "Juan Minor" 
> >> À: dev@openoffice.apache.org
> >> Envoyé: Vendredi 19 Février 2021 00:48:13
> >> Objet: Contribution to open office development
> >> 
> >> Howdy,
> >> 
> >> My name is Juan Minor. I am a computer engineer with experience in
> >> C/C++. I would like to volunteer my time to help out with this
> >> project
> >> should any help be needed.
> >> 
> >> Best Regards,
> >> 
> >> Juan M.
> >> 
> >> 
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> >> For additional commands, e-mail: dev-h...@openoffice.apache.org
> >> 
> >> 
> > 
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> > 
> > 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Contribution to open office development

2021-02-19 Thread Keith N. McKenna
On 2/19/2021 12:34 PM, F Campos Costero wrote:
> Hi Juan,
> I am not a developer but I have often seen the suggestion that new
> developers try to build OpenOffice from the source so they can begin to
> contribute. The build process could be politely described by "nontrivial"
> from what I have seen on this list. There is a guide here
> <https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO>. Note
> the platform specific instructions near the bottom. What is your preferred
> platform?
> I hope I am not misrepresenting anything in the above.
> Thanks for volunteering!
> Francis
> 
Francis;

I am not a developer either, but you hit the nail right on the head as
far as advice given by many of the developers. I am cc'ing Juan on this
as he is not subscribed to dev@ and would not have seen your excellent
advice.

The only thing I would add is for you to subscribe to this mailing list
by sending an e-mail to dev-subscr...@openoffice.apache.org You will
receive a reply (also check your spam folder) just click reply to it and
you should get a reply that you are that you are subscribed (again it
could end up in your spam folder). This is the best place to get help or
questions answered by the developers, and also were decisions affecting
the project get made.

Regards
Keith


> On Fri, Feb 19, 2021 at 9:48 AM juan francisco Minor 
> wrote:
> 
>> I can help with any of them. Wherever help is needed. Some assistance in
>> understanding the code base would be appreciated.
>>
>> BR,
>> Juan M.
>>
>> Sent from my iPhone
>>
>>> On Feb 19, 2021, at 8:09 AM, Bidouille  wrote:
>>>
>>> Hello Juan,
>>> Which application in OpenOffice could you help?
>>>
>>> - Mail original -
>>>> De: "Juan Minor" 
>>>> À: dev@openoffice.apache.org
>>>> Envoyé: Vendredi 19 Février 2021 00:48:13
>>>> Objet: Contribution to open office development
>>>>
>>>> Howdy,
>>>>
>>>> My name is Juan Minor. I am a computer engineer with experience in
>>>> C/C++. I would like to volunteer my time to help out with this
>>>> project
>>>> should any help be needed.
>>>>
>>>> Best Regards,
>>>>
>>>> Juan M.
>>>>
>>>>
>>>> -
>>>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>>
>>>>
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>






signature.asc
Description: OpenPGP digital signature


Re: Contribution to open office development

2021-02-19 Thread F Campos Costero
Hi Juan,
I am not a developer but I have often seen the suggestion that new
developers try to build OpenOffice from the source so they can begin to
contribute. The build process could be politely described by "nontrivial"
from what I have seen on this list. There is a guide here
<https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO>. Note
the platform specific instructions near the bottom. What is your preferred
platform?
I hope I am not misrepresenting anything in the above.
Thanks for volunteering!
Francis

On Fri, Feb 19, 2021 at 9:48 AM juan francisco Minor 
wrote:

> I can help with any of them. Wherever help is needed. Some assistance in
> understanding the code base would be appreciated.
>
> BR,
> Juan M.
>
> Sent from my iPhone
>
> > On Feb 19, 2021, at 8:09 AM, Bidouille  wrote:
> >
> > Hello Juan,
> > Which application in OpenOffice could you help?
> >
> > - Mail original -
> >> De: "Juan Minor" 
> >> À: dev@openoffice.apache.org
> >> Envoyé: Vendredi 19 Février 2021 00:48:13
> >> Objet: Contribution to open office development
> >>
> >> Howdy,
> >>
> >> My name is Juan Minor. I am a computer engineer with experience in
> >> C/C++. I would like to volunteer my time to help out with this
> >> project
> >> should any help be needed.
> >>
> >> Best Regards,
> >>
> >> Juan M.
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> >> For additional commands, e-mail: dev-h...@openoffice.apache.org
> >>
> >>
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Contribution to open office development

2021-02-19 Thread juan francisco Minor
I can help with any of them. Wherever help is needed. Some assistance in 
understanding the code base would be appreciated. 

BR,
Juan M. 

Sent from my iPhone

> On Feb 19, 2021, at 8:09 AM, Bidouille  wrote:
> 
> Hello Juan,
> Which application in OpenOffice could you help?
> 
> - Mail original -
>> De: "Juan Minor" 
>> À: dev@openoffice.apache.org
>> Envoyé: Vendredi 19 Février 2021 00:48:13
>> Objet: Contribution to open office development
>> 
>> Howdy,
>> 
>> My name is Juan Minor. I am a computer engineer with experience in
>> C/C++. I would like to volunteer my time to help out with this
>> project
>> should any help be needed.
>> 
>> Best Regards,
>> 
>> Juan M.
>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>> 
>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Contribution to open office development

2021-02-19 Thread Bidouille
Hello Juan,
Which application in OpenOffice could you help?

- Mail original -
> De: "Juan Minor" 
> À: dev@openoffice.apache.org
> Envoyé: Vendredi 19 Février 2021 00:48:13
> Objet: Contribution to open office development
> 
> Howdy,
> 
> My name is Juan Minor. I am a computer engineer with experience in
> C/C++. I would like to volunteer my time to help out with this
> project
> should any help be needed.
> 
> Best Regards,
> 
> Juan M.
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Contribution to open office development

2021-02-18 Thread Juan Minor

Howdy,

My name is Juan Minor. I am a computer engineer with experience in 
C/C++. I would like to volunteer my time to help out with this project 
should any help be needed.


Best Regards,

Juan M.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Open Office Beta testing offer

2021-01-20 Thread Bidouille
You can subscribe to qa@ mail list :
https://openoffice.apache.org/mailing-lists.html#qa-mailing-list-public
And give feedback on Bugzilla with this issue:
https://bz.apache.org/ooo/show_bug.cgi?id=128415

- Mail original -
> De: "Steven M" 
> À: dev@openoffice.apache.org
> Envoyé: Mercredi 20 Janvier 2021 08:47:58
> Objet: Open Office Beta testing offer
> 
> Hi Dev’s
> 
> 
> I read on the site your looking for people to test nd feedback on
> next release to resolve big sur bug
> 
> 
> Im an iMac user on Big sur - 2019 - 3.7 GHz 6-Core Intel Core i5
> 
> 
> Happy to work through bugs with you.
> 
> 
> 
> 
> 
> Steven Moffat
> Founder
> 
> ste...@work-books.uk
> Free cloud based business software
> 
> P: +44 0131 357 5712
> M: +44 07803 525 079
> V: https://video.work-books.uk/steven-moffat
> 
> 
> C: https://calendly.com/steven-moffat
> L: https://www.linkedin.com/in/steven-moffat/
> 
> 
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Open Office for Mac

2021-01-20 Thread Bidouille


> Please add me to your list of testers. Regards, Robert Cohen
There is no list because testers are volunteers.
You can subscribe to qa@ mail list :
https://openoffice.apache.org/mailing-lists.html#qa-mailing-list-public
And give feedback on Bugzilla with this issue:
https://bz.apache.org/ooo/show_bug.cgi?id=128415

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



  1   2   3   4   5   6   7   8   9   10   >