From owner-freebsd-questions@freebsd.org Thu May 10 18:40:34 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 9A5D3FD2F1C for ; Thu, 10 May 2018 18:40:34 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-ua0-x231.google.com (mail-ua0-x231.google.com [IPv6:2607:f8b0:400c:c08::231]) (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 29D5F7E2E8 for ; Thu, 10 May 2018 18:40:34 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: by mail-ua0-x231.google.com with SMTP id j5-v6so1964975uak.12 for ; Thu, 10 May 2018 11:40:34 -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=FrmamzZGIfzoeg+JdfAl+oC1DS5armjCQDcr7mWWAiI=; b=WprRl3UdouCHlMRzzzxtIqG3GJCozhtWp1ANRNb2eRiIBMhyXMoR/jUie5V5/5yXEx sE3bshJM5NndtJA+pkrH2GnuC6Fy4JhUDVvuDSMYmGZFuuHHgsY8Cnj2YfnPxEHV6ZlJ pFkUJIEvYWhdcacH/porlLsVqpDw4NoBcwzAUNoJVy1QqqjiY480r22OfNmjTc9DNbH8 iRl4h5RWxGq/C3vt9UZSEbpMhXkPwKv30Z6jzkh5qlFi0QpzHFDvqqq+nqlPNbiS2fWQ JQaGqZ8+8pqmLahz1iHk+bqjvMqHoCEPSTu8DLo25fZ5p5evyyvmgtfNOq8I6Hie9xOE ah3g== 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=FrmamzZGIfzoeg+JdfAl+oC1DS5armjCQDcr7mWWAiI=; b=HmakIwG3dxACApnNzyEK8oYfJ7yJdBfSAGcUtllpH9gOXu5Nw/NEW+FQN2Gz2rQVVY 85JXTz5yWJr6AWuWglIO2n98kfm8uX/JNF5EURUsIT3VhxE94VvYuz4aHDzItPRbj4Hr UMOnFQGYYszeKJMx2+ngeVneDc3Gh7deLTYgdpMgqK0LZK3aSuM07k6bR1KcorZa7sQu fn1m0P+BYqWOL8T5fUvOTuEgxWw7DrpDkbAXSetcbbfYOyQNu2J32XP1ERA8lLs9K94w g0UdPd/rH4qV8P4IbdrsGikOQbCMzxnXll2rlFJnQVzAH7SDrlsrRfXWMslrNtH1Pgyl XZZg== X-Gm-Message-State: ALKqPwcWzUUBI7lFLV9M0OWPopUu898rao8tT1NnVfvSYeuMbIbotCgq cRsOPPUajHsnNsmxwI6KvxlLhF9riDR4qNVNOJFS8g== X-Google-Smtp-Source: AB8JxZos4G0f15G3Nwz3wjm5MG7CSQq50h/RXL9TG4HYYhYi8vOP4wda6Ao6tHFs1kGoytqZJzqEtCCfwPA979m0E1g= X-Received: by 2002:ab0:45b5:: with SMTP id u50-v6mr1893203uau.170.1525977632951; Thu, 10 May 2018 11:40:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.143.196 with HTTP; Thu, 10 May 2018 11:40:29 -0700 (PDT) From: sergio lenzi Date: Thu, 10 May 2018 15:40:29 -0300 Message-ID: Subject: Re: Alternative to x11/gnome3 ? To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 18:40:34 -0000 Well, you can always go back to the reliable gnome2 now AKA mate you can use our "distribution" with more than 1800 packages for amd64, freebsd-10 (we will move to 12 when it is done) this "packages" are used for more than 500 users and have all a "normal" user needs you can list the packages using your "browser" too at: ftp://dist64.k1.com.br/FreeBSD there you can find a 32 bit packags for FreeBSD12 too to update, just use pkg upgrade just create a file in /etc/pkg named mate.conf.... =========================================== MATE64: { url: ftp://dist64.k1.com.br/FreeBSD/${ABI}, enabled: yes } =========================================== and than pkg install -y mate if you need more, than.... pkg install -y mate-full Enjoy