-
Notifications
You must be signed in to change notification settings - Fork 6
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
GTK-4 Support #8
Comments
Eventually, yes. I primarily use relm, so I wasn't going to look into it into relm supports gtk4. I just looked quick and didn't see a mingw64-gtk4 package for fedora, but I'm not sure if that's the naming convention they'll be using. |
I don't know much about Fedora,, but there's |
just searched and the packages aren't in fedora yet. I'll keep an eye out. |
Thanks! |
It has taken me a few (22) days, but I've gotten a I was wondering how you fixed the problems with case-insensitivity when linking. Is there a way to emulate Windows' case insensitivity? |
I actually haven't run into any case issues before. You can turn on case insensitive support for ext4 if you have a recent kernel. Here's instructions on setting it up with a loopback file, so you don't mess up any existing partitions:
that will make a 400MB image mounted at /mnt/code and create a directory called rust that is case-insensitive. Then you can copy your code over to that directory and point the docker image to it like normal. |
I think that the above wouldn't be great for a public project because people could easily mistype the I have come up with a way to compile GTK4 manually. I tried making an RPM for it but couldn't really figure out the Fedora build system or make it work with me, so I packaged it into a nice docker image. It can be found here, and it does support multiple languages or build systems with customisable images (yours does too, don't get me wrong). I still have a bit to go, mainly removing unnecessary I did use your |
As I've used this Docker image for GTK+ 3 builds, I'm wondering if there are any plans to support GTK4?
The text was updated successfully, but these errors were encountered: