Missing XRdb package | |
|
|
Senior Mitglied Posts: 216 Registered: 2008-07-04 | I've looked for my .xsession-errors, and found out that
Post Scriptum | |
gdm-session-worker[2195]: WARNING: Could not copy file to cache: Error opening $
/etc/gdm/Xsession: Beginning session setup...
/etc/gdm/Xsession: Setup done, will execute: gnome-session
_IceTransmkdir: ERROR: euid != 0,directory /tmp/.ICE-unix will not be created.
GNOME_KEYRING_SOCKET=/tmp/keyring-G8Jnfv/socket
SSH_AUTH_SOCK=/tmp/keyring-G8Jnfv/socket.ssh
GNOME_KEYRING_PID=2241
** (gnome-settings-daemon:2237): WARNING **: Could not execute xrdb -nocpp -mer$
** (gnome-settings-daemon:2237): WARNING **: Could not execute xrdb -nocpp -mer$
gnome-session[2195]: WARNING: Could not launch application 'gnome-at-session.de$
** Message: adding killswitch idx 0 state 1
** Message: killswitch 0 is 1
** Message: killswitches state 1
** Message: killswitch 0 is 1
** Message: killswitches state 1
Initializing nautilus-gdu extension
Initializing nautilus-open-terminal extension
|
As you can see xrdb is not installed... and it is not on the repository
It's source can be found in: http://www.x.org/releases/X11R7.5/src/app/xrdb-1.0.6.tar.bz2
And here is the spec for it:
Code | [In neuem Fenster öffnen] | |
<?xml version="1.0"?>
<package name="xrdb">
<description>X server resource database utility</description>
<releases>
<release version="1.0.6" revision="1" branch="testing">
<deps>
<dep name="pkgconfig"/>
<dep name="x11"/>
<dep name="xmu"/>
</deps>
<build>
<script>
<archive name="xrdb-$VERSION">
<cmd>./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib</cmd>
<cmd>make -j 2</cmd>
<cmd>make install</cmd>
</archive>
</script>
</build>
</release>
</releases>
</package>
| .............................. OSs: Paldo-testing x86_64 :: HP Pavilion dv9680ez |
|
|
|
|
|
Re: Missing XRdb package | |
|
|
Senior Mitglied Posts: 216 Registered: 2008-07-04 | Also, saw that gdm is not creating the /var/cache/gdm directory
So it needs to be created by hand:
.............................. OSs: Paldo-testing x86_64 :: HP Pavilion dv9680ez |
|
|
|
|
|
Re: Missing XRdb package | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | We should rather remove the calls to xrdb, it's only needed for legacy software, if I remember correctly. |
|
|
|
|
|
Re: Missing XRdb package | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | This should be fixed with the next build of gnome-settings-daemon in testing. |
|
|
|
|
|
Re: Missing XRdb package | |
|
|
Senior Mitglied Posts: 216 Registered: 2008-07-04 | It's fixed now and it makes gnome start 1 sec faster, because it is not looking for a missing binary (and then doing try loops to do something else)
Thanks .............................. OSs: Paldo-testing x86_64 :: HP Pavilion dv9680ez |
|
|
|
|
|