Frequently Asked Questions

General Questions

Can I help with OpenLP?

OpenLP is possible because of the commitment of individuals. If you would like to help there are several things that you can get involved with. Please see our Contribute page for more information.

I use and like OpenLP and would like to tell others online. Where can I do this?

A variety of places!

  • Are you on Facebook? Then become a fan.

  • Are you on Twitter? Then follow OpenLP, and retweet the announcements.

  • If you have a website or blog, then link to our web site with a few words saying what OpenLP is and why you like it.

  • Add a placemark on our Worldwide Usage map, so others in your locality can see someone close by is using it.

  • If you are a member of any Christian forums or websites, and their rules allow it, then perhaps review OpenLP or ask others to review it.

What operating systems does OpenLP support?

OpenLP is designed to be cross platform. Currently it has been known to run on Windows (Vista, 7, 8, 10), Linux (Ubuntu and its variants, Fedora, Debian, ArchLinux, Mint, OpenSUSE and many others), and macOS. Please let us know if you have successfully run it on something else.

Which programming language is OpenLP developed in?

OpenLP is written in Python 3 and uses the Qt5 toolkit via the PyQt5 library. Both are cross-platform which allows the software to run on different types of machine and so allow more people access to free worship software. Python is one of the easier programming languages to learn, so this helps us develop and find bugs faster, and also allows more developers to contribute with the project.

Which written languages does OpenLP support?

OpenLP has support for multiple languages which can be seen on the Settings ‣Translate menu. However some of these translations are incomplete. If you would like to help complete or start to translate OpenLP into your own language then see the Getting started page for translations.

Upgrading

Warning

Newer versions of OpenLP are not backwards compatible with earlier versions. Once you have upgraded to a newer version, the older version of OpenLP will not be able to read the upgraded files.

Note

It is always a good idea to make a backup when prompted by OpenLP.

Can I upgrade from any 1.9.x or 2.0.x release to 3.0?

No, you should first upgrade to the last stable release in the 2.0-series (2.0.5) and then upgrade to 3.0 to ensure that data is correctly converted. You can download OpenLP 2.0.5 from https://get.openlp.org/2.0.5/.

Can I upgrade directly from 1.2 to 3.0?

No, you will have to install 2.0.5 first, then import the 1.2 data and then upgrade to 3.0. See the 2.0 documentation for how to upgrade from 1.2 to 2.0. You can download OpenLP 2.0.5 from https://get.openlp.org/2.0.5/.

Does 3.0 replace older 2.x versions, or can they be run side by side?

OpenLP 3.0 and earlier 2.x versions cannot run side by side. When running 3.0 for first time any existing 2.x data will automatically be converted to the 3.0 format. OpenLP 3.0 will ask if it should make a backup on startup, which can be used in case you want to downgrade again.

OpenLP 3.0 cannot read service files created by OpenLP 2.0.4 and earlier, it can only read service files created by OpenLP 2.0.5 and higher.

Where can I download an older version of OpenLP?

Warning

Only the most current version of OpenLP is supported. If you submit a bug report for an older version, you will be told to upgrade first.

Sometimes you might need to download an older version of OpenLP. You can always find previous versions of OpenLP on our download server: https://get.openlp.org/

Using OpenLP

I have started OpenLP, but I cannot see the songs or bibles section in the Library

When you installed OpenLP, the first time wizard would have asked which plugins you wanted, and songs and bibles should have been selected. If for some reason they were not, then you will need to activate them yourself. See below for instructions.

How do I activate / deactivate a plugin?

Plugins can be turned on and off from the Plugin List Screen. Select the plugin you wish to start/stop and change its status. You should not need to restart OpenLP.

What are these plugins that I keep seeing mentioned?

The plugins allow OpenLP to be extend easily. A number have been written (Songs, Bibles, Presentations) etc but it is possible for the application to be extended with functionality only you require. If this is the case then go for it but let us know as we can help and it may be something someone else wants.

How do I enable PowerPoint/Impress/PowerPoint Viewer?

Note

PowerPoint, Keynote and LibreOffice are not supported on macOS due to limitations with the platform. This is outside of our control.

Note

