Skip to content
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

XIO: fatal IO error when showAlert() #30

Closed
stevenzack opened this issue Nov 29, 2016 · 1 comment
Closed

XIO: fatal IO error when showAlert() #30

stevenzack opened this issue Nov 29, 2016 · 1 comment
Milestone

Comments

@stevenzack
Copy link

package main

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

func main() {
	abool := robotgo.ShowAlert("test", "robotgo")
	if abool == 0 {
		Println("ok@@@", "ok")
	}
}

$ go run client.go 
XIO:  fatal IO error 2 (No such file or directory) on X server ":0.0"
      after 11 requests (11 known processed) with 0 events remaining.

os:Archlinux
gcc: 6.2.1 20160830

@vcaesar
Copy link
Member

vcaesar commented Nov 29, 2016

This func does not support linux now, will be support linux and fix this bug in v0.50.0

@vcaesar vcaesar modified the milestone: v0.50.0 Nov 29, 2016
@vcaesar vcaesar closed this as completed Jan 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants