[Bug 291467] Re: Delayed Intrepid Login

2009-01-10 Thread Зоран Рилак
This may well be an issue between Compiz and Nautilus.  When Nautilus is
restarted (try it yourself: killall nautilus), the same delay can be
observed.  But this happens only when Nautilus tries to draw the
desktop; when Nautilus isn't running, invoking it with 'nautilus --no-
desktop' doesn't cause the delay.  Maybe it's related to how Compiz
handles the root window?  I am just guessing.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2009-01-10 Thread Зоран Рилак
This may well be an issue between Compiz and Nautilus.  When Nautilus is
restarted (try it yourself: killall nautilus), the same delay can be
observed.  But this happens only when Nautilus tries to draw the
desktop; when Nautilus isn't running, invoking it with 'nautilus --no-
desktop' doesn't cause the delay.  Maybe it's related to how Compiz
handles the root window?  I am just guessing.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2009-01-10 Thread Зоран Рилак
This may well be an issue between Compiz and Nautilus.  When Nautilus is
restarted (try it yourself: killall nautilus), the same delay can be
observed.  But this happens only when Nautilus tries to draw the
desktop; when Nautilus isn't running, invoking it with 'nautilus --no-
desktop' doesn't cause the delay.  Maybe it's related to how Compiz
handles the root window?  I am just guessing.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2009-01-07 Thread Paul Kroll
Having the same problem on a new Ubuntu 8.10 64 bit box (nVidia GTX 260,
Core I7), jdeslip's line of attack worked for me.  In sessions,
unchecked Window Manager, added a compiz-manager box with compiz-
manager as the command. Delay gone.

If this going to cause something subtly wrong, later, or is this not
ideal (compiz shouldn't cause the issue in the first place) but
workable?

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2009-01-02 Thread David Tombs
@Antoine: Yes, I think you're right. I am, however, on holiday right now
and not around my Ubuntu box, and I don't want to report a bug without
being on the reproducing machine. I'll do it ASAP, though.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2009-01-01 Thread graysky
 jdeslip - your solution worked GREAT on my Intrepid system.  Delay is
down to 3-4 sec from 20!

What I did:

SystemPreferencesSessions - unchecked Windows Manager
Added a new one called 'fusion-icon' what simply has the command: fusion-icon

ctrl+alt+backspace to restart gdm and it's fixed :)

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-12-25 Thread Antoine Pairet
@ David Tombs
A bug should be opened in compiz bug tracking system and it should be linked to 
this bug in Launchpad.

Am I right?

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-12-15 Thread huiii
i do not know if that error is really of significance...
i have this, too:

gnome-session[15895]: WARNING: Application 'gnome-wm.desktop' failed to
register before timeout

i discovered that compiz was making gconf2 angry, pushing cpu up to
constant 20% after login and making machine slow.

after all the following did the trick:

i wrote a delay-script for starting up compiz. delayed for 10sec. 
since than gconf2 is quiet, behaving nomal.

1)
systempreferencesappearancevisual effects set to none


2)
open terminal and do:

$ sudo gedit /home/where/ever/compizdelay.sh

paste this text and save:

#!/bin/bash
sleep 10
compiz --loose-binding --replace 
emerald --replace 
exit 0

3)
now we need to make it executable:
$ sudo chmod +x /home/where/ever/compizdelay.sh

4)
and then under 
systempreferencessessions press add and browse to where that new script is.

test and reboot and voila, works,,,
if not try to play with the sleep ... setting in the script, perhaps on your 
maschine it needs to sleep longer

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-12-15 Thread David Tombs
All the solutions that add Compiz explicitly to the Session properties
are just workarounds for the real issue, which is that Compiz does not
do what it is supposed to do (c.f.
http://live.gnome.org/SessionManagement/GnomeSession#head-
b6779810556ec641fc2fe351be8a874b82ac9e1f).

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-12-14 Thread David Tombs
I've done a bit of research on this, and here's what I've come up with.
I'm a newb, so sorry if some of this was obvious.

So, gconf key /desktop/gnome/session/required_components/windowmanager
on my system lists gnome-wm. I'm assuming this means gnome-session is
going to look for something called gnome-wm to be the window manager. It
probably finds this in /usr/share/gnome/autostart/gnome-wm.desktop.

Now, this (IMO pretty ugly) script locates whatever window manager you
have selected and runs it. Meanwhile, it seems gnome-session is waiting
for some GObject signal registered from gnome-wm (or whatever app it
launches). Since everything works fine with Metacity, I assume Metacity
sends this signal, gnome-session gets it (as evidenced by no warnings in
.xsession-errors), and everything's great. In the case of Compiz, I
don't think it's sent (or at least not received), so gnome-session waits
around for a while for this signal to get sent, but it never happens.
Boo.

Why does gnome-session wait for this registered deal? I think it's
because of the line in gnome-wm.desktop:

X-GNOME-Autostart-Phase=WindowManager

So, I guess all window managers (ie, things loaded during the
WindowManager phase) should send this registered signal at some point.
Compiz doesn't seem to, so I think this is actually a Compiz bug.

Other wiser opinions?

PS: Is it possible to run gnome-session with debug logging on?

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-12-06 Thread Srik
Here i've the same problem. These are the errors foundend in my
xsession-errors:

x-session-manager[5365]: WARNING: Unable to find provider 'gnome-wm' of 
required component 'windowmanager'
x-session-manager[5365]: WARNING: Application 'gnome-wm.desktop' failed to 
register before timeout
(gnome-panel:5577): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.14.4/gdk/x11/gdkdrawable-x11.c:878 drawable is not a 
pixmap or window
x-session-manager[5365]: WARNING: Application 'libcanberra-login-sound.desktop' 
failed to register before timeout
Failure: Module initalization failed

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-12-06 Thread Dmik
Seeing the same. In my case, disabling gnome-wm (Window Magager) in
Startup Programs and adding a new entry that starts compiz-manager
solved the problem. Fast startup and no errors in .xsession-errors.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-12-04 Thread Dalle1985
Okay, so I still have the issue at startup with gnome-wm disabled and
compiz set to start in sessions. But only at initial startup. If i do a
Ctrl+Alt+Backspace and then login, the system is ready in 8-10 secs. So
I've been going through even more logfiles and once again, it looks like
I get some errors from compiz. In my kern.log, I find the following
entry:

Dec  5 01:36:47 morten-laptop kernel: [  293.729440] compiz.real[6968]:
segfault at 168 ip 08055c7d sp bfb587d0 error 4 in
compiz.real[8048000+34000]

I don't really understand what it means, but it looks like an error in
Compiz and it just so happens that there is a consistent 22 second delay
with no kernel action what-so-ever.

Anyway, the entries in the other logs disappeared after I did the
workaround, but this one persists...

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-29 Thread philinux
I attached the contents of xsession-errors with and without compiz
enabled. With it takes 30 seconds from login to useable desktop. Without
is about 11 seconds less.

** Attachment added: xsession-errors Without Compiz
   http://launchpadlibrarian.net/20051046/xsession-errors%20Without%20Compiz

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-29 Thread philinux
With Compiz.

** Attachment added: xsession-errors With Compiz
   http://launchpadlibrarian.net/20051062/xsession-errors%20With%20Compiz

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-26 Thread Sarath
@MikeE.. Yes. It does work. However, it is not limited to nvidia. I have
a Intel GM965/GL960.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-25 Thread MikeE
Just want to confirm this bug in Ubuntu 8.10 using the nvidia
proprietary driver with compiz.  Setting desktop effects to 'none' and
adding 'compiz --replace' and unchecking Window manager (gnome-wm) in
the session startup greatly helped the issue.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-23 Thread Id2ndR
I use the same workaround as jdeslip :
Launch gnome-session-properties, uncheck gnome-wm, and add compiz as a new 
program.

Compiz isn't the first program launch so AvantWindowNavigator displays a
warning because composing isn't available for a very short time until
compiz realy start. It works great after that.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-21 Thread jdeslip
I was reading the compiz-fusion blog this week:
http://smspillaz.wordpress.com/2008/11/15/compiz-fusion-community-news-
for-november-15-2008-can-i-haz-plugins/

And one of the bugs that was fixed is:

Fixed bugs with sessions management when using an executable name other
than ‘compiz’ (like ‘compiz.real’)

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 291467] Re: Delayed Intrepid Login

2008-11-19 Thread Jan Vissers
People are getting a bad first impression of ubuntu. Yep and that's a
shame cause everything else is working like a charm. Can anybody confirm
the delay in login behavior using a different driver than nvidia's?

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-19 Thread dvdmeer
To Jan Vissers,

