diff -Nru displayconfig-gtk-0.3.9/Changelog displayconfig-gtk-0.3.10/Changelog --- displayconfig-gtk-0.3.9/Changelog 2008-03-18 09:42:49.000000000 -0700 +++ displayconfig-gtk-0.3.10/Changelog 2008-03-19 20:43:54.000000000 -0700 @@ -1,64 +1,3 @@ - 141 Michael Vogt 2008-03-18 - * xfailsafedialog: - - call shutdown with "-h" (LP: #190370) - - 140 Michael Vogt 2008-03-18 - * Disable displayconfig-gtk in menus (replaced by Screen Resolution tool) - - 139 Michael Vogt 2008-03-11 - finalize changelog - - 138 Michael Vogt 2008-02-18 - * displayconfiggtk/DisplayConfig.py: - - fix crash if icon_theme can not be loaded (LP: #182232) - - add gtk.init_check() - - 137 Michael Vogt 2007-12-17 - data/displayconfig-gtk.desktop.in: remove deprecated Encoding - - 136 Michael Vogt 2007-10-12 - * data/displayconfig-gtk.desktop.in: Change "OnlyShowIn=GNOME" to - "NotShowIn=KDE" to make it appear in XFCE, too. - - 135 Sebastian Heinlein 2007-10-11 [merge] - * Merge another fix - - 134 Sebastian Heinlein 2007-10-11 - * Create a backup of the current configuration in fallback mode - * Allow to write to a not yet existing xorg.conf file - * Save a changed configuration after applying the changes instantly - - 133 Michael Vogt 2007-10-11 - * merge the pitti upload into the tree - - 132 Michael Vogt 2007-10-11 - * debian/changelog: add correct bugnumber - - 131 Michael Vogt 2007-10-11 - * displayconfiggtk/DisplayConfig.py: - - do not save empty location names, this crashes the parser - on the next run of displayconfig-gtk - - 130 Sebastian Heinlein 2007-10-03 - * print the exit state of xfailsafedialog to stdout - * add a "always run in low graphics mode" checkbutton - * update debian changelog - - 129 Sebastian Heinlein 2007-10-03 - * Update debian changelog - - 128 Sebastian Heinlein 2007-09-30 - * fix a crash in fallback mode - - 127 Sebastian Heinlein 2007-09-30 - * center the fail safe dialog on the screen - - 126 Sebastian Heinlein 2007-09-29 - * Fix segfault if it the monitor model was not given - - 125 Sebastian Heinlein 2007-09-29 - * Update changelog - 124 Sebastian Heinlein 2007-09-29 * Set the correct fallback_mode switch in the fail safe session diff -Nru /tmp/vVADo4x6ii/displayconfig-gtk-0.3.9/data/displayconfig-gtk.desktop.in /tmp/wYCWuBTKwq/displayconfig-gtk-0.3.10/data/displayconfig-gtk.desktop.in --- displayconfig-gtk-0.3.9/data/displayconfig-gtk.desktop.in 2008-03-18 09:38:29.000000000 -0700 +++ displayconfig-gtk-0.3.10/data/displayconfig-gtk.desktop.in 2008-03-19 20:44:33.000000000 -0700 @@ -8,5 +8,6 @@ StartupNotify=true Categories= NotShowIn=KDE; +NoDisplay=true X-Ubuntu-Gettext-Domain=displayconfig-gtk X-KDE-SubstituteUID=true diff -Nru /tmp/vVADo4x6ii/displayconfig-gtk-0.3.9/debian/changelog /tmp/wYCWuBTKwq/displayconfig-gtk-0.3.10/debian/changelog --- displayconfig-gtk-0.3.9/debian/changelog 2008-03-18 09:40:07.000000000 -0700 +++ displayconfig-gtk-0.3.10/debian/changelog 2008-03-19 20:53:03.000000000 -0700 @@ -1,3 +1,12 @@ +displayconfig-gtk (0.3.10) hardy; urgency=low + + * Really disable displayconfig-gtk from menus, not just move to Other. + (LP: #203612) + - displayconfig-gtk is still required by bulletproof-x mode, so we + cannot remove it from the default install at this time. + + -- Bryce Harrington Wed, 19 Mar 2008 20:45:35 -0700 + displayconfig-gtk (0.3.9) hardy; urgency=low * xfailsafedialog: