[Bug 336334] [NEW] F-Spot should be multi-threaded.

2009-03-01 Thread Ben James
Public bug reported: Binary package hint: f-spot A number of F-Spot operations cause a heavy CPU load: importing images, adjusting sharpness, etc - these operations should be multi-threaded to better utilise multi-core CPUs. Furthermore, the GUI thread should not itself perform any image

[Bug 336334] Re: F-Spot should be multi-threaded.

2009-03-01 Thread Ben James
** Attachment added: Performing graphical operations in the GUI thread is suspected of causing this. http://launchpadlibrarian.net/23265045/Screenshot-F-Spot.png -- F-Spot should be multi-threaded. https://bugs.launchpad.net/bugs/336334 You received this bug notification because you are a

[Bug 315830] Re: Broken keyboard shortcuts on Sony Vaio VGN-NS10J/S

2009-02-27 Thread Ben James
My apologies - I've had another look at those instructions and here are my findings... hal-find-by-capability --capability input | xargs -n1 lshal -u lists a few devices that look like they might be the right thing, these are: * info.product = 'AT Translated Set 2 keyboard' (string) *

[Bug 315830] Re: Broken keyboard shortcuts on Sony Vaio VGN-NS10J/S

2009-02-26 Thread Ben James
Ok, I've followed the instructions on that page and here are the results: 1) Executed the following on the command line: xev | sed -n 's/^.*state \([0-9].*\), keycode *\([0-9]\+\) *\(.*\), .*$/keycode \2 = \3, state = \1/p' 2) Pressed the mute key (note - this is the mute key, not F2 which

[Bug 315830] Re: Broken keyboard shortcuts on Sony Vaio VGN-NS10J/S

2009-02-26 Thread Ben James
This was updated based on the information in https://wiki.ubuntu.com/Hotkeys/Troubleshooting - the keycode produced by pressing the key is incorrect. ** Changed in: xkeyboard-config (Ubuntu) Sourcepackagename: hal-info = xkeyboard-config -- Broken keyboard shortcuts on Sony Vaio VGN-NS10J/S

[Bug 315830] Re: Broken keyboard shortcuts on Sony Vaio VGN-NS10J/S

2009-02-26 Thread Ben James
Note: Assigning the key XF86Launch2 to another action works fine. Just not when mapped to suspend. -- Broken keyboard shortcuts on Sony Vaio VGN-NS10J/S https://bugs.launchpad.net/bugs/315830 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 332723] [NEW] [eog] SVG rendering bug.

2009-02-21 Thread Ben James
Public bug reported: The attached SVG is not rendered correctly by EOG. Open the image in Firefox or Inkscape for a reference rendering. Also, why does EOG not use the same SVG rendering library that Firefox does? Do there need to be multiple SVG rendering libraries, some of which that

[Bug 332723] Re: [eog] SVG rendering bug.

