Install this version:
emerge -a =gui-apps/desktop-icons-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/desktop-icons-9999
Or alternatively:
emerge --autounmask-write -a =gui-apps/desktop-icons-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v3
EAPI=8
DESCRIPTION="Show Files from a Directory on the Desktop"
HOMEPAGE="https://github.com/Geronymos/desktop-icons"
EGIT_REPO_URI="https://github.com/Geronymos/desktop-icons"
EGIT_BRANCH="main"
inherit git-r3
LICENSE="GPL-3"
SLOT="0"
RDEPEND="gui-libs/gtk-layer-shell"
DEPEND="$RDEPEND"
src_install() {
dobin dicons
dodoc README.md
}
gui-libs/gtk-layer-shell
gui-libs/gtk-layer-shell