Included your patch with minor changes. We don't want to add more
dependencies to splashy, so I changed "logger" to just "echo". And minor
touches.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.or
v/tty1
-/sbin/splashy_chvt 8
+ # wait for all gdm servers to exit (Bug# 504389)
+COUNTER=0
+ ATTEMPTS=10
+set +e
+while [ $COUNTER -lt $ATTEMPTS ]; do
+ ps -C "gdm"
+ if [ $? -eq 0 ]; then
+ sleep 0.5
+COUNTER=`expr $COUNTER + 1` #works in das
If I change /etc/init.d/splashy to do a sleep for a few seconds, gdm
shutdown works.
Below shows what happens in that pause which allows the activation of vt
8 to work without manually doing Alt-F8
Change I made to /etc/init.d/splashy
-
stop)
check_to_enable
Notes:
1) from the login window, rebooting and shutdown works as expected.
Splashy is invoked.
2) after doing /etc/init.d/gdm stop, this process remains gconfd-2
I've ignored this. bt didn't look interesting.
3) after logging in and rebooting via the gdm System menu, the reboot
stops. Here is
>
> This is actually interesting. I also have an intel-based laptop, and
> during the shutdown process it does not switch to the VT where the
> shutdown messages are displayed, while this works on my ATI machine.
> Maybe there’s something else going on with the X server.
>
> Thanks,
Do you see
Le mardi 04 novembre 2008 à 18:38 +1100, Tim Richardson a écrit :
> Restoring patch 52 to pre-2.20-7-3 version works.
>
> With the 2.20-7-4 patch (& splashy) gdm doesn't seem to stop properly.
> Something else in the shutdown process kills it and the machine will
> reboot/shutdown without user int
Restoring patch 52 to pre-2.20-7-3 version works.
With the 2.20-7-4 patch (& splashy) gdm doesn't seem to stop properly.
Something else in the shutdown process kills it and the machine will
reboot/shutdown without user intervention if splashy is not used, but if
splashy is used the vt8 is never ac
removing patch 52 from gdm restores the restart and shutdown process.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
By forcing gdm back to 2.20.7-3
splashy works as expected.
So splashy doesn't work with gdm 2.20.7-4 at least on my two Intel-based
laptops.
However, on a desktop, with gdm 2.20.7-4, splashy works well.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble?
Package: splashy
Version: 0.3.10-2.1
Severity: important
Sorry, but I think 0.3.10-2.1 introduces a bug
Shutdown stops after gdm terminates.
You can not log in even to virtual terminals.
ALT-F8 shows a screen with splashy. After pressing ALT-F8, splashy starts and
the shutdown proceeds.
I have
10 matches
Mail list logo