Advertisement

GNOME 2.6 is out

Started by March 31, 2004 04:03 PM
14 comments, last by sbennett 20 years, 10 months ago
quote:
Original post by CoffeeMug
Is there a reason why default linux desktop configurations look like a prototype of the first GUI ever from the early 80s?


You''re full of it, that thing is pretty as hell.

It''s not the theme I use (which is, of course, the best), but it still looks nice.
quote:
Original post by C-Junkie
You''re full of it, that thing is pretty as hell.

It''s not the theme I use (which is, of course, the best), but it still looks nice.
If you''re not using Ximian Industrial, your opinion is wrong.

The default Gnome theme sucks. There are much better ones available (like Industrial ).

After putting up with the old GTK file selector for so long, anything is a relief. I much prefer the Windows-style single pane view. Supposedly the new API allows for custom file selectors to be plugged in; that is just the default.
Advertisement
quote:
Original post by ze_jackal
I much prefer the Windows-style single pane view.

I liked the seperate directory and file views. It''s the main reason I''ll be writing a replacement GUI for it at some point. (I was writing one during GTK+ 2.3.x, but that source kept changing so much in each micro-release I decided to wait until 2.4.x was out to go back to doing so.)
quote:
Original post by ze_jackal
Supposedly the new API allows for custom file selectors to be plugged in; that is just the default.

The new file chooser API allows for the backend to be changed (how it interacts with the file system); the old one exposes too much of the internals of the file selector ("file chooser" is the name of the new one, "file selector" is the name of the old one). If GNOME is installed (specifically, libgnomeui), GTK+ will use it to get better icons for files and such, among other added capabilities. Applications can also tell GTK+ to use remote file systems provided by the backend (which, in the GNOME scenario, would utilize gnomevfs). To actually change the GUI of the file selector much, one would need to patch GTK+. Little things, like preview or other miscellaneous widgets, have always been possible to add to the file selector/chooser (and, of course, the file selector/chooser don''t need to be in their own window; a developer can embed them as a normal widget in any container).

Gnome is ok but I like XFCE better.

http://www.arbornet.org/~victoram/desktop.png

Yeah yeah I''m not into looking all cool but XFCE still rocks.
Um..
quote:
Original post by Vixtro
Gnome is ok but I like XFCE better.

http://www.arbornet.org/~victoram/desktop.png

Yeah yeah I''m not into looking all cool but XFCE still rocks.
Funny thing: I was all but converted to XFCE4 - fast, lightwieght, GTK - it had everything. And then I tried the Gnome 2.6 beta. For now, at least, I''m back to Gnome. I doubt it will stay this fast for long, so I''m keeping XFCE in the back of my hard drive, for when it''s needed.
Off topic: like I said I would, I''ve created a patch for GTK+ 2.4.0 to change the file chooser''s GUI to use seperate directory and file views. It''s a bit untested still, but "works for me" as far as I''ve tested it. Source, patch, and screenshot only, no binaries. Like it says in the README, I have not addressed the bugs in the "real" code.

This topic is closed to new replies.

Advertisement