-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unable to get gestures to work #45
Comments
What do you mean by "plugin not responding"? Does touch screen still work in apps (or is your touch screen completely unusable)? Or is everything working fine, just gestures don't work
That may very well be a mistake in the README, I don't use hyprload myself so I'm not sure (I only tested it once) |
also what distro are you on? |
Apologies, I probably could've worded that a bit better. I'm running Arch Linux |
found this on the hy3 repo
*This was talking about installing from AUR but the part about deleting the hyprland headers and pkg-config file MUST be installed correctly, for the target version of hyprland. Note that you'll have to rebuild hyprgrass each time you update hyprland |
Sorry for the late reply, The version of Hyprland I was using when I raised this ticket was 0.30.0-1 from the Official Arch repo. What's strange is that the Hyprgrass repo is at version 0.30.0, but when I load the
I tried deleting those files and re-installing Hyprland along with Hyprload. That didn't appear to work. Interestingly, Hyprload actually installed everything this time and I could see Hyprgrass listed when I executed However, I was only able to get Hyprgrass to work very briefly. After performing a gesture 2-3 times Hyprland seemed to completely crash. Also, any of the gestures that were bound to execute execute a command (In my case this was I'll give it another try when I have some spare time in case I did something else wrong. Which version/package of Hyprland has hyprgrass been tested with? |
it works for me on Hyprland 0.30, but it should work on any version after the plugin addition
That's my bad actually, forgot to update version number in the source file @N0tallion6 @xVermillionx @crimist since yall seem to be facing the same issue I'll let you know here: I'm waiting for hyprwm/Hyprland#3545 to get merged before I do anything. Basically I'd be able to check for version mismatch - if it is one, there's nothing to fix on my end; if it isn't one... I'll figure it out when it comes to that |
3545 will be merged once fufexan is resurrected |
3545 looks merged now |
Hi, i dont know if its related to this issue but i see hyprgrass plugin installed and i have all copied from readme in my hyprland.conf but my binds doesnt work(same as in readme), even tried different ones but still the same, am i missing something? |
@horriblename My sincere apologies for the late reply, Life got in the way... I finally got round to testing Hyprgrass about a week ago with your latest patch. Unfortunately I'm still facing issues. I uninstalled Hyprland and rebuilt it from source via the AUR. The AUR build had caught up with the minimum version you specified hence why I did it this way. (The version I used being The good news is that Hyprgrass no longer crashes my Hyprland. The bad news however is that I still cannot get the gestures to work. In fact, when I try to do a gesture, my Surface pro appears to stop responding to touch gestures entirely - I can't use the Pen or my fingers. Mouse still works fine however. I've saved a copy of the log and attached it here: Apologies once again for the late reply - hope this helps! |
I had the same problem on Surface pro5, I also use Arch Linux |
last shot, if this doesn't work I'm truly out of ideas. update hyprgrass to latest and hyprland from commit pr: #60 |
thx now its working only one minor bug what i found (maybe i have problem somewhere else hyprload even complaining about mismatch version of hyprland) when i use hyprland and add new bind first execution crash hyprland but after restart works fine. |
If you can reproduce it, open a separate issue for this |
I was able to reproduce it once, even have crash report but now iam not able to reproduce it |
the same happens to me too , sometimes it even fails to load and when i load it manually it doesn't work at all and sometimes it works perfectly |
I finally managed to take another look at this. I re-compiled Hyprland, this time directly from the source code so that I now have the latest version. Then I stupidly realised I was still on the Thank you so much for your help @horriblename ! we can close this ticket now |
Hi, I've been trying to configure my Surface Pro 4 to work with Hyprland. Saw this plugin and thought it might be handy for navigation, especially if I detach the keyboard. However, I can't seem to get the plugin to respond at all.
I've tried installing via Hyprload as well as compiling manually and loading in my hyprland config with
hyprctl plugin load /path/to/libhyprgrass.so
.Interestingly, Hyprgrass doesn't show up in the plugin list with
hyprload plugin list
if I've loaded it through Hyprload, which is what prompted me to try installing it manually, but does when manually executing the one compiled from source, though I don't know if this is a quirk of Hyprload itself.I don't know if it's anything to do with the way I configured it, although I'm fairly certain I've followed the readme to a T - my config is as follows:
Current gesture bindings are:
(I set it to execute notify-send as a way of testing, though I also tried the top 2 with just the standard
workspace +1
command, but that doesn't appear to have any effect either...)Am I missing something?
I apologise in advance if I've made any rookie mistakes here. Still trying to wrap my head around Hyprland and everything associated with it!
The text was updated successfully, but these errors were encountered: