Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143230 - net-misc/xrdp with tightvnc
Summary: net-misc/xrdp with tightvnc
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 11:13 UTC by Albert Zeyer
Modified: 2010-09-27 13:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Albert Zeyer 2006-08-08 11:13:51 UTC
I made 2 changes in the ebuild:

I added 'ppc' to the KEYWORDS list and I added TightVNC as an alternative to VNC to the RDEPEND list and I changed pkg_setup to accept TightVNC.

No problems with the installation and also no problems with the program itself, it works great.

Here is my changed ebuild:

...
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ppc"
IUSE=""

DEPEND=""
RDEPEND="|| (net-misc/vnc net-misc/tightvnc)"

DESTDIR="/usr/$(get_libdir)/${PN}"

pkg_setup() {
        if has_version net-misc/vnc; then
                if ! built_with_use net-misc/vnc server; then
                        eerror
                        eerror "You must have your VNC implementation (currently net-misc/vnc) built"
                        eerror "with the \"server\" USE flag to use ${PN}."
                        eerror
                        die "Please rebuild net-misc/vnc with USE=server"
                fi
        fi
}
...
Comment 1 Patrick McLean gentoo-dev 2006-08-08 11:44:00 UTC
On my amd64 box, I originally tested with tightvnc, and it wasn't happy, tightvnc's Xvnc implementation couldn't find the right font paths, so it wouldn't start.

I will give it another try when I have a chance.

But I can CC the ppc team as per keywording the package ~ppc.
Comment 2 Joe Jezak (RETIRED) gentoo-dev 2006-11-21 10:29:24 UTC
Okay, marked ~ppc.  Thanks!
Comment 3 Raúl Porcel (RETIRED) gentoo-dev 2006-11-23 03:14:25 UTC
(In reply to comment #1)
> On my amd64 box, I originally tested with tightvnc, and it wasn't happy,
> tightvnc's Xvnc implementation couldn't find the right font paths, so it
> wouldn't start.
> 

Hmmm, this was fixed.

Comment 4 Albert Zeyer 2008-05-05 11:33:58 UTC
Can this please be reviewed? I checked it right now again and Xrdp works with TightVNC.

Esp. now, I have to use TightVNC because net-misc/vnc does not support the Xorg-Server 1.4.
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-27 13:05:26 UTC
The package has been removed from portage.