From owner-freebsd-questions@freebsd.org Tue Oct 16 23:23:11 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0510310E4C9A for ; Tue, 16 Oct 2018 23:23:11 +0000 (UTC) (envelope-from schmuckimarco89@gmail.com) Received: from mail-lj1-x229.google.com (mail-lj1-x229.google.com [IPv6:2a00:1450:4864:20::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63AE084D67 for ; Tue, 16 Oct 2018 23:23:10 +0000 (UTC) (envelope-from schmuckimarco89@gmail.com) Received: by mail-lj1-x229.google.com with SMTP id u21-v6so22520650lja.8 for ; Tue, 16 Oct 2018 16:23:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=QKYEHm6juvxnwNhr33PEEwRGzbeadbRDLL2DavSDr8A=; b=vXKdRTC2AIUp7SvCtlysu4NbeSnZeD67iwcFkglRF9JfqfE0V7/zrxjI6a1WlqHv/v 1CB2FeeUrtyzHZz2q+kwynFftISZ7w4l5j+1q/TVwB45rVrnmClsj2kRFJpk0xNv6G/v N+aRnJLLS0B9ynn9uhrUrJf5DLSUgRKJzBIgVWNeE9s4+HoUNFsdr+MIu4FOB6WbuYY2 23K2P279PaOymhJ+TBPPPpVt3gSoI3fYWAUt0gKmnpozX5Fr57Y9PLe64Z9+pNxv0j59 fxdiLirAN+H/zHcTR8g0TN1IRCckzULuPcOI8c5Scup6Hnk+SAGgxuIariPXHh8t7HkZ dQSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=QKYEHm6juvxnwNhr33PEEwRGzbeadbRDLL2DavSDr8A=; b=KH6qOZYx1medT+8RE2CUDusPjsUJDh2uebO1u2OaPS2txiktF4tHli8anAxakUq3HM 5jfTh4+9IqNlKLfvR7wqe6UpQ1FNoUBF/XCL+o+sGPcgFvTrE6PgbsUqBIJ4S5JmkuJc SP/FUKkQdJjDSjM/Ay5Nye/Q9sFbSCyK6lWJkk/+kZXxkUPKNxKrwN6Li2eOz0OHyOos jUM+8ihg4bQjPm9EilAooYS2sN4G30yFf68zJqSDxQSOG7NoOWr4N+LtJ3ioM1es5UQ/ lnTe3F+CJX3Ccb7VFiSVePt4R8xPDEpSWlWUvFgDed+OTpz+oP410gqObVeF6STT4m3P 46Aw== X-Gm-Message-State: ABuFfojGTJuCYdBDlkQAmqpAox1AtYWJsB+bSgj9qvfiEe4qJvmL6Lsp 1gAujBzvHCJIHAljT4CcGLEkUKtCNEzHuhoUIydYmX8M X-Google-Smtp-Source: ACcGV62zDI+CIF9k5WXvP/88ZO/iGMSkDIEtkDcx7Ii0BCJigRcYQBtnJFAYue6EWlmFW9thwngYUqsFWtWYo0GfzKk= X-Received: by 2002:a2e:6805:: with SMTP id c5-v6mr16329185lja.41.1539732188730; Tue, 16 Oct 2018 16:23:08 -0700 (PDT) MIME-Version: 1.0 From: Marco Schmucki Date: Wed, 17 Oct 2018 01:23:21 +0200 Message-ID: Subject: GNOME3 on FreeBSD v11.2 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 23:23:11 -0000 Hi all, I need your help with the installation of GNOME3 on FreeBSD version 11.2. I'm following the steps described at " https://www.freebsd.org/doc/handbook/x11-wm.html": 1. # pkg install gnome3 2. # vi /etc/fstab proc /proc procfs rw 0 0 3. # vi /etc/rc.conf dbus_enable="YES" hald_enable="YES" gdm_enable="YES" gnome_enable="YES" But graphical-desktop is not starting automatically. What can I do? Many thanks & best regards, Marco