[Bug 293675] [NEW] Totem crashes when seek slider moved on MP3

2008-11-04 Thread Applegeek
Public bug reported: Binary package hint: totem When playing MP3 file, moving the seek slider "back" (rewind) causes program to stall - no further playing of MP3 is possible, application must be restarted. ProblemType: Bug Architecture: amd64 Date: Tue Nov 4 08:23:29 2008 DistroRelease: Ubuntu

[Bug 293675] Re: Totem crashes when seek slider moved on MP3

2008-11-04 Thread Applegeek
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/19342648/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/19342649/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/19342650/ProcStatus.txt -- Totem

[Bug 136991] Re: nspluginwrapper version 0.9.91.5 video issues.

2007-09-03 Thread Applegeek
Here is my situation: Ubuntu Feisty -amd64, fresh install with Nvidia -100 drivers, Amd 4600 X2 CPU, NVidia 7100 card. System is 100% working stable with Compiz Fusion/Emerald, although these are turned OFF while troubleshooting. Then installed Firefox 2, nspluginwrapper -5, Flash 9. Make sure

[Bug 136991] Re: nspluginwrapper version 0.9.91.5 video issues.

2007-09-03 Thread Applegeek
This just happened 5 minutes ago on a Feisty -amd64 install, NVidia 7100, Firefox 2, manual install of nspluginwrapper -5 and Flash 9, little else installed. System was working 100% fine all last week. Just checked update manager, all packages updated. System had to have nspluginwrapper -5 rein

[Bug 203819] [NEW] Broadcom bcm4312 wireless not detected at all

2008-03-18 Thread Applegeek
Public bug reported: Hardy Alpha 6 On HP Pavilion dv2470se laptop, 630M/7150M gpu chipset, kernel 2.6.24-12-generic: Broadcom bcm4312 wireless adapter is never detected at all with b43 or b43legacy drivers. fwcutter used to create firmware as described at linuxwireless.org, placed in lib/firmwa

[Bug 203820] [NEW] 7150M GPU never detected

2008-03-18 Thread Applegeek
Public bug reported: Binary package hint: linux-backports-modules-hardy-386 On HP Pavilion dv2470se laptop, 630M/7150M gpu chipset, kernel 2.6.24-12-generic: Can't get nVidia 7150M GPU to be detected by any version of nVidia restricted driver. X server never reports any useable screens found.

[Bug 203819] Re: Broadcom bcm4312 wireless not detected at all

2008-03-22 Thread Applegeek
What's interesting is the chip on the laptop is bcm4312 (looking at it) but lspic reports finding Broadcom 4310 rev 1. It could be that "unknown pci bridge" is really the problem, that lspci also reports, perhaps. -- Broadcom bcm4312 wireless not detected at all https://bugs.launchpad.net/bugs/2

[Bug 107034] Beryl crash with Feisty AMD64 after return from console

2007-04-16 Thread Applegeek
Public bug reported: Feisty AMD64 running on a Gigabyte M61PM-S2 Mobo AMD 4200 X2 Cpu. 1 Gig ram, nVidia 7100 dsiplay card. Installed Feisty Beta AMD64. All fine Installed nVidia 9755 drivers. All fine. Installed Beryl Composite, Beryl-Manager, Emerald-Themes via Synaptic. Restart X. All fine

[Bug 1639531] Re: GCC compiles programs to shared object instead of executable, preventing GUI file managers from executing programs

2021-12-11 Thread Applegeek
This isn't a bug. Ubuntu has setup GCC with "pie" flag enabled for some unknown reason, and this causes executable output to be tagged as shared library. Use "-no-pie" with GCC when compiling. If using Qt Creator / QMake add this to your project file unix:QMAKE_LFLAGS += -no-pie All will work