Re: [libreoffice-users] Off-line Help

2023-05-23 Thread eat-your-glory
In which language are you searching the Off-line help for?

On Mon, 22 May 2023 at 00:13, Joe Conner  wrote:

> I have been trying to install the LibreOffice Off-line help. So far no
> joy. I wonder it the off-line help could be added to the repository.
>
> I have LibreOffice 7.5.3.2 installed on Ubuntu 22.04.2 LTS.
>
> Thanks in advance for any assistance.
>
>
> --
> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
> Problems?
> https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
> List archive: https://listarchives.libreoffice.org/global/users/
> Privacy Policy: https://www.documentfoundation.org/privacy
>

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


[libreoffice-users] Off-line Help

2023-05-21 Thread Joe Conner
I have been trying to install the LibreOffice Off-line help. So far no 
joy. I wonder it the off-line help could be added to the repository.


I have LibreOffice 7.5.3.2 installed on Ubuntu 22.04.2 LTS.

Thanks in advance for any assistance.


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Off Line Help Installation

2022-03-23 Thread Joe Conner

<>


My guess is that you installed LibreOffice from an Ubuntu
repository, rather than the original libreoffice download site.
/tmp is a particularly stupid location - the clue is in the name.
It's temporary.
I downloaded the help file from LibreOffice.org. Joe 



<>


cd ~/Downloads/LO/LibreOffice_7.3.1.3_Linux_x86-64_deb/DEBS/
sudo dpkg -i *.deb
cd 
~/Downloads/LO/LibreOffice_7.3.1.3_Linux_x86-64_deb_helppack_en-US/DEBS/

sudo dpkg -i *.deb

This is the procedure that I used to install LibreOffice and the Offline 
Help file. I think this may need a bug report.


Joe


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Off Line Help Installation

2022-03-22 Thread Dan Lewis


On 3/22/22 2:09 AM, Michael D. Setzer II wrote:

On 22 Mar 2022 at 7:56, Robert Großkopf wrote:

Date sent:  Tue, 22 Mar 2022 07:56:46 +0100
Subject:Re: [libreoffice-users] Off Line Help
Installation
To: users@global.libreoffice.org
From:   Robert Großkopf



Hi Joe,

file:///opt/libreoffice7.3/help/en-GB/text/shared/05/new_help.html?System=UNIX=WRITER=.uno:HelpIndex#bm_id3806162



My guess is that you installed LibreOffice from an Ubuntu
repository, rather than the original libreoffice download site.
/tmp is a particularly stupid location - the clue is in the name.
It's temporary.

I downloaded the help file from LibreOffice.org. Joe


Hope not only the help file but both: The whole LO from LibreOffice.org
and not a part form Ubuntu and another part of LibreOffice.org.

So please have a look at file:///opt/libreoffice7.3/help ist there exist
any help. Then only the link is wrong. And the link will be set from the
main program.


Just wondering. I'm using Fedora and it has the has
7.1.8.1 as the default Libreoffice.
I've also installed 7.2.6.2 and 7.3.1.3 on the system, and
can run whichever one I want from Application Office
Menu.

This is one issue I have.  For each version I download the
version of the RPMs, and also download the local help
RPM as well. Extract the files, and then copy the help
RPM files to same location as the other rpms, and then
install. This puts the help files in the correct location.

Have a little script I use to automate process and create a
file I can copy to other systems to install.

newlib=$(ls -1 LibreOffice_$1*.gz |tail -n 1 | cut -f1,2 -d_)
mkdir $newlib
cd $newlib/
for a in ../$newlib*.gz ; do tar xvf $a ; done
for a in $(find . | grep "\.rpm") ; do mv $a .; done
rpm -Uvh *.rpm
tar -Jcvf ../$newlib.xz *.rpm
rm l*.rpm -f
rm LibreOffice_$1* -R -f
cd ..
rmdir $newlib

  Just to jump in late in this discussion, here is the script that I use to 
install help:

cd ~/Downloads/LO/LibreOffice_7.3.1.3_Linux_x86-64_deb_helppack_en-US/DEBS/
sudo dpkg -i *.deb

