[Bug 258399] devel/dconf: update to 0.40.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 10 Sep 2021 09:10:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258399

--- Comment #3 from Jan Beich <jbeich@FreeBSD.org> ---
Something like this may work on KMS console and nested on X11/Wayland:

$ pkg install cage dconf gtk3 zuki-themes
$ env ${WAYLAND_DISPLAY+WAYLAND_DISPLAY=$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY} \
      XDG_RUNTIME_DIR=$(mktemp -dt run) \
      GDK_BACKEND=wayland cage -sd gtk3-demo &
$ gsettings set org.gnome.desktop.interface gtk-theme Zukitre
$ gsettings set org.gnome.desktop.interface gtk-theme Zukitre-dark

-- 
You are receiving this mail because:
You are the assignee for the bug.