I'm using a intel driver.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 291467] Re: Delayed Intrepid Login

2008-11-19 Thread Id2ndR

 Can anybody confirm the delay in login behavior using a different 
driver than nvidia's?

A friend of mine is using proprietary fglrx driver and got the same
trouble.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-16 Thread jdeslip
Yes getting rid of gnome-wm solves the problem on intrepid... but then
compiz is not loaded and I have no window decorations.

As a workaround however, I find that disabling gnome-wm and enabling
fusion-icon (not fusion-icon --no-start) - works nicely.  This still
isn't ideal, though.  People are getting a bad first impression of
ubuntu.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-15 Thread dvdmeer
I have the same issue. With intrepid and also with jaunty.

In jaunty I found in daemon.log:

x-session-manager[6014]: WARNING: Unable to find provider 'gnome-wm' of 
required component 'windowmanager' 
gdm[5971]: WARNING: gdm_slave_xioerror_handler: Fatale X-fout - :0 wordt 
opnieuw gestart 
x-session-manager[6320]: WARNING: Application 'gnome-wm.desktop' failed to 
register before timeout 

When I uncheck gnome-wm in my sessions I have a quick login. Rechecking
results into slow login again.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-14 Thread Robb Topolski
ATM, I'm able to avoid the delay by going to System - Preferences -
Sessions and clearing the checkbox next to Gnome Login Sound.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-14 Thread jdeslip
That does not solve the delay for me.  Probably you had a different
bug...

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-14 Thread Dalle1985
Me neither. Still has the same delay, but now without sound :D

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-14 Thread Robb Topolski
Accepted -- it must be something else that I did.  Sorry for the false
alarm.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-13 Thread Rocko
The delay happens also with the nvidia 177.82 drivers. I don't think
it's an nvidia issue, though, because I also get the delay and warning
message on a laptop with an ATI Radeon 9600 card.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-09 Thread Rocko
I do get this X startup 'freeze' in both Intrepid and Hardy (usually,
but not always in Hardy). It always happens in Intrepid, unless I turn
off compiz.

During the freeze, xorg is running at 100% CPU (you have to use ssh from
another PC to see this since X is almost completely unresponsive during
this time - I can move the mouse cursor, but it isn't animated).

I'm using the nvidia driver (173.14.12) to get the 3D compiz effects, in
case that's relevant.

Although it's probably not relevant since disabling compiz works around
the bug, I also get a libcanberra-login-sound.desktop timeout error
message as well as the gnome-wm.desktop timeout and various pulseaudio
error messages:

Nov 10 10:04:54 galactica pulseaudio[27134]: main.c: setrlimit(RLIMIT_RTPRIO, 
(9, 9)) failed: Operation not permitted
Nov 10 09:59:18 galactica x-session-manager[26357]: WARNING: Application 
'gnome-wm.desktop' failed to register before timeout 
Nov 10 09:59:28 galactica x-session-manager[26357]: WARNING: Application 
'libcanberra-login-sound.desktop' failed to register before timeout 
Nov 10 10:05:05 galactica pulseaudio[27134]: module-x11-xsmp.c: X11 session 
manager not running.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-08 Thread roots
very same problem here, i already filed it as bug #295454 which is
obviously a dupe now.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-08 Thread roots
worth mentioning, that this delay did not occur with hardy. it can, as
already described, be 'solved' by deactivating compiz.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-06 Thread jdeslip
Bug 286696 is another duplicate of this - but it has a lower number.
Anyway, it is more evidence that many people have this problem!

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-05 Thread Sarath
I have put this to a lot of people. It may seem disabling compiz solves
the issue, but the root cause is some where is gdm or more likely in X.
I am speculating but, just hoping this bug reaches visibilty of the
right people.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-05 Thread macabro22
I am changing the status to confirmed, since so many people in the forum
thread Sarath mentioned are experiencing this and I can also reproduce
this behavior in two intrepid ibex computers.


** Changed in: compiz (Ubuntu)
   Status: New = Confirmed

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2008-11-01 Thread Sebastien Bacher
the issue is likely a compiz one if using no effects workaround the bug

** Changed in: compiz (Ubuntu)
Sourcepackagename: None = compiz

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs