Bug 151040 - Logo in Start Center initially shows correctly but then only shows some pixels after returning from a LibreOffice application.
Summary: Logo in Start Center initially shows correctly but then only shows some pixel...
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
7.5.0.0 alpha0+
Hardware: x86-64 (AMD64) Linux (All)
: medium minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-18 11:31 UTC by Hussam Al-Tayeb
Modified: 2023-12-09 22:37 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
start center showing lines instead of links. (199.05 KB, image/png)
2022-09-18 11:33 UTC, Hussam Al-Tayeb
Details
Correct rendering (173.30 KB, image/png)
2022-12-11 05:45 UTC, Hussam Al-Tayeb
Details
Incorrect rendering (167.74 KB, image/png)
2022-12-11 05:45 UTC, Hussam Al-Tayeb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hussam Al-Tayeb 2022-09-18 11:31:12 UTC
Description:
I just compiled libreoffice master branch and the support links lower left are unreadable.

Steps to Reproduce:
1. Compile Libreoffice from source and open it.
2. Look at the lower left.
3. Click on the small lines.
4. See attached screenshot.

Actual Results:
There are lines instead of link text.

Expected Results:
There should be text with the links.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
There should be text with the links.
Comment 1 Hussam Al-Tayeb 2022-09-18 11:33:34 UTC
Created attachment 182531 [details]
start center showing lines instead of links.

For anyone trying to reproduce this issue, kindly note that this is fresh build some source code, and so your own build may be older.
Also please try with gtk 3.24.30 with default adwaita theme.
Comment 2 raal 2022-10-17 20:47:49 UTC
No repro Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 2e887e04c0008a4eb6cbf34050b6fa463a33599f
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded
Comment 3 Hussam Al-Tayeb 2022-10-17 21:37:59 UTC
I can still reproduce it.
Try the following.

