Logos Bible Software is a digital library application designed for electronic Bible study. In addition to basic eBook functionality, it includes extensive resource linking, note-taking functionality, and linguistic analysis for study of the Bible both in translation and in its original languages. It is developed by Faithlife Corporation. Logos Bible resource catalog includes more than 43,000 titles related to the Bible from 200 publishers, including Baker, Bantam, Catholic University of America Press, Eerdmans, Harvest House, Merriam Webster, Moody Press, Oxford University Press, Thomas Nelson, Tyndale House, and Zondervan. Logos also recently published its own Lexham Bible Reference series, featuring new scholarship on the original Biblical languages. (edited from Wikipedia)
Application Details:
Version: | 8 |
License: | Retail |
URL: | http://www.logos.com |
Votes: | Marked as obsolete |
Latest Rating: | Silver |
Latest Wine Version Tested: | 5.20-staging |
Maintainers: About Maintainership
What works
Home Screen is working
Printing works
Indexing can be hit or miss (See Workaround list)
Video can work with major graphics glitches (See Workaround list)
What does not
Read Aloud
Indexing can be an issue (See workaround list)
Video (unless willing to deal with graphics glitches)
At times updating the application will delete all downloaded resources (keep an updated backup readily available)
Workarounds
For indexer - setting the indexer to Windows 7 allows completion.
For Video - changing the graphics from gdi to opengl allows video to play - BUT creates a nasty graphical glitch bug with black boxes covering portion of the application.
In relation to the deletion of resources upon update - I have found that downloading the updated Logos Setup executable is much more successful in keeping the downloaded resources. (Not 100%, but better than the in app update)
What was not tested
Most everything tested, not all new Features have been tested, as I've yet to upgrade to a Full Feature Set for Logos 9
Hardware tested
Graphics:
Additional Comments
Logos Bible Software Version 9.0.0.0181 is the tested version of the application.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 20.10 "Groovy" (+ variants like Kubuntu) | Nov 01 2020 | 5.20-staging | Yes | Yes | Yes | Silver | Frank Sauer | |
Show | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Sep 29 2020 | 5.18 | Yes | Yes | Yes | Silver | John Goodman | |
Show | Fedora 32 x86_64 | Sep 28 2020 | 5.17-staging | Yes | Yes | Yes | Silver | Loye W. Young, OP, JD | |
Show | Ubuntu 20.10 "Groovy" (+ variants like Kubuntu) | Aug 31 2020 | 5.16 | Yes | Yes | Yes | Silver | John Goodman | |
Show | Arch Linux x86_64 | Aug 08 2020 | 5.13-staging | Yes | Yes | Yes | Garbage | Stubbs |
Bug # | Description | Status | Resolution | Other apps affected |
47837 | Logos 8 Bible Software (.Net 4.7.2 app) has graphics glitches | UNCONFIRMED | View | |
47905 | Logos 8 Bible Software (.NET 4.7 app) fails to play media (crashes in MF/EVR) | NEW | View | |
47922 | Logos 8/9 Bible Software (.NET 4.7 app) crashes when using 'Read Aloud / System Narrator' on selected passage | NEW | View | |
49767 | Logos 8 Bible Software (.Net 4.7 app): All existing resources are deleted during app update | RESOLVED | WORKSFORME | View |
49920 | wine: could not load ntdll.so, and more | RESOLVED | NOTOURBUG | View |
50227 | Logos 8.x - 9.x Bible Software (.Net 4.7.2 app) indexer crashes | NEW | View |
Please communicate with us on telegram. Support and shared files on the Running Logos Bible Software on Linux group found at - https://t.me/linux_logos
If you just want it to work please use wasta or the ferion11 script
as many hours have been spent to make those as painless and easy as
possible - enjoy.
The app is a bit like kindle in so much as the engine is free but the resources cost so there is a free download. Unlike kindle it has many advanced research features and books link together etc. The main app is free but there are paid features, resources and subscriptions. To use the app you need a free account https://www.logos.com/product/194909/logos-9-basic. It uses a downloader app which doesn't work with wine. The actual msi link is https://downloads.logoscdn.com... (change version number for latest version).
If you are looking to get Logos working on Linux there are 2 easy choices, a legacy option and manual instructions below:
Manual instructions for 32bit - Please use 64bit where possible because 32bit is deprecated by faithlife.
enable multi-arch on an amd64 system:
dpkg --add-architecture i386
sudo apt-get update
Download and install the winehq repository key:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
Edit /etc/apt/sources.list to add wine repos with: for other versions see: https://wiki.winehq.org/Download
Ubuntu (change focal according to the version you have installed)
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo apt-get update
Choose wine (6.4 devel known to work)
sudo apt-get install wine-staging winetricks winbind patch cabextract
Set up 64 or 32 bit wine bottle:
env WINEARCH=win32 WINEPREFIX=$HOME/.wine-logos sh winetricks arch=32 prefix=$HOME/ .wine-logos -q dotnet48 corefonts fontsmooth=rgb drr=gdi win7
click "Cancel" to avoid installation of Mono and Gecko neither are needed. (may take 30mins to finish even on a fast machine with ssd)
drr=gdi has been buggy in winetricks due to a change in the way the reg key was changed. Newer versions of winetricks should do it correctly but if you get graphical glitches (more likely on older hardware) then you can edit the registry accordingly.
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="gdi"
"renderer"="gdi"
run Logos x32 download from https://downloads.logoscdn.com/LBS8/Installer/8.16.0.0002/Logos-x86.msi (or x64) the latest version number can be found from the forum at community.faithlife.com/forums
WINEPREFIX=$HOME/.wine-logos/ msiexec /i $HOME/Downloads/Logos-x64.msi
run Logos
WINEPREFIX=$HOME/.wine-logos/ wine64 $HOME/.wine-logos/drive_c/users/$USER/Local\ Settings/Application\ Data/Logos/Logos.exe
"Download your Logos Library" - it is recommended to choose minimal install and download the rest later.
"Downloading resources" (could take hrs)
"Preparing Library" (probs a few mins)
"Indexing" (could take a couple of hours depending on library size and hardware)
To enable/disable Logos own verbose logging which can be useful for any troubleshooting:
On: wine64 reg add "HKCU\\\\Software\\\\Logos4\\\\Logging" /v Enabled /t REG_DWORD /d 0001 /f
Off: wine64 reg add "HKCU\\\\Software\\\\Logos4\\\\Logging" /v Enabled /t REG_DWORD /d 0000 /f
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Steve on Saturday May 16th 2020, 23:14
Only a couple more apps to migrate now, and I will be able to wean myself off Windows as my primary OS.
Tried running on Debian 10 but no joy either with synaptic or command line install. (May have been a messy install though chasing dependencies out of order).
First install on Ubuntu (18.xx) also failed to complete without errors. Again possibly messed up with various attempts graphically and at command line.
This current install was done immediately after the initial login. I had chosen full instal with all updates etc.
The experience with Ubuntu was seamless and quick considering the reasonably large Logos file I had to import, >3.5Gb
Daniel's script ran flawlessly.
Amazing! Great Effort.
God Bless,
Cheers Steve
by thiago s f carvalho on Saturday May 2nd 2020, 10:45
thiagoserra.github.io/ (on Linux section).
Meus amigos brasileiros!
Escrevi um tutorial simples de como instalar o Logos 8 usando o script do Daniel.
Instru��es dispon�veis em:
thiagoserra.github.io/
Que Deus nos aben�oe.
by Daniel Ribeiro da Silva on Saturday December 28th 2019, 2:18
by Adam on Wednesday May 6th 2020, 12:32
by Daniel Ribeiro da Silva on Thursday December 26th 2019, 14:55
by Jesse Steele on Wednesday December 25th 2019, 9:29
by John Goodman on Wednesday December 25th 2019, 17:16
by Nick Andrewes on Saturday May 2nd 2020, 10:31
Well, to clarify, indexing hung a couple of times, but got there after a couple of restarts. This may or may not be normal behaviour in windows. I did not need to set to winxp for indexing.
For me, it does not prompt to update the operating system, and successfully downloaded Logos updates and installs them.
I do still get black screens, which draw correctly when I resize or move the window.