Linked by Thom Holwerda on Fri 26th Feb 2010 12:22 UTC, submitted by kragil
Thread beginning with comment 411345
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Gnome 3 is divisive and will drive users to KDE
by KAMiKAZOW on Sat 27th Feb 2010 12:50
in reply to "Gnome 3 is divisive and will drive users to KDE"
RE[2]: Gnome 3 is divisive and will drive users to KDE
by nt_jerkface on Sat 27th Feb 2010 18:30
in reply to "RE: Gnome 3 is divisive and will drive users to KDE"
RE: Gnome 3 is divisive and will drive users to KDE
by abraxas on Sat 27th Feb 2010 14:46
in reply to "Gnome 3 is divisive and will drive users to KDE"
Qt is the better toolkit and everyone knows it. The plug needs to be pulled on GTK and we all know what is keeping it alive.
What's keeping GTK alive is that literally thousands of applications depend on it, including, but not limited to, the GNOME DE. There are reasons to choose GTK over QT for programmers who are not targeting GNOME. Maybe because their app is written in C and easier to bind to the language they use. Perhaps it is because GTK is just a toolkit and a lot slimmer than QT. Maybe they just prefer the look and feel of GTK.
RE[2]: Gnome 3 is divisive and will drive users to KDE
by vivainio on Sat 27th Feb 2010 15:29
in reply to "RE: Gnome 3 is divisive and will drive users to KDE"
There are reasons to choose GTK over QT for programmers who are not targeting GNOME. Maybe because their app is written in C and easier to bind to the language they use.
No "binding" is needed to use C code from C++. All you need is a good ol' linker. Most C programs can be compiled with C++ compiler, even.
Perhaps it is because GTK is just a toolkit and a lot slimmer than QT.
I doubt developers really care about this kind of "slimness", being that Gtk+ apps mostly target desktop computers.
Maybe they just prefer the look and feel of GTK.
Check out QGtkStyle.
RE[2]: Gnome 3 is divisive and will drive users to KDE
by nt_jerkface on Sat 27th Feb 2010 18:56
in reply to "RE: Gnome 3 is divisive and will drive users to KDE"
What's keeping GTK alive is that literally thousands of applications depend on it, including, but not limited to, the GNOME DE.
Yes a software ecosystem has been built around GNOME and GTK. It's a shame. The prominence of GNOME however is what keeps the system going.
There are reasons to choose GTK over QT for programmers who are not targeting GNOME.
Qt has a better toolkit, is much better for cross-platform development, and is far better when it comes to documentation.
GTK is used for the wrong reasons. Toolkits should be chosen based on technical merit and not for the purpose of leveraging a user base.
RE[2]: Gnome 3 is divisive and will drive users to KDE
by Moochman on Sun 28th Feb 2010 10:01
in reply to "RE: Gnome 3 is divisive and will drive users to KDE"
Maybe because their app is written in C and easier to bind to the language they use.
Actually I think the fact that the Gnome desktop is written in C is one of the main barriers to rapid development. If they were to use just about any other language--my top vote would be for Vala, followed by C++, C# or Java--there is no question in my mind that the speed of development of the Gnome desktop would explode. But sadly I think most of the Gnome hackers are still too much stuck in their "hacker" mentality, with their vi, emacs and what have you, to realize the benefit that a truly object-oriented platform with a full-featured IDE/toolset could bring....





Member since:
2009-08-26
They're putting too much emphasis on originality over practicality.
Qt is the better toolkit and everyone knows it. The plug needs to be pulled on GTK and we all know what is keeping it alive.