-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unable to run on OpenBSD #167
Comments
Another (admittedly unpleasant) workaround for the time being would be creating a symlink pointing to the right library, stored in some directory of your choice that gets added to LD_LIBRARY_PATH. At least I think that should work. I could see about using a fork of Gio with the patch applied for the time being, as updating to the new API is out of the question. However, Gotraceui will stop supporting X11 in the near future. Unless OpenBSD makes the move to Wayland, Gotraceui will stop working, anyway. |
Wayland already works on OpenBSD, though my preferred desktop environment does not yet support it. Happy to test anything if you want it. The LD_LIBRARY_PATH hack also works with an unpatched gio. |
Could you please elaborate? Is the upgrade something that you don't want to spend time on, but that you would accept contributions for? Or it does not make sense to do it at all? I tried some quick experiment in April and most of the changes seemed to be straightforward replacements as far as I remember. One tricky part was the event spy. But yeah, it would be at least a few days of work. |
Gotraceui will eventually (hopefully in the next couple of months) switch to a different GUI library, which is why I don't want to invest time (neither doing it myself nor reviewing such a change) in upgrading to a newer version of Gio. It's also why development on Gotraceui in general has stalled for now. |
我升级了表格控件到最新版,其它控件没有升级 |
Hi,which different ui library you will try? |
@ddkwork the one I am writing. |
Can I view your code repository? |
https://github.com/dominikh/gutter contains several branches at several states of development, but nothing is in its final state yet. |
Nice work,i will look it. |
gotraceui opens a new window for a split second before exiting with this error:
I have the library
/usr/X11R6/lib/libGLESv2.so.3.0
but the gio version currently used is too old and is missing this fix:https://git.sr.ht/~eliasnaur/gio/commit/05d28ad76a4946b4e0d0cb0ceb34c9337fd81724
LD_PRELOAD does not help because gio is trying to dlopen() the wrong name.
Unfortunately the gio api has changed somewhat in the latest version and updating it will take more than just requiring the latest, but with a local replacement and that fix cherrypicked, gotraceui does run.
The text was updated successfully, but these errors were encountered: