(Forward) Re: Error:: While installing openoffice debian menus

2019-01-26 Thread Jose R R
(In case it was not acknowledged when sent from my alternate email)
 Original Message 
Subject: Re: Error:: While installing openoffice debian menus
Date: 2019-01-26 21:58
From: jose.r.r@metztli.systems
To: dev@openoffice.apache.org
Cc: Nikhil Gupta 

Niltze [Hello]-

On 2019-01-26 16:22, Nikhil Gupta wrote:
> Hi
> I built openoffice on my Ubuntu(14.04)
> The build successfully run with no error message.
> But when i tried to install openoffice debian menus
> Following error shows:
> dpkg: error processing archive
/home/nikhil/help/aoo/main/instsetoo_native/
>
unxlngx6.pro/Apache_OpenOffice/deb/install/en-US/DEBS/desktop-integration/openoffice4.2-debian-menus_4.5-9900_all.deb
> (--install):
>  trying to overwrite '/usr/bin/soffice', which is also in package
> libreoffice-common 1:4.2.8-0ubuntu5.3
> /usr/bin/gtk-update-icon-cache
>
> Please help

As root and/or with sudo privilege make a backup of /usr/bin/soffice and
force the installation of the DEB package as:
dpkg --force-all -i oo-package.deb

After OO package successfully installs, analyze: ls -l /usr/bin/soffice
You will find that it is a symbolic link to /opt/openoffice4/program/soffice

Accordingly, you can make a proper sym link more relevant to OO, i.e., as
root [or sudo]:
cd /usr/bin
ln -s /opt/openoffice4/program/soffice apacheoo

*proceed* to make another relevant link:
cd /opt/openoffice4/program/
ln -s soffice.bin apacheoo.bin

That's it! Go back and delete (if necessary) and restore from backup the
original /usr/bin/soffice.

Now as a normal user, you can start OO from any shell by simply typing:
apacheoo &
at any command prompt.


**For hard core Apache OO users**

Now, assuming you are not using GNOME as your Desktop GUI, if I were you
and LibreOffice had no *nasty* dependency on GNOME, I would just purge
LibreOffice altogether ;-)

apt-get purge $(dpkg-query -l "*libreoffice*" | grep ^ii | cut -d' ' -f3)

< https://metztli.it/readOnlyEphemeral/libreoffice-gnome-dependency.png >

which is what I do in every Metztli Reiser4 Debian -based installation for
AMD64, since, if the user still decides to purge LibreOffice *but* keep
GNOME, I do install my non-LibreOffice-dependency gnome Debian packages
over originals *but* version(s) may be different in Ubuntu.

gnome_3.22+3.1_amd64.deb
gnome-core_3.22+3.1_amd64.deb

<
https://sourceforge.net/projects/metztli-reiser4/files/No-LibreOffice-dependency_GNOME/
>


Good luck!

-- 
Jose R R
http://metztli.it
-
Download Metztli Reiser4: Debian Stretch w/ Linux 4.20 AMD64
-
feats ZSTD compression https://sf.net/projects/metztli-reiser4/
---
Official current Reiser4 resources: https://reiser4.wiki.kernel.org/


Re: Error:: While installing openoffice debian menus

2019-01-26 Thread F C. Costero
Hi Nikhil,
Try purging LibreOffice with
sudo apt-get purge LibreOffice*
I did this before installing OpenOffice on my Linux Mint system and it
installed with no error. I was then able to download LibreOffice from the
LibreOffice site and install that in parallel with OpenOffice. I believe
the error you are encountering is seen with any OpenOffice installation on
Ubuntu and is not a result of your build process. See
https://forum.openoffice.org/en/forum/viewtopic.php?f=74=50119#p228095

Best regards,
Francis



On Sat, Jan 26, 2019 at 5:22 PM Nikhil Gupta 
wrote:

> Hi
> I built openoffice on my Ubuntu(14.04)
> The build successfully run with no error message.
> But when i tried to install openoffice debian menus
> Following error shows:
> dpkg: error processing archive /home/nikhil/help/aoo/main/instsetoo_native/
>
> unxlngx6.pro/Apache_OpenOffice/deb/install/en-US/DEBS/desktop-integration/openoffice4.2-debian-menus_4.5-9900_all.deb
> (--install
> 
> ):
>  trying to overwrite '/usr/bin/soffice', which is also in package
> libreoffice-common 1:4.2.8-0ubuntu5.3
> /usr/bin/gtk-update-icon-cache
>
> Please help
>


Error:: While installing openoffice debian menus