PowerPoint Viewer 2010 is not supported, use 2003 or 2007.

First of all ensure that the presentation plugin is enabled (see above). Then to enable a presentation application, go to the Settings dialog, switch to the Presentations tab and check one of the enabled checkboxes. OpenLP will automatically detect which of the three you have installed, and enable the appropriate checkbox(es). Check the applications you require, and then restart OpenLP for the change to be detected.

I am on Windows and PowerPoint is installed, but it does not appear as an option

Try installing the Visual C++ Runtime Redistributable.

Why don’t PowerPoint presentations advance automatically?

The reason that PowerPoint does not advance automatically is that it can only do so when it has the focus. But when using OpenLP for controlling presentation, OpenLP has the focus. So in order to make PowerPoint advance automatically the focus must be switched to PowerPoint, which can be done by clicking the Powerpoint-icon in the taskbar once the PowerPoint presentation has opened.

Is it possible to get a particular translation of the Bible? How?

Note

OpenLP does not have distrubution rights for most popular translations of the Bible. Bible societies require exhorbitant licensing costs which OpenLP could never afford. We cannot help you find those Bibles.

The Bible plugin has a Import Wizard which can import Bibles from a variety of sources. The following sources are supported:

CSV

The format is documented in the OpenLP API documentation.

OSIS

An XML format for Bible. You can export Bibles from the Sword Project into OSIS using the mod2osis tool. After using the Sword software Media Manager (or other Sword frontend, like BibleTime or Xiphos) to download the required Bible, run the following command from the command line (works on Windows and Linux):

mod2osis NAME > NAME.osis

The NAME parameter is the name of your Bible, as you see it in Sword. Note that the NAME is case sensitive on all environments. Once you have exported your Bible to OSIS, the Bible import wizard will the read NAME.osis file and import your Bible.

OpenSong

OpenSong has a good selection of Bibles on their download page.

Web Download

OpenLP can download Bibles on demand from the following 3 sites:

Zefania

The Zefania project has many bibles available from their website.

Why do my Bible verses take a long time to load?

In order to better conform to copyright law, the Web Download Bibles are not downloaded when you import them, but on the fly as you search for them. As a result, the search takes a little longer if you need to download those particular verses. Having said that, the Web Download Bibles cache downloaded verses so that you do not need to download them again.

My Bible is on the Web Download sites, but my Church is not on the internet. What options do I have?

When you create and save a service, all the items in the service are saved with it. That means any images, presentations, songs and media items are saved. This is also true for bibles. What this means is you can create the service on your home computer, insert a Bible passage from the web, save it and then open the service using your church computer and voila, the Bible passage should be there! Note this can also be done with songs, etc!

Location of OpenLP files

Where do I find the configuration file?

Linux and Unix-like systems

If your distribution supports the XDG standard, you will find OpenLP’s configuration file in:

/home/<user>/.config/OpenLP/OpenLP.conf

If that file and/or directory does not exist, look for:

/home/<user>/.openlp/openlp.conf

<user> is your username.

macOS

You will find your configuration file here:

/Users/<user>/Library/Preferences/org.openlp.OpenLP.plist

<user> is your username.

Windows

On Windows, OpenLP does not use a configuration file, it uses the Windows registry. You can find the settings here:

HKEY_CURRENT_USER\Software\OpenLP\OpenLP

Where do I find the data folder?

Normally you can open the data folder by using the menu Tools ‣ Open Data Folder and a file manager window will appear with the data folder. In some cases due to bugs or other issues this is not an option, and the folder must be found manually.

Linux and Unix-like systems

The data folder is located in /home/<user>/.local/share/openlp.

macOS

On macOS the data folder is located in /Users/<username>/Library/Application Support/openlp

Windows

To get to the data folder on Windows, pres the Windows Key and “R” at the same time. This will open a the Run dialog. Enter %appdata%\OpenLP and press <Enter>. This will open a file manager within the data folder.

Features

I have a great idea for a new feature, where should I suggest it?

First of all check it is not listed as a “wishlist” bug on Launchpad. If it is, then you need to say no more, it has already been suggested! If it is not on the list, then head to the forums and post the idea there.