[Bug 174884] Re: [ooo-build] [hardy] OpenOffice writer crashes after opening long rtf

2008-06-19 Thread Pelladi Gabor
Tested with openoffice.org 1:2.4.1-1ubuntu1, the test case does not crash anymore. I'm setting this bug to fix committed because the fix is in proposed. ** Changed in: openoffice.org (Ubuntu) Status: Incomplete = Fix Committed -- [ooo-build] [hardy] OpenOffice writer crashes after

[Bug 174884] Re: [ooo-build] [hardy] OpenOffice writer crashes after opening long rtf

2008-06-14 Thread Pelladi Gabor
I will test the new version, but right now I am without a broadband internet access at home. I am going to download the packages next week. -- [ooo-build] [hardy] OpenOffice writer crashes after opening long rtf https://bugs.launchpad.net/bugs/174884 You received this bug notification because

[Bug 109691] Re: Conflict betwen webcam 046d:0840 Logitech QuickCam Express and MX-400 logitech usb mouse

2008-06-03 Thread Pelladi Gabor
This surprised me. Hardy uses gspca 1.00.20 as far as I know, and the newer gspca fixed the problem for me on Gutsy. I'm still using Gutsy, so I can't test it with Hardy at the moment. -- Conflict betwen webcam 046d:0840 Logitech QuickCam Express and MX-400 logitech usb mouse

[Bug 197954] Re: Hardy: Unable to scan Floppy Drive for media changes

2008-03-25 Thread Pelladi Gabor
This particular bug was fixed a day after beta release. The error message does not appear any more. I tested it on a machine that does not have a floppy drive, but I am going to test the issue on another machine that has, and report back with the results. -- Hardy: Unable to scan Floppy Drive

[Bug 197954] Re: Hardy: Unable to scan Floppy Drive for media changes

2008-03-25 Thread Pelladi Gabor
The floppy is working on today's (2008-03-25) daily snapshot live cd. ** Changed in: gvfs (Ubuntu) Status: Triaged = Fix Released -- Hardy: Unable to scan Floppy Drive for media changes https://bugs.launchpad.net/bugs/197954 You received this bug notification because you are a member of

[Bug 177514] Re: firefox 64-bit IcedTea java not working.

2008-03-23 Thread Pelladi Gabor
I can confirm that the package icedtea-gcjwebplugin works on amd64. But why does this package include 'icedtea' in it's name, despite it depends on openjdk? Other packages named icedtea are being removed. Why not calling it openjdk-6-plugin, or openjdk-gcjwebplugin? -- firefox 64-bit IcedTea

[Bug 152362] Re: icedtea-java7-plugin always crashes firefox

2008-03-17 Thread Pelladi Gabor
The attached JRE works for me! The best solution would be to fix the repo system to build the JRE correctly, but even uploading a manually built JRE into the repos for amd64 would be better than an unusable one (like we have in Gutsy). -- icedtea-java7-plugin always crashes firefox

[Bug 135574] Re: installing kde-systemsettings in GNOME spams menu

2008-03-09 Thread Pelladi Gabor
Hardy is now close to it's release, it will be the last Kubuntu to ship KDE 3, and it won't be an LTS like Ubuntu. If this bug doesn't have a trivial fix, then I think it is not worth spending time on this issue. There are much more serious problems to care for. KDE 4 is working as expected, that

[Bug 197954] Re: Hardy: Unable to scan Floppy Drive for media changes

2008-03-09 Thread Pelladi Gabor
Sebastien: I am using a fully updated Hardy. It contains all the updates, even the ones after Alpha 6. It is still doing the same error. -- Hardy: Unable to scan Floppy Drive for media changes https://bugs.launchpad.net/bugs/197954 You received this bug notification because you are a member of

[Bug 197954] Re: Hardy: Unable to scan Floppy Drive for media changes

2008-03-08 Thread Pelladi Gabor
I still get the issue. ** Attachment added: Screenshot.png http://launchpadlibrarian.net/12516373/Screenshot.png -- Hardy: Unable to scan Floppy Drive for media changes https://bugs.launchpad.net/bugs/197954 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 197954] Re: Hardy: Unable to scan Floppy Drive for media changes

2008-03-08 Thread Pelladi Gabor
Oh I forgot to say, that the error dialog also appears on a desktop computer that doesn't even have a floppy drive. According to the GNOME bug tracker, hal 0.5.10, which Hardy ships, doesn't contain this method. -- Hardy: Unable to scan Floppy Drive for media changes

