| Summary: | 3D transitions don't work in Impress when is used LO with GTK+ 3 integration | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Bastián Díaz <diazbastian> |
| Component: | Impress | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dtardon, ilmari.lauhakangas, jbfaure |
| Priority: | medium | ||
| Version: | 5.1.3.2 release | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 103182, 103704, 97937 | ||
| Attachments: |
gtk native app (bad display)
gtk libreoffice from web (good display) |
||
|
Description
Bastián Díaz
2016-06-06 19:42:09 UTC
I don't understand why, but versions of LibreOffice AppImage 5.1.x and 5.2 beta function properly in my system (3D transitions). https://bintray.com/probono/AppImages/LibreOffice/view https://bintray.com/probono/AppImages/LibreOfficeDev/view Additional Information: • Installing LibreOffice from official tarballs, 3D transitions work perfectly (except those not supported by the graphics card) • Installing LibreOffice from my distro repositories (Fedora 24), 3D transitions do not work. • Installing LibreOffice on the official Flatpak, 3D transitions do not work. Its probably gtk3 vs gtk2 rather than packaging Bastián: did you test with SAL_USE_VCLPLUGIN=gtk libreoffice versus SAL_USE_VCLPLUGIN=gtk3 libreoffice Is there a difference? (In reply to Buovjaga from comment #4) > Bastián: did you test with > SAL_USE_VCLPLUGIN=gtk libreoffice > > versus > > SAL_USE_VCLPLUGIN=gtk3 libreoffice > > Is there a difference? I've used that option before and with poor results. Using `SAL_USE_VCLPLUGIN=gtk libreoffice` and I get 3D transitions but with a very poor display. My current solution is to install the RPM of the official website. Created attachment 127979 [details]
gtk native app (bad display)
Created attachment 127980 [details]
gtk libreoffice from web (good display)
both tested in fedora 24 workstation (64 bit)
(In reply to Bastián Díaz from comment #5) > I've used that option before and with poor results. Using > `SAL_USE_VCLPLUGIN=gtk libreoffice` and I get 3D transitions but with a very > poor display. My current solution is to install the RPM of the official > website. There was another problem, affecting about half of the 3D transitions (the simpler ones, like Turn Around, Venetian Blinds, Cube, etc.), which could be described as "poor display". But that problem is not Fedora-specific, so it should be in the official RPMs too... (In reply to David Tardon from comment #8) > (In reply to Bastián Díaz from comment #5) > > I've used that option before and with poor results. Using > > `SAL_USE_VCLPLUGIN=gtk libreoffice` and I get 3D transitions but with a very > > poor display. My current solution is to install the RPM of the official > > website. > > There was another problem, affecting about half of the 3D transitions (the > simpler ones, like Turn Around, Venetian Blinds, Cube, etc.), which could be > described as "poor display". But that problem is not Fedora-specific, so it > should be in the official RPMs too... That's right, I've seen several reports about it, even in the development version (5.3.0.0.alpha1 +) 90% of 3D transitions are not displayed correctly. As you say, this is not a problem specific to fedora, but is specific to the GTK + 3 integration. I changed the summary of this report to better reflect the problem situation. 3D transitions do not work despite having OpenGL 3.0 support → 3D transitions don't work in Impress when is used LO with GTK+ 3 integration (In reply to David Tardon from comment #8) > There was another problem, affecting about half of the 3D transitions (the > simpler ones, like Turn Around, Venetian Blinds, Cube, etc.), which could be > described as "poor display". But that problem is not Fedora-specific, so it > should be in the official RPMs too... Actually, it _is_ Fedora-specific, because the official RPMs are built with older version of glm... (In reply to Bastián Díaz from comment #9) > (In reply to David Tardon from comment #8) > > (In reply to Bastián Díaz from comment #5) > > > I've used that option before and with poor results. Using > > > `SAL_USE_VCLPLUGIN=gtk libreoffice` and I get 3D transitions but with a very > > > poor display. My current solution is to install the RPM of the official > > > website. > > > > There was another problem, affecting about half of the 3D transitions (the > > simpler ones, like Turn Around, Venetian Blinds, Cube, etc.), which could be > > described as "poor display". But that problem is not Fedora-specific, so it > > should be in the official RPMs too... > > That's right, I've seen several reports about it, even in the development > version (5.3.0.0.alpha1 +) 90% of 3D transitions are not displayed correctly. > As you say, this is not a problem specific to fedora, but is specific to the > GTK + 3 integration. Note that comment is specifically about the gtk VCL plugin, i.e., Gtk+2, not Gtk+3. No 3D transition works with the gtk3 plugin, because it doesn't implement OpenGL support yet. According to comment #12, could you test with one of the current supported LO versions ? And, please, attach your test file to this bug report. Set status to NEEDINFO, please set it back to UNCONFIRMED once requested informations are provided. Best regards. JBF It all works now in master and 5-4. Backported to Fedora for 5-3 and 5-2 |