- Open libreoffice writer.
- Open one of your documents.
- Close it to go back to the start center.
- Look at the bottom right. The image is missing.
- Close libreoffice and open start center alone. The image is showing.
- Once you open a file and close it, the image stops showing again.
Comment 4 raal 2022-10-17 21:50:10 UTC
(In reply to Hussam Al-Tayeb from comment #3)
> I can still reproduce it.
> Try the following.
> 
> - Open libreoffice writer.
> - Open one of your documents.
> - Close it to go back to the start center.
> - Look at the bottom right. The image is missing.
> - Close libreoffice and open start center alone. The image is showing.
> - Once you open a file and close it, the image stops showing again.

Thanks for the steps, but still cannot reproduce on my PC.
Comment 5 Hussam Al-Tayeb 2022-10-17 21:58:38 UTC
Thank you for the followup.

I'll just wait for developer insight then.

Thanks again!
Comment 6 Hussam Al-Tayeb 2022-12-11 05:45:30 UTC
Created attachment 184086 [details]
Correct rendering
Comment 7 Hussam Al-Tayeb 2022-12-11 05:45:48 UTC
Created attachment 184087 [details]
Incorrect rendering
Comment 8 Hussam Al-Tayeb 2022-12-11 05:48:21 UTC
- Run soffice from command line. The images show correctly https://bugs.documentfoundation.org/attachment.cgi?id=184086
- Click on "Writer Document" from the left panel. Do not type any text or save.
- Close the document to go back to the start center. The images don't show now.
https://bugs.documentfoundation.org/attachment.cgi?id=184087
Comment 9 Hussam Al-Tayeb 2022-12-11 05:49:43 UTC
(In reply to Hussam Al-Tayeb from comment #8)
> - Run soffice from command line. The images show correctly
> https://bugs.documentfoundation.org/attachment.cgi?id=184086
> - Click on "Writer Document" from the left panel. Do not type any text or
> save.
> - Close the document to go back to the start center. The images don't show
> now.
> https://bugs.documentfoundation.org/attachment.cgi?id=184087

This is with a fresh build from libreoffice-7-5 branch

@caolan, is it possible you can take a look? You've fixed such weird bugs in that past. Thank you.
Comment 10 Caolán McNamara 2022-12-11 16:06:26 UTC
I'm not able to reproduce with libreoffice-7-5. Was there any particular options passed to autogen.sh/configure ?
Comment 11 Hussam Al-Tayeb 2022-12-11 17:08:00 UTC
    ./configure \
        --enable-split-app-modules \
        --with-parallelism=8 \
        --with-external-tar="../../ext_sources" \
        --enable-release-build \
        --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc \
        --libdir=/usr/lib --mandir=/usr/share/man \
        --with-lang=en-US \
        --with-help=html \
        --disable-avahi \
        --enable-dbus \
        --enable-evolution2 \
        --enable-gio \
        --enable-gtk3 \
        --enable-introspection \
        --enable-openssl \
        --disable-odk \
        --enable-python=system \
        --enable-scripting-beanshell \
        --enable-scripting-javascript \
        --enable-dconf \
        --disable-report-builder \
        --disable-ext-wiki-publisher \
        --disable-ext-nlpsolver --enable-lpsolve --enable-coinmp \
        --without-system-coinmp --without-system-lpsolve \
        --without-fonts \
        --without-system-libcdr --without-system-libqxp \
        --without-system-mdds --without-system-librevenge \
        --with-system-poppler \
        --without-myspell-dicts \
        --without-system-libvisio --without-system-libpagemaker \
        --without-system-libcmis --without-system-libepubgen \
        --without-system-libmspub --without-system-libwpd \
        --without-system-libexttextcat --without-system-libstaroffice \
        --without-system-orcus --without-system-libzmf \
        --without-system-liblangtag \
        --without-system-libodfgen \
        --without-system-libmwaw \
        --without-system-libetonyek \
        --without-system-libfreehand \
        --enable-firebird-sdbc \
        --without-system-firebird --without-system-libtommath \
        --enable-postgresql-sdbc --with-system-postgresql \
        --with-system-mariadb \
        --disable-bundle-mariadb \
        --with-system-libatomic-ops \
        --without-system-libebook \
        --without-system-libabw \
        --with-system-expat \
        --with-system-dicts \
        --with-external-dict-dir=/usr/share/hunspell \
        --with-external-hyph-dir=/usr/share/hyphen \
        --with-external-thes-dir=/usr/share/mythes \
        --without-system-beanshell \
        --without-system-cppunit \
        --with-system-graphite \
        --without-system-glm \
        --without-system-libwpg \
        --without-system-libwps \
        --without-system-redland \
        --with-jdk-home="/usr/lib/jvm/default" \
        --with-system-boost \
        --with-system-icu \
        --with-system-cairo \
        --with-system-libs \
        --with-system-mythes \
        --with-system-headers \
        --without-system-clucene \
        --disable-dependency-tracking --with-system-harfbuzz \
        --without-junit --with-system-odbc --with-system-xmlsec \
        --disable-qt5 --enable-pdfium \
        --disable-epm --with-product-name=LibreOffice \
        --without-system-libnumbertext \
        --disable-gtk3-kde5  \
        --without-system-box2d --disable-community-flavor \
        --enable-opencl \
        --enable-option-checking \
        --without-system-abseil --with-system-openjpeg \
        --enable-ccache \
        --enable-mergelibs \
        --without-system-dragonbox \
        --without-system-libfixmath \
        --without-system-zxing --enable-zxing
Comment 12 Hussam Al-Tayeb 2022-12-11 17:09:31 UTC
gtk version is 3.24.35
Comment 13 Caolán McNamara 2022-12-12 09:14:23 UTC
I built with the same flags, but it still doesn't reproduce for me. A strange one.
Comment 14 Hussam Al-Tayeb 2022-12-12 09:27:30 UTC
Additionally, if I start soffice with SAL_USE_VCLPLUGIN=gen, the problem doesn't
happen.
Comment 15 Stéphane Guillou (stragu) 2023-04-14 22:56:42 UTC
Can't reproduce on Ubuntu 20.04 with GNOME 3.36.8, Adwaita, and lo 7.5.2.2.
The steps are very similar to bug 143673, which was fixed in 7.5.0.
Comment 16 Hussam Al-Tayeb 2023-04-15 05:20:35 UTC
(In reply to Stéphane Guillou (stragu) from comment #15)
> Can't reproduce on Ubuntu 20.04 with GNOME 3.36.8, Adwaita, and lo 7.5.2.2.
> The steps are very similar to bug 143673, which was fixed in 7.5.0.

Thanks. I fixed the title so that it better represents the issue.
Comment 17 Kityn 2023-12-09 22:37:30 UTC
UI: en-US

The logo looks fine all the time.


UI: pl-PL

The logo is partially hidden after going back to the start menu.


LO 7.6.4 x64
Windows 10 22H2 x64