[Bug 174884] Re: OpenOffice writer crashes after opening long rtf

2008-03-07 Thread Pelladi Gabor
The crash occurs with both ooo version 2.3.0-1ubuntu5.3 (Gutsy) and 2.3.1-3ubuntu3 (Hardy). Opening the attached document does not result in a crash, but after that trying to close openoffice fails. The window doesn't close, it stays there unresponsively, and a long crash report is printed to

[Bug 135574] Re: installing kde-systemsettings in GNOME spams menu

2008-03-04 Thread Pelladi Gabor
For kde-systemsettings, yes, it is still valid for Hardy. But for systemsettings-kde4, no. It behaves as expected, it creates only one menu entry in System/Preferences. -- installing kde-systemsettings in GNOME spams menu https://bugs.launchpad.net/bugs/135574 You received this bug notification

[Bug 197954] [NEW] Hardy: Unable to scan Floppy Drive for media changes

2008-03-03 Thread Pelladi Gabor
Public bug reported: I found this bug in an updated (2008-03-03) Ubuntu Hardy amd64. When I try to access the floppy drive from the places menu, I get the following error: Unable to scan Floppy Drive for media changes Cannot invoke CheckForMedia on HAL: org.freedesktop.DBus.Error.UnknownMethod:

[Bug 137984] Re: 'Document print status' window doesn't refresh when you cancel a print job

2008-03-03 Thread Pelladi Gabor
Bug still present. A non-technical user called me up yesterday, because she can't stop the printer printing. She gets errors trying to cancel the jobs. I sat before the computer, and saw an ugly error when I clicked cancel. I restarted the machine, after that the queue was empty. Now I know this

[Bug 191575] Re: wine segfaults on winecfg

2008-02-26 Thread Pelladi Gabor
According to https://wiki.ubuntu.com/StableReleaseUpdates For Universe and Multiverse SRU's FTBFS, not installable, and segfault on startup ( e.g. completely un-usable ) can also be considered I think, because wine is currently completely un-usable, including 0.9.56, if it fixes the bug would be

[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-14 Thread Pelladi Gabor
I don't have a floppy drive in my own computer, so I could not test it, but something like this shell script could do the trick: if [ `mount | grep /media/floppy0 | wc -l` -eq 0 ] then mount /media/floppy0 nautilus /media/floppy0 else nautilus /media/floppy0 fi Place this in

[Bug 66869] Re: Double click on Floppy Drive in Computer location jumps to / directory

2008-02-13 Thread Pelladi Gabor
Please do something about this bug. I don't think it is that hard. It is really hard to explain the method to open a document received on a floppy for a first time user. Should I tell her to open the floppy, close the error dialog, go back, open floppy again? She won't believe me that Ubuntu is

[Bug 177231] Re: upgrade gspca module from version 1.00.12 to 1.00.20

2008-01-21 Thread Pelladi Gabor
Great! Thank you, Fabio! -- upgrade gspca module from version 1.00.12 to 1.00.20 https://bugs.launchpad.net/bugs/177231 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 177231] Re: upgrade gspca module from version 1.00.12 to 1.00.20

2008-01-15 Thread Pelladi Gabor
There is a package named gspca-source, and it is fairly up-to-date (1.00.18). I don't understand, why the linux-ubuntu-modules keeps the Feisty era buggy and less devices supporting version. -- upgrade gspca module from version 1.00.12 to 1.00.20 https://bugs.launchpad.net/bugs/177231 You

[Bug 177231] Re: upgrade gspca module from version 1.00.12 to 1.00.20

2008-01-08 Thread Pelladi Gabor
01.00.20 final is out. -- upgrade gspca module from version 1.00.12 to 1.00.18 https://bugs.launchpad.net/bugs/177231 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 177231] Re: upgrade gspca module from version 1.00.12 to 1.00.20

2008-01-08 Thread Pelladi Gabor
** Summary changed: - upgrade gspca module from version 1.00.12 to 1.00.18 + upgrade gspca module from version 1.00.12 to 1.00.20 ** Description changed: - The latest version of gspca module (1.00.18) can be downloaded from here: + The latest version of gspca module (1.00.20) can be downloaded

[Bug 177231] Re: upgrade gspca module from version 1.00.12 to 1.00.20

2008-01-08 Thread Pelladi Gabor
** Tags added: patch -- upgrade gspca module from version 1.00.12 to 1.00.20 https://bugs.launchpad.net/bugs/177231 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 137341] Re: HP LaserJet 1000, 1018 and 1020 are not listed in KDE Print Manager

2007-12-20 Thread Pelladi Gabor
The root cause for this bug is in package foomatic-db-hpijs. The file foomatic-db-hpijs-20070813/data-generators/hpijs/hpijs-printermap does not contain LaserJet 1000, 1018 and 1020 printers. ** Also affects: foomatic-db-hpijs (Ubuntu) Importance: Undecided Status: New ** Changed in:

[Bug 137341] Re: HP LaserJet 1000, 1018 and 1020 are not listed in KDE Print Manager

2007-12-20 Thread Pelladi Gabor
** Attachment added: Patch for adding missing printers to foomatic-db-hpijs package http://launchpadlibrarian.net/11003697/foomatic-db-hpijs.diff -- HP LaserJet 1000, 1018 and 1020 are not listed in KDE Print Manager https://bugs.launchpad.net/bugs/137341 You received this bug notification

[Bug 137341] Re: HP LaserJet 1000, 1018 and 1020 are not listed in KDE Print Manager

2007-12-20 Thread Pelladi Gabor
Sorry, I did not understand the inner working of this enough. I saw that kde-systemsettings, kaddprinterwizard reads the cache file printerdb_cups.txt under my home for the device list. Adding a new item to the file makes it appear on the frontend. The other HP LaserJet printers, 1015 and 1022 are

[Bug 177231] Re: upgrade gspca module from version 1.00.12 to 1.00.18

2007-12-19 Thread Pelladi Gabor
** Attachment added: This is the patch to upgrade gspca module in linux-ubuntu-modules-2.6.24 (Ubuntu. http://launchpadlibrarian.net/10986700/linux-ubuntu-modules-2.6.24-2.6.24-2.3.diff.tar.gz -- upgrade gspca module from version 1.00.12 to 1.00.18 https://bugs.launchpad.net/bugs/177231

[Bug 177231] upgrade gspca module from version 1.00.12 to 1.00.18

2007-12-18 Thread Pelladi Gabor
Public bug reported: The latest version of gspca module (1.00.18) can be downloaded from here: http://mxhaard.free.fr/download.html It has support for many new webcams, e.g. my Logitech Quickcam Express (046d:0928) I could make my cam working by removing the old Ubuntu-supplied gspca.ko and

[Bug 177231] Re: upgrade gspca module from version 1.00.12 to 1.00.18

2007-12-18 Thread Pelladi Gabor
I was a bit outdated, 1.00.20 is already in rc2 phase. -- upgrade gspca module from version 1.00.12 to 1.00.18 https://bugs.launchpad.net/bugs/177231 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 157512] Re: OpenOffice writer crashes when loading a document if openoffice.org-base not installed

2007-12-17 Thread Pelladi Gabor
** Changed in: openoffice.org (Ubuntu Gutsy) Status: New = Fix Released -- OpenOffice writer crashes when loading a document if openoffice.org-base not installed https://bugs.launchpad.net/bugs/157512 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 156852] Re: OpenOffice writer crashes when loading a template if openoffice.org-base not installed

2007-12-17 Thread Pelladi Gabor
** Changed in: openoffice.org (Ubuntu Gutsy) Status: New = Fix Released -- OpenOffice writer crashes when loading a template if openoffice.org-base not installed https://bugs.launchpad.net/bugs/156852 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 134276] Re: OpenOffice calc crashes opening this ods file if openoffice.org-base not installed

2007-12-17 Thread Pelladi Gabor
** Changed in: openoffice.org (Ubuntu Gutsy) Status: New = Fix Released -- OpenOffice calc crashes opening this ods file if openoffice.org-base not installed https://bugs.launchpad.net/bugs/134276 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 117648] Re: OpenOffice writer crashes after Insert-Indices and Tables-Bibliography if openoffice.org-base not installed

2007-12-17 Thread Pelladi Gabor
** Changed in: openoffice.org (Ubuntu Gutsy) Status: New = Fix Released -- OpenOffice writer crashes after Insert-Indices and Tables-Bibliography if openoffice.org-base not installed https://bugs.launchpad.net/bugs/117648 You received this bug notification because you are a member of

[Bug 52847] Re: OpenOffice Writer crashes when loading a document with form/check boxes if openoffice.org-base not installed

2007-12-17 Thread Pelladi Gabor
The file in the first post did open correctly without crashing, so this bug was fixed. Your document still crashes, please file a separate bug report on the issue. ** Changed in: openoffice.org (Ubuntu Gutsy) Status: New = Fix Released -- OpenOffice Writer crashes when loading a

[Bug 157512] Re: OpenOffice writer crashes when loading a document if openoffice.org-base not installed

2007-12-12 Thread Pelladi Gabor
This has been corrected in openoffice.org 2.3.0-1ubuntu5.3 ** Changed in: openoffice.org (Ubuntu) Status: Confirmed = Fix Released -- OpenOffice writer crashes when loading a document if openoffice.org-base not installed https://bugs.launchpad.net/bugs/157512 You received this bug

[Bug 156852] Re: OpenOffice writer crashes when loading a template if openoffice.org-base not installed

2007-12-12 Thread Pelladi Gabor
This has been fixed in openoffice.org 2.3.0-1ubuntu5.3 ** Changed in: openoffice.org (Ubuntu) Status: Confirmed = Fix Released -- OpenOffice writer crashes when loading a template if openoffice.org-base not installed https://bugs.launchpad.net/bugs/156852 You received this bug

[Bug 134276] Re: OpenOffice calc crashes opening this ods file if openoffice.org-base not installed

2007-12-12 Thread Pelladi Gabor
This has been fixed in openoffice.org 2.3.0-1ubuntu5.3 ** Changed in: openoffice.org (Ubuntu) Status: Confirmed = Fix Released -- OpenOffice calc crashes opening this ods file if openoffice.org-base not installed https://bugs.launchpad.net/bugs/134276 You received this bug notification

[Bug 52847] Re: OpenOffice Writer crashes when loading a document with form/check boxes if openoffice.org-base not installed

2007-12-12 Thread Pelladi Gabor
This has been fixed in openoffice.org 2.3.0-1ubuntu5.3 ** Changed in: openoffice.org (Ubuntu) Status: Confirmed = Fix Released -- OpenOffice Writer crashes when loading a document with form/check boxes if openoffice.org-base not installed https://bugs.launchpad.net/bugs/52847 You

[Bug 117648] Re: OpenOffice writer crashes after Insert-Indices and Tables-Bibliography if openoffice.org-base not installed

2007-12-12 Thread Pelladi Gabor
This has been fixed in openoffice.org 2.3.0-1ubuntu5.3 ** Changed in: openoffice.org (Ubuntu) Status: Confirmed = Fix Released -- OpenOffice writer crashes after Insert-Indices and Tables-Bibliography if openoffice.org-base not installed https://bugs.launchpad.net/bugs/117648 You

[Bug 24975] Re: OpenOffice.org writer crashes when trying to run the launcher macros (eg install dictionaries) without openoffice.org-base installed

2007-12-12 Thread Pelladi Gabor
This has been fixed in openoffice.org 2.3.0-1ubuntu5.3 ** Changed in: openoffice.org (Ubuntu) Status: Confirmed = Fix Released -- OpenOffice.org writer crashes when trying to run the launcher macros (eg install dictionaries) without openoffice.org-base installed

[Bug 174884] OpenOffice writer crashes after opening long rtf

2007-12-08 Thread Pelladi Gabor
Public bug reported: Binary package hint: openoffice.org-writer I found this bug using an up-to-date Kubuntu Gutsy. Test case: - run oowriter from console - open the attached rtf document - close OpenOffice - see the crash report on the console First line of the crash report: *** glibc detected

[Bug 174884] Re: OpenOffice writer crashes after opening long rtf

2007-12-08 Thread Pelladi Gabor
** Attachment added: document_and_crash_report.tar.gz http://launchpadlibrarian.net/10800949/document_and_crash_report.tar.gz -- OpenOffice writer crashes after opening long rtf https://bugs.launchpad.net/bugs/174884 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 109691] Re: Conflict betwen webcam 046d:0840 Logitech QuickCam Express and MX-400 logitech usb mouse

2007-11-08 Thread Pelladi Gabor
I solved the issue on Gutsy: 1. downloaded the latest (1.00.18) gspca module source from the web: http://mxhaard.free.fr/spca50x/Download/gspcav1-20070508.tar.gz 2. renamed /lib/modules/2.6.22-14-generic/ubuntu/media/gspcav1/gspca.ko to gspca.ko~ 3. make sudo make install 4. reboot or reload

[Bug 125220] Re: Question symbols (????) in filenames on CD

2007-10-03 Thread Pelladi Gabor
Confirming bug with hungarian (latin2) characters, adding iocharset=utf8 to fstab solves the problem perfectly. -- Question symbols () in filenames on CD https://bugs.launchpad.net/bugs/125220 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 139622] Kubuntu Live CD fails to automount hard disk partitions

2007-09-14 Thread Pelladi Gabor
Public bug reported: When I boot the Kubuntu Gutsy Tribe 5 live CD, or the daily snapshot live CD, I cannot access my hard disk partitions. I click Storage Media, Dolphin shows up, there are my partitions. But if I click one, no content appears, and Dolphin prints the following error:

[Bug 139622] Re: Kubuntu Live CD fails to automount hard disk partitions

2007-09-14 Thread Pelladi Gabor
I mounted the partition manually using 'sudo mkdir drive', 'sudo mount /dev/sda1 drive', then I could access it's content. The Ubuntu live CD does not have the same problem, I could access my data in Nautilus by a click. -- Kubuntu Live CD fails to automount hard disk partitions

[Bug 136722] Re: HP LaserJet 1000 not working

2007-09-04 Thread Pelladi Gabor
HPLIP Toolbox installed the printer into Administration/Printing using the HP backend. This HP backend is broken. Maybe this is not a problem, because 1000 is unsupported anyways, but despite this fact it works on Feisty. I removed the printer in HPLIP, and added it using

[Bug 137341] HP LaserJet 1000, 1018 and 1020 are not listed in KDE Print Manager

2007-09-04 Thread Pelladi Gabor
Public bug reported: Binary package hint: kdebase Under System Settings/Printers, when I try to add my HP LaserJet 1000, on the page where I have to select the vendor and the model, my LaserJet 1000 is missing from the list. 1018 and 1020 are also missing. Please add them to the list of models.

[Bug 137342] 'Open Driver' dialog of 'Add Printer' wizard should indicate the expected extension (ppd)

2007-09-04 Thread Pelladi Gabor
Public bug reported: Binary package hint: kdebase My HP LaserJet 1000 was not on the list of the models of HP, so I had to select the driver manually. I didn't know what extension a linux printing driver has. First I tried to feed it with the firmware (.dl), then with the compressed ppd

[Bug 137345] 'Open Driver' dialog of 'Add Printer' wizard should accept .ppd.gz

2007-09-04 Thread Pelladi Gabor
Public bug reported: Binary package hint: kdebase The printer driver of HP LaserJet 1000 is stored in a .ppd.gz file under /usr/share/ppd/foo2zjs. When I tried to open it from the 'Add Printer' wizard, it did not work (wrong format). I had to manually open the file using Ark, extract it to my

[Bug 136722] Re: HP LaserJet 1000 not working

2007-09-04 Thread Pelladi Gabor
I have reported the separate issues against KDE Print Manager (kdebase). HPLIP should either work with 1000, or deny to install it. -- HP LaserJet 1000 not working https://bugs.launchpad.net/bugs/136722 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 136722] Re: HP LaserJet 1000 not working

2007-09-03 Thread Pelladi Gabor
These are the logs for Gutsy Tribe 5 fully updated. Nothing was printed, the job remains at pending state. ** Attachment added: logs.tar.gz http://launchpadlibrarian.net/9096428/logs.tar.gz -- HP LaserJet 1000 not working https://bugs.launchpad.net/bugs/136722 You received this bug

[Bug 136722] Re: HP LaserJet 1000 not working

2007-09-03 Thread Pelladi Gabor
This might be interesting: I installed the printer using HPLIP Toolbox. The install worked as it used to. I enter the USB ID (had to enter manually on Feisty, too), finds the LaserJet 1000, but it says after the 'add new printer' process, after sending a test page: ERROR: Device not found.

[Bug 136722] Re: HP LaserJet 1000 not working

2007-09-03 Thread Pelladi Gabor
On my stable working Feisty system I don't get these lines in /var/log/messages, only on Gutsy: INFO: open device failed; will retry in 30 seconds... HPLIP Toolbox doesn't report any device not found error, either. -- HP LaserJet 1000 not working https://bugs.launchpad.net/bugs/136722 You

[Bug 136722] HP LaserJet 1000 not working

2007-09-02 Thread Pelladi Gabor
Public bug reported: Binary package hint: cupsys Printing does not work on the current Gutsy Tribe 5 with my HP LaserJet 1000. I uploaded the firmware: getweb 1000 sudo arm2hpdl sihp1000.img sihp1000.dl sudo cp sihp1000.dl /usr/share/foo2zjs/firmware/ After this the firmware gets uploaded

[Bug 132219] Re: Xsane crashes on startup with segmentation fault.

2007-08-29 Thread Pelladi Gabor
Same crash happens with Canon Lide 20 after selecting device from list. -- Xsane crashes on startup with segmentation fault. https://bugs.launchpad.net/bugs/132219 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 135574] installing kde-systemsettings in GNOME spams menu

2007-08-29 Thread Pelladi Gabor
Public bug reported: I booted a clean Ubuntu Gutsy Tribe 5 live CD, with the GNOME DE. Then installed a KDE application, but it's default look differs from GTK apps. I thought I will adjust the look of KDE to better match the look of GNOME, so I installed kde-systemsettings. There were no menu

[Bug 131976] Re: fails to start: cannot apply additional memory protection after relocation

2007-08-29 Thread Pelladi Gabor
Printing does not work with the Gutsy Tribe 5 live CD fully updated. 'sudo cupsd -f' and 'sudo /etc/init.d/cupsys start' both crashes. In folder /var/log/cups there is only one empty file cups-pdf_log, no error_log. -- fails to start: cannot apply additional memory protection after relocation

[Bug 124775] Re: No kernel modules for the 2.6.22 kernel

2007-08-29 Thread Pelladi Gabor
If somebody packages vmware kernel modules for the Gutsy kernel, please do it for the 2.0 version. 1.0.2 is old. -- No kernel modules for the 2.6.22 kernel https://bugs.launchpad.net/bugs/124775 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 127514] Re: 5-button mouse: forward and back buttons don't work

2007-08-29 Thread Pelladi Gabor
If apps should use 6 and 7 for vertical scroll, let them do so. I don't know any application that would scroll vertically now, e.g. Nautilus displays a right-click menu instead. Make buttons 8 and 9 standard back and forward buttons all across Ubuntu. My grandma doesn't want to install scary apps

[Bug 135583] Re: tv card has white noise sound because module order

2007-08-29 Thread Pelladi Gabor
** Attachment added: logs.tar.gz http://launchpadlibrarian.net/9045027/logs.tar.gz -- tv card has white noise sound because module order https://bugs.launchpad.net/bugs/135583 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 135583] tv card has white noise sound because module order

2007-08-29 Thread Pelladi Gabor
Public bug reported: Binary package hint: linux-source-2.6.22 When i start any tv viewer application (e.g. tvtime), it has only a white noise sound. The 'tuner' kernel module should be loaded before 'bttv'. Workarund 1: This has to be repeated after every boot. sudo rmmod bt878 sudo rmmod bttv

[Bug 109691] Re: Conflict betwen webcam 046d:0840 Logitech QuickCam Express and MX-400 logitech usb mouse

2007-08-28 Thread Pelladi Gabor
The bug still exists in Gutsy Tribe 5 using the live CD. ** Attachment added: logs.tar.gz http://launchpadlibrarian.net/9036624/logs.tar.gz -- Conflict betwen webcam 046d:0840 Logitech QuickCam Express and MX-400 logitech usb mouse https://bugs.launchpad.net/bugs/109691 You received this

[Bug 109691] Re: Conflict betwen webcam 046d:0840 Logitech QuickCam Express and MX-400 logitech usb mouse

2007-08-28 Thread Pelladi Gabor
** Also affects: linux-source-2.6.22 (Ubuntu) Importance: Undecided Status: New -- Conflict betwen webcam 046d:0840 Logitech QuickCam Express and MX-400 logitech usb mouse https://bugs.launchpad.net/bugs/109691 You received this bug notification because you are a member of Ubuntu

[Bug 119515] kcachegrind-converters package broken

2007-06-09 Thread Pelladi Gabor
Public bug reported: Binary package hint: kcachegrind-converters Package kcachegrind-converters requires package php4-cli, but it does not exists. Please fix this broken dependency. ** Affects: kdesdk (Ubuntu) Importance: Undecided Status: Unconfirmed -- kcachegrind-converters

[Bug 118603] VMware player 2.0

2007-06-04 Thread Pelladi Gabor
Public bug reported: Binary package hint: vmware-player Please package upstream version 2.0 instead of the current old 1.0.2. ** Affects: vmware-player (Ubuntu) Importance: Undecided Status: Unconfirmed -- VMware player 2.0 https://bugs.launchpad.net/bugs/118603 You received

[Bug 109691] Re: Conflict betwen webcam 046d:0840 Logitech QuickCam Express and MX-400 logitech usb mouse

2007-06-04 Thread Pelladi Gabor
Confirming this bug. -- Conflict betwen webcam 046d:0840 Logitech QuickCam Express and MX-400 logitech usb mouse https://bugs.launchpad.net/bugs/109691 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list