LogosLinuxInstaller
LogosLinuxInstaller copied to clipboard
A Python application that helps install and maintain FaithLife's Logos Bible (Verbum) Software on Linux through Wine.
Use this for the MSIs: https://clientservices.logos.com/update/v1/feed/logos10/beta.xml Also, cf. https://github.com/FaithLife-Community/LogosLinuxInstaller/issues/84
Fedora's `dnf` (and `yum`) is actually a python script. Since LLI includes its own python libraries, there seems to be some kind of library mismatch when the binary tries to...
Fixes #144. It also fixes issues with the GUI. Also reworks how we trigger sudo requests and even stores the user's password in order to reduce the number of requests...
We need code to check if the config is valid, else the program breaks. Ideally we should notify the user if the config can't find the declared install and offer...
Using the latest alpha (v4.0.0-alpha-.13), when I go to the app menu and click Bible or type in a passage and choose to open it up in the bible, Logos...
The Indexer's compatibility works best with Vista, not Windows 10.
With the TUI revamp complete (#42) and with the TUI further refined in #22, some planning needs to be done for further improvements. These issues track some of those issues:...
I'm thinking in .local/state or somewhere similar. Ideally if we do this, anytime an update is run, we would compare the cache file to what is on the web, and...
When running the TUI I don't get to see the Wine debug log. To see it I have to run `-D` which kills the TUI. Storing this in its own...
There are at least 4 calls to pkexec during dependency checks. See if they can be reduced to 1 call just for the actual install command. Listing installed packages and...