go-vgo/robotgo

Fedora 29 Mouse not working (Wayland ?)

已关闭

#178 创建于 2018年11月5日

 (5 条评论) (1 个反应) (0 位负责人)C (673 个派生)batch import
LinuxProposalenhancementhelp wanted

仓库指标

星标
 (7,142 个星标)
PR 合并指标
 (平均合并 8小时 42分钟) (30 天内合并 5 个 PR)

描述

  • 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 ? ...

贡献者指南