Received: by mail.netbsd.org (Postfix, from userid 605) id 2852084D56; Mon, 19 Apr 2021 10:46:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 62B2584CEF for ; Mon, 19 Apr 2021 10:46:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nMn36WhkExhg for ; Mon, 19 Apr 2021 10:46:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B434F84CE7 for ; Mon, 19 Apr 2021 10:46:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ADBE2FA95; Mon, 19 Apr 2021 10:46:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161882916822630" MIME-Version: 1.0 Date: Mon, 19 Apr 2021 10:46:08 +0000 From: "Dan Cirnat" Subject: CVS commit: pkgsrc/meta-pkgs/gnome3 To: pkgsrc-changes@NetBSD.org Reply-To: cirnatdan@netbsd.org X-Mailer: log_accum Message-Id: <20210419104608.ADBE2FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161882916822630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cirnatdan Date: Mon Apr 19 10:46:08 UTC 2021 Added Files: pkgsrc/meta-pkgs/gnome3: DESCR MESSAGE Log Message: gnome: commit missed files: DESCR MESSAGE To generate a diff of this commit: cvs rdiff -u -r0 -r1.3 pkgsrc/meta-pkgs/gnome3/DESCR \ pkgsrc/meta-pkgs/gnome3/MESSAGE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161882916822630 Content-Disposition: inline Content-Length: 944 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/meta-pkgs/gnome3/DESCR diff -u /dev/null pkgsrc/meta-pkgs/gnome3/DESCR:1.3 --- /dev/null Mon Apr 19 10:46:08 2021 +++ pkgsrc/meta-pkgs/gnome3/DESCR Mon Apr 19 10:46:08 2021 @@ -0,0 +1 @@ +GNOME 3 desktop environment meta-package Index: pkgsrc/meta-pkgs/gnome3/MESSAGE diff -u /dev/null pkgsrc/meta-pkgs/gnome3/MESSAGE:1.3 --- /dev/null Mon Apr 19 10:46:08 2021 +++ pkgsrc/meta-pkgs/gnome3/MESSAGE Mon Apr 19 10:46:08 2021 @@ -0,0 +1,13 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.3 2021/04/19 10:46:08 cirnatdan Exp $ + +GNOME requires sysutils/dbus to be running as a system service before +it will start. + +Make sure XCURSOR_PATH is set to ${PREFIX}/share/icons, e.g. in your +~/.xsession, have the following: + +export XCURSOR_PATH=${PREFIX}/share/icons +exec gnome-session + +=========================================================================== --_----------=_161882916822630--