[Bug 559202] Re: xorg wrong window selected when clicking title bar

2010-12-05 Thread lavinog
This could be a duplicate of 494096: Clicking the title of a window is bringing a window underneath it into focus https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/494096 It should be fixed in 10.10, but so far, it doesn't look like a fix is released for 10.04 -- You received this bug

[Bug 575877] Re: gnome-keyring mysteriously asks for keyring password on startup

2010-06-10 Thread lavinog
There are three bugs here: - Keyring is not unlocked when user logs in with password. - Keyring steals focus with always on top dialog (frustrating when you are in the middle of typing something) - Keyring doesn't provide information about what application is requiring the keyring. This should

[Bug 562774] [NEW] (yelp:2664): Gtk-CRITICAL **: gtk_misc_set_alignment: assertion `GTK_IS_MISC (misc)' failed

2010-04-13 Thread lavinog
Public bug reported: Binary package hint: yelp When starting yelp from the command line I get the following: --- (yelp:2889): Gtk-CRITICAL **: gtk_misc_set_alignment: assertion `GTK_IS_MISC (misc)' failed (yelp:2889): Gtk-CRITICAL **: gtk_misc_set_alignment: assertion

[Bug 562774] Re: (yelp:2664): Gtk-CRITICAL **: gtk_misc_set_alignment: assertion `GTK_IS_MISC (misc)' failed

2010-04-13 Thread lavinog
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/44114436/Dependencies.txt -- (yelp:2664): Gtk-CRITICAL **: gtk_misc_set_alignment: assertion `GTK_IS_MISC (misc)' failed https://bugs.launchpad.net/bugs/562774 You received this bug notification because you are a member of

[Bug 548937] [NEW] image not saved correctly on close

2010-03-26 Thread lavinog
Public bug reported: Binary package hint: f-spot Steps to reproduce: Take a screenshot. Note the file size (mine were usually about 560k) Open the file in f-spot. Crop the image as small as possible. Exit f-spot, and click save. Look at the file size of the image: It didn't change. (560k for a

[Bug 548937] Re: image not saved correctly on close

2010-03-26 Thread lavinog
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/42067469/Dependencies.txt -- image not saved correctly on close https://bugs.launchpad.net/bugs/548937 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to f-spot in

[Bug 528543] Re: Optimize battery lifespan option

2010-03-08 Thread lavinog
The 40% limit is for if you plan to store your battery. I would not recomend operating a portable device at such a low capacity. Most manufactures seem to agree that charging a battery to the full capacity can reduce the life expectancy of the battery, but this seems to be in 80-95% area.

[Bug 498970] [NEW] users-admin: shortname field does not update when name field is cleared.

2009-12-21 Thread lavinog
Public bug reported: Binary package hint: gnome-system-tools users-admin in Lucid Lynx Steps to recreate: Open the create user dialog by clicking Add. Enter a name like 'Test User' in the name field. The short name field will update as it is entered. Then press backspace to erase each character

[Bug 498970] Re: users-admin: shortname field does not update when name field is cleared.

2009-12-21 Thread lavinog
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/37009320/Dependencies.txt ** Description changed: Binary package hint: gnome-system-tools + users-admin in Lucid Lynx Steps to recreate: Open the create user dialog by clicking Add. Enter a name like 'Test User'

[Bug 464324] [NEW] encrypt_header is left enabled when creating zip archives

2009-10-30 Thread lavinog
Public bug reported: Binary package hint: file-roller Steps to recreate: Right click a file to bring up the compression dialog. Select the 7z format. Under other options: enter a password, and check Encrypt the file list too Click create. Compress another file in the zip format, and enter a

[Bug 464324] Re: encrypt_header is left enabled when creating zip archives

2009-10-30 Thread lavinog
One possible solution: fr-command-7z.c: Original: -- if (is_mime_type (comm-mime_type, application/zip)) fr_process_add_arg (comm-process, -tzip); fr_process_add_arg (comm-process, -bd); fr_process_add_arg (comm-process, -y); fr_process_add_arg

[Bug 461707] [NEW] Unmount icon active for volumes that cannot be unmounted

2009-10-27 Thread lavinog
Public bug reported: Binary package hint: gnome-disk-utility Palimpsest Disk Utility shows an icon for unmounting a disk volume even if the user doesn't have permission to unmount it. To recreate: Select the partition mounted at / The unmount icon in the toolbar is enabled. After clicking on

[Bug 187383] Re: System monitor causes Xorg to consume 100% CPU

2009-07-07 Thread lavinog
Looking at load-graph.cpp: load_graph_expose() looks to be using cairo_curve_to() for every point on every refresh. This interpolation seems to me to be wasteful when there is no change in data. Memory usage tends to be a straight line. I propose doing a quick check in the for loop to compare