Re: X host -client without X server present on machine.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2004-07-01 at 15:50, John Chatelle wrote:
>     I'm looking to install a minimal X - Host Client  that X servers may 
> connect to that doesn't itself have an X server, XDM, or window manager 
> installed.

I am not sure what you mean: what is a "Host Client"? is it a computer
that has no screen, or at least no graphical screen? 

If so, you need whatever the X client programs need to link with.
On my system (Fedora Core 2) xterm needs the following packages:

expat-1.95.7-1.1
fontconfig-2.2.92-1
freetype-2.1.7-4
glibc-2.3.3-27
libtermcap-2.0.8-38
utempter-0.5.5-4
xorg-x11-libs-6.7.0-2
zlib-1.2.1.1-2.1

I generated this list with the following script:
  ldd /usr/bin/xterm | 
  while read a b lib junk; do rpm -qf $lib; done | 
  sort -u

(It also generates an error message because ldd reports on a library
"linux-gate.so.1" which does not exist on my system. I do not know how
come, xterm works for me and I have never seen or heard of linux-gate
before today.)

You could use a similar command for the applications that you are
interested in. Obviously you have to do that on an ordinary system where
the apps in question are installed and work.

Of course, you should also do rpm -qf $(type -p my_app) --requires,
or better:

  rpm -q --whatprovides $(rpm -qf $(type -p nautilus) --requires) | 
  grep -v "^no package provides" | 
  sort -u

(This was for the file browser "nautilus")

There are still some issues with the last approach, because "rpm -q xxx
--requires" outputs some lines of the form "rpmlib(CompressedFileNames)"
which I do not know how to handle.

Regards
Enrique 
>   
>   It seems I would just need the Xlib and whatever X toolkit, such as 
> LessTif. 
> 
>   I can not seem to find the required RPM list for such a Client - Host 
> installation; Everywhere I look I seem to find an X server in the mix, 
> and xdm stuff that I don't currently need.   
> 
>    Aren't there X host-client installations out there that don't have a 
> X-server on the application server?  What RPM or RPM set is used for such
> an istallation?    
> 
> 
>    Thanks.
> 
>   --john.
> 
> --
> This message and any attachments may contain information that is protected
> by law as privileged and confidential, and is transmitted for the sole use
> of the intended recipient(s). If you are not the intended recipient, you
> are hereby notified that any use, dissemination, copying or retention of
> this e-mail or the information contained herein is strictly prohibited. If
> you have received this e-mail in error, please immediately notify the
> sender by e-mail, and permanently delete this e-mail.
> 
> 


_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux