[Bug 206183] Re: Gaupol freezes the system after I select Open Recent in menu

2009-10-12 Thread AcCEsS
This promlem is still in Intrepid (0.12.3-1) and still in Karmic (0.15). I compiled git source (0.15) but this problem is same. I tried to remove .recently-used.xbel but it didn't help. Console messages: /usr/lib/python2.6/dist-packages/gaupol/gtk/util.py:108: GtkWarning: gtk_widget_event:

[Bug 206183] Re: Gaupol freezes the system after I select Open Recent in menu

2009-10-12 Thread Osmo Salomaa
I still have no solution, but I'll recommend an easy workaround that removes the recent menus entirely: Edit file /usr/share/gaupol/ui/ui.xml and remove the lines that add the recent menus (lines 11-20 in gaupol 0.15). That still leaves you with open button menu on the toolbar, but that should be

[Bug 206183] Re: Gaupol freezes the system after I select Open Recent in menu

2009-10-12 Thread AcCEsS
Thanks for your response this tricks solved the problem! I am waiting for the next version. This program is the best subtitle editor! -- Gaupol freezes the system after I select Open Recent in menu https://bugs.launchpad.net/bugs/206183 You received this bug notification because you are a member

[Bug 206183] Re: Gaupol freezes the system after I select Open Recent in menu

2008-12-14 Thread fhucho
** Changed in: gaupol (Ubuntu) Status: Confirmed = Fix Released -- Gaupol freezes the system after I select Open Recent in menu https://bugs.launchpad.net/bugs/206183 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 206183] Re: Gaupol freezes the system after I select Open Recent in menu

2008-12-03 Thread fhucho
In Intrepid (clean install) it works well now, so if it is still an issue for anybody please reply in 3 days otherwise I will mark this bug as Fix Released. -- Gaupol freezes the system after I select Open Recent in menu https://bugs.launchpad.net/bugs/206183 You received this bug notification

[Bug 206183] Re: Gaupol freezes the system after I select Open Recent in menu

2008-05-24 Thread clewis
** Changed in: gaupol (Ubuntu) Status: Incomplete = Confirmed -- Gaupol freezes the system after I select Open Recent in menu https://bugs.launchpad.net/bugs/206183 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 206183] Re: Gaupol freezes the system after I select Open Recent in menu

2008-05-10 Thread clewis
I tried your suggestions but the problem persists. What I have found is that if I comment out the item.set_submenu(menu) line (in this method and the next, because the Open Recent Translation code has the same problem) the program no longer freezes. The Open Recent menu no longer functions, of

[Bug 206183] Re: Gaupol freezes the system after I select Open Recent in menu

2008-05-09 Thread clewis
Same problem here with Hardy (release, not beta), using Gaupol 0.12.3-1 package. Here's what I get if I launch Gaupol from a terminal: Universal Encoding Detector not found; character encoding auto-detection not possible. /usr/lib/python2.5/site-packages/gaupol/gtk/main.py:218: GtkWarning:

[Bug 206183] Re: Gaupol freezes the system after I select Open Recent in menu

2008-05-09 Thread Osmo Salomaa
Apparently some event happens with the recent file menu, possibly just focus being moved to it, and for some reason the menu is not realized and can't handle the event. Perhaps the event then remains pending and causes the following while-loop to never exit? while gtk.events_pending():

[Bug 206183] Re: Gaupol freezes the system after I select Open Recent in menu

2008-04-03 Thread Piotr Ożarowski
I cannot reproduce it ** Changed in: gaupol (Ubuntu) Status: New = Incomplete -- Gaupol freezes the system after I select Open Recent in menu https://bugs.launchpad.net/bugs/206183 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 206183] Re: Gaupol freezes the system after I select Open Recent in menu

2008-04-03 Thread Osmo Salomaa
I can't reproduce it either. When you select Open Recent in the File menu it initializes a gtk.RecentChooserMenu, which uses gtk.RecentManager to parse and filter $HOME/.recently-used.xbel. You could try removing or renaming that file, although if there are some problems with the file, it should

[Bug 206183] Re: Gaupol freezes the system after I select Open Recent in menu

2008-04-03 Thread fhucho
I tried to remove .recently-used.xbel, but it unfortunately didn't help. After the system freezes, the processor is almost idle (I had to switch to terminal via Ctrl + Alt + F1 and run top to find this out). I also tried to wait 2 minutes after the system freezed but nothing happened. If I run