[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-04 Thread Sebastien Bacher
let's change this task so pygtk subscribers stop being spammed

** Package changed: pygtk (Ubuntu) = ubuntu

** Changed in: ubuntu
   Importance: Undecided = Low

** Changed in: ubuntu
   Status: New = Invalid

** Changed in: Ubuntu Jaunty
   Importance: Undecided = Low

** Changed in: Ubuntu Jaunty
   Status: New = Invalid

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-03 Thread nakki
no more freeze installing Alarm Clock 0.9.19 from getdeb
http://www.getdeb.net/app/Alarm+Clock

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-03 Thread sabby7890
@Gustavo Carneiro

Yes, that's the whole point. Just forgot to add time.sleep(1) to make
this happen every one second - then X won't be busy at all.

That's the whole point - when developer forgets to add
gtk.gdk.threads_enter() and gtk.gdk.threads_leave() this happens.If you
add time.sleep(1) GTK won't be constantly updating the status icon (it
will do it every one second) and top will show nothing, but screen will
be still frozen.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-02 Thread sabby7890
Hello,

I've managed to write a simple testcase in Python. Hope that helps. I
have something to do today, but I'll try to check out if it's possible
in C. After starting crash.py by doing python crash.py you need to kill
it by doing killall -9 python.

** Attachment added: Test case
   http://launchpadlibrarian.net/26241254/crash.py

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-02 Thread Gustavo Carneiro
About your test case:

 1. It uses threads with incorrect locking, see attached patch to fix
it;

 2. In my system, X is not frozen, just becomes very slow.  But the
program is asking for trouble by continually updating the status icon in
a while True: loop without even a pause for breath between each loop;

3. I am actually able to kill the program with a simple Ctrl-C,
evidencing that X is not completely frozen.

So perhaps this is just a performance issue wrt gtk status icons.  I see
no bug here, just a denial of service.  Or we could consider a gtk bug
for momentarily freezing an entire X session while a status icon is
being updated.


** Attachment added: test case with thread safety fixed
   http://launchpadlibrarian.net/26244131/p.diff

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-02 Thread Devid Antonio Filoni
motu-sru ACK.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-02 Thread Scott Kitterman
Accepted into jaunty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: pygtk (Ubuntu Jaunty)
   Status: New = Fix Committed

** Changed in: python2.6 (Ubuntu Jaunty)
   Status: New = Fix Committed

** Tags added: verification-needed

** Changed in: pygtk (Ubuntu Jaunty)
   Status: Fix Committed = New

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-02 Thread Scott Kitterman
Sorry about that.  It's alarm-clock that's been accepted.

** Changed in: python2.6 (Ubuntu Jaunty)
   Status: Fix Committed = New

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-02 Thread icantcontrol
I install all updates of ubuntu9.04 and still have this problem. I
updated my laptop from 8.10 to 9.04.

Then i also installed it on my friends Sony Vaio and his laptop also
freezed after starting alarm clock.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


Re: [Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-02 Thread Scott Kitterman
The fix for jaunty-proposed is still waiting to be built.  We're in the 
middle of the first sync from Debian for Karmic, so things are very backed 
up currently.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Jo-Erlend Schinstad
sabby7890, please stop nagging about viruses. This has nothing to do
with viruses at all! A virus is an executable file that copies itself
into another executable. This bug wouldn't in any way permit a user to
write to its executable, nor any other executable, hence it's not a
virus.

Though it is annoying that a bug in one application is able to hang
the entire desktop, it is not in any way a security issue since you have
to install the application and run it manually. You should be aware that
any application you run will have all the same rights as you do,
including deleting all your files, which would be alot more problematic
than this bug. Also, this bug doesn't affect other users.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread sabby7890
Mr Jo-Erlend Schinstad,

Virus is an application that forces computer not to work properly.
Notice that most Windows viruses nowdays are not copying itself to other
executables, they're just starting when computer starts (they're placed
in registry -
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Run if I
remember correctly).

Recipe for virus:

Write a Firefox extension that will contain malicious code using this
bug, use _UNPROTECTED_ .bashrc file in user's directory and start this
app by doing:

sleep 10; DISPLAY=:0 ./virus_start

With this trick someone can hang user's desktop 10 seconds after he logs
in. User only needs to download this extension (and this is possible to
create such file because it's possible to save wallpaper in user's home
directory from Firefox).

Of course this code needs to be injected to .bashrc, which is not write-
protected (normal user can modify his own bashrc file). So this IS
clearly a security issue. You see, most Windows computers are infected
because of users installing software from P2P networks. Anyone can even
post an application on GnomeFiles.org, no one checks these. If someone
will install such app (even from DEB package) on his computer, you known
what can happen. So IMHO this should be fixed immediately! With this
trick, someone can make user's computer unusable. Before someone figures
out to check .bashrc, user will reinstall Linux or install Windows. You
can even name the virus instead of virus_start something like gnome-
session or similiar. Any app from Gnomefiles or Firefox extension can
make the executable working by doing chmod +x virus. See? No need to
infect other executables in order to destroy a system.

If someone will post that this app on Gnomefiles makes computer hang on
every boot, virus could activate for example on 1st of September.
That's why I think that bug with hanging desktop should be fixed with nr
1 priority.

But there's another thing:

This X11-hanging bug happens in Fedora 11 too, so it's not Ubuntu-
specific. I am trying to reproduce this bug by writing a test case, no
luck though.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread sabby7890
Mr Jo-Erlend Schinstad,

Virus is an application that forces computer not to work properly.
Notice that most Windows viruses nowdays are not copying itself to other
executables, they're just starting when computer starts (they're placed
in registry -
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Run if I
remember correctly).

Recipe for virus:

Write a Firefox extension that will contain malicious code using this
bug, use _UNPROTECTED_ .bashrc file in user's directory and start this
app by doing:

sleep 10; DISPLAY=:0 ./virus_start

With this trick someone can hang user's desktop 10 seconds after he logs
in. User only needs to download this extension (and this is possible to
create such file because it's possible to save wallpaper in user's home
directory from Firefox).

Of course this code needs to be injected to .bashrc, which is not write-
protected (normal user can modify his own bashrc file). So this IS
clearly a security issue. You see, most Windows computers are infected
because of users installing software from P2P networks. Anyone can even
post an application on GnomeFiles.org, no one checks these. If someone
will install such app (even from DEB package) on his computer, you known
what can happen. So IMHO this should be fixed immediately! With this
trick, someone can make user's computer unusable. Before someone figures
out to check .bashrc, user will reinstall Linux or install Windows. You
can even name the virus instead of virus_start something like gnome-
session or similiar. Any app from Gnomefiles or Firefox extension can
make the executable working by doing chmod +x virus. See? No need to
infect other executables in order to destroy a system.

If someone will post that this app on Gnomefiles makes computer hang on
every boot, virus could activate for example on 1st of September.
That's why I think that bug with hanging desktop should be fixed with nr
1 priority.

But there's another thing:

This X11-hanging bug happens in Fedora 11 too, so it's not Ubuntu-
specific. I am trying to reproduce this bug by writing a test case, no
luck though.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Gustavo Carneiro
Here's how I think you can reproduce the problem.  Just write a program
(C or Python, doesn't matter) that:

 1. Creates a toplevel window (make it a fullscreen window for increased effect)
 2. calls gdk_pointer_grab on that window
 3. never calls gdk_pointer_ungrab

From that moment on, the program captures the pointer (and as side
effect also the keyboard).  Consequently, the clueless user thinks that
X is frozen, when in actual fact is just poorly written app grabs the
pointer and never ungrabs it.

This is *NOT* a PyGTK bug.  This is *NOT* a Gtk+ bug.  This is *NOT* a
Xorg bug.

Every programmer that ever needed to write code to grab the mouse
pointer will occasionally temporarily write code that grabs the pointer
but forgets to ungrab it.  I have been there myself.  But the X session
is not completely frozen.  You can recover by pressing CtrlAltF1,
login in a linux console, and manually kill the offending program.  Then
you can go back to the X11 console (normally AltF7), and everything is
back to normal.

And by the way, I am tired of receiving these messages about a non-pygtk
bug just because I am watching pygtk bugs in general.  If someone knows
of a way for me to opt out, please let me know.  Thanks!

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread sabby7890
Gustavo:

Click unsubscribe on the right.

I am actually tired of this bug too. I've fixed it, it works, bug is
closed. It's not my fault thoguh that the whole session is frozen - it
was working previously, right now someone changed something somewhere
and it started to freeze. If you want - upgrade the package, remove the
package, fix the other broken package, but please stop posting here info
that you don't care where the bug is or that I am nagging you. If you
don't like my app just don't use it - you have it completely for free, I
am wasting my time to write it, just to hear that I've made a small
mistake and my work should be completely removed, sorry.

Please post here only if really necessary.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Gustavo Carneiro
Sorry, sabby, I hope I wasn't too offensive, not my intention.  Hoping
you meant someone else. :)

