pkg search gnome3
gnome3-lite-3.36_4 The "meta-port" of the GNOME desktop slimmed down for only the basics
libproxy-gnome3-0.4.17 GSettings-based configuration plug-in for libproxy
pinentry-gnome3-1.1.1 GNOME 3 version of the GnuPG password dialog
Like me, before I installed gnome with: pkg install gnome3 gdm gnome-desktop . Today you can't because gnome3 doesn't exist.what does "pkg search gnome3" tell you?
It's telling me:
Code:pkg search gnome3 gnome3-lite-3.36_4 The "meta-port" of the GNOME desktop slimmed down for only the basics libproxy-gnome3-0.4.17 GSettings-based configuration plug-in for libproxy pinentry-gnome3-1.1.1 GNOME 3 version of the GnuPG password dialog
so perhaps the "gnome3" meta port was removed in favor of gnome3-lite so that fewer dependencies and smaller footprint when installed.
The implication would be the user may need to install more stuff themselves.
Or what SirDice says
See my post (#2).Today you can't because gnome3 doesn't exist.
Yes, I installed gnome-lite. But there are so many applications missing. When I want to install for example gnome-terminal I only get dependencies error, like this with all gnome packagesSee my post (#2).
Yeah, I think it's just a bit of bad timing. The new quarterly branch was released just 2 days ago. So you fell right smack in the middle of a large package build shift.Ok, I was unlucky enough to do a clean install today. When nothing works! I will wait.
Everything starts with ports, so that's your first stop (https://cgit.freebsd.org/ports/log/). If it's not fixed there then the packages simply won't get build. Second stop is checking the build status of the package clusters. You can find those here: https://pkg-status.freebsd.org/builds?jailname=130amd64. And last but not least, you can always ask here. Maybe it's a simple issue, maybe not. We can usually point you in the right direction (to a PR for example).Where do they find out updates are being released?
… (desktutils/gnome-todo) failed to build. …
FreeBSD:13:amd64
: <http://beefy16.nyi.freebsd.org/data/130amd64-default/59b6caea7779/logs/errors/gnome-todo-40.0.log>… something requiring acceleration. Can't recall which package …
sddm
…root@mowa219-gjp4-8570p:~ # ls -l /dev/dri/card*
lrwxr-xr-x 1 root wheel 8 Jul 18 12:30 /dev/dri/card0 -> ../drm/0
root@mowa219-gjp4-8570p:~ # ls -l /dev/drm/0
crw-rw---- 1 root video 0x114 Jul 18 13:30 /dev/drm/0
root@mowa219-gjp4-8570p:~ # grep grahamperrin /etc/group
wheel:*:0:root,grahamperrin,bbsadmin-l
operator:*:5:root,grahamperrin,bbsadmin-l
video:*:44:grahamperrin,bbsadmin-l
grahamperrin:*:1002:
webcamd:*:145:grahamperrin
vboxusers:*:920:grahamperrin,bbsadmin-l
root@mowa219-gjp4-8570p:~ # grep sddm /etc/group
sddm:*:219:
root@mowa219-gjp4-8570p:~ # pw groupmod video -m sddm
root@mowa219-gjp4-8570p:~ # grep sddm /etc/group
video:*:44:grahamperrin,bbsadmin-l,sddm
sddm:*:219:
root@mowa219-gjp4-8570p:~ #
… If I switched repeatedly between ttyv1 and ttyv8 (Control-Alt-F2, Alt-F9) there would be a freeze-frame-like effect, almost as if a movie of the desktop environment could play no more than one frame at a time (in response to switching). …