-
Notifications
You must be signed in to change notification settings - Fork 12
Port XQF to GTK+3 #14
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
Comments
@skybon said:
|
#92 is Avoid individual GLib/GTK includes |
If you do, this can you please keep the option for users to compile a GTK2 version? |
@illwieckz I have not looked at GTK3 yet so cannot say for sure. However, I cannot imagine a strong case for GTK2 since GTK3 is the default in nigh all LTS distributions now. |
On Wed, Jun 10, 2015 at 02:08:19PM -0700, Thomas Debesse wrote:
@Xylemon, do you have a good reason to want to keep a GTK2 option? GTK+3 Unless there's really a good reason to keep GTK+2 as an option, I would Jordi Mallach Pérez -- Debian developer http://www.debian.org/ |
I agree with @jmallach, unless someone comes with an unattended strong reason, I see no need for keeping GTK+2 if we have GTK+3. |
There are many reasons people would not want to move to GTK3. Some of them are political, it being an out of place program on their systems, and just the general overhead of features that I don't think XQF would ever even utilize to be brutally honest. How would Wayland and HiDPI even be useful? You'd have to do a lot of work in the first place (such as vector images and so on). Not to mention if you really want to support distributions like Slackware, most users aren't going to want to compile a GTK3 only program. In fact almost all SlackBuilds are set up to use GTK2 because the majority of them use KDE or some type of GTK2 system. I still don't see why it would be such a big deal to support GTK2 and GTK3 simultaneously, I mean projects like SpaceFM handle this very well. But if you guys desire to do such a move then I suppose there's nothing I can do. |
@Xylemon Current XQF code is barely maintainable and all substantial improvements will be coupled with rewrite. Eventually when GTK3 version is feature complete old parts will be scrapped. Political reasons (IDONTLIKEIT) cannot substitute the fact that GTK2 is nigh dead. It does not receive any fixes except for security. GTK3 is GNOME's focus and therefore the version to be used by projects. If anyone of Slackware is willing to step up and do GTK2 backporting of new code then we would have something to talk about. Otherwise it's an additional maintenance burden that I'm very much against. |
started XQF UI reconstruction, cmake improvements, ref #14
port menu to gtkbuilder, move “Preferences” in “Edit” menu, improve GTK+3 stuff etc. ref #14
This issue must be closed before :
The text was updated successfully, but these errors were encountered: