All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joaquim Duran <joaquinduran@adtelecom.es>
To: Using the OpenEmbedded metadata to build Linux Distributions
	<openembedded-devel@lists.openembedded.org>
Subject: Re: Problems with X11
Date: Tue, 17 Oct 2006 16:11:11 +0100	[thread overview]
Message-ID: <4534F28F.3040506@adtelecom.es> (raw)
In-Reply-To: <452BBCC8.5090505@adtelecom.es>

Dear all,

These days I've build several xterminal images. I would like to comment 
several issues that I've found:

1 - Some days ago, I've sent to this list the following e-mail:

> Dear all,
> 
> I don't know if this is an off-topic of this list, but I'll post.
> 
> I'm trying to start the Kdrive xserver (v. X11R7.1) with a window 
> manager (twm), generated from xterminal image. 'xinit' is also 
> installed, with fonts. Each time that I run 'startx' or 'xinit' the 
> following message is shown by kdrive:
> 
> Warning: X locale modifiers not supported, using default
> Warning: Unable to load any usable fontset
> Error: Aborting: no fontset found
> 
> How can I set up this locale? Any help will be appreciated.
> 
> 
> I've observed that if library hasn't any application depending on it, 
> the bitbake doesn't include the library to the image. Is this a bug?
> 
> Thanks and Best Regards,
> Joaquim Duran

The previous message is displayed by applications, and not by xserver. 
This is done by applications but not by all.

For example, I start the Xserver with some tools:

export DISPLAY=:0.0
Xfsev&
twm&
xeyes&
(Till here, all applications are working fine)
xedit&
(The application crashes and displays the previous message)

The locales of X11 are not installed. They should be placed in 
/usr/lib/X11/locale, but the folder is not present.


2 - From the last comment, that libraries should be included in the 
final image, I answered to a question that Xserver fonts should be 
installed by hand. Kdrive includes fonts internally so the installation 
of fonts for this xserver should be optional (I was wrong).


3 - The library libXaw version Xorg 7.1 has a dependency with libxp (as 
libXaw version Xorg 7.0). By the libxp has not been released for Xorg 
7.1 by Xorg. I've checked its FTP server and it hasn't been release form 
Xorg 7.1 but release notes tell nothing about deprecation. The 
dependency should be removed?


4 - The package xinit should have dependences to xmodmap and xrdb utils 
because these utils are called from xinitrc file.

If I should fill bugs for these items, please, let me know.

Thanks and Best Regards,
Joaquim Duran




      parent reply	other threads:[~2006-10-17 14:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-10 15:31 Problem of configuration of X locale with Kdrive Joaquim Duran
2006-10-10 14:36 ` Koen Kooi
2006-10-10 15:44   ` Joaquim Duran
2006-10-17 15:11 ` Joaquim Duran [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4534F28F.3040506@adtelecom.es \
    --to=joaquinduran@adtelecom.es \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.