Inconsistent mouseover behaviour in System Monitor Preferences

Bug #203371 reported by kgerstl
0
Affects Status Importance Assigned to Milestone
Gnome System Monitor
Fix Released
Low
gnome-system-monitor (Ubuntu)
Fix Released
Low
Ubuntu Desktop Bugs

Bug Description

Binary package hint: gnome-system-monitor

gnome-system-monitor 2.22.0-0ubuntu1

Open the preferences window. Move your mouse over the checkbox entries in the upper half of the "Processes" tab.

The middle checkbox entry "Alert berfore ending or killing processes" will only be highlighted around the checkbox and the label whereas for the other two entries the whole line will be highlighted (the way it should be).

Same for "Show all filesystems" in the "File Systems" tab.

description: updated
Revision history for this message
kgerstl (kgerstl-deactivatedaccount) wrote :

Following fixed it for me:

@@ -579,7 +579,7 @@
           procdata->config.show_kill_warning);
  g_signal_connect (G_OBJECT (check_button), "toggled",
        G_CALLBACK (show_kill_dialog_toggled), procdata);
- gtk_box_pack_start (GTK_BOX (hbox2), check_button, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (hbox2), check_button, TRUE, TRUE, 0);

@@ -725,7 +725,7 @@
           procdata->config.show_all_fs);
  g_signal_connect (G_OBJECT (check_button), "toggled",
        G_CALLBACK (show_all_fs_toggled), procdata);
- gtk_box_pack_start (GTK_BOX (hbox2), check_button, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (hbox2), check_button, TRUE, TRUE, 0);

I know that this kind of problems have the lowest priority, but a desktop OS should really have a polished GUI.

Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thanks for your report and work on it, I've sent this upstream at http://bugzilla.gnome.org/show_bug.cgi?id=524188 to see what Benoit (maintainer) thinks about it, next time please submit the patch as an attachment that's the best way to submit them, thanks you again.

Changed in gnome-system-monitor:
assignee: nobody → desktop-bugs
importance: Undecided → Low
status: New → Triaged
Changed in gnome-system-monitor:
status: Unknown → New
Revision history for this message
miss m (mwitkowski) wrote :

can you fix my monitor and the mouse for me?

Revision history for this message
miss m (mwitkowski) wrote :

im fustrated. it seems that some times it works and some times it don't.what should i do. how can it be fixed.? is it something i can fix? can it be that something is getting hot. and when it cools down it works . please. help

Revision history for this message
miss m (mwitkowski) wrote :

i'll check back in the morning thank you.

Changed in gnome-system-monitor:
importance: Unknown → Low
Changed in gnome-system-monitor:
status: New → Fix Released
Revision history for this message
Dmitri Bachtin (damg) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. However, I am closing it because the bug has been fixed in the latest development version of Ubuntu - Oneiric Ocelot.

If you need a fix for the bug in previous versions of Ubuntu, please follow the instructions for "How to request new packages" at https://help.ubuntu.com/community/UbuntuBackports#request-new-packages

Changed in gnome-system-monitor (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.