Add Linux local build script and update compile instructions#272
Open
saurondark22 wants to merge 1 commit into
Open
Add Linux local build script and update compile instructions#272saurondark22 wants to merge 1 commit into
saurondark22 wants to merge 1 commit into
Conversation
- Add build-and-install-local-linux.sh for local install with launcher icon - Update build docs with clearer venv setup, platform-specific activation, and Linux install steps - Add autostart option and post-install usage info - Ignore Python venv, packaging, dist, and spec files in Windows_and_Linux - Fix README link to point to main branch instead of specific commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a complete local installation experience for Linux users along with clearer documentation for building from source.
Changes:
build-and-install-local-linux.sh— builds the application locally and installs it with a launcher iconinstall-local-linux.sh— a full-featured installer that handles dependency checks, venv creation, icon installation, desktop entry registration, and optional autostart setup.gitignoreto exclude Python virtual environments, packaging artifacts, dist folders, and PyInstaller spec filesWhy this matters: Currently, the Linux compile is not working correctly. This change provides a one-command install path and properly integrates the app into the desktop environment (launcher icon + optional autostart).
To those who wonder around earlier, I previously tried using a deb installer, but it failed horribly. The deb file was compiled and packed, but the files were not copied during installation. My guess is that some built-in Ubuntu security is preventing this or i was am doing something wrongly, though I'm not sure. I'll attempt it again later. so In this PR its just advanced version of compile it yourself that also installs and auto start writing tool with OS.