-
Notifications
You must be signed in to change notification settings - Fork 16
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
Question: Linux Support? .appimage? (SOLVED) #4
Comments
The code is specifically designed for Windows, utilizing the Windows API to manage keyboard input and system tray interactions. Consequently, it will not run on Linux systems without modifications. Currently, I am not looking to convert or rewrite the code for Linux, as there are additional features planned for the future. Additionally, my knowledge of Linux software development is limited. ...sorry |
No problem! I hope a Linux solution eventually comes along. |
Guide for SnapKey on Linux!Using Flatpak Steam + Flatpak steamtinkerlaunch Step 1:INSTALL steamtinkerlaunch <- using flatpak version flatpak install com.valvesoftware.Steam.Utility.steamtinkerlaunch Step 2:Example directory:
Step 3:
Step 4:GUI options
Step 5:MISC options
Step 6:Proton options
Step 7:Tools options
Step 8:
Enjoy 😊 TROUBLESHOOTINGgame not launching?
To add, this is a short rant!I spent at least 3 days troubleshooting and trying to get SnapKey to work on my Gamakay TK68 HE. I want to thank the developer for writing an awesome program that doesn't use AutoHotkey! 😊 I did find an AutoHotkey solution that worked, but I'd suggest avoiding that solution if possible, especially for competitive games that use anti-cheat. |
That's fantastic news! I'm really glad to hear it's working smoothly for you on Linux with Proton. Enjoy using SnapKey, and thanks a ton for the appreciation! It means a lot! PS. I have added a reference to your guide in the README file. Great job! |
Would this also work w/o the flatpak steam version? |
@Tom-jm03
Flatpak steamtinkerlaunch is not compatible with non-flatpaked Steam...You will need to install steam tinker launch from your repo provider or through github for your specific distro. The directories navigation will be slightly different.. If you're using non-flatpak Steam, Steam already has access to your entire file system so place SnapKey.exe + its configuration files in the directory of your choice and follow the rest of the directions from the post for adding SnapKey.exe as a custom command. Reason I'm using flatpak versions is primarily high compatability and I've personally found there to be no downsides... Unless if you're using an Nvidia GPU which just came to mind.. I want to add I've concluded from using Linux for a long time that flatpak steam is perfectly fine as it packages the latest mesa drivers and through extensive testing has been more flexible in use with every DE and WM that I've tested and used. "every DE and WM that I've tested and used" includes
Let me know if you have any more questions I should be able to help. |
the |
If you click "STOP" in Steam it should close the game and any process related to it. I have noticed this behavior but I don't know a solution.. It's not that big of a deal as long as you know you need to also STOP the game within Steam Client as well.. Maybe there is a configuration/setting within steamtinkerlaunch to achieve the behavior you're seeking. |
SOLVED: #4 (comment) <- Click
As the title requests. Can an .appimage be compiled to operate under a Linux environment?
I'll be understanding if this doesn't work on a Wayland session such as (Sway).
Maybe the application could work on i3 (X11/Xorg Session) ?
The text was updated successfully, but these errors were encountered: