-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run it on linux? #4
Comments
I managed to run it on Arch linux:
There is warnings:
I run it from the
|
Thanks for documenting your findings for getting it to build on Linux. The latest versions of mono should include And yes the working directory should be in the |
If I am not mistaken, current arch Thanks for your reply. I think it would be nice to add these instructions into documentation page. I could make the PR if you prefere. Should I? |
Thank you so much! The instructions on this bug were VERY helpful, and now I have a useful keyboard! This is MUCH nicer than the original software and I don't have to boot a VM to use it. Thank you all so much! |
Really great software! I have one quick question. My GK64 came with
|
I don't think I added support for mapping special character codes Line 269 in a236079
Backslash value? So maybe test doing Backslash:A to first change it to the A key, then find out how to redirect it to what you want it to be by playing around with the values. Note that doing Backslash:Backslash wouldn't do anything as you need to map a key from a value to a different value, using the same value as itself is the same as no change.
Also I think |
Brilliant @pixeltris thanks for the response.
Turns out that the ordering of that config did mess things up. I can confirm that Backslash:A works as expected now that I've removed those Lighting lines. As for the keycode for I've settled with Backslash:AltBackslash, which is good enough for now. Many thanks for the pro tips. |
Cross-reference #3 |
Hello guys, Help would be appreciated. |
@Fletchersan Use sudo |
The README has been updated to clarify how to compile / run on Linux / Mac. |
Thanks a lot @everyone! 😅 |
Clarified the GUI part and running on Linux – changed sudo for *super user*, as other ways to be root work here (`su`, `doas`, etc.). Also added link to pixeltris#4 so hopefully it's clearer how to compile it. It's probably worth rewriting somewhere down the line instead of relying to link to issue, but for now I hope it clears up some questions. :)
After revisiting this project I get a lot of build errors on Ubuntu 18.04 with the mono-complete package. Lots of errors relating to missing definition of basic types like System.Object and System.Int32 etc. To overcome those errors I use the following command:
Hope this is useful to someone. |
Hi guys, This is what I'm doing. [Base,Layer1,Layer2,Layer3,FnLayer1,FnLayer2,FnLayer3] any help would be appreciated. |
hey my keyword dosn't give any input but it lights up but some times it works. |
can i make keyboard lights white |
@tinydumb that's the same problem as in #181 resize your browser to fix it. |
@pixeltris thanks a lot, u're saved my ass, because my drivers get broke, have a good day! |
Hi, i downloaded the zip, extracted it, there's no build folder there... where should i execute msbuild? |
@Humam-Hamdan I believe you downloaded compiled version of the app. Instructions here is for building it yourself from the source code. You can download the source code from the release section |
In that you're right, i noticed that after i closed my pc so i didn't get the chance to relook here again. |
built it, ran it, noting, the terminal window just stays as it is without anything. |
Could you share some instuctions how to run it on linux? As I understand I should compile it somehow. But I am ot sure how. I tried to install msbuild, but I didn't succeed so far (I got dependency errors). Is it at least the right direction?
The text was updated successfully, but these errors were encountered: