|
Bugzilla – Full Text Bug Listing |
| Summary: | LibreOffice 3.3 beta - Quickstarter doesn't load on next session | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Terje J. Hanssen <terjejhanssen> |
| Component: | OpenOffice.org | Assignee: | 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
It might be caused by some modified paths or names. 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. 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 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 ;-) 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. 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 ? 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 so - I guess this was fixed by the inclusion of the libreoffice shell wrapper. Thanks ! |