Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.27 KB

GNOME.md

File metadata and controls

39 lines (28 loc) · 2.27 KB

GNOME

[![](../_/rsrc/1264268603393/users/gnome/gnome-logo.jpg)](gnome/gnome-logo.jpg%3Fattredirects=0) GNOME is a graphical desktop environment and development platform. For more information, see . This page is about running GNOME components on a PureDarwin system.
Contents 1. [**1** GNOME components running in PureDarwin 9](gnome.html#TOC-GNOME-components-running-in-PureDarwin-9) 1. [**1.1** metacity](gnome.html#TOC-metacity) 2. [**1.2** zenity](gnome.html#TOC-zenity)

GNOME components running in PureDarwin 9

Right now, we have the following components running on PureDarwin 9.

metacity

Metacity is the window manager most commonly used with GNOME.  Once you have installed it (e.g., from MacPorts) and try to launch it, you will get

Window manager warning: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Not enough memory) Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! Window manager warning: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Not enough memory)

Then simply 

launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist  metacity

and it will run.

zenity

Zenity is a little tool that can be used (e.g., in bash scripts) to create simple GTK dialogs.