From owner-freebsd-questions@FreeBSD.ORG Sun May 11 19:19:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C1F6106564A for ; Sun, 11 May 2008 19:19:30 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 57A528FC16 for ; Sun, 11 May 2008 19:19:30 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so475682ana.13 for ; Sun, 11 May 2008 12:19:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=bbPwrQO6zEYrt0FZ6fsA0EjELP+Ig0FKpajpRQoCRzI=; b=hzpTfGMxs/jEi4UjSwHz4NWWeWI19dcoWin21N7lUsnfD5Ci0thwT0iuiCC7yCVCo68TWVRdHgneTCmKXBx2e2lIchNPPdwAVTt/gGoRTVq6qAOlkcF0XVYh9JC8kH16fjKuGi09oG6fHkQjVXd4Ymy1+vWdOT7YvRs2/7Qvw0A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Z87r1y6sErMfV6zMmHOs6c+tv3KjI12ReKoqQhf9mQTpXOnt2VCUAnH1abv13oLlaqah45Zdd8lH0JJZSDFp/UOeoifTTA68sQyDx3IDQzzLx1eFWoJ+fuahqqWKlefLTAEt/CDXWnBL0dyCX72uButWL+TfMLtYNO1hztJYIlo= Received: by 10.100.93.12 with SMTP id q12mr7615195anb.34.1210533569553; Sun, 11 May 2008 12:19:29 -0700 (PDT) Received: by 10.100.108.6 with HTTP; Sun, 11 May 2008 12:19:29 -0700 (PDT) Message-ID: <3b47caa90805111219y8ef4247o7d7489a23f932bb4@mail.gmail.com> Date: Sun, 11 May 2008 14:19:29 -0500 From: Novembre To: "FreeBSD Questions" , freebsd-x11@freebsd.org In-Reply-To: <3b47caa90804271426k27cbfdffhaf516c9119ac2c07@mail.gmail.com> MIME-Version: 1.0 References: <3b47caa90804271426k27cbfdffhaf516c9119ac2c07@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Compiz Fusion brings all Gnome with itself X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2008 19:19:30 -0000 Hi, I've installed Compiz Fusion on my machine using packages. Installing it from ports was unsuccessful since it needs gio-fam-backend which in turn needs glib-2.16.3 to be installed. I don't really want to update my glib since I don't know if I need to update all my system (or at least those packages which depend on it) as well or not after updating glib (I just didn't want to take the risk). Anyhow, installing Compiz Fusion from ports brought with it all Gnome: ------------- [me@rsx4 /usr/ports]$ pkg_info | grep -i "gnome" atk-1.20.0 A GNOME accessibility toolkit (ATK) eel-2.20.0 Generally useful classes and extensions to GNOME gconf2-2.20.1 A configuration database system for GNOME gnome-control-center-2.20.1_1 Control center for GNOME 2 project gnome-desktop-2.20.1_1 Additional UI API for GNOME 2 gnome-doc-utils-0.12.2 GNOME doc utils gnome-icon-theme-2.20.0_1 A collection of icons for the GNOME 2 desktop gnome-keyring-2.20.1 A program that keeps passwords and other secrets gnome-menus-2.20.1 Implementation of the FreeDesktop Desktop Menu Spec gnome-mime-data-2.18.0_2 A MIME and Application database for GNOME gnome-panel-2.20.1 Panel component for the GNOME 2 Desktop gnome-vfs-2.20.0_2 GNOME Virtual File System gnome_subr-1.0 Common startup and shutdown subroutines used by GNOME scrip gnomehier-2.3_10 A utility port that creates the GNOME directory tree libbonobo-2.20.1_1 A component and compound document system for GNOME2 libbonoboui-2.20.0 GUI frontend to the libbonobo component of GNOME 2 libglade2-2.6.2 GNOME glade library libgnome-2.20.1.1_1 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.20.1.1 A graphics library for GNOME libgnomekbd-2.20.0 GNOME keyboard shared library libgnomeui-2.20.1.1 Libraries for the GNOME GUI, a GNU desktop environment libxml2-2.6.31 XML parser library for GNOME libxslt-1.1.22_1 The XSLT C library for GNOME nautilus-2.20.0 File manager for the GNOME desktop py25-libxml2-2.6.31 Python interface for XML parser library for GNOME ------------- especially, 'ps -ax' now shows these two processes running: ------------- 865 ?? I 0:00.15 /usr/local/libexec/gconfd-2 14 876 ?? I 0:00.03 gnome-pty-helper ------------- How can I stop them from running when I start X? And how can I remove all these useless Gnome packages that I won't use? Do I need to update everything that depends on it if I decide to update glib? Thanks a lot :)