2009-02-21 Thread Ben James
** Attachment added: SVG file showing rendering bug (see text A0A1') http://launchpadlibrarian.net/22961012/rendering_bug.svg -- [eog] SVG rendering bug. https://bugs.launchpad.net/bugs/332723 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 332723] Re: [eog] SVG rendering bug (librsvg).

2009-02-21 Thread Ben James
** Summary changed: - [eog] SVG rendering bug. + [eog] SVG rendering bug (librsvg). ** Description changed: - - The attached SVG is not rendered correctly by EOG. Open the image in Firefox or Inkscape for a reference rendering. + The attached SVG is not rendered correctly by EOG. Open the

[Bug 327785] Re: keyword fork not formatted in Verliog mode.

2009-02-19 Thread Ben James
Note that the keyword table is also not picked up. Strangely both join and endtable are recognised correctly. -- keyword fork not formatted in Verliog mode. https://bugs.launchpad.net/bugs/327785 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 252449] Re: No automatic syntax highlighting

2009-02-19 Thread Ben James
I've not seen the Jaunty release, so the following is just a suggestion. Syntax highlighting should be based on the file mime type - likewise when the syntax highlighting is changed the user should be prompted and asked if they want to update the file type (such that the syntax highlighting will

[Bug 252449] Re: No automatic syntax highlighting

2009-02-19 Thread Ben James
I've marked the following a duplicate of this bug: #22 -- No automatic syntax highlighting https://bugs.launchpad.net/bugs/252449 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 229999] Re: gedit doesnt automatically syntax highlight .f Fortran files

2009-02-19 Thread Ben James
*** This bug is a duplicate of bug 252449 *** https://bugs.launchpad.net/bugs/252449 ** This bug has been marked a duplicate of bug 252449 No automatic syntax highlighting -- gedit doesnt automatically syntax highlight .f Fortran files https://bugs.launchpad.net/bugs/22 You received

[Bug 328080] [NEW] Cryptic error message when passing events to functions.

2009-02-11 Thread Ben James
Public bug reported: Passing an event as a function argument is not allowed, however it may take some time to figure this out from the current error message: vvp error: unhandled expr type: 17 ivl: eval_expr.c:2101: draw_eval_expr_wid: Assertion `0' failed. Aborted ** Affects: verilog

[Bug 328080] Re: Cryptic error message when passing events to functions.

2009-02-11 Thread Ben James
To reproduce the error message, try the following: // Module. module my_module; event my_event; // Call function with event. initial my_function(my_event); // Function. function my_function; input my_args; endfunction endmodule -- Cryptic error message when

[Bug 327785] [NEW] [gedit] keyword fork not formatted in Verliog mode.

2009-02-10 Thread Ben James
Public bug reported: Binary package hint: gedit When using Verilog highlight mode, the keyword fork is not correctly formatted. To reproduce, simply open gedit, type fork and set to Verilog highlight mode (View | Highlight Mode | Sources | Verilog). ** Affects: gedit (Ubuntu)

[Bug 327785] Re: [gedit] keyword fork not formatted in Verliog mode.

2009-02-10 Thread Ben James
** Attachment added: Note that fork is not auto-formatted. http://launchpadlibrarian.net/22466437/gedit_format_bug.png -- [gedit] keyword fork not formatted in Verliog mode. https://bugs.launchpad.net/bugs/327785 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 319717] Re: [iGM45] Connecting external monitor causes system to lock up.

2009-02-09 Thread Ben James
I've tried with the Vesa driver and I get exactly the same behaviour - this is almost certainly a kernel bug. Note: I've opened a new bug with a link back to this one. The new bug is filed against the kernel, but has, so far, had no response. -- [iGM45] Connecting external monitor causes

[Bug 325477] Re: Connecting external monitor causes system to lock up.

2009-02-04 Thread Ben James
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/21996466/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/21996467/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/21996468/Dependencies.txt **

[Bug 325477] [NEW] Connecting external monitor causes system to lock up.

2009-02-04 Thread Ben James
Public bug reported: This is a re-submission of a previous bug. The original bug was suspected to be the graphics driver, however this bug looks to be a problem with the kernel. See original details here: https://bugs.launchpad.net/ubuntu/+source /xserver-xorg-video-intel/+bug/319717

[Bug 319717] Re: [iGM45] Connecting external monitor causes system to lock up.

2009-01-28 Thread Ben James
I've just tried the previous remaining suggestion (plugging in the VGA cable and attempting to PING over ethernet) to no avail - all packets are lost, so there is a definite lock-up here. I'll try and replicate the freeze without X running... -- [iGM45] Connecting external monitor causes

[Bug 319717] Re: [iGM45] Connecting external monitor causes system to lock up.

2009-01-28 Thread Ben James
I still get the same freeze with X not running, here are some details: Ctrl+Alt+F1 sudo killall gdm - Plug in VGA cable -- Cursor continues to flash, but no input is registered - no response from Ctrl+Alt+F1/F2/F3/Backspace, power button (unless held down for 5 seconds), etc. How do I

[Bug 319717] Re: [iGM45] Connecting external monitor causes system to lock up.

2009-01-25 Thread Ben James
Attached is an edited kernel log; I checked the time before plugging in the external monitor (Jan 25 09:37:03) - everything before that time has been removed, so hopefully the log makes more sense now. I'll give the LiveCD a go and see if the latest alpha, however it might take me a while to

[Bug 319717] Re: [iGM45] Connecting external monitor causes system to lock up.

2009-01-25 Thread Ben James
...I've just tried the LiveCD from the second link you posted (jaunty- desktop-amd64.iso - daily image); it suffers from the same symptoms as Intrepid Ibex. I've noticed that the status for this bug is Incomplete - is there any additional info I can provide? -- [iGM45] Connecting external

[Bug 319717] Re: [iGM45] Connecting external monitor causes system to lock up.

2009-01-25 Thread Ben James
Unfortunately I don't currently have another PC that can SSH into the laptop, however I've tried pinging it and it does not respond once the VGA cable is attached - it seems more and more like a kernel bug to me. -- [iGM45] Connecting external monitor causes system to lock up.

[Bug 319717] Re: [iGM45] Connecting external monitor causes system to lock up.

2009-01-25 Thread Ben James
Also I'm impressed that you could ping your computer without having another computer available - how did you do that? A friend with a Windows laptop was using the network - he didn't want to install an SSH client (work laptop), but could ping from the command line as that functionality is

[Bug 319717] Re: [iGM45] Connecting external monitor causes system to lock up.

2009-01-24 Thread Ben James
After a lock-up caps lock does nothing (no response from LED). Connecting the monitor while in console mode shows no output - no response from keyboard, no stack dump, no panic. I've attached the kernel logs. ** Attachment added: Kernel log after reboot.

[Bug 319717] Re: [iGM45] Connecting external monitor causes system to lock up.

2009-01-24 Thread Ben James
** Attachment added: Kernel log after reboot. http://launchpadlibrarian.net/21598272/kern.log.0 -- [iGM45] Connecting external monitor causes system to lock up. https://bugs.launchpad.net/bugs/319717 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 319717] Re: [iGM45] Connecting external monitor causes system to lock up.

2009-01-24 Thread Ben James
One thing to note is that I've installed the following automatic update: xserver-xorg-video-intel (2:2.4.1-1ubuntu10.3). Even with this update, the problem persists. -- [iGM45] Connecting external monitor causes system to lock up. https://bugs.launchpad.net/bugs/319717 You received this bug

[Bug 319717] Re: Connecting external monitor causes system to lock up.

2009-01-22 Thread Ben James
** Attachment added: Output of lspci -vvnn http://launchpadlibrarian.net/21543057/pci_2 -- Connecting external monitor causes system to lock up. https://bugs.launchpad.net/bugs/319717 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 319717] Re: Connecting external monitor causes system to lock up.

2009-01-22 Thread Ben James
As noted before, the laptop freezes completely when plugged into an external monitor, therefore the attached file is the Xorg.0.log.old version. ** Attachment added: Xorg log file. http://launchpadlibrarian.net/21543500/Xorg.0.log.old -- Connecting external monitor causes system to lock up.

[Bug 319717] Re: Connecting external monitor causes system to lock up.

2009-01-22 Thread Ben James
More (possibly related) buggy behaviour... I tried booting with the external display plugged in and found that the display is correctly detected (albeit at a low resolution, maybe 800x600), however once Ubuntu finishes booting and the desktop is displayed I get a critical battery level warning

[Bug 319717] Re: Connecting external monitor causes system to lock up.

2009-01-22 Thread Ben James
** Attachment added: Incorrect critical battery warning - note full battery icon and warning message. http://launchpadlibrarian.net/21543659/Screenshot.png -- Connecting external monitor causes system to lock up. https://bugs.launchpad.net/bugs/319717 You received this bug notification

[Bug 319717] Re: Connecting external monitor causes system to lock up.

2009-01-22 Thread Ben James
I've repeated this with root privileges, just in case the extra info is useful. ** Attachment added: Output of sudo lspci -vvnn http://launchpadlibrarian.net/21546933/lspci -- Connecting external monitor causes system to lock up. https://bugs.launchpad.net/bugs/319717 You received this bug

[Bug 319717] [NEW] Connecting external monitor causes system to lock up.

2009-01-21 Thread Ben James
Public bug reported: Binary package hint: xserver-xorg-video-intel -- Summary: When attaching an external monitor via VGA port my system locks up - there is no response to Ctrl+Alt+Backspace or Ctrl+Alt+F1,

[Bug 319717] Re: Connecting external monitor causes system to lock up.

2009-01-21 Thread Ben James
** Attachment added: output of sudo lshw hardware http://launchpadlibrarian.net/21513784/hardware -- Connecting external monitor causes system to lock up. https://bugs.launchpad.net/bugs/319717 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 319717] Re: Connecting external monitor causes system to lock up.

2009-01-21 Thread Ben James
** Attachment added: Output of sudo lspci pci http://launchpadlibrarian.net/21513855/pci -- Connecting external monitor causes system to lock up. https://bugs.launchpad.net/bugs/319717 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 319717] Re: Connecting external monitor causes system to lock up.

2009-01-21 Thread Ben James
The external monitor that was used was a Sony KDL32V2000 LCD TV; 1366x768 resolution. -- Connecting external monitor causes system to lock up. https://bugs.launchpad.net/bugs/319717 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 292460] Re: 8.10 AMD64 Clean Install - Internal clicking noise

2009-01-19 Thread Ben James
Comment: I have a similar problem; I occasionally (every few minutes) hear a two- stage clicking noise clack-click that _might_ be the hard drive head parking/unparking. If it is possible to somehow log this event we can confirm that it is indeed the head parking/unparking - how can we log

[Bug 292460] Re: 8.10 AMD64 Clean Install - Internal clicking noise

2009-01-19 Thread Ben James
Thy Quest: Could you issue the following command at the command line sudo lshw, then search for SAMSUNG to see if see if we have the same hardware. This will help confirm where the problem lies. -- 8.10 AMD64 Clean Install - Internal clicking noise https://bugs.launchpad.net/bugs/292460 You

[Bug 293275] Re: Keyboard repeat delay does not apply to all keys equally

2009-01-12 Thread Ben James
I see something quite similar to this, however for me it only occurs when Slow keys is enabled. Here are my symptoms: Keyboard Preferences | General | Repeat keys [checked] Keyboard Preferences | Accessibility | Slow keys [checked] Arrow keys no longer auto-repeat. Disable Slow keys and they

[Bug 316040] Re: Shut down the computer dialog has duplicated shortcut.

2009-01-11 Thread Ben James
** Attachment added: Note Hibernate and Help share the same shortcut. http://launchpadlibrarian.net/21100486/duplicated_shortcut -- Shut down the computer dialog has duplicated shortcut. https://bugs.launchpad.net/bugs/316040 You received this bug notification because you are a member of

[Bug 316040] [NEW] Shut down the computer dialog has duplicated shortcut.

2009-01-11 Thread Ben James
Public bug reported: System: Sony Vaio VGN-NS10J/S uname -a: Linux newton 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64 GNU/Linux Problem: When

[Bug 315830] [NEW] Broken keyboard shortcuts on Sony Vaio VGN-NS10J/S

2009-01-10 Thread Ben James
Public bug reported: System: Ubuntu 8.10 (AMD64) on Sony Vaio VGN-NS10J/S. - uname -a: Linux newton 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64 GNU/Linux

[Bug 315830] Re: Broken keyboard shortcuts on Sony Vaio VGN-NS10J/S

2009-01-10 Thread Ben James
** Attachment added: Example of (2) - suspend key set. http://launchpadlibrarian.net/21087671/suspend_key_set.png -- Broken keyboard shortcuts on Sony Vaio VGN-NS10J/S https://bugs.launchpad.net/bugs/315830 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 315830] Re: Broken keyboard shortcuts on Sony Vaio VGN-NS10J/S

2009-01-10 Thread Ben James
** Attachment added: Example of (2) - suspend action set. http://launchpadlibrarian.net/21087676/suspend_action_set.png -- Broken keyboard shortcuts on Sony Vaio VGN-NS10J/S https://bugs.launchpad.net/bugs/315830 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 201676] Re: gnome-pilot and ubuntu-desktop

2009-01-10 Thread Ben James
I agree with previous comments - there is no reason why PalmOS Devices should be tied so closely to gnome-desktop. gnome-desktop is a core package and PalmOS is (should be) an optional one. In fact, I firmly believe that PalmOS support should be completely optional and not installed by

[Bug 201676] Re: gnome-pilot and ubuntu-desktop

2009-01-10 Thread Ben James
I agree with previous comments - there is no reason why PalmOS Devices should be tied so closely to gnome-desktop. gnome-desktop is a core package and PalmOS is (should be) an optional one. In fact, I firmly believe that PalmOS support should be completely optional and not installed by

[Bug 315202] [NEW] gcjwebplugin causes firefox to crash.

2009-01-08 Thread Ben James
Public bug reported: Binary package hint: gcjwebplugin I've just installed the firefox gcjwebplugin on a fresh Ubuntu install (8.10) and firefox fails to start, here are the details...

[Bug 313685] [NEW] apt should download packages in parallel.

2009-01-04 Thread Ben James
Public bug reported: Binary package hint: apt Installing applications may require downloading of packages from a number of sources. Currently this download is a linear process - required packages are downloaded one by one and the download speed varies as packages are downloaded from

[Bug 272971] Re: Dock windows dangle when the panel autohides

2009-01-04 Thread Ben James
Move mouse over icon, wait one second, tooltip pops up, e.g. Master: 84%, then scroll to change volume. -- Dock windows dangle when the panel autohides https://bugs.launchpad.net/bugs/272971 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 313680] [NEW] apt should install packages whilst downloading.

2009-01-04 Thread Ben James
Public bug reported: Binary package hint: apt Installation of programs is often a three step process: 1) Dependencies are calculated - a list of required packages is generated with all requirements that are already met excluded. 2) Required packages are downloaded from the appropriate

[Bug 305724] Re: CD/DVD reader does'nt work properly on VAIO NS

2009-01-04 Thread Ben James
Could you please add the full model number of the laptop you have and (if possible) the manufacturer and model of the CD/DVD drive you have - this information will help developers debug the problem. Additionally, I am waiting for an NS series laptop to be delivered and am interested to note

[Bug 272971] Re: Dock windows dangle when the panel autohides

2009-01-03 Thread Ben James
Hovering the mouse over the applet icon shows a tool-tip, scrolling the mouse (actually laptop touchpad) causes the volume to change as expected (the tooltip is updated when I scroll). -- Dock windows dangle when the panel autohides https://bugs.launchpad.net/bugs/272971 You received this bug

[Bug 311962] [NEW] gnome does not promote user privileges on an as-needed basis.

2008-12-28 Thread Ben James
Public bug reported: For most actions, it is not possible to temporarily elevate privileges, for example if the user attempts to save to a directory to which he/she does not have access rights there is no prompt to enter temporary super-user mode. The above example affects the GTK file save

[Bug 311555] [NEW] update-manager space saving suggestion

2008-12-26 Thread Ben James
Public bug reported: Binary package hint: update-manager The Gnome update-manager GUI isn't currently very laptop-friendly with regards to the amount of screen space it requires. The attached screenshots show a suggestion for improving the layout to use space more efficiently, simply by

[Bug 311555] Re: update-manager space saving suggestion

2008-12-26 Thread Ben James
** Attachment added: Suggested layout improvement. http://launchpadlibrarian.net/20745824/update-manager_space_saving.png -- update-manager space saving suggestion https://bugs.launchpad.net/bugs/311555 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 311555] Re: update-manager space saving suggestion

2008-12-26 Thread Ben James
See original GUI for reference. ** Attachment added: Original layout. http://launchpadlibrarian.net/20745851/update-manager_original.png -- update-manager space saving suggestion https://bugs.launchpad.net/bugs/311555 You received this bug notification because you are a member of Ubuntu

[Bug 311563] [NEW] gtk file save dialog space-saving suggestion

2008-12-26 Thread Ben James
Public bug reported: The GTK file save (and probably open) dialog is not very laptop-friendly (especially on older laptops with lower screen resolutions) - attached is a screenshot suggesting how some of the widgets may be grouped to use screen space more efficiently. ** Affects: ubuntu

[Bug 311563] Re: gtk file save dialog space-saving suggestion

2008-12-26 Thread Ben James
** Attachment added: Space-saving suggestion. http://launchpadlibrarian.net/20746389/save-as_space_saving.png -- gtk file save dialog space-saving suggestion https://bugs.launchpad.net/bugs/311563 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 311563] Re: gtk file save dialog space-saving suggestion

2008-12-26 Thread Ben James
And for reference, here is the current layout. ** Attachment added: Current layout. http://launchpadlibrarian.net/20746403/save-as_original.png -- gtk file save dialog space-saving suggestion https://bugs.launchpad.net/bugs/311563 You received this bug notification because you are a member

[Bug 295893] Re: Missing drive?

2008-11-28 Thread Ben James
I've tried this a few times in the last few minutes and I've not managed to reproduce the bug. It looks like a race condition. -- Missing drive? https://bugs.launchpad.net/bugs/295893 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 295892] [NEW] Dependant package not installed? (Could not find a network configuration tool.)

2008-11-09 Thread Ben James
Public bug reported: Fresh install of Ubuntu 8.10 (Intrepid Ibex), ndisgtk installed, wireless driver (apparently) successfully installed, Configure Network causes an error Could not find a network configuration tool. See attached screenshot. This may be a broken dependency in ndisgtk.

[Bug 295893] Re: Missing drive?

2008-11-09 Thread Ben James
** Attachment added: mount mount http://launchpadlibrarian.net/19506914/mount -- Missing drive? https://bugs.launchpad.net/bugs/295893 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 295888] [NEW] lspci fails to enumerate PCI card.

2008-11-09 Thread Ben James
Public bug reported: Fresh install of Ubuntu 8.10 on a PC including an Asus WL-138g wireless card. When enumerating all known PCI devices (lspci) I do not see an entry for my wireless card (see attachment: pci_devices). I can successfully use this card in Windows (this is a dual-boot

[Bug 295892] Re: Dependant package not installed? (Could not find a network configuration tool.)

2008-11-09 Thread Ben James
** Attachment added: Error dialog. http://launchpadlibrarian.net/19506839/no_network_config_tool_bug.png -- Dependant package not installed? (Could not find a network configuration tool.) https://bugs.launchpad.net/bugs/295892 You received this bug notification because you are a member of

[Bug 295888] Re: lspci fails to enumerate PCI card.

2008-11-09 Thread Ben James
uname -a: Linux einstein 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:20 UTC 2008 i686 GNU/Linux lspci --version: 3.0.0 -- lspci fails to enumerate PCI card. https://bugs.launchpad.net/bugs/295888 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 295893] Re: Missing drive?

2008-11-09 Thread Ben James
I have not managed to recreate this bug - which suggests it may be a race condition. I have only seen this problem once, when using the file chooser under ndisgtk (Nautilus has not shown this issue). Thank you for reassigning this bug. -- Missing drive? https://bugs.launchpad.net/bugs/295893

[Bug 295893] [NEW] Missing drive?

2008-11-09 Thread Ben James
Public bug reported: Fresh install of Ubuntu 8.10 (Intrepid Ibex) does not correctly show all drives. The drive list (left panel of nautilus) has a blank entry - see screenshot. uname -a: Linux einstein 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:20 UTC 2008 i686 GNU/Linux Nautilus version:

[Bug 295893] Re: Missing drive?

2008-11-09 Thread Ben James
** Attachment added: Missing drive screenshot. http://launchpadlibrarian.net/19506913/missing_drive_bug.png -- Missing drive? https://bugs.launchpad.net/bugs/295893 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 295888] Re: lspci fails to enumerate PCI card.

2008-11-09 Thread Ben James
** Attachment added: lspci pci_devices http://launchpadlibrarian.net/19506765/pci_devices -- lspci fails to enumerate PCI card. https://bugs.launchpad.net/bugs/295888 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 293857] Re: Cannot get panel brightness in Ubuntu 8.10

2008-11-07 Thread Ben James
Bug report script output attached as requested. ** Attachment added: gnome-power-bugreport.sh result. http://launchpadlibrarian.net/19465684/gpm.log -- Cannot get panel brightness in Ubuntu 8.10 https://bugs.launchpad.net/bugs/293857 You received this bug notification because you are a

[Bug 293857] Re: Cannot get panel brightness in Ubuntu 8.10

2008-11-07 Thread Ben James
I should add that I have seen this occur only once (since the 8.10 official release) - if it occurs again I'll update the report and try and add more information. -- Cannot get panel brightness in Ubuntu 8.10 https://bugs.launchpad.net/bugs/293857 You received this bug notification because

[Bug 294824] [NEW] Minimal view causes torrent info to dissappear (and never reappear).

2008-11-06 Thread Ben James
Public bug reported: Fresh install of Ubuntu 8.10 (Intrepid Ibex), including Transmission. When downloading a torrent and selecting View | Minimal view the current torrent disappears from the list of torrents. It appears as if the torrent keeps downloading, however the details for the torrent

[Bug 294824] Re: Minimal view causes torrent info to dissappear (and never reappear).

2008-11-06 Thread Ben James
** Attachment added: View | Minimal view is broken. http://launchpadlibrarian.net/19435927/view_minimalview_bug.png -- Minimal view causes torrent info to dissappear (and never reappear). https://bugs.launchpad.net/bugs/294824 You received this bug notification because you are a member of

[Bug 294824] Re: Minimal view causes torrent info to dissappear (and never reappear).

2008-11-06 Thread Ben James
Transmission version: 1.34 (6778) uname -a: Linux newton 2.6.27-7-generic #1 SMP Thu Oct 30 04:18:38 UTC 2008 i686 GNU/Linux -- Minimal view causes torrent info to dissappear (and never reappear). https://bugs.launchpad.net/bugs/294824 You received this bug notification because you are a member

[Bug 294826] Re: View | Toolbar removes icons, but doesn't resize (also affects Filterbar and Statusbar).

2008-11-06 Thread Ben James
** Attachment added: View | Toolbar is broken. http://launchpadlibrarian.net/19436091/view_toolbar_filterbar_statusbar_bug.png -- View | Toolbar removes icons, but doesn't resize (also affects Filterbar and Statusbar). https://bugs.launchpad.net/bugs/294826 You received this bug

[Bug 294826] [NEW] View | Toolbar removes icons, but doesn't resize (also affects Filterbar and Statusbar).

2008-11-06 Thread Ben James
Public bug reported: Binary package hint: transmission Selecting View | Toolbar removes the toolbar icons, however leaves blank space where the icons were (instead of reducing the size of the window). See attached screenshot. Note: This also affects View | Filterbar and View | Statusbar.

[Bug 266920] Re: Default should be minimal view

2008-11-06 Thread Ben James
I would second the opinion that minimal (or at least more minimal) should be the default. Most users will use Transmission as (effectively) a download manager - in this case it makes sense. Also, I think default to minimal view will be useful for laptop users (like myself) that have minimal

[Bug 293759] Re: Rendering bug - plug-in search page.

2008-11-05 Thread Ben James
See bugzilla bug 463252 : https://bugzilla.mozilla.org/show_bug.cgi?id=463252 -- Rendering bug - plug-in search page. https://bugs.launchpad.net/bugs/293759 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 290325] Re: Intrepid Ibex: Belkin F5D6001 (rtl8180): Weak WLAN - Signal

2008-11-04 Thread Ben James
I can confirm that this also affects the Netgear MA521 PCMCIA card using the rtl8180 chipset - I have excellent reception status using ndiswrapper under Hardy, however see only 5-10% under Intrepid (~3' from the router). I also note the following, possibly related, symptom with the open source

[Bug 293759] [NEW] Rendering bug - plug-in search page.

2008-11-04 Thread Ben James
Public bug reported: There is a possible rendering bug apparent on the following page: https://addons.mozilla.org/en-US/firefox/addon/684 See search text box - attached is the rendering from my install. OS: Ubuntu 8.10 uname -a: Linux newton 2.6.27-7-generic #1 SMP Thu Oct 30 04:18:38 UTC 2008

[Bug 293759] Re: Rendering bug - plug-in search page.

2008-11-04 Thread Ben James
** Attachment added: See search text box. http://launchpadlibrarian.net/19346087/firefox_rendering_bug.png -- Rendering bug - plug-in search page. https://bugs.launchpad.net/bugs/293759 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 293860] [NEW] Volume applet does not defocus in Ubuntu 8.10.

2008-11-04 Thread Ben James
Public bug reported: Binary package hint: gnome-volume-manager See attached screenshot. The gnome-volume-manager applet does not defocus even when another item gains focus - i.e. when the volume slider has been displayed it only clears when the volume icon is clicked a second time (it should

[Bug 293860] Re: Volume applet does not defocus in Ubuntu 8.10.

2008-11-04 Thread Ben James
** Attachment added: volume_control_bug.png http://launchpadlibrarian.net/19356200/volume_control_bug.png -- Volume applet does not defocus in Ubuntu 8.10. https://bugs.launchpad.net/bugs/293860 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 293857] [NEW] Cannot get panel brightness in Ubuntu 8.10

2008-11-04 Thread Ben James
Public bug reported: See attached screenshot. The gnome-power-manager applet displays a Cannot get panel brightness warning icon. The panel brightness can still be modified. OS: Ubuntu 8.10 gnome-power-manager: 2.24.0 uname -a: Linux newton 2.6.27-7-generic #1 SMP Thu Oct 30 04:18:38 UTC 2008

[Bug 293857] Re: Cannot get panel brightness in Ubuntu 8.10

2008-11-04 Thread Ben James
** Attachment added: screen_brightness_bug.png http://launchpadlibrarian.net/19356098/screen_brightness_bug.png -- Cannot get panel brightness in Ubuntu 8.10 https://bugs.launchpad.net/bugs/293857 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 262410] [NEW] Possible rendering bug

2008-08-28 Thread Ben James
Public bug reported: Binary package hint: evince There is a possible rendering bug in evince. I cannot confirm that the source file is not corrupt, however here are the details: Source file: The Principles of Beautiful Web Design Render bug: Figure 1.30 Download location:

[Bug 262410] Re: Possible rendering bug

2008-08-28 Thread Ben James
** Attachment added: design1-sample.pdf http://launchpadlibrarian.net/17147948/design1-sample.pdf ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/17147949/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/17147950/ProcMaps.txt **

RE: [Bug 262410] Re: Possible rendering bug

2008-08-28 Thread Ben James
Page 31, figure 1.30 - see attachment. From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 28 Aug 2008 21:11:11 + Subject: [Bug 262410] Re: Possible rendering bug with wich page are you having issues? it seems to renders fine for me, thanks you. -- Possible rendering bug

[Bug 141055] Re: octave should give clear error message when gnuplot is not installed

2008-07-06 Thread Ben James
This bug/feature is still valid for: GNU Octave, version 3.0.0 (capitalization as reported by Octave itself following octave --version) I agree that the error message is a bit verbose. One possible feature enhancement may be to prompt the user if they want the package installed, rather than

[Bug 132657] Re: [feisty] regression: rtl8180 card worked on fresh edgy install, but not on feisty or gutsy

2008-04-26 Thread Ben James
Just installed Hardy Heron (8.04, non-beta) and this issue seems to be fixed - rtl8180 with ndiswrapper now works using the graphical ndiswrapper manager. At last! :-) I can also say that hibernate and suspend don't work (for me at least) - this may or may not be related to using ndiswrapper

[Bug 69557] Re: Anjuta requires autogen in order to create new project

2008-03-30 Thread Ben James
Hi all, I was just about to submit this bug and found it had already been submitted. This feature (being able to create projects) seems rather fundamental to an IDE - it could conceivably be an extra, however in this case the menu entry should be either greyed or absent until the dependant

[Bug 69557] Re: Anjuta requires autogen in order to create new project

2008-03-30 Thread Ben James
Hi all, I was just about to submit this bug and found it had already been submitted. This feature (being able to create projects) seems rather fundamental to an IDE - it could conceivably be an extra, however in this case the menu entry should be either greyed or absent until the dependant

[Bug 158176] Re: [GUTSY]Computer freeze when machine boot up with 8180L wireless plugged in

2007-11-28 Thread Ben James
I have experienced the same kernel panic as many others when using the rtl8180 driver and ndiswrapper on Ubuntu 7.10. After some searching I have found a number of duplicate bugs, so I thought it wise to add a comment to each with references to the others, such that once the bug is fixed all bug

[Bug 164937] Re: Hang when connecting to wireless network.

2007-11-28 Thread Ben James
*** This bug is a duplicate of bug 132657 *** https://bugs.launchpad.net/bugs/132657 I have experienced the same kernel panic as many others when using the rtl8180 driver and ndiswrapper on Ubuntu 7.10. After some searching I have found a number of duplicate bugs, so I thought it wise to add

[Bug 132657] Re: [feisty] regression: rtl8180 card worked on fresh edgy install, but not on feisty or gutsy

2007-11-28 Thread Ben James
I have experienced the same kernel panic as many others when using the rtl8180 driver and ndiswrapper on Ubuntu 7.10. After some searching I have found a number of duplicate bugs, so I thought it wise to add a comment to each with references to the others, such that once the bug is fixed all bug

[Bug 132657] Re: [feisty] regression: rtl8180 card worked on fresh edgy install, but not on feisty or gutsy

2007-11-26 Thread Ben James
I have experienced the same symptoms and raised a (duplicate) bug here: https://bugs.launchpad.net/ubuntu/+bug/164937 I would be interested to hear when a patch/workaround is developed. -- [feisty] regression: rtl8180 card worked on fresh edgy install, but not on feisty or gutsy

[Bug 155293] Re: Sony FN keys don't work

2007-11-25 Thread Ben James
I have the same problem in Ubuntu 7.10 with a Sony Vaio PCG-FR315S. Function keys do cause key events, however these aren't mapped to anything. Non-functioning keys are: Mute (Fn+F3), Volume (Fn+F4), Brightness (Fn+F5), Video output select VGA/LCD (Fn+F7), Hibernate (Fn+F12) All of the above

[Bug 164937] Hang when connecting to wireless network.

2007-11-24 Thread Ben James
Public bug reported: Distribution: Ubuntu 7.10 (2.6.22-14) Hardware: Sony Vaio PCG-FR315S, Netgear MA521 wireless card Driver: rtl8180 (NET8180.INF) under ndiswrapper (v1.45) Symptoms: When attempting to connect to a wireless network (128bit WEP key) the OS freezes and does not respond to any

<    1   2   3   >