You are not logged in.
Pages: 1
With the wxWidgets update (Arch Linux - News: wxWidgets 3.2 update) GTK2 was removed.
Which GTK2 package is recommended now for the wxgtk2 apps some of us still have to use?
I checked this package:
AUR (en) - wxgtk2-wxgtk-provides-latest
The comment from yesterday is not encouraging.
All these wx things are basically broken. Some needs a newer version, some needs the old one. A long chain of dependency made it impossible to even switch from old to new or new to old, without uninstalling nearly the OS
I appreciate any advice.
Last edited by MountainX (2022-07-19 00:20:48)
Offline
What "apps" are you referring to? The whole idea of wx is that client code can remain toolkit-agnostic and can run on a wide range of toolkits. If a program uses wx-widgets, it should transition seemlessly to gtk3 (or qt, or many others) with just a rebuild against the new / preferred toolkit.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Yeah I think you might be confusing wxwidgets with GTK2 itself. GTK2 is still in the repos.
Offline
What "apps" are you referring to?
The whole idea of wx is that client code can remain toolkit-agnostic and can run on a wide range of toolkits. If a program uses wx-widgets, it should transition seemlessly to gtk3 (or qt, or many others) with just a rebuild against the new / preferred toolkit.
I assume the vendor knows that, but I will pass it along on the support ticket we opened. So far they not been willing to do much. I am just happy we have had (until now) a working client on Arch Linux. It has actually worked quite well, honestly.
Yeah I think you might be confusing wxwidgets with GTK2 itself. GTK2 is still in the repos.
Currently filecloudsync has dependencies on wxgtk2 (wxgtk2-dev, wxwidgets-gtk2).
I will be pleasantly surprised if File Cloud decides to migrate to gtk3 or qt. If that happens, it's not likely to be today or tomorrow (or next week or even next month). They tend to move slowly. In the mean time, we depend on filecloudsync every day.
Is there an AUR package I can install now to keep FileCloud working, given the recent change in wxwidgets?
Offline
Currently filecloudsync has dependencies on wxgtk2 (wxgtk2-dev, wxwidgets-gtk2).
I will be pleasantly surprised if File Cloud decides to migrate to gtk3 or qt. If that happens, it's not likely to be today or tomorrow (or next week or even next month). They tend to move slowly. In the mean time, we depend on filecloudsync every day.
Is there an AUR package I can install now to keep FileCloud working, given the recent change in wxwidgets?
maybe you've already done this but just in case: https://aur.archlinux.org/packages/wxwidgets-gtk2 did you try installing it from the AUR?
Offline
maybe you've already done this but just in case: https://aur.archlinux.org/packages/wxwidgets-gtk2 did you try installing it from the AUR?
Thank you. That's the info I needed. I had looked at various AUR packages (like the one I linked in the OP) and wasn't sure which one to try. I'll try the one you linked.
Offline
Ah, nevermind, this is all about precompiled closed source programs - this will always be a problem and is not limited to widget toolkits. If the closed binary the vendor supplies is linked against old libs, there's very little that can be done about it. Sometimes some gymnastics can be done with installing the old libs under /opt/ and using an LD_PRELOAD hack, but that's about it.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pages: 1