14

I have Microsoft PowerPoint projects that I can view correctly on Android, OS X and Windows, but on Linux with LibreOffice Impress, they are not rendered correctly. Instead, the letters and objects are outside the screen.

I need PowerPoint for my job. Is there a fix for that or an alternative app for PowerPoint compatibility without bugs?

Eliah Kagan
  • 117,780

8 Answers8

18

Actually, it may be font issues. Because of Microsoft's fonts are not included in the Linux OS, system substitute with specific fonts.

But these font may not be in same grid size or font attributes.

Try to install Microsoft fonts with following commands in your terminal.

wget http://httpredir.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb
sudo dpkg -i ttf-mscorefonts-installer_3.6_all.deb

Check your documents again. And you should also check fonts such as Arial, Calibri, etc. in font list.

18

If you have a licensed copy of PowerPoint, you can install it in Ubuntu using Wine from the default Ubuntu repositories. Wine is a compatibility layer for running Windows applications on Linux. You will also need to install Installer for Microsoft TrueType core fonts (ttf-mscorefonts-installer).

If you don't have a licensed copy of PowerPoint, you can download the free PowerPoint Viewer from the official Microsoft Download Center and use it for viewing PowerPoint presentations or you can upload an incompatible PowerPoint presentation to Google Drive, open it with Google Slides and select File -> Download -> ODP Document (.odp) to convert it to a format that is compatible with Impress and download it to your computer.

karel
  • 114,770
  • 2
    Well, San Lin was right it was the fonts and now its fixed. Although im thinking to go with wine and ms office since Impress isn't too good – Pavlos Theodorou Jan 20 '17 at 10:00
  • 2
    keral , WPS office has full compatibility with the latest office 365. wine only support the old powerpoint. So either we use a virtual machine + office 365 , either WPS office ! – Pavlos Theodorou Jan 23 '17 at 05:33
7

Most of the times, this issue pops up due to the standard fonts that come with Windows and are not available in Linux due to license or other issues. As a workaround, I usually create a .fonts folder in the home directory (if it doesn't exist) and then copy them there from a Windows fonts library.

Then manually rebuild the font cache:

fc-cache -f -v

However, this is a workaround and I will not recommend this for the obvious license issues.

Nisheet
  • 973
5

You can use any browser that your machine provides to edit your files in the official PowerPoint cloud

While I don't think it has ALL the features of desktop powerpoint, it works better than most desktop alternatives.

2

I sum it up because there are so many solutions and i like to keep things organised.

After testing every possible solution mentioned here, i add my experience. From 1 to 5; with 1 to be the best solution.

*To have the fonts as mentioned here by San Lin Naing and Nisheet is a must anyway we choose to solve this, except in the option 2.

  1. WPS office, mentioned by Tim in the comments. WPS office has the best compatibility with 365 latest office.
  2. Virtual Machine plus office 365
  3. Wine plus old office, answered from Karol. But we don't have compatibility with latest office 365.
  4. Install all possible fonts found in Windows and use the stock LibreOffice. But we don't have compatibility with office 365.
  5. Use the official PowerPoint in the cloud, answered by Ciprian. But a couple of features are missing.
0

If it is a font problem, I suggest you look up this answer for installing open source replacements to Microsoft fonts and this answer on how you can install Microsoft fonts using fontist.

(disclaimer: both answers are mine)

robertspierre
  • 1,084
  • 1
  • 11
  • 28
0

I fairly regularly end up showing other people's .pptx files on LibreOffice and with some exceptions I've been quite happy with it (but I'm old enough to remember how bad compatibility was between different versions of poweropint). The exceptions that I've had most trouble with or know to be significant:

  • Fonts have been dealt with already but they're significant. They're still the ones mos t likely to catch me out, if someone uses something unusual.
  • Equation objects (or whatever ms office calls them these days). This might be the fonts issue again.
  • Animations -- but past experience has taught me to avoid them anyway, even if I control the whole platform.
  • Transitions, but these usually fail gracefully.
  • VBA -- just don't go there.

For the most robust presentations across platforms (and I've been doing this for years now, with sources including powerpoint, impress and latex) just convert everything to pdf. If you build up/swap elements, that just works out to a new page. Slide numbering isn't usually helpful anyway so leave it out. But whatever approach you take -- check it in plenty of time.

Chris H
  • 321
  • 4
  • 11
-2

Try using Google Slides. It's all in the cloud, handles versioning, revision history, auto-saves, and best of all, it's browser based, so you don't have to install the program everywhere you want to use it.

You can edit, download, and convert Microsoft® Office files in Google Docs, Sheets, and Slides.

To edit an Office file, you can either:

Edit the file using Office Compatibility Mode (OCM) Convert the file to Google Docs, Sheets, or Slides. Once you've edited a Google Docs, Sheets, and Slides file, you can then save and export it as an Office file to share with others.

(The above text was copied from here)

  • Why the downvotes? The OP specifically mentioned he is looking for a alternative app for PowerPoint compatibility. My solution offers exactly this. – Eric Seastrand Jan 27 '17 at 15:39