[Bug 1099191] Re: python3-dbg fails to import PyQt4

2013-01-14 Thread Lee Harr
Backtrace of the python3-dbg segfault importing QtCore from the python3-pyqt4-dbg module. Not sure I am generating this properly. Let me know if you need something different. ** Attachment added: python3-dbg+pyqt4+bt

[Bug 1099191] Re: python3-dbg fails to import PyQt4

2013-01-14 Thread Lee Harr
Should this be separated in to 2 separate bugs? There is the issue with python3-dbg not being able to import the regular PyQt4, and there is the issue with python3 or python3-dbg segfaulting when importing python3-pyqt4-dbg. Oh, maybe 3 separate issues? There is also the issue of the missing

[Bug 1099191] [NEW] python3-dbg fails to import PyQt4

2013-01-13 Thread Lee Harr
Public bug reported: On Ubuntu 12.04 The standard python3 imports PyQt4 with no problems: $ python3 Python 3.2.3 (default, Oct 19 2012, 19:53:57) [GCC 4.7.2] on linux2 Type help, copyright, credits or license for more information. import PyQt4 import PyQt4.QtCore However, python3-dbg

[Bug 810486] [NEW] flash not working in ltsp local apps browser

2011-07-14 Thread Lee Harr
Public bug reported: When running a browser (firefox, chrome) in an ltsp session using ltsp- localapps flash does not work. Instead, it shows only a blank black rectangle where the flash content should be. I have solved the problem by adding libcurl3 to the chroot localapps environment and

[Bug 810486] Re: flash not working in ltsp local apps browser

2011-07-14 Thread Lee Harr
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810486 Title: flash not working in ltsp local apps browser To manage notifications about this bug go to:

[Bug 445245] Re: apport can't send to kerneloops.org

2009-11-14 Thread Lee Harr
I have the same problem, trying to send a bug report from the Thunderbird Help-Report a Bug... menu item. I am connected to the Internet (I browsed to this web page, I check my email regularly using Thunderbird, etc) so I do not believe there is anything wrong with my Internet connection in

[Bug 356553] Re: pychess crash with OperationalError and RuntimeError

2009-04-25 Thread Lee Harr
Try running pychess like this: python2.5 /usr/games/pychess -- pychess crash with OperationalError and RuntimeError https://bugs.launchpad.net/bugs/356553 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 356553] Re: pychess crash with OperationalError and RuntimeError

2009-04-25 Thread Lee Harr
python2.5 /usr/games/pychess Actually... this only partially works. The PyChess opponent never responds, but the game works fine using the GNU Chess opponent. I do not get any errors when trying the PyChess opponent, it just never makes a move, whether playing black or white. -- pychess

[Bug 176002] Re: synaptic dialogs steal focus from other applications

2007-12-14 Thread Lee Harr
Synaptic does not only steal focus... it will actually switch the user from one workspace to another! I think this is a relatively new development. I don't remember this happening when I first started using the system a few months ago. It only started since about 1 month or so. -- synaptic

[Bug 164791] libkdeprint.so.5: No such file or directory

2007-11-23 Thread Lee Harr
Public bug reported: After installing kde4 packages, all of the applications fail to start. They report a missing library libkdeprint ... $ /usr/lib/kde4/bin/karbon /usr/lib/kde4/bin/karbon: error while loading shared libraries: libkdeprint.so.5: cannot open shared object file: No such file or

[Bug 164791] Re: libkdeprint.so.5: No such file or directory

2007-11-23 Thread Lee Harr
There may also be a problem with libkpty: $ ldd /usr/lib/kde4/bin/dolphin | grep not found | sort | uniq libkdeprint.so.5 = not found libkpty.so = not found $ ldd /usr/lib/kde4/bin/konsole | grep not found | sort | uniq libkdeprint.so.5 = not found libkpty.so =