Re: There is a problem with the shared '/usr/bin/soffice' between Libreoffice and OpenOffice.

2017-11-19 Thread Girvin Herr

Greetings,

In my Slackware Linux packages, I have no conflict. There is no soffice 
file in my /usr/bin directory. I do have:


/usr/bin/libreoffice5.3

which is a symlink to /opt/libreoffice5.3/program/soffice

and

/usr/bin/openoffice4

Which is a shell script:

#!/bin/sh
/opt/openoffice4/program/soffice

So, as can be seen, the main entry points for these two programs in 
/usr/bin are vectors to the separate soffice programs in /opt.


If you make these changes, your conflicts should disappear. I use both 
programs, even at the same time, and they work fine without conflicts. 
Note that you may need to change your ~/Desktop files to change the 
filenames and possibly your desktop icons to change the filenames to the 
new names in /usr/bin.


HTH.
Girvin Herr


On 11/19/2017 01:55 PM, Wroger Wroger wrote:

How to fix this?

Possibly uninstall open office - (older version) do the libre office
upgrade and then install the latest Open Office version

Any ideas?

It won't FIX the shared libraries issue, but it keeps me going.

How to do the fix though?



Synaptic package manager..

Summary of fault.

E:
/var/cache/apt/archives/libreoffice-common_1%3a5.1.6~rc2-0ubuntu1~xenial2_all.deb:
trying to overwrite '/usr/bin/soffice', which is also in package
openoffice-debian-menus 4.1.3-9783


Synaptic package manager install of Libreoffice updates.


(Reading database ... 672148 files and directories currently installed.)
Preparing to unpack
.../libreoffice-common_1%3a5.1.6~rc2-0ubuntu1~xenial2_all.deb ...
Unpacking libreoffice-common (1:5.1.6~rc2-0ubuntu1~xenial2) ...

dpkg: error processing archive
/var/cache/apt/archives/libreoffice-common_1%3a5.1.6~rc2-0ubuntu1~xenial2_all.deb
(--unpack):
  trying to overwrite '/usr/bin/soffice', which is also in package
openoffice-debian-menus 4.1.3-9783

rmdir: failed to remove '/var/lib/libreoffice/share/prereg/': No such file
or directory
rmdir: failed to remove '/var/lib/libreoffice/share/': No such file or
directory
rmdir: failed to remove '/var/lib/libreoffice/program/': No such file or
directory
rmdir: failed to remove '/var/lib/libreoffice': No such file or directory
rmdir: failed to remove '/var/lib/libreoffice': No such file or directory
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for gnome-icon-theme (3.12.0-1ubuntu3) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for shared-mime-info (1.5-2ubuntu0.1) ...
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing:
  
/var/cache/apt/archives/libreoffice-common_1%3a5.1.6~rc2-0ubuntu1~xenial2_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of libreoffice-help-en-us:
  libreoffice-help-en-us depends on libreoffice-l10n-en-us; however:
   Package libreoffice-l10n-en-us is not installed.

dpkg: error processing package libreoffice-help-en-us (--configure):
  dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-style-galaxy:
  libreoffice-style-galaxy depends on libreoffice-common (=
1:5.1.6~rc2-0ubuntu1~xenial2); however:
   Package libreoffice-common is not installed.

dpkg: error processing package libreoffice-style-galaxy (--configure):
  dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-core:
  libreoffice-core depends on libreoffice-common (>> 1:5.1.6~rc2); however:
   Package libreoffice-common is not installed.

dpkg: error processing package libreoffice-core (--configure):
  dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-l10n-en-gb:
  libreoffice-l10n-en-gb depends on libreoffice-common; however:
   Package libreoffice-common is not installed.

dpkg: error processing package libreoffice-l10n-en-gb (--configure):
  dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of
libreoffice-style-elementary:
  libreoffice-style-elementary depends on libreoffice-style-galaxy; however:
   Package libreoffice-style-galaxy is not configured yet.
  libreoffice-style-elementary depends on libreoffice-common (=
1:5.1.6~rc2-0ubuntu1~xenial2); however:
   Package libreoffice-common is not installed.

