z3ntu / RazerGenie

Qt application for configuring your Razer devices under GNU/Linux.
GNU General Public License v3.0
376 stars 35 forks source link

the application is not responding ,macOS big sur #111

Closed TreviD closed 1 year ago

TreviD commented 3 years ago

I have compiled on macOS, but the generated app does not run, indicating that the application is not responding。 I compiled with the following command

meson --prefix=/tmp/RazerGenie.app --bindir=Contents/MacOS builddir
ninja -C builddir install
rm -rf /tmp/RazerGenie.app/share
install_name_tool -change /tmp/RazerGenie.app/lib/libopenrazer.0.dylib @executable_path/libopenrazer.0.dylib /tmp/RazerGenie.app/Contents/MacOS/razergenie
cp builddir/subprojects/libopenrazer/libopenrazer.0.dylib /tmp/RazerGenie.app/Contents/MacOS/
macdeployqt /tmp/RazerGenie.app
z3ntu commented 3 years ago

Not sure, last I tried it still worked fine. I might try soon on my VM to see whether there's a new problem. Also I can't really provide any support for razer_test & RazerGenie on macOS.

z3ntu commented 1 year ago

Cannot reproduce and no response, closing.