2019-01-26 Thread Nikhil Gupta
Hi
I built openoffice on my Ubuntu(14.04)
The build successfully run with no error message.
But when i tried to install openoffice debian menus
Following error shows:
dpkg: error processing archive /home/nikhil/help/aoo/main/instsetoo_native/
unxlngx6.pro/Apache_OpenOffice/deb/install/en-US/DEBS/desktop-integration/openoffice4.2-debian-menus_4.5-9900_all.deb
(--install):
 trying to overwrite '/usr/bin/soffice', which is also in package
libreoffice-common 1:4.2.8-0ubuntu5.3
/usr/bin/gtk-update-icon-cache

Please help


Re: Successful 1st Build!

2019-01-26 Thread Patricia Shanahan

CONGRATULATIONS!


On 1/26/2019 2:28 PM, Nikhil Gupta wrote:

Hi everyone,
I successfully build the open-office on my system.Now I am looking forward
to where I can start contributing to the project. I have 2 year programming
experience in c++ mainly functional programming.
So if there any guide available there it would be appreciated.

Thanks.
Nikhil



---
This email has been checked for viruses by AVG.
https://www.avg.com


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



Re: Successful 1st Build!

2019-01-26 Thread Jim Jagielski
That is great news! Welcome!

> On Jan 26, 2019, at 5:28 PM, Nikhil Gupta  wrote:
> 
> Hi everyone,
> I successfully build the open-office on my system.Now I am looking forward
> to where I can start contributing to the project. I have 2 year programming
> experience in c++ mainly functional programming.
> So if there any guide available there it would be appreciated.
> 
> Thanks.
> Nikhil


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



Re: Suggestion

2019-01-26 Thread Marcus

Am 26.01.19 um 20:55 schrieb JD:

Appreciate your efforts greatly! It just keeps getting better all the time.

A fabulous addition to your programs would be a mail client. How I would 
welcome that. One that has an auto correct built in.


OpenOffice had already a mail client (OK; to be more correct, it was 
StarOffice many years ago). It had a news client, Internet browser and 
schedular on board. Even an own desktop was included. However, it wasn't 
successfull. The people have used other programs that were better suited 
for that and the desktop wasn't well understood.


Today there are already good and well-established programs like Outlook 
and Thunderbird - just to name the most popular ones.


Therefore I don't think it would make sense to spend a lot of time to 
invent all of this from scratch just to have an own mail program in 
OpenOffice.


My 2ct.

Marcus


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



Re: Reporting broken download link

2019-01-26 Thread Marcus

Am 26.01.19 um 22:15 schrieb Karl Schmidt:

Habe kein Schreibzugang für meine Open Office Dokumente.


As this is not a problem which is caused by OpenOffice but clearly based 
somewhere in your Windows installation (or other software), it's not 
possible to help you here. Please ask for help in the user forums [1] or 
the users mailing list [2].


[1] https://forum.openoffice.org/
[2] 
https://openoffice.apache.org/mailing-lists.html#users-mailing-list-public


Thank you very much for your understanding.

Marcus


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



Successful 1st Build!

2019-01-26 Thread Nikhil Gupta
Hi everyone,
I successfully build the open-office on my system.Now I am looking forward
to where I can start contributing to the project. I have 2 year programming
experience in c++ mainly functional programming.
So if there any guide available there it would be appreciated.

Thanks.
Nikhil


Reporting broken download link

2019-01-26 Thread Karl Schmidt


Gesendet von Mail für Windows 10

Habe kein Schreibzugang für meine Open Office Dokumente.


Suggestion

2019-01-26 Thread JD

Hi Folks At Apache,

Appreciate your efforts greatly! It just keeps getting better all the time.

A fabulous addition to your programs would be a mail client. How I would 
welcome that. One that has an auto correct built in.


Again thanks for all you do.

Kindest regards,

John Diehl


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



Re: EPM 4.4.2

2019-01-26 Thread Jim Jagielski
This is great news!

