Harish Rajagopal

Results 54 comments of Harish Rajagopal

I finally got the Flydigi Vader 4 Pro! I also installed the latest xpad master branch from the AUR (https://aur.archlinux.org/packages/xpad-dkms-git) with the patch from @matoro. First question... how do I...

Thanks for the clarification! I enabled the `extra_buttons` option and tested it with `evtest`. I can confirm that all back buttons, the extra face buttons (C & Z), and all...

> Hi, everyone! I am thinking about using this PR and I would like to know which is the best approach: install xpad with the patches from this PR or...

I couldn't manage to get Steam to recognize the additional buttons. I ended up modifying the Elden Ring script for my own purposes (also for Elden Ring 😛). I set...

I haven't seen this issue previously, so I'm not sure. Where do you see these errors? That might help to diagnose this issue. Try the following out: 1. Swap ReGreet...

Your background path seems to be in `/tmp`. Are you sure that the image exists there? Could you also try with a different path?

Well, in the codebase, I just pass the path to GTK, and it should automatically pick it up. I'll try to write a minimal GTK app for displaying an image,...

Can you run this file: ```rust use gtk::glib::clone; use gtk::prelude::{BoxExt, ButtonExt, GtkWindowExt}; use relm4::{gtk, ComponentParts, ComponentSender, RelmApp, RelmWidgetExt, SimpleComponent}; struct AppModel { counter: u8, } #[derive(Debug)] enum AppInput { Increment,...

Okay I'm a little confused here. Where does this problem occur: 1. The Sway that is used to launch ReGreet 2. The Sway that ReGreet launches Also, are you saying...

Please post the logs, along with the contents of the Sway session file that ReGreet loads (this should be in `/usr/share/wayland-sessions` or something similar. Also, could you try this with...