Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] What does xgetdefault use flag do
Date: Mon, 27 May 2013 06:34:03
Message-Id: 51A2FE1B.9030006@gmail.com
In Reply to: [gentoo-user] What does xgetdefault use flag do by Mr G
1 On 27/05/2013 02:47, Mr G wrote:
2 > Am I correct that the xgetdefault use flag is needed for an application
3 > if I want it to read Xresources and Xdefaults? Does it enable anything
4 > else? I tried searching the forum and the web but there is too many
5 > false positive hits to sort through. Most references to it are very old
6 > so is it a deprecated feature? The definition for the use flag is a
7 > little cryptic or maybe I'm a little too dumb.
8 >
9 > OT: This is my first post to this list and just want to say hi. I've
10 > been stalking the list for several months now and this is by far the
11 > most interesting and useful list I've ever subscribed to.
12
13
14 Hello,
15
16 Welcome to gentoo-user :-)
17
18 USE flag xgetdefault is very little used, checking the definitions shows
19 this:
20
21 $ grep -r xgetdefault /var/portage/profiles/use.*
22 /var/portage/profiles/use.local.desc:x11-terms/aterm:xgetdefault -
23 Enable resources via X instead of aterm small version
24 /var/portage/profiles/use.local.desc:x11-terms/rxvt:xgetdefault - Enable
25 resources via X instead of rxvt small version
26
27
28 So it's not global, and is local to only two packages - aterm and rxvt.
29
30
31 You'll have to look in those app's docs or code to find out what they do
32 with ./configure --enable xgetdefault, but I suppose a reasonable
33 reading is that it uses Xresources in addition to $SOMETHING_ELSE.
34
35 So to answer your original question, that flag seems to only be valid
36 for aterm and rxvt and nothing else uses it; it will have no effect on
37 any other package at all. It especially will NOT enable Xresources
38 globally for all apps - it will do it just for those two
39
40
41
42 --
43 Alan McKinnon
44 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] What does xgetdefault use flag do Mr G <persistence2success@×××××.com>