> On Jan 26, 2019, at 9:16 AM, Mechtilde  wrote:
> 
> Hello,
> 
> now I didd a clean build after
> 
> getting recent svn revision r1852202
> 
> and using epm 4.4.2
> 
> Now it builds DEBs and RPMs
> 
> Thanks
> 
> Mechtilde
> 
> Am 24.01.19 um 15:56 schrieb Jim Jagielski:
>> EPM 3.7 is very, very old, and useless for macOS. However, the
>> later version of EPM, which do allow macOS to be built, don't have
>> the required AOO patches in them.
>> 
>> So what I've done is pulled the latest EPM version (4.4.1), added the
>> AOO patches back in, and released this as 4.4.2:
>> 
>>https://github.com/jimjag/epm
>> 
>> Just for the heck of it, I also have an up-to-date version of
>> dmake as well:
>> 
>>https://github.com/jimjag/dmake
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>> 
> 
> -- 
> Mechtilde Stehmann
> ## Apache OpenOffice
> ## Freie Office Suite für Linux, MacOSX, Windows
> ## Debian Developer
> ## PGP encryption welcome
> ## F0E3 7F3D C87A 4998 2899  39E7 F287 7BBA 141A AD7F
> 


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



Re: EPM 4.4.2

2019-01-26 Thread Mechtilde
Hello,

now I didd a clean build after

getting recent svn revision r1852202

and using epm 4.4.2

Now it builds DEBs and RPMs

Thanks

Mechtilde

Am 24.01.19 um 15:56 schrieb Jim Jagielski:
> EPM 3.7 is very, very old, and useless for macOS. However, the
> later version of EPM, which do allow macOS to be built, don't have
> the required AOO patches in them.
> 
> So what I've done is pulled the latest EPM version (4.4.1), added the
> AOO patches back in, and released this as 4.4.2:
> 
> https://github.com/jimjag/epm
> 
> Just for the heck of it, I also have an up-to-date version of
> dmake as well:
> 
> https://github.com/jimjag/dmake
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 

-- 
Mechtilde Stehmann
## Apache OpenOffice
## Freie Office Suite für Linux, MacOSX, Windows
## Debian Developer
## PGP encryption welcome
## F0E3 7F3D C87A 4998 2899  39E7 F287 7BBA 141A AD7F



signature.asc
Description: OpenPGP digital signature


RE: CLT2019/B184: Ausstellerzusage

2019-01-26 Thread Jörg Schmidt
Hallo Michael, 

> -Original Message-
> From: Dr. Michael Stehmann [mailto:anw...@rechtsanwalt-stehmann.de] 
> Sent: Friday, January 25, 2019 10:06 AM
> To: dev-de@openoffice.apache.org
> Subject: Fwd: CLT2019/B184: Ausstellerzusage
> 
> Hallo,
> 
> Apache OpenOffice wird auf den diesjährigen Chemnitzer 
> Linuxtagen am 16.
> und 17.3.2019 mit einem Stand und Aktiven der Community 
> vertreten sein.
> 
> Nachstehend die Zusage.

Danke. Gut so.


Gruß
Jörg


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



Erinnerung Flyer

2019-01-26 Thread Jörg Schmidt
Hallo *,

darf ich hier in Erinnerung bringen das wir uns um neue Flyer kümmern wollten 
und diesbezüglich die Anfrage eines Mitglieds des AOO-PMC bei der ASF nach der 
Finanzierung aussteht.


Gruß
Jörg 


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



Re: Fwd: CLT2019/B184: Ausstellerzusage

2019-01-26 Thread Matthias Seidel
Hallo Michael,

Am 25.01.19 um 10:06 schrieb Dr. Michael Stehmann:
> Hallo,
>
> Apache OpenOffice wird auf den diesjährigen Chemnitzer Linuxtagen am 16.
> und 17.3.2019 mit einem Stand und Aktiven der Community vertreten sein.

Danke für Euren unermüdlichen Einsatz!

Wir sehen uns ja schon bald auf der FOSDEM in Brüssel.

Gruß, Matthias

P.S.: Kann der Freedom-Bus nicht kurz über Hamburg fahren? ;-)

