* Started the solution to Snap and PopOS not working
Needs Snap detection on line 102/103
This code does NOT function properly unless that detection added
Added ability for the program to resume if the PopOS fix works
* Implemented changes as suggested by bobslept
* Implement python virtual environment
* added venv instead of using system env pip
* adjusted the unit file to startup the app from the venv
* created a wrapper script to call the app from the venv
* extended cleanup for venv and additional scripts
* refactored the is_running() function to find the process now that it
is called from a venv
* remove update_service_file since we changed the binary path to the venv location
* fix bug in argument handling; upgrade pip before installing python packages
* fix bug in syntax
* Renamed auto-cpufreq wrapper
* Change permissions to use --stats as user
* Changed init scripts to use wrapper
Co-authored-by: aroundthfur <velimir@foolcontrol.org>
* Fix for PopOS os_release problem
Fixes issue #276
* Added Pop!_OS detection
* Removed redundant abort code in Pop!_OS detection
* Added exit case for pressing 'N' or not pressing anything
Also fixed weird whitespace issue with backslash
* Changed to "Operation aborted by user" for 'N'
* Update auto_cpufreq/core.py
Co-authored-by: bobslept <38557801+bobslept@users.noreply.github.com>
Co-authored-by: bobslept <38557801+bobslept@users.noreply.github.com>
* check if charging in laptop with battery
* using both battery and ac adapter to check if charging
also battery status unknown is now recognized as charging
* Execute update_service_file only after copying files
Fixes#270
* Fix indentation, rename finished_text function to old name
* Update auto-cpufreq-installer
* daemon running msg was wrong (it was printing the install message). Fixed to a daemon running specific message.
* move footer after the daemon check func