go-vgo/robotgo

Fedora 29 Mouse not working (Wayland ?)

クローズ

#178 opened on 2018/11/05

 (5 件のコメント) (1 件のリアクション) (0 人の担当者)C (673 件のフォーク)batch import
LinuxProposalenhancementhelp wanted

Repository metrics

Stars
 (7,142 個のスター)
PR merge metrics
 (平均マージ 8h 42m) (30d で 5 merged PRs)

説明

  • 0.60
  • 1.11-1
  • 8.2.1-4
  • Fedora 29 64Bit
  • 4k
  • Can you reproduce the bug at Examples:
    • Yes (provide example code)
    • No
    • Not relevant
  • Provide example code:
package main

import (
	"github.com/go-vgo/robotgo"
)

func main() {
	robotgo.ScrollMouse(10, "up")
	robotgo.MouseClick("left", true)
	robotgo.MoveMouseSmooth(100, 200, 1.0, 100.0)
}
  • Log gist:

Description

So it seems like the mouse features are not working straight away on fedora 29. The Curser or buttons below the cursor just flicker. No mouse movement whatsoever. Maybe this is related to Wayland Support ? However i also tested Keyboard functionality wich seems to work fine.

Any ideas ? ...

コントリビューターガイド