You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you encounter security warnings when running the application:
84
+
If you encounter security warnings:
67
85
- Go to `System Settings` → `Privacy & Security` → scroll down to `Security`
68
86
- Click "Open Anyway" next to the BattGUI warning
69
87
- Confirm execution in the dialog
@@ -91,6 +109,31 @@ open app/build/Release/app.app
91
109
- Historical data trending
92
110
- Customizable power profiles
93
111
112
+
-**GUI Charge Limit Adjustment Permission Denied**: When attempting to adjust battery charge limit through the GUI, users encounter permission errors depending on installation method.
113
+
114
+
## Affected Components
115
+
-`powerInfo.m` (Objective-C)
116
+
- Unix domain socket: `/var/run/batt.sock`
117
+
- GUI slider control
118
+
119
+
## Symptoms
120
+
| Installation Method | Behavior | Command |
121
+
|---------------------|----------|---------|
122
+
| With `--allow-non-root-access`| ✅ Works correctly |`sudo batt install --allow-non-root-access`|
0 commit comments