|
|
7.
|
|
|
A Python3-based GUI application to notify user about charging, discharging and not charging state of the laptop battery on Linux.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/BatteryMonitor/cli_args.py:22
|
|
|
8.
|
|
|
Start Battery Monitor Indicator
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/BatteryMonitor/cli_args.py:28
|
|
|
9.
|
|
|
Test Battery Monitor by running indicator
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/BatteryMonitor/cli_args.py:29
|
|
|
10.
|
|
|
Print debug messages to stdout i.e. terminal
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/BatteryMonitor/cli_args.py:30
|
|
|
11.
|
|
|
Show version and exit
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/BatteryMonitor/cli_args.py:31
|
|
|
52.
|
|
|
Could not acquire lock or kill previous instance.
|
|
|
If acquisition failed even after trying to kill, something is wrong
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/BatteryMonitor/indicator.py:68
|
|
|
53.
|
|
|
Initiaing Appindicator.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/BatteryMonitor/indicator.py:71
|
|
|
54.
|
|
|
Old instance termination requested. Rerunning new instance via os.execv to take over.
|
|
|
Now we restart the current script process using os.execv, ensuring it re-runs this logic fresh.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/BatteryMonitor/indicator.py:124
|
|
|
55.
|
|
|
Lock exists but no valid PID found in file. Manual cleanup required.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/BatteryMonitor/indicator.py:133
|
|
|
56.
|
|
|
Releasing lock and removing the PID file.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/BatteryMonitor/indicator.py:156
|