Hi dgod, if you have ideas about the Fedora packages, please don't hesitate to contact me directly of file a bug at bugzilla.redhat.com.
Am Montag, den 18.01.2010, 23:19 +0800 schrieb dgod: > just 2 idea > > 1 in spec, we may need the iso-codes-devel, else the language select > listbox may show nothing Thanks, fixed. I guess configure should check for it. > 2 I found a patch let lxdm work on tty1, may edit the config file can > do same thing > [server] > arg=/usr/bin/X vt1 I tried that but it doesn't work. X still starts on vt7. > the real way we should go is to support plymouth > lxdm now plymouth, here is my way to do it > > first, modify the /etc/X11/prefdm to support lxdm > elif [ "$DISPLAYMANAGER" = XDM ]; then > preferred=/usr/bin/xdm > elif [ "$DISPLAYMANAGER" = LXDM ]; then > preferred=/usr/bin/lxdm > quit_arg="--retain-splash" We requested that a while back for Xfce, but it was rejected. See https://bugzilla.redhat.com/show_bug.cgi?id=142260#c6 for more info. For now, the solution is to add DISPLAYMANAGER=/usr/bin/lxdm to /etc/sysconfig/desktop > then mkdir /var/spool/gdm/, this directory is owned by gdm, but > plymouth use it to communicate, lxdm should create and own it too. OK. done. I have a problem with LXDM: It modifies the order of PATH. Usually when I login, my path is: /usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin When I log in with LXDM, the path becomes: /usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib64/ccache:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin: As you can see /usr/local/bin is missing and all the sbin paths are searched before the paths with bin. This breaks usermode apps where the application in /usr/sbin needs root privileges and is called through the usermode helper in /usr/bin. Any ideas how this happens? Regards, Christoph ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
