[libreoffice-users] Re: Libreoffice 5.2 not starting

2017-03-10 Thread Alexander Thurgood
Le 10/03/2017 à 09:44, Fiorenza Meini a écrit :

Hi Fiorenza,


> The only difference we can see, is that if I give the command "type
> libreoffice5.2 on the working account, I see "hashing done on
> libreoffice5.2 (/usr/bin/libreoffice5.2)".
> If  I give the same commando the NON WORKING account, I see:
> libreoffice5.2 is /usr/bin/libreoffice5.2.
> 
> The behaviour isn't the same !
> What does mean "hashing done" ? Perhaps is this the problem ?

At a guess, the DEB package that points to /usr/bin/libreOffice5.2 is
hashed for installation security reasons (part of the signing of the
packages) and this hash is verified when a user attempts to execute a
program from that link.

In the non-functional user accounts, the hash isn't verified, so the
application isn't executed (I'm just speculating here, don't take my
word as gospel).

This kind of rings a bell as a Ubuntu bug I read about a while ago where
some user accounts when created did not have an appropiate set up of
executable links to libreoffice - some kind of problem with /etc/skel
not copying everything or setting correct permissions for the newly
created user.

Perhaps you might find something by searching in the Ubuntu launchpad
bug database ?


Alex



-- 
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: Libreoffice 5.2 not starting

2017-03-10 Thread Fiorenza Meini

Il 10/03/2017 10:18, Michael D. Setzer II ha scritto:

Not sure what the hashing done means??

On the non-working users what happens if you run
/usr/bin/libreoffice5.2


I does not start.


you might also want to try running it with strace
strace /usr/bin/libreoffice5.2  It might show some info.

Might need to install strace.



Ok, I'll do it as soon as possible.
Now I don't have the PC where I have the problem with me.

I'll give you a reply soon.

Thanks and regards

Fiorenza


--
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: Libreoffice 5.2 not starting

2017-03-10 Thread Fiorenza Meini

Il 10/03/2017 09:34, Alexander Thurgood ha scritto:

Le 10/03/2017 à 08:51, Fiorenza Meini a écrit :

Hi,


it tells that libreoffice is non installed.
No error is given.



It sounds like there is a permissions problem with those particular
user's setups, especially if other users on the same machine can start
LibreOffice without a problem.

See for example :

https://ask.libreoffice.org/en/question/19549/office-permission/

and

http://askubuntu.com/questions/678094/libreoffice-5-refuses-to-start

which appear to relate to similar problems.


From these links, it appears you would need to check whether or not the

user's libreoffice configuration folders are owned by the correct user
(i.e. not root) and have the correct corresponding user permissions.


Alex




Thank for your response.
I'll check and I'll let you know if the problem is solved.

Regards

Fiorenza

--
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: Libreoffice 5.2 not starting

2017-03-10 Thread Fiorenza Meini

Il 10/03/2017 09:10, Michael D. Setzer II ha scritto:

For a user that it works, open a terminal and type which libreoffice and see
where it finds the program. On an older ubuntu machine  it found
/usr/bin/libreoffice  for my home machine it is /usr/bin/libreoffice5.3 on my
machine. There might also be a symbolic link to it.

Mine had an older link with libreoffice pointing to the old 5.2, which I 
recently
removed after installing 5.3, so I removed and recreated link.

Is there a difference in paths between users?

If you run it from the terminal does it work?
libreoffice
libreoffice5.2
/usr/bin/libreoffice
/usr/bin/libreoffice5.2




Hi,
path on both account are the same :(

The only difference we can see, is that if I give the command "type 
libreoffice5.2 on the working account, I see "hashing done on 
libreoffice5.2 (/usr/bin/libreoffice5.2)".
If  I give the same commando the NON WORKING account, I see: 
libreoffice5.2 is /usr/bin/libreoffice5.2.


The behaviour isn't the same !
What does mean "hashing done" ? Perhaps is this the problem ?

Regards
Fiorenza



--
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: Libreoffice 5.2 not starting

2017-03-10 Thread Alexander Thurgood
Le 10/03/2017 à 08:51, Fiorenza Meini a écrit :

Hi,

> it tells that libreoffice is non installed.
> No error is given.
> 

It sounds like there is a permissions problem with those particular
user's setups, especially if other users on the same machine can start
LibreOffice without a problem.

See for example :

https://ask.libreoffice.org/en/question/19549/office-permission/

and

http://askubuntu.com/questions/678094/libreoffice-5-refuses-to-start

which appear to relate to similar problems.

>From these links, it appears you would need to check whether or not the
user's libreoffice configuration folders are owned by the correct user
(i.e. not root) and have the correct corresponding user permissions.


Alex


-- 
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: Libreoffice 5.2 not starting

2017-03-10 Thread Michael D. Setzer II
For a user that it works, open a terminal and type which libreoffice and see 
where it finds the program. On an older ubuntu machine  it found 
/usr/bin/libreoffice  for my home machine it is /usr/bin/libreoffice5.3 on my 
machine. There might also be a symbolic link to it.

Mine had an older link with libreoffice pointing to the old 5.2, which I 
recently 
removed after installing 5.3, so I removed and recreated link.

Is there a difference in paths between users?

If you run it from the terminal does it work?
libreoffice
libreoffice5.2
/usr/bin/libreoffice
/usr/bin/libreoffice5.2



On 10 Mar 2017 at 8:51, Fiorenza Meini wrote:

Subject:Re: [libreoffice-users] Re: Libreoffice 5.2 not starting
To: users@global.libreoffice.org
From:   Fiorenza Meini <fiore...@mappideando.it>
Date sent:  Fri, 10 Mar 2017 08:51:44 +0100

> Il 09/03/2017 16:10, Alexander Thurgood ha scritto:
> > Le 09/03/2017 à 10:44, Fiorenza Meini a écrit :
> >
> > What is the output on the terminal if you try and launch LibreOffice for
> > one of the troubled users from a terminal session when that user is
> > logged in ?
> >
> > Alex
> >
> >
> 
> Hi,
> it tells that libreoffice is non installed.
> No error is given.
> 
> Regards
> Fiorenza
> 
> -- 
> 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
> 


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

http://setiathome.berkeley.edu (Original)
Number of Seti Units Returned:  19,471
Processing time:  32 years, 290 days, 12 hours, 58 minutes
(Total Hours: 287,489)

BOINC@HOME CREDITS
ABC 16613838.513356 | EINSTEIN   130284596.788695
ROSETTA 58337511.693666 | SETI   101886081.520316


-- 
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: Libreoffice 5.2 not starting

2017-03-09 Thread Fiorenza Meini

Il 09/03/2017 16:10, Alexander Thurgood ha scritto:

Le 09/03/2017 à 10:44, Fiorenza Meini a écrit :

What is the output on the terminal if you try and launch LibreOffice for
one of the troubled users from a terminal session when that user is
logged in ?

Alex




Hi,
it tells that libreoffice is non installed.
No error is given.

Regards
Fiorenza

--
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: Libreoffice 5.2 not starting

2017-03-09 Thread Alexander Thurgood
Le 09/03/2017 à 10:44, Fiorenza Meini a écrit :

What is the output on the terminal if you try and launch LibreOffice for
one of the troubled users from a terminal session when that user is
logged in ?

Alex


-- 
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