Bug 649232

Summary: LibreOffice 3.3 beta - Quickstarter doesn't load on next session
Product: [openSUSE] openSUSE 11.4 Reporter: Terje J. Hanssen <terjejhanssen>
Component: OpenOffice.orgAssignee: Petr Mladek <pmladek>
Status: RESOLVED FIXED QA Contact: Chao Wei <cwei>
Severity: Normal    
Priority: P3 - Medium CC: colbec, mmeeks, pmladek
Version: Factory   
Target Milestone: ---   
Hardware: IA64   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Terje J. Hanssen 2010-10-26 10:14:27 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; nb-NO; rv:1.9.2.11) Gecko/20101013 SUSE/3.6.11-1.1 Firefox/3.6.11

I'm testing libreoffice 3.3 beta on openSUSE 11.4 Factory x86_64/Gnome 2.32.
Selecting Tools>LibreOffice>Memory and check Enable_systray_QuickStarter does load the QuickStarter on the Gnome bottom panel,

But after logout and logon to a new session, the Quickstarter doesn't load automatically again, at least it is shown on the Gnome panel. 

Disabling Quickstarter by unchecking it and OK and then enable it again in LO Tools menu loads it again. 



Reproducible: Always

Steps to Reproduce:
1.as above
2.
3.
Actual Results:  
Quickstarter doesn't load  after restart or logon to a new session

Expected Results:  
Quickstarter should start automatically after logon to a new session
Comment 1 Petr Mladek 2010-11-04 18:54:44 UTC
It might be caused by some modified paths or names.
Comment 2 Terje J. Hanssen 2010-12-03 21:56:12 UTC
I upgraded to libreoffice-3.3.0.1-13.2.x86_64 (rc1 from OBS:Unstable) on openSUSE 11.4 M4 Gnome 2.32.1, and the same issue with Gnome quicstarter is still there.
Comment 3 Yifan Jiang 2010-12-15 05:25:10 UTC
It has been fixed in the native libreoffice build. And still reproducible in Novell version 3.3 rc1 on SLED.

See also:
https://bugs.freedesktop.org/show_bug.cgi?id=31489
Comment 4 Michael Meeks 2010-12-15 12:22:54 UTC
Hokay - I poked at the RC1 builds, and we have the same problem:

~/.config/autostart/qstart.desktop points at qstart.desktop in our install; which contains:

Exec=libreoffice -quickstart ...

Which command does not exist  ;-)
Comment 5 Colin Beckingham 2011-01-27 11:41:12 UTC
Final release of LO 3.3.0 is just out and this still happens.
Replace Exec line in .config/autostart/qstart.desktop with (on my system, default install from LO, Opensuse 11.3, 32 bit)

Exec=/opt/libreoffice/program/soffice -quickstart -nologo -nodefault

and starts working again.
Comment 6 Michael Meeks 2011-01-28 12:18:41 UTC
For me on openSUSE 11.3 I have:

$ rpm -qf /usr/bin/libreoffice 
libreoffice-3.3.0.3-17.2.i586

which seems to suggest the previous exec line should work fine though I can't log out just now to test it ;-) the wrapper works well when run manually.

Petr ?
Comment 7 Terje J. Hanssen 2011-01-28 15:04:37 UTC
I can inform that Quickstarter works for me now on 11.4 Milestone 6 x86_64/Gnome 2.3.21 with LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4
Comment 8 Michael Meeks 2011-01-28 15:35:58 UTC
so - I guess this was fixed by the inclusion of the libreoffice shell wrapper.
Thanks !