<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - UI: Bright screen flashing when starting Impress presentation"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122161">122161</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>UI: Bright screen flashing when starting Impress presentation
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.1.3.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Impress
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>gtxe@gmx.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
When starting prestentation, the Presentation display flashes with a bright
color  (it is the window background color defined in the gtk theme).
Using a dark gtk theme, it flashes with a dark color.
The duration is longer, if the first slide is more complex (big picture for
example).
It looks little nonprofessional.
Tested with Manjaro (Xfce), openSUSE Leap (KDE), Fedora (Gnome): always the
same.

I've made a workaround for this. It works good with disabled Presenter Console
(there is another Bug). May be there are side effects for other gtk
applications.

create a new file: ~/.config/gtk-3.0/gtk.css

/* avoid bright flickering when starting presentation with LibreOffice Impress
*/
window.background.fullscreen {
        background-color: #000000;
}


Steps to Reproduce:
1. Use bright desktop theme (specialy for gtk)
2. Create new Impress presentation with a big picture on the first slide (>4MP)
3. start presentation (F5)

Actual Results:
Screen flashes white, then black and then it shows the slide.

Expected Results:
Screen shows the slide (without flickering / flashing) when start presentation.
Custom color (Options -> Application Colors) would be great.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 6.1.3.2
Build ID: 6.1.3-2
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; 
Locale: de-DE (de_DE.utf8); Calc: group threaded</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>