Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
GUI Open Source Software Upgrades Linux

Xfce 4.12 Released 91

motang writes: After two years of hard work (and much to the dismay of naysayers who worried the project has been abandoned), the Xfce team has announced the release of Xfce 4.12. Highlights include improvements to the window switcher dialog, intelligent hiding of the panel, new wallpaper settings, better multi-monitor support, improved power settings, additions to the file manager, and a revamped task manager. Here is a quick tour, the full changelog, and the download page. I have been running it since Xubuntu 15.04 beta 1 was released two days ago. It is much improved over 4.10, and the new additions are great.
This discussion has been archived. No new comments can be posted.

Xfce 4.12 Released

Comments Filter:
  • by Anonymous Coward on Sunday March 01, 2015 @09:37AM (#49158133)

    Has everything I want and nothing I don't. So many people seem to want form over function these days and that just results in wasted system resources.

    • by Anonymous Coward

      form over function these days and that just results in wasted system resources

      Only if it is poorly optimized. For example the blur effect of Unity's Dash totally brings low-performance machines on their knees, but a similar blur effect in Windows 7 is extremely snappy even on those old 10" Atom netbooks.

    • Yes, XFCE is a nice light-weight window manager. Is there a light-weight distro that uses it? Ubuntu wants 5-10GB of disk, even for Xubuntu and Lubuntu. TinyCore can do a graphical environment with maybe 100MB, but is a bit too minimalist for me - I want something that can keep security update working with no more work than apt-get/yum/etc. I need a window manager, browser, shell, and maybe a C compiler or so, and I want something under 0.5 GB so I can keep a few spares on a desktop and spin up lots of

      • Roll your own with Debian live-build. I haven't used it for your particular use case (I was making a non-pae version with mate for an old Win XP lappie) but it seems pretty solid and well documented.

  • by Anonymous Coward on Sunday March 01, 2015 @09:46AM (#49158163)

    Xfce 4 has been a great desktop environment, but it's now clear that GTK+ is a dead end.

    GTK+ is rife with serious problems. The first is that it's affiliated with the GNOME crew. Their grasp of sensible, proper UI design is very suspect, especially after the GNOME 3 disaster. For example, these are the kind of people who took gedit, GNOME's text editor, and changed it from this sensible, usable UI [wikimedia.org] to this hideous, unusable UI [wikimedia.org]. You can even see a screenshot of this shitty UI in the Xfce 4.12 tour! It has, sadly, been infected by this bad UI design.

    The portability of GTK+ is, to put it politely, utter rubbish. X11 is the only platform where it isn't a disgrace. It "works" under Windows and OS X, but if by "working" you mean it runs but is generally unusable. I haven't been able to ever get it working properly under OS X. It didn't even get to the point where it showed a UI, the last time I tried it. Inkscape is horrible. GIMP is horrible. Every other GTK+ app I've tried on Windows or OS X has been absolutely horrible.

    It will be a lot of work, but they need to port Xfce from GTK+ to Qt [www.qt.io]. Qt is a much better toolkit. It looks great. It works (and actually works, in that the resulting software is perfectly usable!) pretty much everywhere.

    GTK+ had its place in the late 1990s. But we're well past that time now. Qt is the best toolkit to use these days. I truly wish that the Xfce devs would port from GTK+ to Qt, so that we users can use it on Windows and OS X, as well as getting a much better experience under Linux.

    Xfce 5 has to be based on Qt.

    • Re: (Score:3, Insightful)

      by Anonymous Coward

      Xfce 5 has to be based on Qt.

      And who's going to pay for the porting ? If it took 2 years for this update imagine just how many years we need to do a Qt port.
      I'd say 10 years at the least. Same for Inkscape or Gimp.
      If we want to save these projects not only must the devs be onboard to jump ship (GTk to Qt) they must be paid. No one is going to do such a tremendous work on their free time.

      • by armanox ( 826486 )
        With the exception of the GIMP, maybe they should have used Qt to begin with then. (I would expect the GIMP to use the GIMP Tool Kit, after all).
    • by Anonymous Coward on Sunday March 01, 2015 @10:11AM (#49158237)

      Xfce might be too big a project to simply switch gears like that. If you want a minimalist Qt-based DE, you might want to try LXQt. The 0.8 version has been pretty decent in my limited interactions with it, and I'm looking forward to trying out the 0.9 release sometime soon.

    • The portability of GTK+ is, to put it politely, utter rubbish. X11 is the only platform where it isn't a disgrace.

      The portability of GTK+ is also fairly irrelevant when it comes to a desktop for Unix. As long as you can use it with X11 today and either Wayland or X11 tomorrow, it's a suitable toolkit for the development of a Unix DE.

      It would be nice to see GIMP and other apps move away from GTK, but uh, GIMP, GTK, etc. But I don't think it matters much for XFCE. If anything, what I want is for my DE not to be based on a major toolkit. This breaks down when it gets to the file manager, but it's not clear that the fm eve

      • by Anonymous Coward

        The portability of GTK+ is also fairly irrelevant when it comes to a desktop for Unix. As long as you can use it with X11 today and either Wayland or X11 tomorrow, it's a suitable toolkit for the development of a Unix DE.

        I have to disagree, choosing GTK+ as a base makes it easier to integrate GTK+ based applications and harder to integrate applications based on sane alternatives. Sure most applications will still be usable, however I still remember when the GNOME folks decided to roll their own close button and random applications suddenly hat two (the second one provided by the window manager as was normal and the ugly GNOME hack). To sum my opinion up its hard to fit a square peg into a round hole, so care has to be taken

      • by Kjella ( 173770 )

        If anything, what I want is for my DE not to be based on a major toolkit. This breaks down when it gets to the file manager

        And the system settings, that one is much tighter integrated to the DE than the file manager. And it needs to manipulate the pointer. And context menus, arrange menu bars etc. so it need some kind of UI toolkit. I don't quite see what it has to gain by reinventing the wheel, it's not like pulling in Qt/Gtk drains that many resources by themselves.

        • I don't quite see what it has to gain by reinventing the wheel, it's not like pulling in Qt/Gtk drains that many resources by themselves.

          I have systems which have a GUI and yet have no Qt/GTK stuff whatsoever. The less code I can have on the system at all, the less chance that some of it will go wrong. But sometimes you really need a gui config tool of some kind for sanity's sake.

          Of course, more and more of those are GTK or Qt apps now so I guess it's not really that important.

          • by armanox ( 826486 )
            Well, Seeing stuff using Motif is getting rare, and not a whole lot uses TCL/TK or LessTif either...
    • by dbIII ( 701233 ) on Sunday March 01, 2015 @10:26AM (#49158285)
      GTK+ has also been used as a strawman for X. The Wayland people have used the slow startup of the new gedit as their example of how X is slow, and they have used the network transparency problems with the new gtk+ to say that only "old" software does not spam the network with full sized bitmaps.
      I wish Wayland the best but the fanboys who pretend that the bar for it to reach is set low are hindering it.
    • by Clsid ( 564627 ) on Sunday March 01, 2015 @10:35AM (#49158307)

      You must work for Digia or something. If by portability you mean how well the interface looks, that is a moot point. Nobody would question that Java code was portable, and yet Java programs looked and behaved different (different dialogs, etc) than native software.

      On the other hand, you fail to mention why Gtk+ is so bad in your eyes besides shiny graphics, which imho, in Linux land looks better than Qt. Why on earth would the Xfce guys care how well a Qt app looks on Windows or OSX? It is a desktop environment for X11/Wayland for christ's sake.

      But in any case a post from an anonymous coward, who probably have never used either toolkit, and maybe is not even a programmer. When you have to work with this stuff, in the end you realize that it is mostly about what was best for the team at the time they started the project (availabe skillset, docs, etc) and at this point both frameworks are the best the open source world has to offer. If you don't enjoy diversity you can go back to Win32, lol.

      • by fisted ( 2295862 )

        Nobody would question that Java code was portable

        Really? Have they finally ported it to any platform other than the JVM?

      • by rdnetto ( 955205 )

        When you have to work with this stuff, in the end you realize that it is mostly about what was best for the team at the time they started the project (availabe skillset, docs, etc) and at this point both frameworks are the best the open source world has to offer.

        Which means that the most useful data points are the projects which went through the effort of migrating between libraries. e.g. Subsurface [wikiwand.com] which moved from GTK+ to Qt, and written by Linus Torvalds (among others). The reasons for doing so are given here [youtube.com]. This is particularly interesting given that both Linus and Dirk prefer C

        In my experience, the Qt libraries and tools are just as easy to use as .NET Framework + Visual Studio, which I think is excellent (and particularly impressive, given that Qt definitel

    • by Anonymous Coward

      > GTK+ had its place in the late 1990s. But we're well past that time now. Qt is the best toolkit to use these days. I truly wish that the Xfce devs would port from GTK+ to Qt, so that we users can use it on Windows and OS X, as well as getting a much better experience under Linux.

      Well, I thought Qt was better from the start (at least from KDE 2.0 which I remember), so I'm not the one to argue with you.

      IIRC, Xfce was initially based on the XForms toolkit and changed to GTK+ because of the better GPL lice

    • LXDE (Score:5, Informative)

      by jbolden ( 176878 ) on Sunday March 01, 2015 @02:21PM (#49159097) Homepage

      I think this comment is silly but LXDE merged with Razor-Qt and is now creating the lightweight desktop based on Qt. This is pretty good coverage:

      Heavy Qt = KDE
      Heavy GTK+ = Gnome
      Light Qt = LXDE
      Light GTK+ = XFCE

    • Whoever this AC is, s/he evidently has a fill-in-the-blank comment template for bashing GTK+ that can be mindlessly reused for any software based on GTK+. Check out this AC comment from a recent story about Inkscape: http://news.slashdot.org/comme... [slashdot.org]. Notice that most of it is almost word-for-word identical to the parent post. Just do a search and replace to change "Inkscape" to "Xfce" and you end up with today's comment.

      That's why the AC ends up making such stupid satements as:

      I truly wish that the Xfce devs would port from GTK+ to Qt, so that we users can use it on Windows and OS X...

      Huh? Who, exactly, is w

  • by Anonymous Coward

    Working on a VM over Win 8.1. Xfce works like a charm, no unnecessary eye candy plus all the benefits of a Linux environment. Thanks Xfce team for all the hard work!!!!

  • Running both LMDE XFCE and Xubuntu 14.04 LTE I'll look forward to when this hits the repos. Unfortunately I'll probably have to change Distros to use it as LMDE is changing to using Debian Stable (Jessie) and it probably won't be backported. Similarly for Xubuntu and it probably won't be in Xubuntu LTE until 16.04.

    I really ought to change to Arch or something!

    That said,I'm pleased it's still being developed. I was worried that it was going to fade away and I'd have to start using Mate, Cinnamon or eve
  • The woeful file manager has been the weakest point of the non-GNOME/KDE Linux desktop for ever and ever amen, pretty much regardless of which one you're talking about. I'm using lubuntu right now and I can't say I'm in love with the one I get there.

    • Xfce's file manager Thunar (unlike my experience with LXDE/pcmanfm) works just fine. I have absolutely no idea what you're complaining about.
      • I have absolutely no idea what you're complaining about.

        I guess the devs didn't either, that's why they made numerous improvements to the file manager.

    • LXDE's file manager is a piece of software I like very much, at least if you only use it in detailed view. Perhaps not very visible is it will run in restrained conditions such as a Pentium II 233 and less than 128MB RAM, and still be quick. It has had tabs support from the beginning and seems to have about the features of nautilus 2.x.
      Well, I happen to not like the choice of themes in lubuntu very much (GTK, icons..)
      The file manager - pcmanfm - can look better with another theme, "crumbs bar" to display th

  • Is XFCE going down the bloat path? ... I'm not trolling here, this is an honest question. To me it looks like they're building a dekstop environment and slowing piling features on. My impression is, that we have enough of those with Gnome, KDE and Enlightenment 17 and perhaps a few others.

    Or what is the upside of XFCE? Is it like a "light-weight" KDE or something? And what's with LXDE? Wasn't that the hippest kid on the WM/DE block these days?

    BTW, what happened to E17? I remember Enlightenment being the darling-child of WMs in the Linux community. Is it nowadays to difficult to configure and/or install?

    • Re: (Score:2, Interesting)

      by Anonymous Coward

      As a long time XFCE user, I have a little of this concern as well. However, with how XFCE was designed, all these 'improvements' , should be manageable. The problem I guess then, is footprint. If 4.12 starts to feel, heavy, and I don't think it would really be bloat because these 'improvements' don't sound ilke massive code implementations, but I will be looking at pre, and post upgrade memory usage numbers on my systems.

      I hope XFCE doesn't go down the path of 'feature creep' , because it's always been to m

    • BTW, what happened to E17? I remember Enlightenment being the darling-child of WMs in the Linux community. Is it nowadays to difficult to configure and/or install?

      There is an OS called Tizen, Enlightenment Foundation Libraries are the core of it. Enlightenment still exists is getting better but its been moving away from just a cool window manager to a full on GUI for its OS.

    • by bn557 ( 183935 )

      I've always been under the impression that all of the 'bloat' is packaged as additional packages in XFCE. At least in my experience, if you install just the minimum of xfce packages, you get no bloat, but also *SHOCK* are completely lacking in any features beyond the basic window management, task bar, and program launcher.

  • I am running it now. It is still on Xfce 4.10. Not saying that it isn't possible to install though.
    • by motang ( 1266566 )
      I am running it as well on Xubuntu 15.04 beta 1. It seems to have all of Xfce 4.12 features, but still says 4.10 in About Xfce. I am sure that will change to reflect that DE version, as after all the beta came out last Thursday and Xfce 4.12 came out yesterday.
  • Yeah... If this is really true that highlights include new wallpaper settings after only 2 years of "hard work" than I really must have this!
  • Kudos (Score:5, Informative)

    by sandoval88419 ( 765880 ) on Sunday March 01, 2015 @01:38PM (#49158929)

    ... for the good work.

    XFCE is light, doesn't get in your way. Yet it is customisable.

    I'm looking forward to testing this version.

    IMHO it should be the default DE for Debian.

    • by msobkow ( 48369 )

      No matter what the DE, the people who use it always want it to be the default for their distro.

      What is so damned hard about doing "apt-get install de-of-choice"?

      • Indeed, I've never understood why there are numerous versions of Ubuntu. (Kubuntu, Xubuntu, Lubuntu, etc). Why not just get plain old Ubuntu and do "apt-get install de-of-choice" (where de-of-choice is KDE, XFCE or LXDE, etc.)?

        The answer of course is that, perhaps, possibly, maybe, things are just a wee bit more complicated than that!
        • by Anonymous Coward

          Probably because some DE's interfere with others, especially those that use different versions of GTK or QT. I miss just choosing which DE(s) I wanted during installation.

  • by sjames ( 1099 ) on Sunday March 01, 2015 @03:32PM (#49159433) Homepage Journal

    From the announcement (bold mine):

    Our session manager was updated to use logind and/or upower if available for hibernate/suspend support. For portability and to respect our users' choices, fallback modes were implemented relying on os-specific backends.

    Attention freedeskto.org: Commit that to memory, brand it on your foreheads, tattoo it on each other's butt cheeks, whatever it takes!

One man's constant is another man's variable. -- A.J. Perlis

Working...