dpkg: error processing package libreoffice-style-elementary (--configure):
  dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3-uno:
  python3-uno depends on libreoffice-core (= 1:5.1.6~rc2-0ubuntu1~xenial2);
however:
   Package libreoffice-core is not configured yet.

dpkg: error processing package python3-uno (--configure):
  dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-l10n-en-za:
  

Re: There is a problem with the shared '/usr/bin/soffice' between Libreoffice and OpenOffice.

2017-11-19 Thread Johnny Rosenberg
2017-11-19 22:55 GMT+01:00 Wroger Wroger :

> How to fix this?
>
> Possibly uninstall open office - (older version) do the libre office
> upgrade and then install the latest Open Office version
>
> Any ideas?
>

This is probably an Ubuntu question rather than an Apache OpenOffice
question, I guess. I don't have Ubuntu any longer, I switched to Arch Linux
recently, but I would try to uninstall both completely and then, if I
wanted both of them, download the debs from http://www.libreoffice.org/
(”Still” version) and http://www.openoffice.org/ respectively and install
them from a terminal with dpkg.


Kind regards

Johnny Rosenberg



>
> It won't FIX the shared libraries issue, but it keeps me going.
>
> How to do the fix though?
>
>
>
> Synaptic package manager..
>
> Summary of fault.
>
> E:
> /var/cache/apt/archives/libreoffice-common_1%3a5.1.6~
> rc2-0ubuntu1~xenial2_all.deb:
> trying to overwrite '/usr/bin/soffice', which is also in package
> openoffice-debian-menus 4.1.3-9783
>
>
> Synaptic package manager install of Libreoffice updates.
>
>
> (Reading database ... 672148 files and directories currently installed.)
> Preparing to unpack
> .../libreoffice-common_1%3a5.1.6~rc2-0ubuntu1~xenial2_all.deb ...
> Unpacking libreoffice-common (1:5.1.6~rc2-0ubuntu1~xenial2) ...
>
> dpkg: error processing archive
> /var/cache/apt/archives/libreoffice-common_1%3a5.1.6~
> rc2-0ubuntu1~xenial2_all.deb
> (--unpack):
>  trying to overwrite '/usr/bin/soffice', which is also in package
> openoffice-debian-menus 4.1.3-9783
>
> rmdir: failed to remove '/var/lib/libreoffice/share/prereg/': No such file
> or directory
> rmdir: failed to remove '/var/lib/libreoffice/share/': No such file or
> directory
> rmdir: failed to remove '/var/lib/libreoffice/program/': No such file or
> directory
> rmdir: failed to remove '/var/lib/libreoffice': No such file or directory
> rmdir: failed to remove '/var/lib/libreoffice': No such file or directory
> Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
> Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
> Processing triggers for mime-support (3.59ubuntu1) ...
> Processing triggers for gnome-icon-theme (3.12.0-1ubuntu3) ...
> Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
> Processing triggers for shared-mime-info (1.5-2ubuntu0.1) ...
> Processing triggers for man-db (2.7.5-1) ...
> Errors were encountered while processing:
>  /var/cache/apt/archives/libreoffice-common_1%3a5.1.6~
> rc2-0ubuntu1~xenial2_all.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> A package failed to install.  Trying to recover:
> dpkg: dependency problems prevent configuration of libreoffice-help-en-us:
>  libreoffice-help-en-us depends on libreoffice-l10n-en-us; however:
>   Package libreoffice-l10n-en-us is not installed.
>
> dpkg: error processing package libreoffice-help-en-us (--configure):
>  dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of
> libreoffice-style-galaxy:
>  libreoffice-style-galaxy depends on libreoffice-common (=
> 1:5.1.6~rc2-0ubuntu1~xenial2); however:
>   Package libreoffice-common is not installed.
>
> dpkg: error processing package libreoffice-style-galaxy (--configure):
>  dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of libreoffice-core:
>  libreoffice-core depends on libreoffice-common (>> 1:5.1.6~rc2); however:
>   Package libreoffice-common is not installed.
>
> dpkg: error processing package libreoffice-core (--configure):
>  dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of libreoffice-l10n-en-gb:
>  libreoffice-l10n-en-gb depends on libreoffice-common; however:
>   Package libreoffice-common is not installed.
>
> dpkg: error processing package libreoffice-l10n-en-gb (--configure):
>  dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of
> libreoffice-style-elementary:
>  libreoffice-style-elementary depends on libreoffice-style-galaxy; however:
>   Package libreoffice-style-galaxy is not configured yet.
>  libreoffice-style-elementary depends on libreoffice-common (=
> 1:5.1.6~rc2-0ubuntu1~xenial2); however:
>   Package libreoffice-common is not installed.
>
> dpkg: error processing package libreoffice-style-elementary (--configure):
>  dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of python3-uno:
>  python3-uno depends on libreoffice-core (= 1:5.1.6~rc2-0ubuntu1~xenial2);
> however:
>   Package libreoffice-core is not configured yet.
>
> dpkg: error processing package python3-uno (--configure):
>  dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of libreoffice-l10n-en-za:
>  libreoffice-l10n-en-za depends on libreoffice-common; however:
>   Package libreoffice-common is not installed.
>
> dpkg: error processing package 

