BTT Background service incorrectly named

Describe the bug

It looks like the background service on macOS 13 is called 'BetterTouchTool' - but instead 'Andreas Hegenberg' :sweat_smile:

Because it doesn't give any hints to the fact it's actually BetterTouchTool I had to google who that person was and then found out it was the developer of BTT.

Affected input device (e.g. MacBook Trackpad, Magic Mouse/Trackpad, Touch Bar, etc.):
N/A

Screenshots
BTT is actually the top item here:
image

Device information:

  • Type of Mac:
  • macOS version: 13.0
  • BetterTouchTool version: 3.936

Additional information (e.g. StackTraces, related issues, screenshots, workarounds, etc.):

N/A

Unfortunately that's a limitation in macOS Ventura for such background services (and Apple has already received a lot of critical feedback about this because it's super stupid - they use the name saved in the signing certificate, which can not be changed). You probably have the process priority helper tool installed (which is not necessary anymore, so you can uninstall it here: (will probably require a macOS restart to not show up anymore)

Ahhhh ok, thanks Andreas I'll do just that!

As a side note - I just noticed that BTT downloads via Homebrew are broken:

brew install bettertouchtool
==> Downloading https://folivora.ai/releases/btt3.936-2101.zip
######################################################################## 100.0%
Error: SHA256 mismatch
Expected: e2fb89c59bf8c89f07439446f6dbc0f2493e6f139481d2bbc50b18f40dcea0e8
  Actual: 60cac3bda56fe3a408aeaa3ad41b6129dff91db7f12ce163af89e3eb6afeb6dd
    File: /Users/samm/Library/Caches/Homebrew/downloads/167349196423d4d3c8da03ae7891a4b486a4d3f037d4b370cd5f33551eabe2a2--btt3.936-2101.zip
To retry an incomplete download, remove the file above.

Thanks for reporting, this should be fixed!