On 09/24/2009 06:16 PM, DJ Lucas wrote:
On 09/17/2009 08:51 AM, Wayne Blaszczyk wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DJ Lucas wrote:
<stuff delete/>

Unfortunately, it seems that there are a few bad assumptions in the
Gnome autoscripts that didn't used to be there, and these should all be
fixed upstream, preferably via pkg-config.  I take it that you are not
seeing the (suspected) GIO issue mentioned above?

-- DJ Lucas



Sorry, I missed that bit. Yes I have/had the same problem.
Installing gvfs fixes that problem. I still need to read up on what gvfs
is and how it differs from gnome-vfs. i.e. is it a replacement or a
split or a complementary addition. Any input would be greatly appreciated.

The GDM icon problem has been fixed with the additional step:
ln -s $(pkg-config --variable=prefix \
      ORBit-2.0)/lib/gnome-settings-daemon/gnome-settings-daemon
$(pkg-config \
      --variable=prefix ORBit-2.0)/lib/gdm

GDM assumes that it and gnome-settings-daemon share the same libexecdir.
How do we raise this problem with the GDM developers?

Regards,
Wayne.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFKsj7EhfgHoRhX2wIRAoniAJ9D/FLPeQmZhV1XNdwE4HhlCny1YQCffN7E
YkPpc1r3wroLr0c1yOHiEQI=
=8cb7
-----END PGP SIGNATURE-----

Okay...digging into it a bit.  Gnome-settings-daemon and ConsoleKit will
both need to provide the libexec dir in their pc files, they currently
do not.  So those changes will have to be made and then we can do swap
@LIBEXECDIR@ for @GSD_LIBEXECDIR@ and @CK_LIBEXECDIR@ in the relative
desktop.in files in the gdm sourcetree.  It looks like a lot of the
gnome packages should include a libexecdir variable in the pc files, but
currently do not.

First two goals are easy. :-)

-- DJ Lucas



--
This message has been scanned for viruses and
dangerous content, and is believed to be clean.

diff -Naur ConsoleKit-0.3.0-orig/libck-connector/ck-connector.pc.in 
ConsoleKit-0.3.0/libck-connector/ck-connector.pc.in
--- ConsoleKit-0.3.0-orig/libck-connector/ck-connector.pc.in    2008-01-23 
08:30:44.000000000 -0600
+++ ConsoleKit-0.3.0/libck-connector/ck-connector.pc.in 2009-09-24 
18:18:12.000000000 -0500
@@ -2,6 +2,7 @@
 exec_pref...@prefix@
 libd...@libdir@
 included...@prefix@/include
+libexecd...@libexecdir@
 
 Name: ck-connector
 Description: Library for connecting new sessions to ConsoleKit
diff -Naur gnome-settings-daemon-2.26.1-orig/data/gnome-settings-daemon.pc.in 
gnome-settings-daemon-2.26.1/data/gnome-settings-daemon.pc.in
--- gnome-settings-daemon-2.26.1-orig/data/gnome-settings-daemon.pc.in  
2008-12-22 05:56:29.000000000 -0600
+++ gnome-settings-daemon-2.26.1/data/gnome-settings-daemon.pc.in       
2009-09-24 18:25:14.000000000 -0500
@@ -2,6 +2,7 @@
 exec_pref...@exec_prefix@
 libd...@libdir@
 included...@includedir@
+libexecd...@libexecdir@
 
 Name: gnome-settings-daemon
 Description: Utility library for accessing gnome-settings-daemon over DBUS
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to