Mailinglist Archive: opensuse-bugs (9648 mails)
| < Previous | Next > |
[Bug 304399] login not possible when a tablet is used
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 7 Nov 2007 10:02:13 -0700 (MST)
- Message-id: <20071107170213.C32EE24526E@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=304399#c58
--- Comment #58 from Stefan Dirsch <sndirsch@xxxxxxxxxx> 2007-11-07 10:02:13
MST ---
This is in Xsetup as well. It's done because gnome2root is still set to
/opt/gnome/sbin on 10.3.
[...]
gnome2root=/opt/gnome/sbin
gdmpid=/var/run/gdm.pid
gdm=no
test -x ${gnome2root}/gdm && \
/sbin/checkproc -p $gdmpid ${gnome2root}/gdm &> /dev/null && gdm=yes
#
# Handle background:
# First kdm/gdm choise, then xdm/user choise and
# if no choise is given use the system defaults.
#
if test "$kdm" = "yes" -o "$gdm" = "yes" ; then
: # $xsetroot -solid '#738dc6'
elif test -s ${background}.gz -a -x $xpmroot ; then
$xpmroot ${background}.gz
elif test -s ${background} -a -x $xpmroot ; then
$xpmroot $background
elif test -x $backprg ; then
$backprg
else
$xsetroot -gray
fi
[...]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #58 from Stefan Dirsch <sndirsch@xxxxxxxxxx> 2007-11-07 10:02:13
MST ---
This is in Xsetup as well. It's done because gnome2root is still set to
/opt/gnome/sbin on 10.3.
[...]
gnome2root=/opt/gnome/sbin
gdmpid=/var/run/gdm.pid
gdm=no
test -x ${gnome2root}/gdm && \
/sbin/checkproc -p $gdmpid ${gnome2root}/gdm &> /dev/null && gdm=yes
#
# Handle background:
# First kdm/gdm choise, then xdm/user choise and
# if no choise is given use the system defaults.
#
if test "$kdm" = "yes" -o "$gdm" = "yes" ; then
: # $xsetroot -solid '#738dc6'
elif test -s ${background}.gz -a -x $xpmroot ; then
$xpmroot ${background}.gz
elif test -s ${background} -a -x $xpmroot ; then
$xpmroot $background
elif test -x $backprg ; then
$backprg
else
$xsetroot -gray
fi
[...]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |