mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 09:35:55 +03:00
[GH-ISSUE #1411] Helper Tool issue on macOS Ventura #1404
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1404
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NghiaTranUIT on GitHub (Oct 24, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1411
Originally assigned to: @NghiaTranUIT on GitHub.
Description
On macOS Ventura, the Helper Tool incorrectly displays in System Setting.
Steps to Reproduce
Current Behavior
Expected Behavior
Environment
@NghiaTranUIT commented on GitHub (Oct 25, 2022):
Fixed: https://github.com/ProxymanApp/Proxyman/issues/1405#issuecomment-1289918336
@NghiaTranUIT commented on GitHub (Oct 25, 2022):
Update
However, the Login Item + Allow in the Background doesn't properly update it due to the caching mechanism (I believe that it's a bug on macOS Ventura).
To fix it, we can follow either 2 approaches:
Use
sftoolclisftool resetbtmNo need to restart
If it's the first time you've installed Proxyman (fresh macOS), it always shows the correct one.
@gabrielmaldi commented on GitHub (Dec 26, 2022):
Thanks!
Note: to uninstall the helper tool I had to
rm /Library/PrivilegedHelperTools/com.proxyman.NSProxy.HelperToolbecause the Uninstall button in Settings > Advanced isn't shown when Proxyman detects that the tool does not have Allow in the Background permission (and macOS wasn't displaying the entry in General > Login Items). After I deleted the file, Proxyman allowed me to install the tool again and I could successfully allow it to run in the background in macOS settings.@NghiaTranUIT commented on GitHub (Dec 27, 2022):
Thanks. I will fix this issue: To allow uninstall if the status is "Not Allow" 👍