https://bugs.documentfoundation.org/show_bug.cgi?id=89613

--- Comment #59 from Maxim Monastirsky <momonas...@gmail.com> ---
(In reply to Stuart Rogers from comment #58)
> I'd like to know how LO checks for KDE version.
It checks various env. variables like DESKTOP_SESSION, XDG_CURRENT_DESKTOP,
KDE_FULL_SESSION and KDE_SESSION_VERSION.

But I think I found something:

After LO detects the KDE4 desktop it tries to initialize the GUI plugin using
the following fallback list:

    static const char* const pKDEFallbackList[] =
    {
#if ENABLE_KDE4
        "kde4",
#endif
#if ENABLE_KDE
        "kde",
#endif
        "gtk3", "gtk", "gen", 0
    };

This means that when building without KDE4 support (i.e. ENABLE_KDE4 is not
defined), the first plugin that it tries to load is the KDE3 one.

Another thing I found is a report from a KDE3 user, with similar symptoms - Bug
92412. So it could be that what you're using is actually the KDE3 plugin, and
this one has the bug.

But still - I would like to hear if exporting OOO_FORCE_DESKTOP=gnome makes any
difference.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to