You are right, this is a very tiny mistake.  The X11 API makes it very
easy to freeze the desktop, as I explained.

I am only annoyed that I have received over 60 comments on a bug that
isn't even pygtk related.  There is no Unsubscribe on the right, because
I am not directly subscribed, only the launchpad team GNOME Python
Maintainers is subscribed, so I received emails too.  Even though this
is not Python related, I do not know how to remove myself or the team.
If anything I am annoyed at launchpad, not at any individual
participating in this discussion.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Jo-Erlend Schinstad
This bug is not closed. It's not related to alarm-clock, sabby, it's
related to Python. It's not fixed. Upgrading alarm-clock will not
prevent the same thing from happening when you run strace, for instance.

To say that a Virus is an application that forces computer not to work
properly is false. However, this is not the place to discuss it.

If you want to unsubscribe from this bug (please do), you can click the
link marked Unsubscribe. It's on the upper right, right above the list
of subscribers.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


Re: [Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Scott Kitterman
If you want to unsubscribe from this bug (please do), you can click the
link marked Unsubscribe. It's on the upper right, right above the list
of subscribers.

Not if, like many of us, you are subscribed to the bug because you or a team 
you are a member 
of is subscribed to bugs for the package.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


Re: [Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Scott Kitterman
This bug is not closed. It's not related to alarm-clock, sabby, it's
related to Python.

It does seem that alarm clock triggers the bug.  If there any disagreement that 
the proposed 
alarm clock patch avoids it?

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread sabby7890
I won't unsubscribe, because this patricular bug number 321176 is
related to my application Alarm Clock. I am subscribed automatically to
any bug that is triggered in my application, because I am the main
developer. I wanted to say that THIS bug can be closed because Alarm
Clock no longer suffers from it, and freezing desktop when you do strace
is not a bug in Alarm Clock. Please don't tell me to unsubscribe from my
own bugzilla.

Anyway, I am trying to write a testcase to demonstrate the bug. The bug
itself was caused (I think) by doing changes on the status icon from
outside of main GTK loop without gtk.gdk.threads_enter() and
gtk.gdk.threads_leave(). This funcion reads birthdays from a file on
hard drive, checks if there's a birthday today, and then changes the
status icon tooltip and icon.

This is not efficent, because it does that every second and every second
it sets the Alarm-Clock's tray icon to normal or alarm-caution.svg.
That's why I am reimplementing it, but this seems to trigger the bug.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


Re: [Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Andrew
On Fri, May 1, 2009 at 11:00 AM, sabby7890 tsalacin...@gmail.com wrote:
 snip
 I wanted to say that THIS bug can be closed because Alarm
 Clock no longer suffers from it, and freezing desktop when you do strace
 is not a bug in Alarm Clock.
 snip

I agree, lets have the alarm clock bug fixed and close this bug. If
there is a bug it GTK then it should be reported as a separate bug.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


Re: [Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Scott Kitterman
Anyway, I am trying to write a testcase to demonstrate the bug.

Thank you. This is a very valuable step towards getting to the root of
this.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread whitis
This is a serious bug that renders the entire system unusable until
reboot unless the user knows about console switching and killall and
even though the bug itself may not be in the package code, this bug can
not be closed until there is a new package that requires a version of
python packages that does not activate the bug.A bug in the
dependency listing of a package is a valid bug even if a new version of
the dependencies does not yet exist to fix the problem.

** Changed in: alarm-clock (Ubuntu)
   Status: Invalid = Confirmed

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread whitis
Original, more detailed, version of this comment lost due to launchpad
bugs.

This bug is present on Ubuntu 9.04 with the latest version of the
package from the repository installed (including stable, testing, and
unstable).

gustavo appears to be incorrect; this is not your run of the mill grab
pointer bug; the system responds to mouse events, you just can't see the
result.

sabby7890's patch is already applied.   It is also a bad patch file
since it was produced without using diff -u and will therefore apply
incorrectly and without warning to a modified or different version of
the file.

I have changed the status from invalid to confirmed.This package is
broken, whether or not the problem exists in the application code
itself.Until a new package is released that has either a workaround
that actually works or depends on a new version of pygtk that fixes the
problem, this bug should not be closed.

The new package version alluded to in #369549 is not available to apt-
get in stable/testing/unstable/jaunty-updates.  Perhaps this will change
soon.   But until you can apt-get update alarm-clock and fix the
problem, this is an open bug.

Linux cervantes 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 
x86_64 GNU/Linux
ii  python-gtk22.14.1-1ubuntu1   
ii  nvidia-173-modaliases  173.14.16-0ubuntu1   
Modaliases for the NVIDIA binary X.Org drive
ii  nvidia-180-kernel-source   180.44-0ubuntu1  
NVIDIA binary kernel module source
ii  nvidia-180-libvdpau180.44-0ubuntu1  
Video Decode and Presentation API for Unix
ii  nvidia-180-modaliases  180.44-0ubuntu1  
Modaliases for the NVIDIA binary X.Org drive
ii  nvidia-71-modaliases   71.86.08-0ubuntu1
Modaliases for the NVIDIA binary X.Org drive
ii  nvidia-96-modaliases   96.43.10-0ubuntu1
Modaliases for the NVIDIA binary X.Org drive
ii  nvidia-common  0.2.11   
Find obsolete NVIDIA drivers
ii  nvidia-glx-180 180.44-0ubuntu1  
NVIDIA binary Xorg driver
ii  nvidia-settings180.25-0ubuntu1  
Tool of configuring the NVIDIA graphics driv
ii  alarm-clock0.9.18-3 

Distributor ID: Ubuntu
Description:Ubuntu 9.04
Release:9.04
Codename:   jaunty

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Scott Kitterman
** Changed in: alarm-clock (Ubuntu)
   Importance: Undecided = High

** Changed in: alarm-clock (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: alarm-clock (Ubuntu)
 Assignee: (unassigned) = Scott Kitterman (kitterman)

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Scott Kitterman
** Also affects: alarm-clock (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Also affects: pygtk (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Also affects: python2.6 (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Launchpad Bug Tracker
This bug was fixed in the package alarm-clock - 0.9.18-3ubuntu1

---
alarm-clock (0.9.18-3ubuntu1) karmic; urgency=low

  * Work around GTK related hang to fix LP: #321176

 -- Mike Basinger mike.basin...@ubuntu.com   Wed, 29 Apr 2009 16:41:24
-0600

** Changed in: alarm-clock (Ubuntu)
   Status: In Progress = Fix Released

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Scott Kitterman
@Mike:  thanks for the debdiffs.  They look good to me except a couple
of minor changelog issues.  I rewrote your debian/changelog entries to
make them more verbose.  Also the target for a post-release update
should be jaunty-proposed (I fixed that too).

** Changed in: alarm-clock (Ubuntu Jaunty)
   Importance: Undecided = High

** Changed in: alarm-clock (Ubuntu Jaunty)
   Status: New = In Progress

** Changed in: alarm-clock (Ubuntu Jaunty)
Milestone: None = jaunty-updates

** Changed in: alarm-clock (Ubuntu Jaunty)
 Assignee: (unassigned) = Scott Kitterman (kitterman)

** Description changed:

  Steps to reproduce:
  
  1. launch alarm-clock
  
  What happens:
  
  Image on the screen becomes frozen. Mouse pointer is moving, but if I'm
  clicking on something, I cannot see any reaction (however, there is a
  reaction, because if I'm trying to launch a program, I am able to see it
  after switching to terminal by ctrl-alt-f1 and running ps aux). It
  happens both with compiz and with metacity.
  
  ii  xserver-xorg-core  2:1.5.99.901-1ubuntu1
  ii  xserver-xorg-video-intel   2:2.6.1-1ubuntu1
  ii  alarm-clock0.9.18-2
  
  00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960
  Integrated Graphics Controller (rev 0c)
  
  
  stet...@stetzen-laptop:~$ glxinfo | grep render
  direct rendering: Yes
  OpenGL renderer string: Mesa DRI Intel(R) 965GM GEM 20090114 x86/MMX/SSE2
+ 
+ TEST CASE:
+ 
+ Start alarm-clock, watch your system hang.
+ 
+ Reset the system.
+ 
+ Install the updated package.
+ 
+ Start alarm-clock, watch your system not hang.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-05-01 Thread Scott Kitterman
I've uploaded Mike's change for Jaunty.  From here is has to be approved
by the motu-sru team, accepted by an archive-administrator, and then it
goes to jaunty-proposed for testing.  Once it tests out, it will be
copied to jaunty-updates for everyone.

** Changed in: alarm-clock (Ubuntu Jaunty)
   Status: In Progress = Fix Committed

** Changed in: alarm-clock (Ubuntu Jaunty)
 Assignee: Scott Kitterman (kitterman) = (unassigned)

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-30 Thread sabby7890
Ok, Alarm Clock is fine, but what about the bug that caused screen to
freeze? Will it be fixed or can I start writing a virus?;)

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


Re: [Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-30 Thread Scott Kitterman
The best contrubtion towards getting the underlying problem addressed would 
be a minimal test case program that demonstrates the problem.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread Mikko Rantalainen
I don't care if the issue is in the alarm-clock, pygtk or somewhere
else. The fact is that if I select Applications - Add/Remove... and
search for an alarm clock I get package alarm-clock. If I then proceed
to install it and ever start it, my X session is immediately frozen.
Happens on both x86_64 and i386 variants. Luckily, I know how to kill
the application from another virtual terminal (I had to try killing
processes until I hit alarm-clock, though...). However, an average
Ubuntu user would think that the whole Ubuntu install just crashed.

Just upgrade, downgrade or remove the alarm-clock from the repositories
immediately. It's clear that the software was NEVER even started during
the release process of Jaunty! If *somebody* is able to successfully
start and use Alarm Clock in Jaunty, then put it into the repository.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread sabby7890
Go to alarm-clock.pl and download alarm-clock-0.9.19 - fixes the bug.
Ubuntu packagers can update the package so it won't cause freeze
anymore. It can be easily packaged, because it's a small update of
Python version.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread hype
http://www.gnomefiles.org/app.php/Alarm_Clock

Indeed, just saw that on gnome-files.

I'll try that soon; thanks in advance for fixing the issue in 9.04 :

Mikko Rantalainen, before whining:
1) just do it ...
2) there's no 2)

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread raccoonone
@Scott Kitterman
The bug was, as far as I could tell in alarm-clock, not some other package. 
which is why I changed the status. And if you'll look at the 
http://www.alarm-clock.pl/ webpage, you'll see that a new version has been 
released which fixes this bug. So it was in fact a bug in alarm-clock.

Back on topic. I can confirm that version 0.9.19 fixes this bug. After
installing, I did have to move the glade and scalable folders from
/usr/local/share/alarm-clock/ to /usr/share/alarm-clock/ so that
AlarmClock could find them.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


Re: [Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread Scott Kitterman
OK. We can't do a wholesale update post-release, but if someone can figure 
out which change/patch fixed this, we can get an update in.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


Re: [Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread swulf
hype wrote:
 http://www.gnomefiles.org/app.php/Alarm_Clock
 
 Indeed, just saw that on gnome-files.
 
 I'll try that soon; thanks in advance for fixing the issue in 9.04 :
 
 Mikko Rantalainen, before whining:
 1) just do it ...
 2) there's no 2)
 

'It's clear that the software was NEVER even started during
the release process of Jaunty!'

Mikko is right. Stating the facts is not 'whining'.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread sabby7890
It was a bug in Alarm Clock, indeed. But, it's still a bug in other
package too - with this bug, a userspace application can hang the whole
user's machine on purprose - this is called a virus. This can be used
even by some malicious Firefox extensions. I strongly recommend someone
to take a look at this and fix it in PyGTK package. I know that
everything user needs to do is to switch to console and killall alarm-
clock. But removing viruses from Windows is easy too, and causal users
usually don't know how to do this.

If any application will call repeatedly a GTK function (in this case it
was updating the status icon) from outside of the main GTK loop, it will
hang. I forgot to enter the main loop, but as everyone noticed it was
working in previous Ubuntu releases.

** Attachment added: Fix
   http://launchpadlibrarian.net/26153383/alarm-clock-ubuntu.patch

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread Mike Basinger
I have built version 0.9.19 which fixes the problem. I have added it to
my ppa, https://edge.launchpad.net/~mike.basinger/+archive/ppa (as soon
as it builds). I would suggest making this a backport if possible.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread Mike Basinger
https://bugs.edge.launchpad.net/jaunty-backports/+bug/369549

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


Re: [Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread Scott Kitterman
This should be done as a stable release update, not a backport.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread kernel_script
Same bug here.

I'm using Jaunty final.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread kernel_script
Same bug here.

I'm using Jaunty final.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread kernel_script
Same bug here.

I'm using Jaunty final.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread Mike Basinger
Here is a debdiff for the package in Ubuntu 9.04. It is my first, so let
me know if I need to change anything.

** Attachment added: debdiff for alarm-clock 0.9.18-3 in Ubuntu 9.04
   http://launchpadlibrarian.net/26163030/alarm-clock_0.9.18-3ubuntu0.1.debdiff

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-29 Thread Mike Basinger

** Attachment added: debdiff for alarm-clock 0.9.18-3 for Ubuntu Karmic
   http://launchpadlibrarian.net/26163090/alarm-clock_0.9.18-3ubuntu1.debdiff

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-28 Thread Andrew
I am not only seeing alarm-clock hang the UI, but it is locking up my
computer. Happened 2x in a row.

This is on Jaunty amd64. I don't have time to troubleshoot it, so am
removing the package.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-25 Thread Jo-Erlend Schinstad
I agree. If it was just alarm-clock, it'd been ok. It's not a critical
application, and it's not supported. But it isn't just alarm-clock. This
also happens if you try to strace something in gnome-terminal at least.
Other things cause this to happen as well. I think this bug should've
been marked with high priority and fixed before release. I hope it'll be
fixed quickly, cause this is really annoying, and as you said, people
who are running alarm-clock on startup, will have a useless system
unless they're able to figure this out. Not everyone will be able to.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-25 Thread raccoonone
why is this marked Invalid? This is 100% reproducible in the current
package in the Jaunty repository.

** Changed in: alarm-clock (Ubuntu)
   Status: Invalid = Confirmed

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-25 Thread Scott Kitterman
You start asking why and end up assuming you know there is no why. Why
it's mark invalid against alarm-clock is that the bug (that manifests
via alarm-clock) is caused by a problem in another package.

Please don't just start marking on bugs and filing people's in boxes.
If you don't understand, ask. #ubuntu-bugs on Freenode IRC is a great
place for this.

** Changed in: alarm-clock (Ubuntu)
   Status: Confirmed = Invalid

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-21 Thread Sebastien Bacher
the valgrind log shows error in the python code and no pygtk lines

** Package changed: pygtk (Ubuntu) = python2.6 (Ubuntu)

** Changed in: python2.6 (Ubuntu)
   Status: Incomplete = New

** Changed in: python2.6 (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-20 Thread CRCarl
All - 
  I am not quite sure how to proceed. I can confirm the issue is the use of 
deprecated classes. Running alarm-clock using Python 2.5 on Jaunty resolves the 
issue with alarm-clock. Having 2.5 installed along-side 2.6 broke all kinds of 
other things in my VM, I wouldn't suggest it.  Python should be handling the 
errors a lot better, c'est la vie.
 I have managed to patch my local copy, it seems to be working fine. I can; 
  1. Post the diffs where google can find them, people will have to 
apply the patches.
  2. Fork the project, post the updated code to github then forget 
about.
  3. Fork the project, rename/rebrand it, ask the MOTU's to add it 
to the repos.
   3a. We are way, way past the Jaunty hard freeze, this 
likely wouldn't happen soon.
   3b. Also, I hate to do that to the original developer. 
  4. Something else? Can I get my patch added to the current 
package with the original developer?

Suggestions?

BTW - We might be to late already -
https://bugs.launchpad.net/ubuntu/+source/alarm-clock/+bug/363937

C

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-20 Thread raccoonone
could you post the patch here as an attachment? I tried editing my local
files, but wasn't able to fix the bug by changing the class style.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-20 Thread sabby7890
I don't think updating the Python package will make any sense, because I
am working on new version which is working perfectly under Ubuntu.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-20 Thread raccoonone
If the python package is not going to be updated then it should be
removed from 9.04, since right now it renders the user's desktop useless
if it is used.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-20 Thread Scott Kitterman
Severe bugs can be dealt with in a post release update once a clear fix is 
available.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-20 Thread raccoonone
Ok, but for anyone who upgrades from 8.10 to 9.04 and uses alarm-clock,
their desktop will be inaccessible to them. (they will have to use
recovery mode to uninstall alarm-clock, or a virtual console to kill
it). This seems like a major problem that needs to be address *before*
release, so that users of alarm-clock don't end up being locked out of
their desktop. It seems like alarm-clock should be removed by the 9.04
upgrade utility if it is installed.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-20 Thread Scott Kitterman
So far no one has produced a solid patch for this problem, so where to
upload it is moot.  A fix in -updates would help upgraders too, so it's
not to late.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-19 Thread raccoonone
I have the same problem in Jaunty RC, is there a workaround for this?

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-16 Thread LiveWire
Since this seems to be a python issue and jaunty uses python 2.6 as
default instead of 2.5 as intrepid did, has anyone tried running alarm-
clock with python 2.5 on jaunty? How can do this? Simply changing:

#!/usr/bin/python
to
#!/usr/bin/python2.5

in /usr/bin/alarm-clock does not work for me.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-16 Thread Gustavo Carneiro
It seems to be a python issue, but only when dealing with
legacy/deprecated classes.  It would not be hard to fix the
applications; where you see:

class Foo:
...

Change it to:

class Foo(object):
   ...

And the problem should go away.

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-14 Thread Georges Seguin
Same problem here

alarm-clock - 0.9.18-3
python2.6 - 2.6.2~rc1-0ubuntu1


** Attachment added: valgrind-logs-alarm-clock.tar.gz
   http://launchpadlibrarian.net/25374653/valgrind-logs-alarm-clock.tar.gz

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-13 Thread nguyenthanhvuh
I also experience this bug

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-10 Thread ch_a_m_p
Confirmed in 9.04 beta

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-05 Thread Justin C
I can also confirm the bug. The attachment in my reply shows what
happens when I start the application in the terminal.

Thanks.

** Attachment added: alarm-clock.log
   http://launchpadlibrarian.net/24846537/alarm-clock.log

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-04 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a valgrind log following the
instructions at https://wiki.ubuntu.com/Valgrind and attach the file to
the bug report. This will greatly help us in tracking down your problem.

** Changed in: pygtk (Ubuntu)
   Importance: Undecided = Low

** Changed in: pygtk (Ubuntu)
   Status: New = Incomplete

** Changed in: pygtk (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-03 Thread Danny Piccirillo
** Also affects: pygtk (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: pygtk
   Importance: Undecided
   Status: New

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 321176] Re: [Jaunty] alarm-clock causes screen to freeze

2009-04-03 Thread Danny Piccirillo
** Changed in: alarm-clock (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: alarmclock
   Status: New = Invalid

-- 
[Jaunty] alarm-clock causes screen to freeze
https://bugs.launchpad.net/bugs/321176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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