[Libreoffice-bugs] [Bug 116916] Icon themes missing on LibreOffice Vanilla from macOS appstore

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Apr 10 14:33:17 UTC 2018


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

--- Comment #6 from Tor Lillqvist <tml at iki.fi> ---
So is configure.ac wrong then, when it claims that only tango is compatible
with the --enable-mpl-subset option?

AC_MSG_CHECKING([MPL subset])
MPL_SUBSET=

if test "$enable_mpl_subset" = "yes"; then

[...]

    for theme in $WITH_THEMES; do
        case $theme in
        breeze|crystal|default|hicontrast|oxygen|sifr)
            AC_MSG_ERROR([need to disable icon themes from '$WITH_THEMES':
$theme present, use --with-theme=tango]) ;;
        *) : ;;
        esac
    done

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180410/c0c15032/attachment-0001.html>


More information about the Libreoffice-bugs mailing list