Install this version:
emerge -a =gnome-extra/nautilus-open-any-terminal-0.8.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gnome-extra/nautilus-open-any-terminal-0.8.2
Or alternatively:
emerge --autounmask-write -a =gnome-extra/nautilus-open-any-terminal-0.8.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.8.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils
DESCRIPTION="A Nautilus extension that adds a context-entry for opening any terminal"
HOMEPAGE="https://github.com/Stunkymonkey/nautilus-open-any-terminal"
SRC_URI="https://github.com/Stunkymonkey/nautilus-open-any-terminal/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/nautilus-python
"
BDEPEND="
sys-devel/gettext
"
pkg_postinst() {
gnome2_schemas_update
}
pkg_postrm() {
gnome2_schemas_update
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nautilus-open-any-terminal-0.8.2.tar.gz | 138714 bytes | https://github.com/Stunkymonkey/nautilus-open-any-terminal/archive/refs/tags/0.8.2.tar.gz |