Install this version:
emerge -a =kde-apps/krfb-26.04.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =kde-apps/krfb-26.04.0
Or alternatively:
emerge --autounmask-write -a =kde-apps/krfb-26.04.0
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_HANDBOOK="forceoptional"
KFMIN=6.22.0
QTMIN=6.10.1
inherit ecm gear.kde.org xdg
DESCRIPTION="VNC-compatible server to share Plasma desktops"
HOMEPAGE="https://apps.kde.org/krfb/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="wayland"
# slot op: Uses Qt::GuiPrivate for qtx11extras_p.h
COMMON_DEPEND="
>=dev-qt/qtbase-${QTMIN}:6=[dbus,network,wayland?,widgets,X]
>=kde-frameworks/kcompletion-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/kdnssd-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
>=kde-frameworks/kwallet-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
>=net-libs/libvncserver-0.9.14
x11-libs/libX11
x11-libs/libxcb
x11-libs/libXtst
x11-libs/xcb-util-image
wayland? (
dev-libs/wayland
kde-plasma/kpipewire:6
kde-plasma/kwayland:6
>=media-video/pipewire-0.3
)
"
DEPEND="${COMMON_DEPEND}
wayland? ( >=dev-libs/plasma-wayland-protocols-1.5.0 )
"
RDEPEND="${COMMON_DEPEND}
wayland? ( sys-apps/xdg-desktop-portal[screencast(+)] )
"
BDEPEND="wayland? ( >=dev-qt/qtbase-${QTMIN}:6[wayland] )"
src_configure() {
local mycmakeargs=(
-DDISABLE_PIPEWIRE=$(usex !wayland)
$(cmake_use_find_package wayland PlasmaWaylandProtocols)
)
ecm_src_configure
}
Manage flags for this package:
euse -i <flag> -p kde-apps/krfb |
euse -E <flag> -p kde-apps/krfb |
euse -D <flag> -p kde-apps/krfb
>=dev-qt/qtbase-6.10.1:6=[dbus,network,wayland?,widgets,X] >=kde-frameworks/kcompletion-6.22.0:6 >=kde-frameworks/kconfig-:6 >=kde-frameworks/kconfigwidgets-:6 >=kde-frameworks/kcoreaddons-:6 >=kde-frameworks/kcrash-:6 >=kde-frameworks/kdbusaddons-:6 >=kde-frameworks/kdnssd-:6 >=kde-frameworks/ki18n-:6 >=kde-frameworks/knotifications-:6 >=kde-frameworks/kstatusnotifieritem-:6 >=kde-frameworks/kwallet-:6 >=kde-frameworks/kwidgetsaddons-:6 >=kde-frameworks/kwindowsystem-:6 >=kde-frameworks/kxmlgui-:6 >=net-libs/libvncserver-0.9.14 x11-libs/libX11 x11-libs/libxcb x11-libs/libXtst x11-libs/xcb-util-image wayland? ( dev-libs/wayland kde-plasma/kpipewire:6 kde-plasma/kwayland:6 >=media-video/pipewire-0.3 ) wayland? ( >=dev-libs/plasma-wayland-protocols-1.5.0 )
>=dev-qt/qtbase-6.10.1:6=[dbus,network,wayland?,widgets,X] >=kde-frameworks/kcompletion-6.22.0:6 >=kde-frameworks/kconfig-:6 >=kde-frameworks/kconfigwidgets-:6 >=kde-frameworks/kcoreaddons-:6 >=kde-frameworks/kcrash-:6 >=kde-frameworks/kdbusaddons-:6 >=kde-frameworks/kdnssd-:6 >=kde-frameworks/ki18n-:6 >=kde-frameworks/knotifications-:6 >=kde-frameworks/kstatusnotifieritem-:6 >=kde-frameworks/kwallet-:6 >=kde-frameworks/kwidgetsaddons-:6 >=kde-frameworks/kwindowsystem-:6 >=kde-frameworks/kxmlgui-:6 >=net-libs/libvncserver-0.9.14 x11-libs/libX11 x11-libs/libxcb x11-libs/libXtst x11-libs/xcb-util-image wayland? ( dev-libs/wayland kde-plasma/kpipewire:6 kde-plasma/kwayland:6 >=media-video/pipewire-0.3 ) wayland? ( sys-apps/xdg-desktop-portal[screencast(+)] )
wayland? ( >=dev-qt/qtbase-6.10.1:6[wayland] )