Package: software-properties
Version: software-properties-gtk
Severity: important
Tags: patch

Hello,

PackageKit is now used by default in the GNOME desktop. Software-properties-gtk
proovides a way to configure the daily APT cron job. But the PackageKit already
has got an update mechanism and configuration options in the user interface. So
we end up with two separate configuration options that do not affect each
other.

Cheers,

Sebastian



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Hide the updates tab
 The GNOME desktop now uses PackageKit to fetch and install updates.
 Furthermore the GNOME and KDE PackageKit applications provide already
 a configuration option for the PackageKit update mechansim.
 But software-properties configures the daily APT cron job. 
 To avoid having two concurrent mechanisms this patch disables the updates
 tab in the software-properties user interface.
=== modified file 'data/gtkbuilder/main.ui'
--- old/data/gtkbuilder/main.ui	2013-03-17 05:47:24 +0000
+++ new/data/gtkbuilder/main.ui	2013-03-17 05:48:32 +0000
@@ -495,7 +495,7 @@
             </child>
             <child>
               <object class="GtkVBox" id="vbox8">
-                <property name="visible">True</property>
+                <property name="visible">False</property>
                 <property name="can_focus">False</property>
                 <property name="border_width">12</property>
                 <property name="spacing">18</property>

Reply via email to