pqrs-org / Karabiner-Elements

Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later.
https://pqrs.org/osx/karabiner/
The Unlicense
18.57k stars 834 forks source link

Locally build package doesn't install Karabiner HID driver #2839

Open vtns opened 2 years ago

vtns commented 2 years ago

Released version (13.7.0) of installer package copies Karabiner HID driver to /Library/DriverExtensions/org.pqrs.Karabiner-DriverKit-VirtualHIDDevice.dext

but when I clone the repo and build package locally (git log says this is Version 13.7.8), the install package won't copy this driver resulting karabiner-elements won't work.

-- what I did -- with Xcode version 13.0 (13A233)

$ git clone --depth 1 https://github.com/pqrs-org/Karabiner-Elements.git $ cd Karabiner-Elements $ git submodule update --init --recursive --depth 1 $ make package

.. got some error at ForEach while compiling karabiner Event Viewer. I fixed them and go on. $ make package got dmg open dmg & install using the package in it

-- what happened When running installed Karabiner-Elements, Mac never show extension blocked alert and there are no karabiner HID driver file in /Library/Extensitons, /Librari/DriverExtensions, nor /System/Library/Extensions.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.