| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sadly it seems that gui-wm/hikari is no longer under active development
and stuck on an old wlroots version. Programs based on gtk4 have never
worked correctly [1], even when patched [2], mouse grabbing doesn't work
reliably [3], and tools like mpv have begun making assumptions on what
kind of features are available in compositors [4].
gui-wm/sway seems to be the best alternative for now.
[1] https://hub.darcs.net/raichoo/hikari/issue/26
[2] https://cgit.freebsd.org/ports/commit/?id=5d9c5b9cac42a22716f292fca5717c9842fdf464
[3] https://hub.darcs.net/raichoo/hikari/issue/49
[4] https://github.com/mpv-player/mpv/commit/e32554cd570d984efb712a7214a40237233a3cea
|
|
|
|
|
| |
We're using dbus-broker for our main desktop system now, but
at-spi2-core was still invoking dbus-deamon.
|
|
|
|
|
| |
This is needed for pavucontrol. Set X11 USE flags on libepoxy as well,
which is required by dev-cpp/gtkmm.
|
|
|
|
| |
We really don't want this yet, anywhere.
|
|
|
|
| |
These two do not exist on the packages anymore.
|
| |
|
|
|
|
|
| |
This is needed because only an unstable version contains a fix for
https://bugs.gentoo.org/889734
|
|
|
|
|
| |
With recent changes to these packages, this is now needed for
www-browser/firefox.
|
|
|
|
|
|
|
|
|
| |
media-video/mpv will need to have its X USE-flag enabled if opengl is
activated. We have tested its vulkan backend and it works fine with
vaapi, so get rid of opengl in this instance.
Currently this does mean that we have to unmask media-libs/libplacebo as
well.
|
|
|
|
|
|
| |
Some packages support these specific backends and may be used to further
remove instances of the X USE-flag. In this case this is especially true
of dev-qt/qtgui.
|
|
|
|
|
|
| |
Only a few packages still need the X USE-flag, so it makes more sense
activating it specifically for those. We need to specifically enable X
for gtk+, however.
|
|
|
|
|
|
| |
This change has been made upstream [1].
[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7d398099da5d1fc6f9f7757c03e11e26ac154c
|
|
|
|
|
|
|
| |
hikari by default does not pick the highest refresh rate for any given
display, instead falling back to the first mode it finds. This patch
adds rudimentary support for finding the highest supported refresh rate
for the preferred resolution.
|
|
|
|
| |
This is needed for Mozilla apps like Firefox and Thunderbird.
|
|
|
|
|
| |
We need this in order to build net-misc/remmina, even on a Wayland-only
system.
|
|
This includes USE flag settings that are absolutely necessary to get a
Wayland desktop going, along with configuration for Wayland-specific
programs that wouldn't fit in the group-desktop profile.
|