rbreaves / kinto

Mac-style shortcut keys for Linux & Windows.
http://kinto.sh
GNU General Public License v2.0
4.27k stars 214 forks source link

Fedora 36 KDE Support Lacking #674

Open rbreaves opened 2 years ago

rbreaves commented 2 years ago

Describe the bug Dependency missing vte291-devel.

keyboard input stops working due to signal error with xkeysnail. make sure to check for x11 - that check is failing under this distro version for some reason

RedBearAK commented 2 years ago

@rbreaves

Dude, what the…

I’m literally just in the middle of setting up F36 KDE spin on a 2007 MacBook, in anticipation of testing a Kwin script that simulates macOS application switching in Plasma.

Anyway, ran into the same issue and solved it with the “vte291” package. No “devel” needed.

The installer succeeds without it, but should probably install “python3-wheel” also.

Are you testing the environment variable “$XDG_SESSION_TYPE” for “x11”? I didn’t run into that problem since I remembered to change the session to X11 right after install.

rbreaves commented 2 years ago

Yea devel probably not needed & the latter well I was in wayland by accident - shouldn’t happen like that though.

joshgoebel commented 2 years ago

Since this is still open I'd be curious if my port has the same issue... though I'm not sure how I'd test it... be seeing a full stack-trace might be useful.