On Gnome, for the moment, I use a theme called Silver: http://wiki.gnustep.org/index.php/Screenshots
In Gnome you can configure GNUstep to not use AppIcons and MiniWindows with (in a shell): defaults write NSGlobalDomain GSAppOwnsMiniwindow NO defaults write NSGlobalDomain GSSuppressAppIcon YES or with SystemPreferences. About the menu in Window, you can use this in apps that support this style. This mean, apps that provides a main window when are launched. Based document aplications can be configured to open an empty document to put the menu. However, the current gnustep packages can't handle several menus (if the user open more than one documents) so you need handle these menus in that case (for example. updating the "Windows" menu and the "Open Recent"). You can check Gemas.app, that works fine on Windows and Gnome: http://wiki.gnustep.org/index.php/Gemas.app On sáb, 2011-06-25 at 01:48 -0400, Gregory Casamento wrote: > Aditya, > > The Windows theme is released as part of the standard windows > installer. The GNOME theme has not yet been released, but is > currently in the final development stages and should be released > separately after the next GUI release. > > Both themes make GNUstep blend very well with the host environment. > > GC > > On Sat, Jun 25, 2011 at 1:09 AM, aditya siram <[email protected]> wrote: > > Hi all, > > I'm a newbie who discovered Gnustep just a few weeks ago. I am really > > excited about the possibility of finally having a cross platform GUI > > toolkit that is portable across Windows, Linux and Mac. Unfortunately > > the look-and-feel of Gnustep on Linux (Gnome) and Windows is too > > alien. I noticed there are a couple of projects fixing this and I was > > wondering how usable they are. > > > > Thanks! > > -deech > > > > _______________________________________________ > > Discuss-gnustep mailing list > > [email protected] > > https://lists.gnu.org/mailman/listinfo/discuss-gnustep > > > > > _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