There is a problem with the shared '/usr/bin/soffice' between Libreoffice and OpenOffice.

2017-11-19 Thread Wroger Wroger
How to fix this?

Possibly uninstall open office - (older version) do the libre office
upgrade and then install the latest Open Office version

Any ideas?

It won't FIX the shared libraries issue, but it keeps me going.

How to do the fix though?



Synaptic package manager..

Summary of fault.

E:
/var/cache/apt/archives/libreoffice-common_1%3a5.1.6~rc2-0ubuntu1~xenial2_all.deb:
trying to overwrite '/usr/bin/soffice', which is also in package
openoffice-debian-menus 4.1.3-9783


Synaptic package manager install of Libreoffice updates.


(Reading database ... 672148 files and directories currently installed.)
Preparing to unpack
.../libreoffice-common_1%3a5.1.6~rc2-0ubuntu1~xenial2_all.deb ...
Unpacking libreoffice-common (1:5.1.6~rc2-0ubuntu1~xenial2) ...

dpkg: error processing archive
/var/cache/apt/archives/libreoffice-common_1%3a5.1.6~rc2-0ubuntu1~xenial2_all.deb
(--unpack):
 trying to overwrite '/usr/bin/soffice', which is also in package
openoffice-debian-menus 4.1.3-9783

rmdir: failed to remove '/var/lib/libreoffice/share/prereg/': No such file
or directory
rmdir: failed to remove '/var/lib/libreoffice/share/': No such file or
directory
rmdir: failed to remove '/var/lib/libreoffice/program/': No such file or
directory
rmdir: failed to remove '/var/lib/libreoffice': No such file or directory
rmdir: failed to remove '/var/lib/libreoffice': No such file or directory
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for gnome-icon-theme (3.12.0-1ubuntu3) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for shared-mime-info (1.5-2ubuntu0.1) ...
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing:
 
/var/cache/apt/archives/libreoffice-common_1%3a5.1.6~rc2-0ubuntu1~xenial2_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of libreoffice-help-en-us:
 libreoffice-help-en-us depends on libreoffice-l10n-en-us; however:
  Package libreoffice-l10n-en-us is not installed.

