Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 526940 - net-misc/xrdp should depend on net-misc/tigervnc to use sesman-XVnc
Summary: net-misc/xrdp should depend on net-misc/tigervnc to use sesman-XVnc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-26 15:39 UTC by INODE64 Sistemas
Modified: 2014-10-27 14:34 UTC (History)
0 users

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 INODE64 Sistemas 2014-10-26 15:39:52 UTC
to fix the problem require tigervnc and server,xorgmodule flags

--- xrdp-0.8.0.ebuild.old       2014-10-23 13:31:15.000000000 +0200
+++ xrdp-0.8.0.ebuild   2014-10-26 16:32:55.696190657 +0100
@@ -24,7 +24,9 @@
        jpeg? ( virtual/jpeg:0= )
        kerberos? ( virtual/krb5:0= )
        pam? ( virtual/pam:0= )
-       pulseaudio? ( media-sound/pulseaudio:0= )"
+       pulseaudio? ( media-sound/pulseaudio:0= )
+       net-misc/tigervnc[server,xorgmodule]"
+
 DEPEND="app-arch/xz-utils"
 
 # does not work with gentoo version of freerdp


Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-27 12:59:52 UTC
What if you don't use sesman-Xvnc at all. You still get it installed as a free bonus?
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-10-27 13:51:41 UTC
Yes, yes, I was planning to add this soon :). I want to check one more backend first, though.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-10-27 14:34:15 UTC
Fixed now. Added a || () dep on tigervnc & x11rdp, and postinst message explaining which to use for what backend.