Note that at this stage, I have unzipped the 7.3.1.3 zipped file in the folder  
~/Downloads/LO/. You would have to change the address to the folder containing 
the helppack zipped file. Then use the terminal to run this two line command.


 I have a feeling that when you used dpkg to install the program 
that you may not have used it to then install help. I have a scrip that 
does both. Again, the location of the LibreOffice files has to be 
changed. The script then needs to be made executiable.


cd ~/Downloads/LO/LibreOffice_7.3.1.3_Linux_x86-64_deb/DEBS/
sudo dpkg -i *.deb
cd ~/Downloads/LO/LibreOffice_7.3.1.3_Linux_x86-64_deb_helppack_en-US/DEBS/
sudo dpkg -i *.deb


Dan

Regards

Robert
--
Homepage: https://www.familiegrosskopf.de/robert







--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


[libreoffice-users] Off Line Help Installation

2022-03-22 Thread Joe Conner

On 3/21/22 18:44, Peter Hillier-Brook wrote:

On 21/03/2022 18:42, Joe Conner wrote:


On 3/20/22 07:41, Robert Großkopf wrote:

Hi Paolo,

Hi.   Yes, I can confirm.

I have LO  7.3.0.3  on ubuntu 20.04.   When I press  F1, it opens a 
browser  with address:

file:///tmp/lu18302293odos5.tmp/NewHelp0.html
and says  'file not found'.


This is a totally wron path. Have a look for your LibreOffice 
program installation.

here is a part of the link, which has been shown in my browser
file:///…opt/libreoffice7.3/help/de/text/shared/guide/startcenter.html?

The help for Germany ("de") is installed.

This is an installation with original packages from LO on a 
rpm-Linux-System (OpenSUSE). So it might be different to your 
Ubuntu-installation.


Regards

Robert


My offline help path is file:///tmp/lu28183k53.tmp/NewHelp3.html and 
the file is not found.


As Robert has said, this is completely wrong. Under Debian 11 the file 
is accessed via:


file:///opt/libreoffice7.3/help/en-GB/text/shared/05/new_help.html?System=UNIX=WRITER=.uno:HelpIndex#bm_id3806162 



My guess is that you installed LibreOffice from an Ubuntu repository, 
rather than the original libreoffice download site. /tmp is a 
particularly stupid location - the clue is in the name. It's temporary.


I downloaded the help file from LibreOffice.org. Joe


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Off Line Help Installation

2022-03-22 Thread Michael D. Setzer II
On 22 Mar 2022 at 7:56, Robert Großkopf wrote:

Date sent:  Tue, 22 Mar 2022 07:56:46 +0100
Subject:Re: [libreoffice-users] Off Line Help 
Installation
To: users@global.libreoffice.org
From:   Robert Großkopf 


> Hi Joe,
> >> 
> >> file:///opt/libreoffice7.3/help/en-GB/text/shared/05/new_help.html?System=UNIX=WRITER=.uno:HelpIndex#bm_id3806162
> >> 
> >> 
> >> 
> >> My guess is that you installed LibreOffice from an Ubuntu
> >> repository, rather than the original libreoffice download site.
> >> /tmp is a particularly stupid location - the clue is in the name.
> >> It's temporary.
> > 
> > I downloaded the help file from LibreOffice.org. Joe
> > 
> Hope not only the help file but both: The whole LO from LibreOffice.org
> and not a part form Ubuntu and another part of LibreOffice.org.
> 
> So please have a look at file:///opt/libreoffice7.3/help ist there exist 
> any help. Then only the link is wrong. And the link will be set from the 
> main program.
> 
Just wondering. I'm using Fedora and it has the has 
7.1.8.1 as the default Libreoffice.
I've also installed 7.2.6.2 and 7.3.1.3 on the system, and 
can run whichever one I want from Application Office 
Menu.

This is one issue I have.  For each version I download the 
version of the RPMs, and also download the local help 
RPM as well. Extract the files, and then copy the help 
RPM files to same location as the other rpms, and then 
install. This puts the help files in the correct location.

Have a little script I use to automate process and create a 
file I can copy to other systems to install.

