On 27/03/14 11:48, Cley Faye wrote:
2014-03-26 13:32 GMT+01:00 rmg <[email protected]>:
When you shut down after pressing [Goodbye] (which you do, it's a
dedicated machine) you get '/usr/lib/libreoffice/soffice not responding'.
If you close the front end with the close button you don't - but then it
doesn't do its cleanup.
Any suggestions?
You should check the macro to find how it's closing libreoffice (which
function is called or something like that). Maybe there was a change in API
since the OOo time and it is dependant on something deprecated/broken.
I was wondering about something of the sort. The closing is done with
if HasUnoInterfaces(doc, "com.sun.star.util.Xcloseable")
doc.close(TRUE)
else
doc.dispose()
End if
as I said lifted straight from the macro examples; the Libreoffice API
reference seems to say that's right.
doing 'killall soffice' immediately before shutting down gives 'No
process found' but it finds the blasted process when it shuts down. Weird.
--
Dick Georgeson
--
To unsubscribe e-mail to: [email protected]
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