Skip to Content
X Power Tools
book

X Power Tools

by Chris Tyler
December 2007
Intermediate to advanced
269 pages
6h 17m
English
O'Reilly Media, Inc.
Content preview from X Power Tools

Chapter 7. Running X Clients

Running X Clients

Running an X client is generally a fairly simple proposition, but it is different from running a character application. This chapter covers:

  • Running clients in the background (Section 7.2)

  • Requesting a certain window size and position (Section 7.3)

  • Running nongraphical programs on an X display (Section 7.4)

Displayspecs (Section 1.12) are a closely related topic.

Background Operation

Most X applications don’t need to interact with the user through the standard input and output; therefore, when starting them from a shell prompt, you may as well put them into the background. Simply add an ampersand to the end of the command name:

	$ kcalc &

If you close the terminal from which you started the client, the client will (in almost all cases) be terminated. To avoid this, use the nohup command:

	$ nohup kcalc &

Tip

Some error messages may be sent to standard error, which may not be visible when the client is run in the background. When debugging the operation of a client, it may be necessary to redirect stdout and stderr to a file:

	$ nohup kcalc >kcalc.log 2>&1 &

Geometry

In X Window parlance, geometryrefers to the size and position of windows. Clients may request a particular geometry when placing a new window, but the window manager can override the request and force another geometry.

The units used for window size vary by application. Terminal windows, for example, are usually sized in text rows and columns (for example, 80 x 24 or 132 x 44); many applications, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

X Window System User's Guide for X11 R3 and R4 of the X Window System

X Window System User's Guide for X11 R3 and R4 of the X Window System

Valerie Quercia, Tim O'Reilly
Ubuntu® Linux® Bible

Ubuntu® Linux® Bible

William von Hagen
FreeBSD6 Unleashed

FreeBSD6 Unleashed

Brian Tiemann
Mac OS® X Tiger™ Unleashed

Mac OS® X Tiger™ Unleashed

John Ray, William Ray

Publisher Resources

ISBN: 9780596101954Errata Page