newlib=$(ls -1 LibreOffice_$1*.gz |tail -n 1 | cut -f1,2 -d_)
mkdir $newlib
cd $newlib/
for a in ../$newlib*.gz ; do tar xvf $a ; done 
for a in $(find . | grep "\.rpm") ; do mv $a .; done
rpm -Uvh *.rpm
tar -Jcvf ../$newlib.xz *.rpm
rm l*.rpm -f
rm LibreOffice_$1* -R -f
cd ..
rmdir $newlib


> Regards
> 
> Robert
> -- 
> Homepage: https://www.familiegrosskopf.de/robert
> 
> -- 
> To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
> Problems? 
> https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
> List archive: https://listarchives.libreoffice.org/global/users/
> Privacy Policy: https://www.documentfoundation.org/privacy


++
 Michael D. Setzer II - Computer Science Instructor 
(Retired) 
 mailto:mi...@guam.net
 mailto:msetze...@gmail.com
 Guam - Where America's Day Begins
 G4L Disk Imaging Project maintainer 
 http://sourceforge.net/projects/g4l/
++




-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy



Re: [libreoffice-users] Off Line Help Installation

2022-03-22 Thread Robert Großkopf

Hi Joe,


file:///opt/libreoffice7.3/help/en-GB/text/shared/05/new_help.html?System=UNIX=WRITER=.uno:HelpIndex#bm_id3806162



My guess is that you installed LibreOffice from an Ubuntu
repository, rather than the original libreoffice download site.
/tmp is a particularly stupid location - the clue is in the name.
It's temporary.


I downloaded the help file from LibreOffice.org. Joe


Hope not only the help file but both: The whole LO from LibreOffice.org
and not a part form Ubuntu and another part of LibreOffice.org.

So please have a look at file:///opt/libreoffice7.3/help ist there exist 
any help. Then only the link is wrong. And the link will be set from the 
main program.


Regards

Robert
--
Homepage: https://www.familiegrosskopf.de/robert

--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Off Line Help Installation

2022-03-22 Thread Joe Conner


On 3/21/22 18:44, Peter Hillier-Brook wrote:

On 21/03/2022 18:42, Joe Conner wrote:


On 3/20/22 07:41, Robert Großkopf wrote:

Hi Paolo,

Hi.   Yes, I can confirm.

I have LO  7.3.0.3  on ubuntu 20.04.   When I press  F1,  it opens 
a browser  with address:

file:///tmp/lu18302293odos5.tmp/NewHelp0.html
and says  'file not found'.


This is a totally wron path. Have a look for your LibreOffice 
program installation.

here is a part of the link, which has been shown in my browser
file:///…opt/libreoffice7.3/help/de/text/shared/guide/startcenter.html?

The help for Germany ("de") is installed.

This is an installation with original packages from LO on a 
rpm-Linux-System (OpenSUSE). So it might be different to your 
Ubuntu-installation.


Regards

Robert


My offline help path is file:///tmp/lu28183k53.tmp/NewHelp3.html and 
the file is not found.


As Robert has said, this is completely wrong. Under Debian 11 the file 
is accessed via:


file:///opt/libreoffice7.3/help/en-GB/text/shared/05/new_help.html?System=UNIX=WRITER=.uno:HelpIndex#bm_id3806162 



My guess is that you installed LibreOffice from an Ubuntu repository, 
rather than the original libreoffice download site. /tmp is a 
particularly stupid location - the clue is in the name. It's temporary.


I downloaded the help file from LibreOffice.org. Joe


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Off Line Help Installation

2022-03-21 Thread Peter Hillier-Brook

On 21/03/2022 18:42, Joe Conner wrote:


On 3/20/22 07:41, Robert Großkopf wrote:

Hi Paolo,

Hi.   Yes, I can confirm.

I have LO  7.3.0.3  on ubuntu 20.04.   When I press  F1,  it opens a 
browser  with address:

file:///tmp/lu18302293odos5.tmp/NewHelp0.html
and says  'file not found'.


This is a totally wron path. Have a look for your LibreOffice program 
installation.

here is a part of the link, which has been shown in my browser
file:///…opt/libreoffice7.3/help/de/text/shared/guide/startcenter.html?