dpkg: error processing package libreoffice-help-en-us (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-style-galaxy:
 libreoffice-style-galaxy depends on libreoffice-common (=
1:5.1.6~rc2-0ubuntu1~xenial2); however:
  Package libreoffice-common is not installed.

dpkg: error processing package libreoffice-style-galaxy (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-core:
 libreoffice-core depends on libreoffice-common (>> 1:5.1.6~rc2); however:
  Package libreoffice-common is not installed.

dpkg: error processing package libreoffice-core (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-l10n-en-gb:
 libreoffice-l10n-en-gb depends on libreoffice-common; however:
  Package libreoffice-common is not installed.

dpkg: error processing package libreoffice-l10n-en-gb (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of
libreoffice-style-elementary:
 libreoffice-style-elementary depends on libreoffice-style-galaxy; however:
  Package libreoffice-style-galaxy is not configured yet.
 libreoffice-style-elementary depends on libreoffice-common (=
1:5.1.6~rc2-0ubuntu1~xenial2); however:
  Package libreoffice-common is not installed.

dpkg: error processing package libreoffice-style-elementary (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3-uno:
 python3-uno depends on libreoffice-core (= 1:5.1.6~rc2-0ubuntu1~xenial2);
however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package python3-uno (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-l10n-en-za:
 libreoffice-l10n-en-za depends on libreoffice-common; however:
  Package libreoffice-common is not installed.

dpkg: error processing package libreoffice-l10n-en-za (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-writer:
 libreoffice-writer depends on libreoffice-core (=
1:5.1.6~rc2-0ubuntu1~xenial2); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-writer (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libreoffice-math:
 libreoffice-math depends on libreoffice-core (=
1:5.1.6~rc2-0ubuntu1~xenial2); however:
  Package libreoffice-core is not configured yet.

dpkg: error processing package libreoffice-math (--configure):
 dependency problems - 

Re: Unable to Insert a row or a column in Calc

2017-11-19 Thread Maurice Howe
Hey, this is how we learn, and learn, and learn, and...
Many of us wake up confused, and sometimes stay that way for days.  [For
me, that's often "weeks".]​

On Sun, Nov 19, 2017 at 3:06 PM, WA.TWORSX via AOL 
wrote:

> Problem solved.
>
> I had to close the file, then reopen it.  Although Windows File Manager
> showed the file w/o the Read Only attribute applied, the title bar
> indicated "(Read Only)".
>
> Sorry for wasting bandwidth; happy that I can now insert row/column again.
>
>
>
> On 11/19/2017 2:31 PM, WA.TWORSX via AOL wrote:
>
>> AOO 4.1.3, WIN10-64 bit desktop
>>
>>
>> I have one Calc file that is not allowing me to insert row/column.  When
>> highlighting (selecting) a row, and then clicking "Insert" on menu bar,
>> most items (row, column) are greyed out. Manual Break, Formatting Mark,
>> Function List, ... are available.
>>
>> When selecting a row or a column, and then right-click, only "Copy" is
>> available. Other Calc files appear to be working normally for me. The
>> problematic file was initially "Read Only"; I have removed the RO
>> attribute, however.
>>
>> Is this possibly related to a recent "profile" problem? Any suggestions;
>> I need to update this Calc file.
>>
>> Regards,
>>
>> VinceB.
>>
>>
>>
>> -
>> 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: Unable to Insert a row or a column in Calc

2017-11-19 Thread WA.TWORSX via AOL

Problem solved.

I had to close the file, then reopen it.  Although Windows File Manager 
showed the file w/o the Read Only attribute applied, the title bar 
indicated "(Read Only)".


Sorry for wasting bandwidth; happy that I can now insert row/column again.


On 11/19/2017 2:31 PM, WA.TWORSX via AOL wrote:

AOO 4.1.3, WIN10-64 bit desktop


I have one Calc file that is not allowing me to insert row/column.  
When highlighting (selecting) a row, and then clicking "Insert" on 
menu bar, most items (row, column) are greyed out. Manual Break, 
Formatting Mark, Function List, ... are available.


When selecting a row or a column, and then right-click, only "Copy" is 
available. Other Calc files appear to be working normally for me. The 
problematic file was initially "Read Only"; I have removed the RO 
attribute, however.


Is this possibly related to a recent "profile" problem? Any 
suggestions; I need to update this Calc file.


Regards,

VinceB.



-
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: Problems with Apache_OpenOffice_4.1.4_Linux_x86-64_install-rpm_en-US

2017-11-19 Thread Andrea Pescetti

James Knott wrote:

On 11/18/2017 02:42 AM, Andrea Pescetti wrote:

We only sign the .tar.gz archive and signatures are in the .asc file
corresponding to the archive you downloaded. So in your case the
signature could be verified this way:
1. Download
http://archive.apache.org/dist/openoffice/4.1.4/binaries/en-US/Apache_OpenOffice_4.1.4_Linux_x86-64_install-rpm_en-US.tar.gz.asc

2. Run gpg --verify
Apache_OpenOffice_4.1.4_Linux_x86-64_install-rpm_en-US.tar.gz.asc


When I try that, I get:
gpg: Signature made Thu 12 Oct 2017 11:18:37 AM EDT using RSA key ID
791485A8
gpg: Can't check signature: No public key


OK. This is expected if you didn't import the keys. For it to succeed, 
download to the same directory:
1. 
http://archive.apache.org/dist/openoffice/4.1.4/binaries/en-US/Apache_OpenOffice_4.1.4_Linux_x86-64_install-rpm_en-US.tar.gz.asc
2. 
http://archive.apache.org/dist/openoffice/4.1.4/binaries/en-US/Apache_OpenOffice_4.1.4_Linux_x86-64_install-rpm_en-US.tar.gz

3. http://archive.apache.org/dist/openoffice/KEYS

Then run:
$ gpg --import KEYS
$ gpg --verify 
Apache_OpenOffice_4.1.4_Linux_x86-64_install-rpm_en-US.tar.gz.asc


This will tell you that the .tar.gz file has a valid signature by Jim, 
Release Manager for 4.1.4. It might still complain that it can't verify 
that the key belongs to the reported owner, but you will have to trust 
the KEYS file for this.


This won't solve your problem with YaST at all, since this applies to 
the archive as a whole, not to the contents.



What command do you use for installation? RPM directly, something like
"rpm -Uvh *.rpm"? Or some interface to it? There is probably some
setting that you should disable in order for it to trust "unsigned"
packages (again, ours ARE signed; just, we sign the archive but not
the individual packages).

I use the Yast software software management utility.  I create a
repository by copying the contents of the downloaded file to a directory
and then tell the Yast software management to update.  I've been using
this method for years and it's never failed before.


I don't think this depends on how we packaged 4.1.4. I would be 
surprised if you get something different with 4.1.3, or any earlier 
release. Is it possible that some upgrade enforced YaST to reject 
unsigned packages?


I see the same error being reported here: 
https://github.com/atom/atom/issues/15418 for another project, and being 
tracked down to a YaST/OS issue. In that case they could solve it by 
signing the package, but in our case we already sign the .tar.gz, just 
YaST likely cannot see or handle it. So you will have to disable some 
YaST settings to get it to behave as it did in earlier times.


Regards,
  Andrea.

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



Unable to Insert a row or a column in Calc

2017-11-19 Thread WA.TWORSX via AOL

AOO 4.1.3, WIN10-64 bit desktop


I have one Calc file that is not allowing me to insert row/column.  When 
highlighting (selecting) a row, and then clicking "Insert" on menu bar, 
most items (row, column) are greyed out. Manual Break, Formatting Mark, 
Function List, ... are available.


When selecting a row or a column, and then right-click, only "Copy" is 
available. Other Calc files appear to be working normally for me. The 
problematic file was initially "Read Only"; I have removed the RO 
attribute, however.


Is this possibly related to a recent "profile" problem? Any suggestions; 
I need to update this Calc file.


Regards,

VinceB.



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



RE: Background: Lines outside margins

2017-11-19 Thread Geoffrey Hartwell
Thank you, Martin.  I'll try that.
Geoffrey.



-Original Message-
From: Martin Groenescheij [mailto:mar...@groenescheij.com] 
Sent: 18 November 2017 23:23
To: users@openoffice.apache.org
Cc: Geoffrey Hartwell 
Subject: Re: Background: Lines outside margins



On 18/11/17 8:42 PM, Geoffrey Hartwell wrote:
> I would like to arrange a background of two single, full page height 
> vertical red lines, one about 2 mm outside each margin, repeating 
> every page.

There is always a way to tweak things one way you can achieve this to
format the page Select the Border tab and set the Left and Right border
with the desire colour.
Set the Left and Right spacing to content to the desired value which reduce
the content space for text.
Now adjust the margins by the value set above so that the content space is
restored to the original value

>
>   
>
> I am sure it should be easy, but I would be glad of some help, please.
>
>   
>
> With kind regards,
>
> Geoffrey Hartwell
>
> Eur Ing Professor Geoffrey M. Beresford Hartwell CEng
>
> FIMechE FIET SenMIEEE(USA) FCIArb FICArb(India)
>
>    hartw...@blueyonder.co.uk
>
>   
> http://www.arbitrator-engineer-gbh.co.uk/
> Consulting Engineer, Chartered Arbitrator, and FIDIC Accredited 
> Adjudicator
>
>   
>
>   
>
>   
>
>


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