Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266028 - No ebuild/USE flag for X client libraries only
Summary: No ebuild/USE flag for X client libraries only
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 16:34 UTC by Tanktalus
Modified: 2009-04-13 20:05 UTC (History)
2 users (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 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.