[libreoffice-users] Re: About BASIC or MACRO. How do I get the name, properties and actions of Objects ?

2015-05-04 Thread Andreas Säger
Am 04.05.2015 um 02:15 schrieb Mark LaPierre:
 On 04/29/15 05:20, Andreas Säger wrote:
 Am 29.04.2015 um 02:38 schrieb Mark LaPierre:

 (soffice:11595): Gtk-WARNING **: Attempting to store changes into
 `/root/.local/share/recently-used.xbel', but failed: Failed to create
 file '/root/.local/share/recently-used.xbel.74D5XX': No such file or
 directory

 (soffice:11595): Gtk-WARNING **: Attempting to set the permissions of
 `/root/.local/share/recently-used.xbel', but failed: No such file or
 directory


 /root ???


 
 Yup, root.  I was trying to install it as a system wide extension.  That
 would take root powers.
 
 Maybe I need a little hand holding.  I RTFM and followed the
 instructions but no soap.  Can any of you who were successful tell me
 how you got it installed for Libreoffice 4 as a system wide extension?
 

$ cd $LO_PATH/program
$ ./unopkg --help

Under Ubuntu you can run the following to start the graphical extension
manager with root permissions:
$ sudo ./unopkg gui


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] Re: About BASIC or MACRO. How do I get the name, properties and actions of Objects ?

2015-05-04 Thread Andreas Säger
Am 04.05.2015 um 09:12 schrieb Andreas Säger:
 $ sudo ./unopkg gui
 
 


N. DO NOT RUN THAT!
Now I can not start the program anymore. I get a (translated) error
message when starting LO:
Application can not start. The user-defined installation could not be
finished.
Solutions anyone?


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Re: About BASIC or MACRO. How do I get the name, properties and actions of Objects ?

2015-05-04 Thread Piet van Oostrum
Mark LaPierre wrote:

  Yup, root.  I was trying to install it as a system wide extension.  That
  would take root powers.
  
  Maybe I need a little hand holding.  I RTFM and followed the
  instructions but no soap.  Can any of you who were successful tell me
  how you got it installed for Libreoffice 4 as a system wide extension?

I did it on Mac OS X with 
sudo /Applications/LibreOffice.app/Contents/MacOS/unopkg 

On other systems you would have to locate unopkg, but for the rest it should be 
the same.

You can use unopkg add, or (as I did if I remember correctly) unopkg gui.
For help give unopkg --help

The difference between sudo and running as root is that with sudo you get root 
privileges, but you are still running in the user's environment.

-- 
Piet van Oostrum p...@vanoostrum.org
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Re: About BASIC or MACRO. How do I get the name, properties and actions of Objects ?

2015-05-04 Thread Andreas Säger
Am 04.05.2015 um 09:23 schrieb Andreas Säger:
 Am 04.05.2015 um 09:12 schrieb Andreas Säger:
 $ sudo ./unopkg gui


 
 
 N. DO NOT RUN THAT!
 Now I can not start the program anymore. I get a (translated) error
 message when starting LO:
 Application can not start. The user-defined installation could not be
 finished.
 Solutions anyone?
 
 

Restored my user profile from yesterday's backup.


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] Re: Filter for 'show only lines containing string ?

2015-05-04 Thread Maurice
On Sun, 03 May 2015 19:25:10 +0100, Tom Davies wrote:

 Apparently the Xml files, such as Contents.xml can be parsed by
 command-line tools such as grep. 

Yes, indeed, and I can select lines from there, but the file is just 
one long character string and for regular used I really need to see 
formatted lines.

Thank you, Tom - will check for add-on etc as suggested.

Regards,
-- 
/\/\aurice


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Re: Filter for 'show only lines containing string ?

2015-05-04 Thread Tom Davies
Hi :)
We call them Extensions rather than add-ons or plug-ins but i use the
other two terms because non-LibreOffice/OpenOffice users are probably more
familiar with those other 2 terms.

Many of the OpenOffice ones might well work well in LibreOffice but if they
don't there are options such as installing OpenOffice alongside LibreOffice
(not completely trivial) or/and writing to the devs of the Extension and
letting them know you want to use it in LibreOffice.
Regards from
Tom :)

On 4 May 2015 at 13:09, Maurice maur...@bcs.org.uk wrote:

 On Sun, 03 May 2015 19:25:10 +0100, Tom Davies wrote:

  Apparently the Xml files, such as Contents.xml can be parsed by
  command-line tools such as grep.

 Yes, indeed, and I can select lines from there, but the file is just
 one long character string and for regular used I really need to see
 formatted lines.

 Thank you, Tom - will check for add-on etc as suggested.

 Regards,
 --
 /\/\aurice


 --
 To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
 Problems?
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.libreoffice.org/global/users/
 All messages sent to this list will be publicly archived and cannot be
 deleted


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] File Corrupt

2015-05-04 Thread Don Kessler
Tried a couple times to download and update to V 4.3.7_x86.msi and keep
getting error: The signature of this program is corrupt or invalid

 

Any remedy?

 

Don 

 


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Download Problem

2015-05-04 Thread Don Kessler
Tried a couple times to download and update to V 4.3.7_x86.msi and keep
getting error: The signature of this program is corrupt or invalid

 

Any remedy?

 

Don 

 

 


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted