From owner-freebsd-doc@freebsd.org Mon Jun 27 17:03:38 2016 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEE16B81455 for ; Mon, 27 Jun 2016 17:03:38 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 423E221D5; Mon, 27 Jun 2016 17:03:38 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id a66so124369649wme.0; Mon, 27 Jun 2016 10:03:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=7E0HtWPXJO3lWe82TThXtqG4C1j0T/+dLKqDIbCa0KY=; b=j1KArQ05sg1n3j9fJbHGO7iLC24SZ00KHN7puuhJFSPufGZl5SNklK+QVD5MpQpX+g ZusUl4F/Iq7vVP+BZzQ2ODqU+0nUOU5/Z9ovfq9samNyDZATHoReIlhLuej7h78DfpIe X1yqEVIOeRjTfIUhzVkivjcg+lDSQDA5A+B0nS0hLTaKphOTKGHWnNkclB3Uj6lIEv9T 41bqr8Mff58k9VGzHYl1PnZ4JDV+3ud79rkPjbfdp9Oa4wJcu7c2oXvOdQbcIUt/jznJ xSvtvRqr/gqPa49Rgbk3Y3ODRrB/j1qo0PBWvWgHbnEN8t4hKfK7OPECVrbdYByo7gxx WCnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=7E0HtWPXJO3lWe82TThXtqG4C1j0T/+dLKqDIbCa0KY=; b=aTDjsxqc7ZPGMpBaOhDtk0RQjUFtC4ZLuIbAVSWpuCaBadKROJCHh6KKDnesuwWJbg FGrpQg8PFTiMWH8hIYhInL4YfNnSCpvSiQDLI7EfX1pWaAXhQ67jqZpFvBw/8EHqN4sZ YuRFqw6w/cqFA+AR9o/8G19yWUiYfz+qE6u1YuW/kBNuZ+mVLU+YOtHg4o9Q00kJZl9S pPolv3IUTYb3mzZqsKu2VMhgPyH9Dij0VDVNDUZEUNB6B65HURM4anMENzj7F7r21VLn nJ76G0sPWNUo1mQm+B7rrBYgXK5DxxHH0xXamKn4fEse/xKRM/zEQnA98zbPa5BfjuxZ xpqQ== X-Gm-Message-State: ALyK8tIrkqcqh2/R6PqvJaSgli8re+pgchTPTsIqY9mgG/o6O/i085v7FLlSRsDe6UoXXlWuVzmPNlSE9ujh3g== MIME-Version: 1.0 X-Received: by 10.28.145.68 with SMTP id t65mr11057568wmd.31.1467047016336; Mon, 27 Jun 2016 10:03:36 -0700 (PDT) Received: by 10.194.116.193 with HTTP; Mon, 27 Jun 2016 10:03:36 -0700 (PDT) In-Reply-To: References: Date: Mon, 27 Jun 2016 19:03:36 +0200 Message-ID: Subject: Re: request From: Ben Woods To: Allan Jude Cc: "freebsd-doc@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2016 17:03:38 -0000 On Monday, 27 June 2016, Allan Jude wrote: > On 2016-06-27 12:41, Warren Block wrote: > >> On Mon, 27 Jun 2016, Mohammad Eslami wrote: >> >> hi. >>> good evening. >>> i did your instructions for install gnome3 on freebsd on my virtual box. >>> but when reboot my machine it doesn't boot gnome. >>> what shall i do? >>> >> >> The freebsd-gnome mailing list at >> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome >> >> is probably the place to ask. If the documentation needs corrections, >> we can do that. >> >> Thanks! >> _______________________________________________ >> freebsd-doc@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-doc >> To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" >> > > Make sure you have: > > gnome_enable="YES" > > in /etc/rc.conf, otherwise the login manager will not start by default, > and you will have to manually run 'startx' to have gnome3 start. > > -- > Allan Jude > I think you also need the following in rc.conf: gdm_enable="YES" Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com