Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 266028

Summary: No ebuild/USE flag for X client libraries only
Product: Gentoo Linux Reporter: Tanktalus
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: enhancement CC: betelgeuse, loki_val
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tanktalus 2009-04-13 16:34:48 UTC
I'm setting up a headless server, but I still want to be able to run X apps on it - I'll just use X over ssh to display it on my desktop.  Or I'll use tightvnc's server to run it on the server, and krdc or tightvnc to view it from another box.

Like KDE's split builds, I was looking for a way to just install the client without the server to reduce build time, disk usage, and rebuilds due to patches in the server that don't affect the client.  This server is not an NFS server with hundreds of GB of disk space, it's a mail/bind server with a small, old disk, large enough to run X-based text editors, but the less I need to (re)build on the machine, the better.  (Of course, I'm not installing KDE there, either.)



Reproducible: Always
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2009-04-13 16:40:41 UTC
I think xorg-server with USE="-xorg -dmx -kdrive minimal" gives you that.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2009-04-13 20:05:41 UTC
In this case there is nothing additional to install. You just emerge the apps you need and they will pull in the needed client libraries. There is no need for a daemon running on the server in this case so there is nothing special to install either.