Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 09:10:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 258399] devel/dconf: update to 0.40.0
Message-ID:  <bug-258399-39348-a8YCBzFGeO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258399-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258399-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258399

--- 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=3D$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY=
} \
      XDG_RUNTIME_DIR=3D$(mktemp -dt run) \
      GDK_BACKEND=3Dwayland cage -sd gtk3-demo &
$ gsettings set org.gnome.desktop.interface gtk-theme Zukitre
$ gsettings set org.gnome.desktop.interface gtk-theme Zukitre-dark

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258399-39348-a8YCBzFGeO>