The help for Germany ("de") is installed.

This is an installation with original packages from LO on a 
rpm-Linux-System (OpenSUSE). So it might be different to your 
Ubuntu-installation.


Regards

Robert


My offline help path is file:///tmp/lu28183k53.tmp/NewHelp3.html and the 
file is not found.


As Robert has said, this is completely wrong. Under Debian 11 the file 
is accessed via:


file:///opt/libreoffice7.3/help/en-GB/text/shared/05/new_help.html?System=UNIX=WRITER=.uno:HelpIndex#bm_id3806162

My guess is that you installed LibreOffice from an Ubuntu repository, 
rather than the original libreoffice download site. /tmp is a 
particularly stupid location - the clue is in the name. It's temporary.


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Off Line Help Installation

2022-03-21 Thread Joe Conner


On 3/20/22 07:41, Robert Großkopf wrote:

Hi Paolo,

Hi.   Yes, I can confirm.

I have LO  7.3.0.3  on ubuntu 20.04.   When I press  F1,  it opens a 
browser  with address:

file:///tmp/lu18302293odos5.tmp/NewHelp0.html
and says  'file not found'.


This is a totally wron path. Have a look for your LibreOffice program 
installation.

here is a part of the link, which has been shown in my browser
file:///…opt/libreoffice7.3/help/de/text/shared/guide/startcenter.html?

The help for Germany ("de") is installed.

This is an installation with original packages from LO on a 
rpm-Linux-System (OpenSUSE). So it might be different to your 
Ubuntu-installation.


Regards

Robert


My offline help path is file:///tmp/lu28183k53.tmp/NewHelp3.html and the 
file is not found.


Joe


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Off Line Help Installation

2022-03-20 Thread Robert Großkopf

Hi Paolo,

Hi.   Yes, I can confirm.

I have LO  7.3.0.3  on ubuntu 20.04.   When I press  F1,  it opens a browser  
with address:
file:///tmp/lu18302293odos5.tmp/NewHelp0.html
and says  'file not found'.


This is a totally wron path. Have a look for your LibreOffice program 
installation.

here is a part of the link, which has been shown in my browser
file:///…opt/libreoffice7.3/help/de/text/shared/guide/startcenter.html?

The help for Germany ("de") is installed.

This is an installation with original packages from LO on a 
rpm-Linux-System (OpenSUSE). So it might be different to your 
Ubuntu-installation.


Regards

Robert
--
Homepage: https://www.familiegrosskopf.de/robert

--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Off Line Help Installation

2022-03-20 Thread Robert Großkopf

Hi Joe,

could be you didn't see it is the offline help you are using. The 
browser will be opened and there should appear as address something 
beginning with "file:///…" This is the current offline help.


Regards

Robert
--
Homepage: https://www.familiegrosskopf.de/robert

--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Off Line Help Installation

2022-03-19 Thread Joe Conner
I download, unzip, open the file, double click the file which launches 
Ubuntu Software installer, click on install, it "installs" and reports 
installed, but launching Libreoffice and clicking on the help does does 
not bring up off line help.


Thanks. Joe

On 3/19/22 15:11, MR ZenWiz wrote:

On Sat, Mar 19, 2022 at 1:57 PM Joe Conner  wrote:

I am having difficulty installing the offline help files. What is the
correct procedure please?

Ubuntu 21.10, LibreOffice 7.3.1.3,
LibreOffice_7.3.1.3_Linux_x86-64_deb_helppack_en-US


I typically download the files directly from their archive and then
use dpkg to install them.

What exactly are you doing to get them installed?

Mark Richter, Lead Software Engineer
Award-winning Author, "Mystic Prince"
Avid Xubuntu user/admin/fan
http://www.linkedin.com/in/markrichter1
Registered Linux User #472807 http://counter.li.org/


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


[libreoffice-users] Off Line Help Installation

2022-03-19 Thread Joe Conner
I am having difficulty installing the offline help files. What is the 
correct procedure please?


Ubuntu 21.10, LibreOffice 7.3.1.3, 
LibreOffice_7.3.1.3_Linux_x86-64_deb_helppack_en-US


Thank you. Joe


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy