-
I've been using some incredibly bad wifi in Vietnam. Often, on my sgos machine, I've found that coyim has lost a connection to The One True Jabber Server. While reconnecting, I noticed that someone ha…
-
Full output below. I've upgraded GTK and GDK to their latest versions. Go get was performed today.
Is this a known problem?
---
#github.com/gotk3/gotk3/gtk
could not determine kind of name for C.Gt…
-
seems to have a fairly strict list of depends
i decided the lsystem demo looks like the easiest to try this out.
go 1.7 on OSX
```
github.com/mattn/go-gtk
github.com/mattn/go-pointer
x-MacBook-P…
-
When I try to connect any or all accounts (I imported various from pidgin) coyim crashes with the following stacktrace:
```
coyim
panic: runtime error: invalid memory address or nil pointer dereferen…
-
-
- Message support i18n
- UI support i18n (can be less?)
-
Followed instructions in README, but ran into the following error both by installing through `go get` and trying to build from source (os: Ubuntu 14.04 amd64):
```
# github.com/gotk3/gotk3/gdk
could …
-
- [x] Need to remove Gotk3 in gopath, otherwise rightclick will crash the app
- [x] gui/hacks_darwin.go `cannot use gtki.STYLE_PROVIDER_PRIORITY_USER (type gtki.StyleProviderPriority) as type uint in …
-
I added a new account and told it to connect. While it was connecting, I found the "import accounts"-feature and chose to use that instead to be able to use the same OTR keys as in pidgin. So, I delet…
-
When doing unit testing, the gotk3 package is a bit problematic - it is large and compiles slowly, and it builds real GUIs on the screen.
My proposal is that in order to facilitate testing, we make …