Originally Posted by
TWhyman
Not only that, the gdm-2.20 package shipped with Ubuntu 9.10 is broken!
Actually ... it's not.
What they did is that they no longer create the symbolic link between /usr/X11R6/bin and /usr/bin ...
On Ubuntu Jaunty 9.04 you can ....
Code:
cd /usr/X11R6
ls -al
lrwxrwxrwx 1 root root 6 2009-08-25 17:12 bin -> ../bin
On Ubuntu 9.10 however ...
Code:
cd /usr/X11R6
-bash: cd: /usr/X11R6: No such file or directory
So not GDM's config file is broken ... but rather they left out the symlink between /usr/X11R6/bin and /usr/bin
/usr/X11R6/bin is usually something of a "standard" on Unix/Linux, e.g. all X11 binaries such as "xclock", "xterm", "rxvt" should go in there. Instead of sticking to that standard or instead of at least providing a symlink they left it all away this time.
Thanks for your posting BTW .... I didn't see it in time and "re-discovered" your posting via UbuntuGeek.
Bookmarks