[Bug 194052] Re: hal not reading information about sysfs batteries correctly

2008-03-04 Thread sharninder
The windows comparison was just for reference. The gutsy comparison
would have certainly been more relevant but I didn't have a gutsy
notebook handy at the time. Anyway, thanks for the filing the bug.

-- 
hal not reading information about sysfs batteries correctly
https://bugs.launchpad.net/bugs/194052
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 194052] Re: hal not reading information about sysfs batteries correctly

2008-03-04 Thread sharninder
Works for me too on a dell latitude d630. Although has anyone noticed
that the g-p-m display doesn't change as fast as the power settings
display changes in windows. In windows its almost instantaneous.

-- 
hal not reading information about sysfs batteries correctly
https://bugs.launchpad.net/bugs/194052
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 33707] Drag-drop from file roller drops to the wrong place

2006-03-22 Thread sharninder
Public bug report changed:
https://launchpad.net/malone/bugs/33707

Comment:
This seems to be more of a gnome/nautlus problem than file-roller. It
seems that the folder to which the file is being dragged is not
recieving the focus at all, instead the main nautilus window gets the
focus and that is the where the file is dropped instead of the intended
folder.

I haven't checked but file-roller would get the focus window from
gnome/nautlus and simply extract the file there. If it gets a wrong
directory name, so be it, it'll extract the file to the *wrong*
directory.

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 29324] Ctrl+W does not close file-roller window

2006-03-21 Thread sharninder
Public bug report changed:
https://launchpad.net/malone/bugs/29324

Comment:
sorry,

Am pasting cvs diff output now. Is this what the original bug reporter
wanted ?


? patch
Index: src/actions.c
===
RCS file: /cvs/gnome/file-roller/src/actions.c,v
retrieving revision 1.25
diff -u -p -r1.25 actions.c
--- src/actions.c   4 Mar 2006 09:53:42 -   1.25
+++ src/actions.c   14 Mar 2006 07:02:58 -
@@ -653,7 +653,11 @@ void
 activate_action_close (GtkAction *action,
   gpointer   data)
 {
+   FRWindow *window = data;
+
window_archive_close ((FRWindow*) data);
+
+   window_close(window);
 }

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 29324] Ctrl+W does not close file-roller window

2006-03-13 Thread sharninder
Public bug report changed:
https://launchpad.net/malone/bugs/29324

- Changed attachments:
Added: Patch to implement this functionality
   http://librarian.launchpad.net/1702471/file_roller.patch

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs