diff --git a/system-config-printer-center.patch b/system-config-printer-center.patch new file mode 100644 index 0000000..4ae23d8 --- /dev/null +++ b/system-config-printer-center.patch @@ -0,0 +1,12 @@ +diff -up system-config-printer-1.1.13/glade/PrintersWindow.glade.center system-config-printer-1.1.13/glade/PrintersWindow.glade +--- system-config-printer-1.1.13/glade/PrintersWindow.glade.center 2009-09-04 10:35:48.000000000 +0100 ++++ system-config-printer-1.1.13/glade/PrintersWindow.glade 2009-11-26 15:36:40.465178836 +0000 +@@ -8,7 +8,7 @@ + False + System-Config-Printer + GTK_WINDOW_TOPLEVEL +- GTK_WIN_POS_NONE ++ GTK_WIN_POS_CENTER + False + 450 + 250 diff --git a/system-config-printer.spec b/system-config-printer.spec index 8354475..7a01025 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -38,6 +38,7 @@ Patch20: system-config-printer-test-page-traceback.patch Patch21: system-config-printer-install-foomatic-db-ppds.patch Patch22: system-config-printer-gpk-traceback.patch Patch23: system-config-printer-editable-ppd.patch +Patch24: system-config-printer-center.patch BuildRequires: cups-devel >= 1.2 BuildRequires: python-devel >= 2.4 @@ -120,6 +121,7 @@ printers. %patch21 -p1 -b .install-foomatic-db-ppds %patch22 -p1 -b .gpk-traceback %patch23 -p1 -b .editable-ppd +%patch24 -p1 -b .center %build %configure --with-udev-rules --with-polkit-1 @@ -232,6 +234,7 @@ exit 0 %changelog * Thu Nov 26 2009 Tim Waugh 1.1.13-12 +- Place the window in the middle of the screen (bug #539876). - Fixed editability of PPD options for explicit IPP queues (bug #541588).