>
> Nachstehend die Zusage.
>
> Gruß
> Michael
>
>  Weitergeleitete Nachricht 
> Betreff: CLT2019/B184: Ausstellerzusage
> Datum: Thu, 24 Jan 2019 16:44:35 +0100 (CET)
> Von: Linux-Live Team 
> Antwort an: l...@linux-tage.de
> An: i...@rechtsanwalt-stehmann.de
>
> Hallo Herr Dr. Michael Stehmann,
>
> in den vergangenen Wochen hast du dich als Aussteller mit dem Titel
> "Apache OpenOffice" bei den Chemnitzer Linux-Tagen 2019 angemeldet. Wir
> möchten dich gern in unser Programm aufnehmen.
>
> -> WICHTIG I: Ich bitte alle Teilnehmer die Infos der Mail tatsächlich
> zu lesen, ach die, die sie schon oft gelesen haben (sollten).
> -> WICHTIG II: Bestätige uns deine Teilnahme mit einer Antwort auf diese
> Mail bis zum 10. Februar 2019.
> -> NÜTZLICH: Im Eingangsbereich wird sich eine Bühne befinden, die für
> Preisverleihungen/Verlosungen (die nicht am Stand stattfinden sollen)
> genutzt werden kann. Wer möchte, kann sich gern per Mail melden und
> bekommt einen freien Slot reserviert.
>
>
> Das waren deine Angaben zum Stand:
>
>
> BEDARF:
> Aufsteller: 2
> Tische: 1
> Stehtische: 1
>
>
>
> Laptops:  2
> PCs:  1
> Monitore: 1
> Beamer:   0
>
> Switch, Mehrfachsteckdose, Lan-Kabel
>
>
>
> In dieser Mail sind auch alle wichtigen Informationen für dich und
> deinen Stand enthalten:
>
>1. Die Daten
>2. Angaben zu Standbetreuern
>3. Standausstattung
>4. Verpflegung
>5. Abendveranstaltung
>6. Zugangszeiten zu Tagungsgebäude
>7. Anlieferung und Abholung von Transportgütern
>8. Übernachtung
>9. Standplakate, Leitplakat
>   10. Verkauf von Merchandising und Büchern
>   11. Banner, Plakate, Werbematerial
>
>
> Mit freundlichen Grüßen
> Ariane Jacobs
>
> Linux-Live
>
>
>  *  *  *
>
>
> 1. Die Daten
> -
>
> Wir möchten unsere Besucher schon im Vorfeld mit den verschiedenen
> Projekten auf unserer Webseite sowie in unserem Programmheft bekannt
> machen. Unter folgender URL
>
> https://chemnitzer.linux-tage.de/2019/de/programm/beitrag/change/184/223fb733ab1fd73b263424b9ed7d6f66
>
> sind die von dir angegebenen Daten einzusehen: Titel der Präsentation,
> Kurzbeschreibung und Webseite zum Projekt.
>
>
> 2. Angaben zu Standbetreuern
> -
>
> - Es können maximal 4 Betreuer angemeldet werden, Deadline: 1. März 2019.
> - Für jeden Betreuer benötigen wir unbedingt dessen Namen und eine
> E-Mail-Adresse, welche nicht öffentlich angezeigt wird.
> - Optional kann für jede Person noch eine öffentliche E-Mail-Adresse
> angegeben werden, welche dann auch auf unserer Website erscheint.
> - Bitte stellt sicher, dass mindestens 2 Betreuer gemeldet sind.
> - Betreuer hinzufügen und editieren kannst du unter folgender URL:
>
> https://chemnitzer.linux-tage.de/2019/de/programm/beitrag/change/184/223fb733ab1fd73b263424b9ed7d6f66
>
>
> 3. Standausstattung
> -
>
> Jeder Stand kann von uns Plaktaufsteller (A0-Aufsteller, ca. 92cm x
> 126cm), Tische + Tischdecken und Stühle bekommen. Eure Wünsche sind
> bereits mit der Bewerbung um einen Stand bei uns eingegangen. Solltest
> du deinen eigenen Stand mitbringen (Messewand o.ä.), so gib unbedingt
> die Größe an (falls nicht schon geschehen). Außerdem benötigen wir
> Angaben zum Stromverbrauch eurer mitgebrachten Geräte (außer übliche
> Desktop-PCs, Laptops und Monitore bis 24 Zoll). Bitte bringt unbedingt
> eigene Stromverteiler, Switche und Netzkabel mit. Eine Auflistung der
> bereitstehenden Materialien erhältst du in der nächsten Mail.
>
>
> 4. Verpflegung
> -
>
> Für das leibliche Wohl aller Aussteller ist gesorgt:
>
> - Frühstück, Getränke und Snacks sind im Backstagebereich erhältlich.
> - Mittagessen gibt es gegen Vorlage der Essensmarke (diese erhältst du
> zusammen mit dem Namensschild) im OG auf der Fensterseite.
> - Dinner am Samstag siehe Abendveranstaltung
>
>
> 5. Abendveranstaltung
> -
>
> Am Samstagabend findet eine Get-together-Party mit Buffet statt, zu der
> wir alle Helfer, Referenten und Aussteller herzlich einladen. Wenn du
> daran nicht teilnehmen möchtest oder kannst, teile uns das bitte mit.
>
>
> 6. Zugangszeiten zu Tagungsgebäude
> -
>
> Das Tagungsgebäude ist zu folgenden Zeiten für