Merge lp:~agateau/gnome-control-center/navbar-with-gtkbox into lp:gnome-control-center

Proposed by Aurélien Gâteau
Status: Merged
Merge reported by: Aurélien Gâteau
Merged at revision: not available
Proposed branch: lp:~agateau/gnome-control-center/navbar-with-gtkbox
Merge into: lp:gnome-control-center
Diff against target: 34407 lines (+34147/-0)
51 files modified
.bzr-builddeb/default.conf (+3/-0)
debian/changelog (+2607/-0)
debian/compat (+1/-0)
debian/control (+146/-0)
debian/control.in (+141/-0)
debian/copyright (+26/-0)
debian/gnome-control-center-data.install (+10/-0)
debian/gnome-control-center-dev.install (+1/-0)
debian/gnome-control-center.install (+3/-0)
debian/gnome-control-center.links (+1/-0)
debian/gnome-control-center.menu (+4/-0)
debian/gnome-control-center.postinst (+7/-0)
debian/gnome-control-center.sgml (+313/-0)
debian/gnome-control-center.xpm (+361/-0)
debian/libgnome-control-center-dev.install (+3/-0)
debian/libgnome-control-center1.install (+1/-0)
debian/libgnome-control-center1.symbols (+23/-0)
debian/patches/02_no_assert_on_null_streams.patch (+17/-0)
debian/patches/04_new_appearance_settings.patch (+1915/-0)
debian/patches/05_run_update_manager.patch (+13/-0)
debian/patches/06_handle_passwd_with_ldap.patch (+19/-0)
debian/patches/10_keyboard_layout_on_unity.patch (+69/-0)
debian/patches/11_power-configure_lid_action.patch (+156/-0)
debian/patches/12_add_never_turn_screen_off.patch (+29/-0)
debian/patches/50_ubuntu_systemwide_prefs.patch (+183/-0)
debian/patches/51_ubuntu_system_keyboard.patch (+201/-0)
debian/patches/52_ubuntu_language_list_mods.patch (+157/-0)
debian/patches/53_use_ubuntu_help.patch (+38/-0)
debian/patches/55_user_accounts_hide_controls.patch (+154/-0)
debian/patches/56_use_ubuntu_info_branding.patch (+26/-0)
debian/patches/57_use_nonsymbolic_keyboard_icon.patch (+13/-0)
debian/patches/58_ubuntu_icon_views_redesign.patch (+364/-0)
debian/patches/59_install_gcm_components_on_demand.patch (+231/-0)
debian/patches/60_ubuntu_nav_bar.patch (+391/-0)
debian/patches/61_workaround_online_account.patch (+43/-0)
debian/patches/62_update_translations_template.patch (+23/-0)
debian/patches/90_force_fallback.patch (+22/-0)
debian/patches/96_sound_nua_panel.patch (+16795/-0)
debian/patches/97_unity_power_ui.patch (+127/-0)
debian/patches/98_default_sound_theme.patch (+16/-0)
debian/patches/revert_git_datetime_port.patch (+4633/-0)
debian/patches/revert_git_drop_library.patch (+1560/-0)
debian/patches/revert_git_keyboard_gsettings.patch (+898/-0)
debian/patches/revert_git_stop_using_gconf.patch (+13/-0)
debian/patches/revert_ua_gsettings.patch (+2291/-0)
debian/patches/series (+28/-0)
debian/rules (+38/-0)
debian/source/format (+1/-0)
debian/source/include-binaries (+1/-0)
debian/source_gnome-control-center.py (+29/-0)
debian/watch (+2/-0)
To merge this branch: bzr merge lp:~agateau/gnome-control-center/navbar-with-gtkbox
Reviewer Review Type Date Requested Status
Sebastien Bacher Pending
Review via email: mp+96384@code.launchpad.net

Description of the change

Use a GtkBox instead of a GtkGrid for the nav bar. This way the buttons look properly linked.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2012-03-07 16:05:35 +0000
5@@ -0,0 +1,3 @@
6+[BUILDDEB]
7+merge = True
8+ignore-unknowns = true
9
10=== added directory 'debian'
11=== added file 'debian/UbuntuLogo.png'
12Binary files debian/UbuntuLogo.png 1970-01-01 00:00:00 +0000 and debian/UbuntuLogo.png 2012-03-07 16:05:35 +0000 differ
13=== added file 'debian/changelog'
14--- debian/changelog 1970-01-01 00:00:00 +0000
15+++ debian/changelog 2012-03-07 16:05:35 +0000
16@@ -0,0 +1,2607 @@
17+gnome-control-center (1:3.3.91-0ubuntu2) UNRELEASED; urgency=low
18+
19+ [ Martin Pitt ]
20+ * debian/control.in: Only recommend gnome-session-bin, to avoid pulling in
21+ all of gnome-session and Unity for derivatives. (LP: #936761)
22+
23+ [ Aurélien Gâteau ]
24+ * debian/patches/60_ubuntu_nav_bar.patch: Use a GtkBox instead of a GtkGrid
25+ so that GTK_STYLE_CLASS_LINKED works.
26+
27+ -- Aurélien Gâteau <aurelien.gateau@ubuntu.com> Wed, 07 Mar 2012 16:42:15 +0100
28+
29+gnome-control-center (1:3.3.91-0ubuntu1) precise; urgency=low
30+
31+ * New upstream version:
32+ - Fix updates buttons never saying "No updates" (lp: #859409)
33+ - Fix wacom segfault (lp: #938549)
34+ * debian/control.in:
35+ - updated gnome-settings-daemon requirement
36+ * debian/gnome-control-center-data.install:
37+ - updated for the new version
38+ * debian/patches/08_dont_crash_on_null_territories.patch:
39+ - dropped, the issue is fixed is in the new version
40+ * debian/patches/96_sound_nua_panel.patch:
41+ - updated to r268, fixes:
42+ - "Cannot switch profile on Bluetooth headset" (lp: #940282)
43+ * debian/patches/99_fix_display_crash.patch:
44+ - dropped, the fix is in the new version
45+
46+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 06 Mar 2012 19:10:59 +0100
47+
48+gnome-control-center (1:3.3.90-0ubuntu5) precise; urgency=low
49+
50+ * debian/gnome-control-center-data.postinst:
51+ - dropped old postinst, it was required for jaunty
52+ * debian/patches/04_new_appearance_settings.patch:
53+ - use correct marging (lp: #945192)
54+ - use correct capitalization "Restore Default Behaviours" (lp: #944082)
55+ * debian/patches/58_ubuntu_icon_views_redesign.patch:
56+ - don't segfault when moving to the new category with down (lp: #934053)
57+
58+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 05 Mar 2012 16:30:12 +0100
59+
60+gnome-control-center (1:3.3.90-0ubuntu4) precise; urgency=low
61+
62+ * debian/patches/99_fix_display_crash.patch:
63+ - Disconnect signal when display panel is closed so we don't crash
64+ later. LP: #843274
65+
66+ -- Michael Terry <mterry@ubuntu.com> Sat, 25 Feb 2012 09:36:05 -0500
67+
68+gnome-control-center (1:3.3.90-0ubuntu3) precise; urgency=low
69+
70+ * debian/patches/62_update_translations_template.patch:
71+ - update POTFILES.in with the ubuntu specific sources for translation
72+
73+ -- Sebastien Bacher <seb128@ubuntu.com> Sat, 25 Feb 2012 12:39:48 +0100
74+
75+gnome-control-center (1:3.3.90-0ubuntu2) precise; urgency=low
76+
77+ * debian/patches/01_menu_category.patch:
78+ - dropped, no need to change the categories with unity
79+ * debian/patches/07_make_window_wider.patch:
80+ - dropped, the geometry changes are included in the design changes
81+ * debian/patches/58_ubuntu_icon_views_redesign.patch:
82+ - included geometry changes there
83+ * debian/patches/60_ubuntu_nav_bar.patch:
84+ - correctly update when opening a panel directly (lp: #934074)
85+ - correctly update when following links (lp: #934070)
86+ - use a grid rather than a box, fixes buttons spacing (lp: #937397)
87+ * debian/patches/lp829673_hide_nm-applet.patch:
88+ - dropped (design decision), hiding system indicators is not
89+ something most user do and doesn't require a visible ui element,
90+ the gconf key is still available though
91+ * debian/patches/96_sound_nua_panel.patch:
92+ - backported upstream fix for balance use on mouse wheel
93+ - changed the tabs order, sound effects is not the most important one
94+ - updated to r261
95+
96+ [ Mathieu Trudel-Lapierre ]
97+ * debian/patches/lp829673_hide_nm-applet.patch: fix up UI spacing.
98+
99+ [ Didier Roche ]
100+ * debian/patches/04_new_appearance_settings.patch:
101+ - reenable the reveal mode as supported upstream now. Make some tweaking
102+ to adapt to new values
103+ - hack for "clicking on slider shouldn't increase by steps (LP: #938534)
104+
105+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 23 Feb 2012 21:49:45 +0100
106+
107+gnome-control-center (1:3.3.90-0ubuntu1) precise; urgency=low
108+
109+ * New upstream version:
110+ - gnome-control-center crashed with SIGSEGV in supply_levels_draw_cb()
111+ (lp: #903680)
112+ * Refreshed patches for the new version
113+ * debian/control.in:
114+ - updated g-s-d requirement
115+ * debian/patches/91_configure_cheese.patch:
116+ - dropped, the fix is in the new version
117+ * debian/source_gnome-control-center.py:
118+ - don't update the title several times, tag as well
119+
120+ [ Ken VanDine ]
121+ * debian/patches/96_sound_nua_panel.patch
122+ - sound-nua: fixed crashers in gtk_tree_model_get_valist()
123+ (LP: #931708) and (LP: #932446)
124+ - sound-nua: fixed a failure in profile selection
125+
126+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 21 Feb 2012 22:23:29 +0100
127+
128+gnome-control-center (1:3.3.5-0ubuntu5) precise; urgency=low
129+
130+ * debian/patches/lp829673_hide_nm-applet.patch: provide a way for users to
131+ hide the network applet from the Network settings panel. (LP: #829673)
132+
133+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Tue, 21 Feb 2012 10:03:59 -0500
134+
135+gnome-control-center (1:3.3.5-0ubuntu4) precise; urgency=low
136+
137+ * debian/patches/04_new_appearance_settings.patch:
138+ - remove the "launcher reveal option" as unsure that the unity side
139+ will be ready on time.
140+ - make some pixel tweaking as asked by design
141+
142+ -- Didier Roche <didrocks@ubuntu.com> Tue, 21 Feb 2012 13:06:43 +0100
143+
144+gnome-control-center (1:3.3.5-0ubuntu3) precise; urgency=low
145+
146+ * debian/patches/61_workaround_online_account.patch:
147+ - hide the gnome-online-accounts icon under unity
148+ - workaround to allow calling g-c-c on the online-accounts capplet,
149+ we don't want to promote the online accounts under Unity since it's
150+ currently creating confusion rather than being useful
151+ (our email doesn't use it for example)
152+ * debian/source_gnome-control-center.py:
153+ - update the title to indicate in what panel the segfaults happen
154+
155+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 20 Feb 2012 10:59:08 +0100
156+
157+gnome-control-center (1:3.3.5-0ubuntu2) precise; urgency=low
158+
159+ * debian/patches/58_ubuntu_icon_views_redesign.patch:
160+ - updated default height to fit on screen (lp: #929585)
161+
162+ [ Aurélien Gâteau ]
163+ * debian/patches/58_ubuntu_icon_views_redesign.patch
164+ - Refresh for 3.5.5
165+ * debian/patches/60_ubuntu_nav_bar.patch:
166+ - First implementation of breadcrumb buttons, without pointy arrows for
167+ now (lp: #933482)
168+
169+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 16 Feb 2012 23:15:54 +0100
170+
171+gnome-control-center (1:3.3.5-0ubuntu1) precise; urgency=low
172+
173+ * Upload the new serie, that will bring in quite some fixes, we revert
174+ some problematic or risky changes as well
175+ * The new version includes those fixes:
176+ - "Change Password in User Accounts panel focuses "New password" field,
177+ skipping "Current password"" (lp: #821759)
178+ - The dialog to add online accounts should have a title
179+ (lp: #822380)
180+ - "Remove Profile" button clickable in Color panel when
181+ no profile selected (lp: #869603)
182+ - Move Removable Media into System Info (lp: #835880)
183+ - Sound preferences: mouse scrolling balance only works for right.
184+ (lp: #918017)
185+ - gnome-control-center SIGSEGV in actualize_printers_list()
186+ (lp: #903009)
187+ - selecting preffered applications is not an info (lp: #890143)
188+ - Add a keyboard shortcut by default for take screenshot of a selection"
189+ (lp: #625518)
190+ * debian/patches/revert_git_datetime_port.patch:
191+ - revert use of datetimed, we don't use systemd and ubuntu-system-service
192+ doesn't support it yet
193+ * debian/patches/revert_git_drop_library.patch:
194+ - consolidate "01_allow_external_panels.patch", don't drop the library
195+ we use it from other components on ubuntu, the patch will be improved
196+ later to not use a copy of files like it does in that version
197+ * debian/patches/revert_git_stop_using_gconf.patch,
198+ debian/patches/revert_ua_gsettings.patch,
199+ debian/patches/revert_git_keyboard_gsettings.patch:
200+ - revert keyboard porting to gsettings, compiz still use gconf and we
201+ didn't update gnome-shell to the new serie (yet)
202+
203+ [ Jeremy Bicha ]
204+ * New upstream release (Thanks Rico Tzchichholz!)
205+ * debian/control.in:
206+ - Bump minimum dependency versions and add libwacom dependency
207+ * debian/rules: Build without -Wl,-z,defs
208+ * debian/watch: Watch for unstable releases
209+ * Refreshed patches:
210+ - 01_allow_external_panels.patch
211+ - 04_add_theme_selection.patch
212+ - 50_ubuntu_systemwide_prefs.patch
213+ - 58_ubuntu_icon_views_redesign.patch
214+ - 59_install_gcm_components_on_demand.patch
215+ - 91_configure_cheese.patch
216+ * Dropped upstream patches:
217+ - 00git_handle_media_dialog_close.patch
218+ - 03_show_wacom_under_unity.patch
219+ - 90_git_sound_tab_order.patch
220+ - 91_git_build_use_fontconfig.patch
221+ - 92_git_minimal_output_height.patch
222+ - 93_change_window_role_on_panel_change.patch
223+ - 94_git_adding_shortcuts.patch
224+ - 95_git_ctrlw_shortcut.patch
225+ - git_extra_keywords.patch
226+
227+ [ Ken VanDine ]
228+ * debian/patches/96_sound_nua_panel.patch
229+ - refreshed with latest changes from ronoc
230+
231+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 15 Feb 2012 23:16:31 +0100
232+
233+gnome-control-center (1:3.2.2-2ubuntu10) precise; urgency=low
234+
235+ * debian/patches/97_unity_power_ui.patch:
236+ - Patch that adjusts the Power panel to match design's mockups, only
237+ when in Unity. And adds a drop down for controlling whether the
238+ battery status icon is displayed or not.
239+ * debian/patches/97_power_icon_policy.patch:
240+ - Drop in favor of above patch
241+
242+ -- Michael Terry <mterry@ubuntu.com> Wed, 15 Feb 2012 09:14:48 -0500
243+
244+gnome-control-center (1:3.2.2-2ubuntu9) precise; urgency=low
245+
246+ * debian/contol.in:
247+ - recommends indicator-sound (>= 0.8.1) since the new indicator option
248+ needs the schemas to work
249+ - recommends indicator-power (>= 1.90) for similar reasons
250+ * debian/patches/96_sound_nua_panel.patch:
251+ - drop generated files to simplify the diffs
252+ * debian/patches/97_power_icon_policy.patch:
253+ - Power Menu should respect icon-policy hide setting (lp: #811769)
254+ * debian/patches/98_default_sound_theme.patch:
255+ - default to "ubuntu" as a sound theme
256+
257+ [ Ken VanDine ]
258+ * debian/patches/96_sound_nua_panel.patch
259+ - refreshed with latest changes from ronoc
260+
261+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 14 Feb 2012 23:46:04 +0100
262+
263+gnome-control-center (1:3.2.2-2ubuntu8) precise; urgency=low
264+
265+ [ Sebastien Bacher ]
266+ * debian/patches/git_extra_keywords.patch:
267+ - list "preferences" as a keyword for system settings (lp: #921039)
268+
269+ * debian/patches/96_sound_nua_panel.patch
270+ - Updated with latest changes from ronoc:
271+ * protect against null in_profiles in the device
272+ * ensure when swapping profiles on a sink that is not the pulse server
273+ default that is reset as the default sink when the appropriate new
274+ stream is created after the profile swap - head melt
275+
276+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 10 Feb 2012 14:57:36 -0500
277+
278+gnome-control-center (1:3.2.2-2ubuntu7) precise; urgency=low
279+
280+ [ Didier Roche ]
281+ * debian/patches/04_new_appearance_settings.patch:
282+ - fix a typo (LP: #929070)
283+ - new reveal sensitivity default is now 2.0
284+
285+ [ Ken VanDine ]
286+ * debian/patches/96_sound_nua_panel.patch
287+ - Adding the new sound-nua panel for sound settings, only displayed
288+ in Unity, the old sound panel will load in GNOME
289+
290+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 09 Feb 2012 16:44:44 -0500
291+
292+gnome-control-center (1:3.2.2-2ubuntu6) precise; urgency=low
293+
294+ [ Aurélien Gâteau ]
295+ * debian/patches/58_ubuntu_icon_views_redesign.patch
296+ - Implement the new category headers (LP: #921061)
297+
298+ [ Didier Roche ]
299+ * debian/patches/04_new_appearance_settings.patch, respect new
300+ design requests:
301+ - High Contrast misspelled as "HighContrast" etc (LP: #878790)
302+ - The scope of "Restore defaults" button in Appearance>Behavior is
303+ not clear enough (LP: #924253)
304+ - Add a new launcher reveal slider (LP: #923749)
305+ - The Background section in Appearance panel should have an option
306+ to display the dotted grid (LP: #922544)
307+ - Restore Defaults buttons in appearance should be replaced with in
308+ context hints (LP: #922543)
309+ - Rename tabs to look and User Interface to Background (LP: #918580)
310+
311+ [ Christopher James Halse Rogers ]
312+ * debian/patches/59_install_gcm_components_on_demand.patch:
313+ - Install gnome-color-manager tools on-demand. Fixes the "calibrate"
314+ and "View profile" buttons without requiring us to install 33MB of
315+ Arygll on the CDs. (LP: #868803)
316+
317+ -- Didier Roche <didrocks@ubuntu.com> Tue, 07 Feb 2012 18:13:21 +0100
318+
319+gnome-control-center (1:3.2.2-2ubuntu5) precise; urgency=low
320+
321+ * debian/patches/04_new_appearance_settings.patch:
322+ - Wallpapers grid in appearance should have 4 columns (LP: #922542)
323+ - Change the mouse wheel scrolling on slider to the opposite direction
324+ (LP: #922299)
325+
326+ -- Didier Roche <didrocks@ubuntu.com> Fri, 27 Jan 2012 15:02:10 +0100
327+
328+gnome-control-center (1:3.2.2-2ubuntu4) precise; urgency=low
329+
330+ * 04_add_theme_selection.patch => 04_new_appearance_settings.patch:
331+ (background screen)
332+ - rename and add unity officials option to it. Note that those
333+ only appears if you are in an unity session. It impacts both
334+ unity-2d and unity-3d. unity-3d settings are taken if the options
335+ are different on first launch. All options for the settings aren't
336+ exposed. If the user specify something else in ccsm for instance,
337+ it will be preserved. (LP: #869080)
338+ - also add a "restore defauts" on the background screen to reset
339+ the user selection change to default.
340+
341+ -- Didier Roche <didrocks@ubuntu.com> Thu, 26 Jan 2012 10:42:38 +0100
342+
343+gnome-control-center (1:3.2.2-2ubuntu3) precise; urgency=low
344+
345+ [ Marco Trevisan (Treviño) ]
346+ * debian/patches/93_change_window_role_on_panel_change.patch:
347+ - Set the gtk WM window role when changing panel, this is needed
348+ to get the real window id and match the gcc in unity (LP: #801784)
349+
350+ [ Sebastien Bacher ]
351+ * debian/UbuntuLogo.png:
352+ - updated logo for 12.04 (lp: #910356)
353+
354+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 24 Jan 2012 11:57:55 +0100
355+
356+gnome-control-center (1:3.2.2-2ubuntu2) precise; urgency=low
357+
358+ * debian/libgnome-control-center1.symbols: restore the symbols tracking,
359+ since we build external capplets we better check they don't break
360+ * debian/rules: don't build shlibs for a library which stopped being
361+ distributed in GNOME3
362+ * debian/patches/94_git_adding_shortcuts.patch:
363+ - let add custom shortcuts in any categorie
364+ * debian/patches/95_git_ctrlw_shortcut.patch:
365+ - ctrl-W close capplets and go back to the overwiew (lp: #863549)
366+
367+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 23 Jan 2012 15:11:19 +0100
368+
369+gnome-control-center (1:3.2.2-2ubuntu1) precise; urgency=low
370+
371+ * Rebase on Debian, remaining Ubuntu changes:
372+ * debian/control:
373+ - Build-Depend on hardening-wrapper, dpkg-dev and dh-autoreconf
374+ - Add dependency on ubuntu-system-service
375+ - Don't depend on cheese, cups-pk-helper, libsocialweb, or mesa-utils
376+ since they're in universe
377+ - Depend on ubuntu-docs instead of gnome-user-guide
378+ * debian/rules:
379+ - Add binary-post-install rule for gnome-control-center-data
380+ - Don't build with cheese or libsocialweb
381+ * debian/gnome-control-center-data.install:
382+ * debian/source/include-binaries:
383+ - Install UbuntuLogo.png & apport hook
384+ * debian/gnome-control-center.dirs:
385+ * debian/gnome-control-center.links:
386+ - Add a link to the control center shell for indicators
387+ * debian/patches/04_add_theme_selection.patch:
388+ - Add theme selection to User Interface panel
389+ - Refreshed for Precise design and renamed to User Interface
390+ * debian/patches/01_allow_external_panels.patch:
391+ - Allow running external (non-embedded) panels (LP: #787694)
392+ * debian/patches/02_no_assert_on_null_streams.patch:
393+ - Temporary patch to not assert on NULL streams (LP: #741155)
394+ * debian/patches/03_show_wacom_under_unity.patch:
395+ - show the wacom panel under unity (lp: #840555)
396+ * debian/patches/05_run_update_manager.patch:
397+ - Run update-manager instead of PackageKit updater (LP: #801335)
398+ * debian/patches/07_make_window_wider.patch
399+ - Make the System Settings window a bit wider to reduce need for scrolling
400+ * debian/patches/10_keyboard_layout_on_unity.patch:
401+ - Show keyboard layout bits on Unity (LP: #834523)
402+ * Add 11_power-configure_lid_action.patch: Add back configuration for lid
403+ action. (LP: #792636, GNOME#659045)
404+ * debian/patches/12_add_never_turn_screen_off.patch:
405+ - Add back the "never turn screen off" option (LP: #862154)
406+ * debian/patches/50_ubuntu_systemwide_prefs.patch:
407+ - Add back system-wide proxy settings (LP: #795519)
408+ * debian/patches/52_ubuntu_language_list_mods.patch:
409+ - Change the list of options, when setting language from User
410+ Accounts, to items representing available translations, and with
411+ that make it similar to the language list in language-selector.
412+ - Make items representing language @variants be displayed as such.
413+ * debian/patches/53_use_ubuntu_help.patch: Use gnome-help when running
414+ GNOME or GNOME Fallback (LP: #852911)
415+ * debian/patches/55_user_accounts_hide_controls.patch:
416+ - When not using GDM, hide certain controls in the User Accounts
417+ panel that only apply to it. (LP: #821766, LP: #821771)
418+ - When a user is using an ecryptfs home directory, do not allow
419+ the user to log in without a password
420+ * debian/patches/56_use_ubuntu_info_branding.patch:
421+ - Use Ubuntu branding in System info panel (LP: #860497)
422+ * debian/patches/57_use_nonsymbolic_keyboard_icon.patch: Use the non-monochrome
423+ icon for the Keyboard panel (LP: #862027)
424+ * debian/patches/90_git_sound_tab_order.patch: Reorder the tabs, the sound
425+ effect one is the less used and shouldn't be first in the list
426+ * debian/patches/91_git_build_use_fontconfig.patch:
427+ - git patch to fix the build of the region capplet
428+ * debian/patches/92_git_minimal_output_height.patch:
429+ - set a minimal height on the output list (lp: #850032)
430+
431+ -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 15 Jan 2012 13:55:05 -0500
432+
433+gnome-control-center (1:3.2.2-2) unstable; urgency=low
434+
435+ [ Josselin Mouette ]
436+ * Recommend cups-pk-helper. Closes: #622688.
437+
438+ [ Michael Biebl ]
439+ * Add Recommends on mesa-utils. The glxinfo utilitity is required to show
440+ details about the graphics card.
441+ * Upload to unstable.
442+
443+ -- Michael Biebl <biebl@debian.org> Fri, 16 Dec 2011 23:55:34 +0100
444+
445+gnome-control-center (1:3.2.2-1) experimental; urgency=low
446+
447+ [ Laurent Bigonville ]
448+ * debian/control.in: Bump libgnome-desktop-3-dev build-dependency
449+ (Closes: #647954)
450+
451+ [ Josselin Mouette ]
452+ * Breaks/Replaces g-p-m < 3.2. Closes: #648410.
453+
454+ [ Michael Biebl ]
455+ * New upstream release.
456+ * Refresh debian/patches/91_configure_cheese.patch.
457+ * debian/control.in:
458+ - Mark Build-Depends on libnm-gtk-dev as linux-any.
459+ - Bump Build-Depends on libnotify-dev to (>= 0.7.3).
460+ - Bump Depends on gsettings-desktop-schemas to (>= 3.0.2).
461+ * Remove debian/libgnome-control-center-dev.install, obsolete.
462+ * Remove debian/libgnome-control-center1.symbols and instead add a strict
463+ dependency between gnome-control-center and libgnome-control-center1.
464+
465+ -- Michael Biebl <biebl@debian.org> Wed, 16 Nov 2011 00:45:49 +0100
466+
467+gnome-control-center (1:3.2.1-1) experimental; urgency=low
468+
469+ * New upstream release
470+ * Sync with Ubuntu
471+ + debian/libgnome-control-center1.symbols: Update symbols
472+ + debian/patches/90_force_fallback.patch: Updated
473+ + debian/patches/06_handle_passwd_with_ldap.patch: Added
474+ + debian/patches/08_dont_crash_on_null_territories.patch: Added
475+ * debian/patches/02_https.patch: Removed, fixed upstream
476+ * debian/patches/03_ppd_h.patch: Removed, fixed upstream
477+ * debian/patches/91_configure_cheese.patch: Include cheese pkg-config flags
478+ as symbols of it are being used
479+ * debian/control.in: Remove libgnome-control-center-dev package
480+ * debian/control.in: Add build-dependency on libgoa-1.0-dev, libcolord-dev,
481+ and libnotify-dev
482+ * debian/control.in: Tighten libgtk-3-dev build-dependency
483+ * debian/control.in: Add libnm-gtk-dev b-d for network panel
484+ * debian/control.in: Add libcheese-gtk-dev b-d to take account pictures
485+ * debian/control.in: Add libsocialweb-client-dev b-d to use flickr background
486+ service
487+
488+ -- Sjoerd Simons <sjoerd@debian.org> Sat, 05 Nov 2011 00:46:41 +0000
489+
490+gnome-control-center (1:3.0.2-3) unstable; urgency=low
491+
492+ * debian/control.in:
493+ - Also add Breaks/Replaces against gdm (<< 3.0). Closes: #645400
494+ - Update Depends on gnome-desktop-data to gnome-desktop3-data.
495+ * Rename control-center2.xpm to gnome-control-center.xpm and refresh the
496+ icon based on what's currently shipped in gnome-icon-theme.
497+ Update the menu file accordingly.
498+
499+ -- Michael Biebl <biebl@debian.org> Sat, 15 Oct 2011 20:49:56 +0200
500+
501+gnome-control-center (1:3.0.2-2) unstable; urgency=low
502+
503+ [ Josselin Mouette ]
504+ * Drop useless gst-alsa | gst-audiosink suggstion; suggest
505+ gst-pulseaudio instead.
506+
507+ [ Michael Biebl ]
508+ * Upload to unstable.
509+ * debian/watch:
510+ - Switch to .xz tarballs.
511+ - Track stable releases.
512+ * Bump debhelper compatibility level to 8.
513+ - Update Build-Depends on debhelper.
514+ - Strip debian/tmp/ from .install files.
515+ * debian/control.in:
516+ - Update Vcs-* URLs.
517+ - Bump Standards-Version to 3.9.2. No further changes.
518+ - Change network-manager build-dependencies to linux-any.
519+ - Add Breaks/Replaces against gdm3 (<< 3.0) which shipped the faces
520+ in previous versions.
521+ - Add Breaks/Replaces against gnome-settings-daemon (<< 3.0).
522+ Closes: #625783
523+ * Refresh patches.
524+ * debian/gnome-control-center-data.install
525+ - Install face pictures.
526+
527+ -- Michael Biebl <biebl@debian.org> Fri, 14 Oct 2011 16:13:54 +0200
528+
529+gnome-control-center (1:3.0.2-1) experimental; urgency=low
530+
531+ [ Josselin Mouette ]
532+ * Break glib < 2.28.6-2 for x-scheme-handler support.
533+
534+ [ Sjoerd Simons ]
535+ * New upstream release
536+
537+ [ Josselin Mouette ]
538+ * Break gnome-session < 3.0 because of the sound-applet startup.
539+ * 01_menu_category.patch: new patch. Put g-c-c.desktop in the Settings
540+ menu instead of the System one.
541+ * 90_force_fallback.patch: new patch. Disable the “forced fallback
542+ mode” switch, since we already provide a xsession file for it in
543+ gnome-session-fallback.
544+ * Break gnome-power-manager < 3.0 because of the power panel.
545+ * 02_https.patch: patch from upstream git. Correctly register https
546+ scheme together with http.
547+ * 03_ppd_h.patch: patch from upstream git. Include ppd.h explicitly.
548+ * Use dh-autoreconf to go with this patch.
549+
550+ -- Josselin Mouette <joss@debian.org> Sun, 04 Sep 2011 19:15:55 +0200
551+
552+gnome-control-center (1:3.0.1.1-1) experimental; urgency=low
553+
554+ * New upstream release.
555+ * gnome-control-center-data.install: drop GConf schemas.
556+ * gnome-control-center-data.gconf-defaults: dropped, obsolete.
557+
558+ -- Josselin Mouette <joss@debian.org> Fri, 29 Apr 2011 02:24:28 +0200
559+
560+gnome-control-center (1:3.0.0.1-1) experimental; urgency=low
561+
562+ * New upstream release.
563+ * debian/control.in:
564+ + add build dependency on new libnm-glib-dev, libnm-util-dev, and
565+ network-manager-dev.
566+ + bump build dependency on gnome-settings-daemon-dev.
567+ + add dependency on gnome-icon-theme-symbolic.
568+ + bump dependency on gnome-settings-daemon, required for new gsettings
569+ schema.
570+ * debian/patches/00_disable-nm.patch: removed as NM 0.9 is now available.
571+ * debian/patches/99_autoreconf.patch: removed.
572+ * debian/libgnome-control-center-dev.install: do not install gtk-doc as it
573+ was incomplete and got removed.
574+
575+ -- Frederic Peters <fpeters@debian.org> Thu, 31 Mar 2011 01:01:31 +0530
576+
577+gnome-control-center (1:2.91.93-1) experimental; urgency=low
578+
579+ * New upstream release.
580+
581+ [ Emilio Pozuelo Monfort ]
582+ * debian/control.in:
583+ + Build depend on a new enough version of gdk-pixbuf. Closes: #619282.
584+ + Drop Breaks on gnome-media-common.
585+
586+ [ Frederic Peters ]
587+ * debian/patches/00_disable-nm.patch: updated.
588+ * debian/patches/99_autoreconf.patch: refreshed.
589+
590+ -- Frederic Peters <fpeters@debian.org> Wed, 30 Mar 2011 23:44:16 +0530
591+
592+gnome-control-center (1:2.91.92-1) experimental; urgency=low
593+
594+ * New upstream release.
595+
596+ [ Emilio Pozuelo Monfort ]
597+ * debian/control.in:
598+ + gnome-control-center-dev belongs in the devel section.
599+
600+ [ Laurent Bigonville ]
601+ * debian/control.in
602+ - Add Vcs-* fields
603+ - Bump libglib2.0-dev and gnome-settings-daemon-dev Build-dependencies
604+ - Bump gnome-control-center Dependency against gnome-settings-daemon
605+ - gnome-control-center-data Breaks gnome-media-common (<< 2.91)
606+
607+ [ Frederic Peters ]
608+ * debian/patches/00_disable-nm.patch: updated.
609+ * debian/images/, debian/patches/12_timezones.patch: merged upstream.
610+ * debian/patches/10_libshortcuts-link.patch: merged upstream.
611+ * debian/control.in: update build-deps.
612+ * debian/control.in: add dependency on gsettings-desktop-schemas.
613+
614+ -- Frederic Peters <fpeters@debian.org> Mon, 21 Mar 2011 22:30:04 +0100
615+
616+gnome-control-center (1:2.91.91-3) experimental; urgency=low
617+
618+ * debian/control.in: add build-dep on locales, required for the datetime
619+ test-endianess check.
620+
621+ -- Frederic Peters <fpeters@debian.org> Sun, 13 Mar 2011 20:05:56 +0100
622+
623+gnome-control-center (1:2.91.91-2) experimental; urgency=low
624+
625+ * debian/rules, debian/images/*, debian/patches/12_timezones.patch: ship
626+ and install missing timezone graphics.
627+ * debian/libgnome-control-center1.symbols: updated with three new symbols.
628+
629+ -- Frederic Peters <fpeters@debian.org> Sat, 12 Mar 2011 21:38:35 +0100
630+
631+gnome-control-center (1:2.91.91-1) experimental; urgency=low
632+
633+ * New upstream release.
634+ + debian/patches/00_disable-nm.patch: updated.
635+ + debian/patches/10_mouse-panel-link.patch: fixed upstream.
636+ + debian/patches/11_keyboard-panel-link.patch: ditto.
637+ + debian/patches/10_libshortcuts-link.patch: fix linking of the shortcut
638+ code.
639+ + debian/patches/99_autoreconf.patch: refreshed.
640+ + debian/control.in: build build-dep on libgnomekbd-dev
641+
642+ -- Frederic Peters <fpeters@debian.org> Thu, 10 Mar 2011 17:35:21 +0100
643+
644+gnome-control-center (1:2.91.90-1) experimental; urgency=low
645+
646+ * New upstream release.
647+ + debian/patches/00_disable-nm.patch: disable Network Manager 0.9 bits.
648+ + debian/patches/10_mouse-panel-link.patch: fix linking of the mouse
649+ panel.
650+ + debian/patches/11_keyboard-panel-link.patch: fix linking of the keyboard
651+ panel.
652+ + debian/libgnome-control-center1.symbols: updated with a new symbol.
653+
654+ -- Frederic Peters <fpeters@debian.org> Fri, 25 Feb 2011 10:44:34 +0100
655+
656+gnome-control-center (1:2.91.6-1) experimental; urgency=low
657+
658+ * debian/control.in:
659+ + Depend on accountsservice and apg for the User Accounts panel.
660+ + Update for the new gtk+ package names.
661+ * New upstream release.
662+ + debian/patches/01_printers_link.patch:
663+ - Fix linking for the printers capplet.
664+ + debian/control.in:
665+ - Update build dependencies.
666+
667+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 19 Feb 2011 14:40:15 +0000
668+
669+gnome-control-center (1:2.91.5-2) experimental; urgency=low
670+
671+ * debian/control.in:
672+ - Drop gnome-control-center breaks/replaces against gnome-media(-common),
673+ they seem unneeded.
674+ - capplets-data replaces gnome-media-common.
675+ - Build depend on docbook-xml, needed to build the docs.
676+ - capplets-data: stop breaking g-c-c, it already depends on a new
677+ enough version of the former so this is not needed.
678+ - gnome-control-center: no need to manually depend on
679+ libgnome-control-center1. The shlibs does that for us.
680+ - Don't use tabs for padding.
681+ - Drop obsolete dpkg-dev b-d.
682+ * debian/control.in,
683+ debian/rules,
684+ debian/source/format:
685+ - Switch to source format 3.0 (quilt).
686+ * debian/control.in,
687+ debian/{capplets,gnome-control-center}-data.*,
688+ debian/rules:
689+ - Rename capplets-data to gnome-control-center-data.
690+ * debian/index.theme:
691+ - Removed, unused.
692+ * debian/libgnome-control-center1.symbols:
693+ - Add a Build-Depends-Package field.
694+ * debian/gnome-keyboard-properties.1,
695+ debian/gnome-control-center.manpages:
696+ - gnome-keyboard-properties is gone, drop the manpage.
697+
698+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 16 Jan 2011 23:01:37 +0000
699+
700+gnome-control-center (1:2.91.5-1) experimental; urgency=low
701+
702+ * New upstream release
703+ * Based on ubuntu 1:2.91.3.1-0ubuntu1~build2, by Robert Ancell and others
704+ * debian/patches/01_ml_po.patch
705+ - Removed
706+ * patches/25_window_manager_settings.patch
707+ - Removed, no longer applicable
708+
709+ -- Sjoerd Simons <sjoerd@debian.org> Sat, 15 Jan 2011 12:18:29 +0000
710+
711+control-center (1:2.30.1-2) unstable; urgency=low
712+
713+ * debian/control.in:
714+ - Let gnome-control-center depend on evolution-data-server, instead of
715+ only recommending it. It's needed by gnome-about-me. Closes: #592525.
716+
717+ -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 11 Aug 2010 01:37:07 +0200
718+
719+control-center (1:2.30.1-1) unstable; urgency=low
720+
721+ * New upstream release.
722+ * Update build-dependencies.
723+ * Require g-s-d 2.30.
724+ * 01_fix_libslab_build.patch, 02_xrandr_assert.patch: dropped, merged
725+ upstream.
726+ * 70_relibtoolize.patch: updated for the new version.
727+ * 01_ml_po.patch: new patch. Fix Malayalam translation that causes
728+ GConf errors.
729+
730+ -- Josselin Mouette <joss@debian.org> Tue, 27 Apr 2010 20:22:38 +0200
731+
732+control-center (1:2.28.1-2) unstable; urgency=low
733+
734+ * Drop libxxf86misc-dev build-dependency, it is not used.
735+ Closes: #559694.
736+ * 02_xrandr_assert.patch: stolen upstream. Fix assertion when using
737+ mirroring. Closes: #563094.
738+
739+ -- Josselin Mouette <joss@debian.org> Mon, 04 Jan 2010 18:26:06 +0100
740+
741+control-center (1:2.28.1-1) unstable; urgency=low
742+
743+ * New upstream release.
744+ - debian/patches/70_relibtoolize.patch:
745+ + Updated.
746+ - debian/control.in:
747+ + Stop build depending on libhal-dev, it's not needed anymore.
748+ * debian/rules: Remove check-dist.mk include to upload to unstable.
749+
750+ -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 22 Oct 2009 05:11:23 +0200
751+
752+control-center (1:2.28.0-2) experimental; urgency=low
753+
754+ * Build depend on a recent libslab-dev to build against one that doesn't
755+ use libgnomeui, making gnome-control-center start again. Closes: #550461.
756+
757+ -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 12 Oct 2009 01:58:10 +0200
758+
759+control-center (1:2.28.0-1) experimental; urgency=low
760+
761+ [ Loic Minier ]
762+ * Drop --disable-mime-cache configure flag which was introduced in a Debian
763+ specific patch which was dropped in 1:2.18.1-1.
764+
765+ [ Emilio Pozuelo Monfort ]
766+ * debian/patches/05_ta_po.patch: forwarded, add header.
767+
768+ [ Josselin Mouette ]
769+ * Require gnome-settings-daemon 2.26. Closes: #540418.
770+
771+ [ Emilio Pozuelo Monfort ]
772+ * New upstream release.
773+ - debian/control.in:
774+ + Bump libgtk2.0-dev and libgnomekbd-dev build dependencies.
775+ + Build depend on libxklavier-dev >= 4.0 rather than libxklavier12-dev.
776+ + Remove libglade2-dev, libpanel-applet2-dev and libgnomeui-dev build
777+ dependencies.
778+ + Add libunique-dev and libxi-dev build dependencies.
779+ + Remove libpolkit-gnome-dev from build depends, recommend
780+ policykit-1-gnome for PolicyKit 1 support.
781+ - debian/patches/05_ta_po.patch:
782+ + Removed, the issue is no longer present in the po file.
783+ - debian/patches/01_fix_libslab_build.patch:
784+ + Updated from https://bugzilla.gnome.org/show_bug.cgi?id=591428.
785+ - debian/patches/25_window_manager_settings.patch,
786+ debian/patches/70_relibtoolize.patch:
787+ + Updated.
788+ - debian/patches/04_path_xtra.patch:
789+ + Removed, Debian's autoconf patch doesn't patch AC_PATH_XTRA to check
790+ for its arguments anymore, so it's useless.
791+ * debian/rules:
792+ - Stop touching every file, it was done to workaround a broken tarball.
793+ - Include check-dist.mk to avoid uploads to experimental.
794+ * debian/control.in:
795+ - Tighten libgnome-window-settings-dev dependency on the shared library.
796+ - Standards-Version is 3.8.3, no changes needed.
797+ - Remove old conflicts/replaces.
798+
799+ -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 09 Oct 2009 20:54:05 +0200
800+
801+control-center (1:2.26.0-1) unstable; urgency=low
802+
803+ * Stop mentioning GNOME 2.
804+ * Remove scrollkeeper dependency.
805+ * New upstream release.
806+ * Update build-dependencies.
807+ * Remove build-deps unneeded thanks to the external libslab: librsvg,
808+ pango.
809+ * 02_build_libgnome.patch, 06_gnomedesktop_api.patch: removed, fixed
810+ upstream.
811+ * 03_a11y_logout.patch: removed, now uses the gnome-session dbus
812+ interface.
813+ * 05_ta_po.patch, 70_relibtoolize.patch: updated for the new version.
814+ * Install the autostart file in /usr/share/gnome/autostart.
815+ * capplets-data.postinst: remove the one in the old location.
816+
817+ -- Josselin Mouette <joss@debian.org> Fri, 29 May 2009 13:28:19 +0200
818+
819+control-center (1:2.24.0.1-5) unstable; urgency=low
820+
821+ * Remove useless build-dependency on libeel2-dev.
822+
823+ -- Josselin Mouette <joss@debian.org> Sat, 25 Apr 2009 13:18:24 +0200
824+
825+control-center (1:2.24.0.1-4) unstable; urgency=low
826+
827+ * Set the team as primary maintainer. Closes: #523535.
828+ * 02_build_libgnome.patch: new patch. Fix build failure by linking
829+ explicitly to libgnomeui for stuff incorrectly listing gnome-desktop
830+ only as a requirement. Closes: #524308.
831+ * 06_gnomedesktop_api.patch: patch to cope with the API changes in
832+ GnomeRR 2.26.
833+ * 70_relibtoolize.patch: regenerated.
834+ * Bump build-dependency on gnome-desktop to 2.26.
835+
836+ -- Josselin Mouette <joss@debian.org> Thu, 16 Apr 2009 10:34:54 +0200
837+
838+control-center (1:2.24.0.1-3) unstable; urgency=low
839+
840+ * capplets-data.gconf-defaults: remove the keybinding settings. Now
841+ that X.org returns correctly the XF86* keys, they must be used
842+ instead.
843+ * Add missing shortcuts for Home and Help.
844+
845+ -- Josselin Mouette <joss@debian.org> Fri, 10 Apr 2009 20:51:39 +0200
846+
847+control-center (1:2.24.0.1-2) unstable; urgency=low
848+
849+ [ Josselin Mouette ]
850+ * Depend on gnome-settings-daemon >= 2.24. Closes: #510172.
851+ * Standards version is 3.8.1.
852+ * Upload to unstable.
853+
854+ [ Emilio Pozuelo Monfort ]
855+ * debian/rules, debian/shlibs.local: Call dh_makeshlibs for libgnome-
856+ window-settings1 instead of using shlibs.local. It was likely
857+ there to workaround dpkg-dev setting ignoring the dependency from
858+ the Depends line and using that of dpkg-shlibdeps, but it's no
859+ longer the case. As a side effect, this makes the shlibs
860+ file be versioned as it should be.
861+
862+ [ Loic Minier ]
863+ * Demote the scrollkeeper dep of capplets-data to a Suggest on rarian-compat
864+ | scrollkeeper; the scrollkeeper dep seems to have been added around 2002
865+ due to use of scrollkeeper-update in the postinst.
866+
867+ -- Josselin Mouette <joss@debian.org> Tue, 07 Apr 2009 09:11:09 +0200
868+
869+control-center (1:2.24.0.1-1) experimental; urgency=low
870+
871+ * 03_a11y_logout.patch: use gnome-panel-logout for logout when
872+ available.
873+ * New upstream release.
874+ + Correctly sets background without nautilus. Closes: #472902.
875+ + The about-me capplet correctly saves emails. Closes: #350651.
876+ + Resolutions are sorted in the display capplet. Closes: #509899.
877+ * Update build-dependencies.
878+ * Build-depend on libeel 2.24 to build against the experimental
879+ version.
880+ * Suggest libcanberra-gtk-module instead of esound-clients.
881+ * Remove obsolete files: libgnome-settings-daemon-dev.install,
882+ gnome-control-center.dirs.
883+ * Switch to quilt for managing patches; build-depend on quilt.
884+ * 01_fix_libslab_build.patch: updated for the new version.
885+ * 02_xklavier_utf8.patch: dropped, merged upstream
886+ * 25_window_manager_settings.patch: don’t patch the Makefile.in’s.
887+ * 70_relibtoolize.patch: regenerated.
888+ * capplets-data.gconf-defaults: the /music key is renamed to /media.
889+ * Don’t remove the GConf schemas in the installation target.
890+ * *.install: simplify a lot the installation files.
891+ + Remove the pkg-config files in capplets-data.
892+ * Remove -1 suffix in build-deps.
893+ * 99_ltmain_as-needed.patch: make --as-needed work for the library as
894+ well.
895+ * debian/gnome-control-center.postinst: remove gnome-vfs conffiles.
896+ * 05_ta_po.patch: new patch. Fix Tamil translation of the GConf
897+ defaults.
898+
899+ -- Josselin Mouette <joss@debian.org> Sun, 28 Dec 2008 12:38:50 +0100
900+
901+control-center (1:2.22.2.1-2) unstable; urgency=low
902+
903+ * 02_xklavier_utf8.patch: patch from upstream to accommodate the UTF8
904+ changes in libxklavier 3.5-2.
905+ * Standards version is 3.8.0, no changes.
906+ * Suggest x11-xserver-utils for xrdb instead of xbase-clients.
907+
908+ -- Josselin Mouette <joss@debian.org> Wed, 10 Sep 2008 12:34:52 +0200
909+
910+control-center (1:2.22.2.1-1) unstable; urgency=low
911+
912+ [ Josselin Mouette ]
913+ * Suggest gstreamer0.10-alsa | gstreamer0.10-audiosink.
914+ Closes: #482794.
915+
916+ [ Sebastian Dröge ]
917+ * New upstream bugfix release:
918+ + debian/patches/70_relibtoolize.patch:
919+ - Updated to apply cleanly again.
920+ + debian/rules:
921+ - Run touch on every file to fix up timestamps.
922+
923+ -- Sebastian Dröge <slomo@debian.org> Thu, 29 May 2008 10:32:54 +0200
924+
925+control-center (1:2.22.1-1) unstable; urgency=low
926+
927+ * New upstream bugfix release:
928+ + debian/patches/70_relibtoolize.patch:
929+ - Updated for the new version.
930+
931+ -- Sebastian Dröge <slomo@debian.org> Wed, 16 Apr 2008 11:03:33 +0200
932+
933+control-center (1:2.22.0-2) unstable; urgency=low
934+
935+ * Upload to unstable.
936+ * debian/control.in,
937+ debian/gnome-control-center.install:
938+ + Use nautilus 2.20 for now.
939+
940+ -- Sebastian Dröge <slomo@debian.org> Wed, 19 Mar 2008 02:14:49 +0100
941+
942+control-center (1:2.22.0-1) experimental; urgency=low
943+
944+ * New upstream stable release:
945+ + Upload to experimental first because of intrusive changes.
946+ + gnome-settings-daemon moved to it's own source package.
947+ + Update build dependencies and dependencies.
948+
949+ -- Sebastian Dröge <slomo@debian.org> Sat, 15 Mar 2008 19:06:48 +0100
950+
951+control-center (1:2.20.3-3) unstable; urgency=low
952+
953+ [ Josselin Mouette ]
954+ * Conflict against gnome-session << 2.20.3-2 because earlier versions
955+ require the dbus service file.
956+
957+ [ Sebastian Dröge ]
958+ * debian/control.in:
959+ + Build depend on libxklavier12-dev | libxklavier-dev and rebuild against
960+ the new soname.
961+
962+ -- Sebastian Dröge <slomo@debian.org> Thu, 28 Feb 2008 10:03:20 +0100
963+
964+control-center (1:2.20.3-2) unstable; urgency=low
965+
966+ * capplets-data.install: don’t install the dbus service file, as g-s-d
967+ should not be started through dbus.
968+ * gnome-keyboard-properties.1:
969+ + Fix missing space.
970+ + Fix whatis entry.
971+ * gnome-control-center.dirs: removed.
972+ * Don’t run dh_makeshlibs for g-c-c.
973+ * Update menu entry to the latest menu layout.
974+
975+ -- Josselin Mouette <joss@debian.org> Sat, 16 Feb 2008 14:58:03 +0100
976+
977+control-center (1:2.20.3-1) unstable; urgency=low
978+
979+ * New upstream bugfix release.
980+ * debian/control.in:
981+ + Update Standards-Version to 3.7.3, no additional changes needed.
982+ * debian/patches/70_relibtoolize.patch:
983+ + Updated for the new version.
984+
985+ -- Sebastian Dröge <slomo@debian.org> Sat, 12 Jan 2008 07:34:06 +0100
986+
987+control-center (1:2.20.1-2) unstable; urgency=high
988+
989+ [ Josselin Mouette ]
990+ * 30_pkgconfig-path.patch: provide the path to the
991+ gnome-settings-daemon binary in the pkgconfig file.
992+
993+ [ Loic Minier ]
994+ * Upload with urgency high as we need this minor change for next
995+ gnome-session.
996+
997+ -- Loic Minier <lool@dooz.org> Tue, 27 Nov 2007 13:57:27 +0100
998+
999+control-center (1:2.20.1-1) unstable; urgency=low
1000+
1001+ * New upstream bugfix release:
1002+ + debian/patches/70_relibtoolize.patch:
1003+ - Regenerated for the new version.
1004+
1005+ -- Sebastian Dröge <slomo@debian.org> Thu, 25 Oct 2007 19:45:06 +0200
1006+
1007+control-center (1:2.20.0.1-1) unstable; urgency=low
1008+
1009+ [ Loic Minier ]
1010+ * gnome-settings-daemon is in /usr/lib/control-center, not
1011+ gnome-control-center; closes: #443997.
1012+ * Drop the version of the scrollkeeper dependency.
1013+
1014+ [ Josselin Mouette ]
1015+ * Run dh_installmime for capplets-data, otherwise cdbs runs it before
1016+ dh_install.
1017+
1018+ [ Sven Arvidsson ]
1019+ * Add man page for gnome-keyboard-properties (Closes: #345818)
1020+
1021+ [ Sebastian Dröge ]
1022+ * New upstream bugfix release:
1023+ + debian/patches/70_relibtoolize.patch:
1024+ - Updated for the new version.
1025+
1026+ -- Sebastian Dröge <slomo@debian.org> Fri, 05 Oct 2007 08:45:45 +0200
1027+
1028+control-center (1:2.20.0-1) unstable; urgency=low
1029+
1030+ [ Loic Minier ]
1031+ * Bump up gnome-icon-theme dep to >= 2.16 for applications-internet etc.
1032+ * Bump up libpango1.0-dev b-dep to >= 1.17 to help experimental's sbuild to
1033+ install libgtk2.0-dev >= 2.11.
1034+
1035+ [ Sebastian Dröge ]
1036+ * New upstream release:
1037+ + debian/patches/27_nobashizms.patch:
1038+ - Dropped, merged upstream.
1039+ + 70_relibtoolize.patch:
1040+ - Updated for the new version.
1041+ * Upload to unstable, drop check-dist include.
1042+
1043+ -- Sebastian Dröge <slomo@debian.org> Sat, 22 Sep 2007 11:06:14 +0200
1044+
1045+control-center (1:2.19.6-1) experimental; urgency=low
1046+
1047+ * New upstream development release; no API change.
1048+ - Bump up libgtk2.0-dev build-dep to >= 2.11.6.
1049+ - Relibtoolize.
1050+ - Drop 99_ltmain_as-needed; fails to apply and not easy to update for me.
1051+
1052+ -- Loic Minier <lool@dooz.org> Fri, 03 Aug 2007 10:28:44 +0200
1053+
1054+control-center (1:2.19.5-2) experimental; urgency=low
1055+
1056+ * Update defaults to string type by explicitely quoting them;
1057+ closes: #432933.
1058+
1059+ -- Loic Minier <lool@dooz.org> Fri, 13 Jul 2007 11:14:52 +0200
1060+
1061+control-center (1:2.19.5-1) experimental; urgency=low
1062+
1063+ [ Josselin Mouette ]
1064+ * capplets-data.gconf-defaults: set the default keybindings, formerly
1065+ in patches/07_default_keys.patch.
1066+ * patches/07_default_keys.patch: removed.
1067+ * 99_ltmain_as-needed.patch: get --as-needed back to work.
1068+
1069+ [ Loic Minier ]
1070+ * Drop DEB_CONFIGURE_LOCALSTATEDIR which seems to be useless since forever.
1071+ * Drop Marc Dequènes (Duck) from Uploaders; thanks!
1072+ * Cleanups.
1073+ * New upstream release series; these are development releases, the API may
1074+ still change incompatibly; no API change in this release though.
1075+ - Target at experimental; include check-dist.
1076+ - Set GNOME_MODULE and update watch and copyright files as the upstream
1077+ module was renamed to gnome-control-center; update debian/*.install and
1078+ *.links files for new pathnames.
1079+ - Update patch 01_fix_libslab_build.
1080+ - Update patch 02_xrdb to only patch
1081+ gnome-settings-daemon/gnome-settings-xrdb.c (same as Ubuntu package).
1082+ - Update patch 09_locate_pointer (from Ubuntu package).
1083+ - Drop patch 10_eggaccelerators, merged upstream.
1084+ - Drop patch 15_gconf_peditor which has no documentation and seems
1085+ completely obsolete.
1086+ - Update patch 19_extra_keybindings (from the Ubuntu package).
1087+ - Drop patch 24_theme_dont_require_metacity, deprecated with the new
1088+ version (from the Ubuntu package).
1089+ - Drop patch 36-compiz-keybindings-support, deprecated with the new
1090+ version (from the Ubuntu package).
1091+ - Update relibtoolizing patch, 70_relibtoolize.
1092+ - Drop patch 90_workaround_gnome_doc_utils_bug, workaround not required
1093+ anymore.
1094+ - Bump up libglib2.0-dev build-dep to >> 2.13.
1095+ - Drop private icon dir and png pixmaps from capplets-data.install.
1096+ - Drop gnome-font-properties, gnome-background-properties,
1097+ gnome-theme-manager, and gnome-ui-properties from
1098+ gnome-control-center.install.
1099+ - Add a (libxklavier11-dev >= 3.2) build-dep.
1100+ - Update GConf defaults for the music and calculator keybindings and bind
1101+ the rhythmbox command to the default media player.
1102+ - Install gnome-keybindings.pc in libgnome-settings-daemon-dev.
1103+ - Misc updates to *.install files.
1104+ - New patch, 27_nobashizms, fixes a bashism in gnome-at-commandline; found
1105+ in the Ubuntu package.
1106+ - Install all files under usr/bin to gnome-control-center to ease handling
1107+ of its install file.
1108+
1109+ -- Loic Minier <lool@dooz.org> Tue, 10 Jul 2007 18:55:45 +0200
1110+
1111+control-center (1:2.18.1-1) unstable; urgency=low
1112+
1113+ [ Marco Cabizza ]
1114+ * New upstream release:
1115+ - gswitchit should be working as most of the keyboard-releated stuff
1116+ has been moved to libgnomekbd ( therefore depending on it ).
1117+ - dropping 12_sort_entries.patch, 22_bkg_capplet_follow_symlink.patch,
1118+ and 23_menu_files_conflict.patch due to code reorganisation.
1119+ - dropping 28_thunderbird-no-compose-flag.patch and
1120+ 29_iceweasel-icedove-preferred-apps.patch as they're merged upstream.
1121+ - fixing 02_xrdb.patch for the new upstream.
1122+ - don't create the libslab* packages, depend on gnome-main-menu's
1123+ libslab-dev.
1124+ - don't install the control-center schema as it's provided by slab.
1125+ * Fixing the .install files.
1126+
1127+ [ Riccardo Setti ]
1128+ * Built with the libslab-dev package provided by gnome-main-menu
1129+ instead of the libslab shipped in the source
1130+ - 01_fix_libslab_build.patch
1131+ * Removed 06_disable_update_mime_at_install.patch. Use
1132+ --disable-update-mimedb directly from the configure switch.
1133+ * Updated 04_path_xtra.patch, 02_xrdb.patch
1134+ * Added 05_autotools.patch
1135+ * Dropped 30_pulseaudio.patch, merged upstream.
1136+ * Added 07_default_keys.patch (patch taken from the ubuntu package)
1137+ * Added 91_from_svn_fix_gstreamer_warning.patch:
1138+ patch from SVN, "Initialise threads early, and fix option context
1139+ translation". (patch taken from the ubuntu package)
1140+
1141+ [ Loic Minier ]
1142+ * Drop commented out DEB_BUILDDIR completely; seems useless; cleanups.
1143+ * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
1144+ cdbs >= 0.4.41.
1145+ * New upstream release has API additions in gnome-settings-client.h, bump up
1146+ shlibs to >= 2.17.5.
1147+ * Suggest xrdb.
1148+ * Bump up intltool build-dep to 0.35.5.
1149+ * Build-depend on libpango1.0-dev, libgnomekbdui-dev.
1150+ * Drop build-dep on liborbit2-dev, libxklavier11-dev.
1151+ * Bump up dep on gnome-menus to >= 2.12.0.
1152+ * Version the libgnomekbd and libgnomekbdui build-deps to >= 0.1.
1153+ * New upstream release; no API change in libgnome-window-settings.
1154+ - Apply update to patch 07_default_keys, found in the Ubuntu package.
1155+ - Drop patch 91_from_svn_fix_gstreamer_warning, merged upstream.
1156+ - Rename patch 05_autotools to 70_relibtoolize and update it.
1157+ - New patch, 90_workaround_gnome_doc_utils_bug, works around a build
1158+ failure with newer gnome-doc-utils; from the Ubuntu package.
1159+ * New patch, 36-compiz-keybindings-support, permits configuring keybindings
1160+ when using compiz as window manager; from the Ubuntu package.
1161+ * Upload to unstable; drop check-dist include.
1162+ * Wrap build-deps and deps.
1163+ * Fix URL in copyright.
1164+ * Build-depend on scrollkeeper.
1165+
1166+ -- Loic Minier <lool@dooz.org> Sun, 22 Apr 2007 13:48:12 +0200
1167+
1168+control-center (1:2.16.3-1) experimental; urgency=low
1169+
1170+ [ Sven Arvidsson ]
1171+ * New patch, 30_pulseaudio.patch, Polypaudio is now PulseAudio;
1172+ thanks Mike Hommey.
1173+
1174+ [ Loic Minier ]
1175+ * Merge 1:2.14.2-6 and 1:2.14.2-7; SVN r7995:8671.
1176+ * New upstream stable release; bug fixes and translations.
1177+ - Update patch 25_window_manager_settings.
1178+ - Drop patch 30_null-terminate-font-list, merged upstream.
1179+ - Update patch 30_pulseaudio.
1180+ - Build-depend on scrollkeeper.
1181+
1182+ -- Loic Minier <lool@dooz.org> Sat, 17 Mar 2007 15:49:26 +0100
1183+
1184+control-center (1:2.16.2-3) experimental; urgency=low
1185+
1186+ * Add a get-orig-source target to retrieve the upstream tarball.
1187+ * Include the new check-dist Makefile to prevent accidental uploads to
1188+ unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
1189+ * Build-depend on libgtk2.0-dev >= 2.10 for multihead support and to build
1190+ typing-break which uses GtkStatusIcon, par of the 2.10 API.
1191+ * Bump up libgnomeui-dev build-dep to >= 2.16.0-2 to get a Gtk 2.10
1192+ transitionned version.
1193+
1194+ -- Loic Minier <lool@dooz.org> Sun, 4 Feb 2007 13:22:54 +0100
1195+
1196+control-center (1:2.16.2-2) experimental; urgency=low
1197+
1198+ * Conflict with gnome-session < 2.16.
1199+
1200+ -- Josselin Mouette <joss@debian.org> Mon, 27 Nov 2006 20:55:48 +0100
1201+
1202+control-center (1:2.16.2-1) experimental; urgency=low
1203+
1204+ [ Marco Cabizza ]
1205+ * New upstream release:
1206+ - gnome-settings-daemon doesn't crash anymore, hooray! (Closes: #372873)
1207+ - dropping merged patches 26_ignore_pmu_permissions.patch and 27_bzip2.patch
1208+ - adapting 19_extra_keybindings.patch
1209+ * Bumping dependencies: libgtk2.0-dev, libxklavier11-dev, libebook-dev
1210+ * Build-Depends on hal and dbus
1211+ * Splitting off some stuff (gnome-window-settings.pc and its headers) into
1212+ libgnome-window-settings-dev, and thus including the dbus .service in
1213+ capplets-data
1214+ * Updated the watch file
1215+
1216+ [ Loic Minier ]
1217+ * Fix watch file to track stable releases and use HTTP.
1218+
1219+ [ Josselin Mouette ]
1220+ * Merge 2.14.2-5.
1221+ * rules: call clean-la.mk.
1222+ * Build-depend on gnome-pkg-tools 0.7.
1223+ * 29_iceweasel-icedove-preferred-apps.patch: remove the tons of
1224+ useless translations of iceweasel and icedove by themselves.
1225+
1226+ -- Josselin Mouette <joss@debian.org> Sun, 26 Nov 2006 21:38:20 +0100
1227+
1228+control-center (1:2.14.2-7) unstable; urgency=medium
1229+
1230+ * Add a get-orig-source target to retrieve the upstream tarball.
1231+ * New patch, 30_null-terminate-font-list, fixes crash triggerred by missing
1232+ NULL terminator in name list; GNOME #356435.
1233+
1234+ -- Loic Minier <lool@dooz.org> Mon, 26 Feb 2007 11:00:38 +0100
1235+
1236+control-center (1:2.14.2-6) unstable; urgency=low
1237+
1238+ * Update patch 29_iceweasel-icedove-preferred-apps to drop the -compose
1239+ flag, as in 28_thunderbird-no-compose-flag.
1240+
1241+ -- Loic Minier <lool@dooz.org> Mon, 27 Nov 2006 16:52:30 +0100
1242+
1243+control-center (1:2.14.2-5) unstable; urgency=low
1244+
1245+ * Update patch 29_iceweasel-icedove-preferred-apps to change the mixed case
1246+ IceWeasel in Iceweasel.
1247+
1248+ -- Loic Minier <lool@dooz.org> Sat, 25 Nov 2006 13:34:41 +0100
1249+
1250+control-center (1:2.14.2-4) unstable; urgency=low
1251+
1252+ * New patch, 29_iceweasel-icedove-preferred-apps, to offer IceWeasel and
1253+ Icedove in the list of preferred applications; thanks Sven Arvidsson;
1254+ closes: #393549.
1255+
1256+ -- Loic Minier <lool@dooz.org> Sat, 25 Nov 2006 11:41:26 +0100
1257+
1258+control-center (1:2.14.2-3) unstable; urgency=low
1259+
1260+ [ Loic Minier ]
1261+ * New patch, 28_thunderbird-no-compose-flag, to fix the way browsers invoke
1262+ Thunderbird (drop the -compose flag which is added automatically for
1263+ mailto: URLs); thanks Manuel Bilderbeek. (Closes: #380284)
1264+ * Recommend gnome-user-guide instead of gnome2-user-guide; thanks Luk Claes.
1265+ (Closes: #378718)
1266+
1267+ [ Marco Cabizza ]
1268+ * Set the correct path for bzip2 adding patches/27_bzip2.patch, and
1269+ Recommends: bzip2, (Closes: #378141)
1270+
1271+ [ Josselin Mouette ]
1272+ * Suggest gnome-screensaver first, xscreensaver second.
1273+ * Make libgnome-window-settings-dev tolerate binNMUs.
1274+ * Depend on gnome-pkg-tools 0.6.
1275+ * Use ${gnome:Version} and ${gnome:NextVersion}.
1276+ * Call gnome-version.mk in rules.
1277+
1278+ -- Josselin Mouette <joss@debian.org> Fri, 1 Sep 2006 21:24:32 +0200
1279+
1280+control-center (1:2.14.2-2) unstable; urgency=high
1281+
1282+ [ Marco Cabizza ]
1283+ * debian/control, debian/control.in:
1284+ - libgnome-window-settings1 replaces capplets (Closes: #372804)
1285+
1286+ [ Sjoerd Simons ]
1287+ * debian/patches/26_ignore_pmu_permissions.patch
1288+ - Added. Ignore errors when we can't open or use the pmu device for
1289+ brightness settings. A better fix would be to use hal instead.
1290+ (Closes: #373146)
1291+
1292+ [ Loic Minier ]
1293+ * Fix versioned dependency of capplets-data on gnome-control-center.
1294+ * Let libgnome-window-settings1 conflict with capplets too.
1295+ * Drop capplets Provides.
1296+
1297+ -- Loic Minier <lool@dooz.org> Fri, 7 Jul 2006 22:28:58 +0200
1298+
1299+control-center (1:2.14.2-1) unstable; urgency=low
1300+
1301+ * New upstream release
1302+ * debian/control, debian/control.in:
1303+ - libgnome-window-settings1, libgnome-window-settings-dev Replaces
1304+ gnome-control-center << 1:2.14.0-1 (Closes: #370211)
1305+ - New maintainer
1306+ * compat, libgnome-window-settings1.install, gnome-control-center.install:
1307+ - Debhelper compatibility is 5
1308+ - Fixed some missing files errors
1309+
1310+ -- Marco Cabizza <marco87@gmail.com> Sun, 28 May 2006 18:53:48 +0200
1311+
1312+control-center (1:2.14.1-1) unstable; urgency=low
1313+
1314+ [ Marco Cabizza ]
1315+ * New upstream release.
1316+ - fixed the xkb releated bugs (Closes: #348809, #349399, #351798)
1317+ - evdev doesn't crash gnome-settings-daemon any more
1318+ (Closes: #362107, #362563)
1319+ - fixed the gnome-settings-daemon crash at startup (Closes: #347796)
1320+ * debian/control, debian/control.in:
1321+ - dropped the dependency on xlibs due to its deprecation and since
1322+ libxklavier depends on xkb-data (Closes: 342536, #365977)
1323+ - standards version is 3.7.2
1324+ - Build-depend on libgtk2.0-dev (>= 2.8.12) and
1325+ libgstreamer-plugins-base0.10-dev
1326+ * debian/rules:
1327+ - append --enable-gstreamer=0.10 to configure
1328+ * debian/capplets-data.install:
1329+ - added usr/share/desktop-directories to the list
1330+ * debian/patches/02_xrdb.patch:
1331+ - updated to fit upstream
1332+ * debian/patches/08_pmu_fix.patch:
1333+ - dropped; already merged upstream
1334+ * New packages:
1335+ - Move libgnome-window-settings.so.1 in the newly created
1336+ libgnome-window-settings1 and add libgnome-window-settings1.shlibs
1337+ - Move the libwindow-settings' header files in the newly created
1338+ libgnome-window-settings-dev
1339+ * debian/patches/25_window_manager_settings.patch:
1340+ - rename /usr/lib/window-manager-settings to
1341+ /usr/lib/libgnome-window-settings1.
1342+
1343+ [ Josselin Mouette ]
1344+ * Make the package binNMU-safe.
1345+ + Build-depend on dpkg-dev 1.13.19.
1346+ + Use ${source:Version}.
1347+
1348+ -- Marco Cabizza <marco87@gmail.com> Sat, 6 May 2006 17:01:39 +0200
1349+
1350+control-center (1:2.12.3-2) unstable; urgency=medium
1351+
1352+ * Build-depend on libxrender-dev, libx11-dev, and libxt-dev explicitely as
1353+ these are used in configure.in, fixes FTBFS.
1354+ [debian/control, debian/control.in]
1355+ * Add missing build-deps on libgconf2-dev, libbonoboui2-dev, libesd0-dev,
1356+ libgnomevfs2-dev, libfontconfig1-dev, libfreetype6-dev, libglib2.0-dev.
1357+ [debian/control, debian/control.in]
1358+ * Fix old changelog entries:
1359+ - Fix the bug number closed in 1:2.12.1-2.
1360+ - Explain Marillat's joke in 1:2.4.0-8. (Closes: #244288)
1361+
1362+ -- Loic Minier <lool@dooz.org> Tue, 21 Feb 2006 11:38:12 +0100
1363+
1364+control-center (1:2.12.3-1) unstable; urgency=low
1365+
1366+ * New upstream release.
1367+ * Recommend evolution-data-server since gnome-about-me seems to require it.
1368+ (Closes: #340419)
1369+ [debian/control, debian/control.in]
1370+
1371+ -- Loic Minier <lool@dooz.org> Mon, 20 Feb 2006 18:27:00 +0100
1372+
1373+control-center (1:2.12.2-2) unstable; urgency=low
1374+
1375+ [ Gustavo Noronha Silva ]
1376+ * debian/control.in:
1377+ - increased debhelper b-dep to >= 4.1.0, because of cdbs
1378+
1379+ [ Josselin Mouette ]
1380+ * Rebuild to get rid of libgamin0 dependency (closes: #348347).
1381+
1382+ -- Josselin Mouette <joss@debian.org> Mon, 16 Jan 2006 20:47:30 +0100
1383+
1384+control-center (1:2.12.2-1) unstable; urgency=low
1385+
1386+ * New upstream release
1387+ * debian/control.in:
1388+ - removed duplicated build-dep on libgnome-menu-dev, leaving
1389+ the bigger one (>= 2.12), thanks to Kurt Roeckx <kurt@roeckx.be>
1390+ for pointing out
1391+
1392+ -- Gustavo Noronha Silva <kov@debian.org> Sun, 8 Jan 2006 12:02:37 -0200
1393+
1394+control-center (1:2.12.1-2) UNRELEASED; urgency=low
1395+
1396+ * Only install /usr/share/applications/*.desktop, not
1397+ /usr/share/applications in capplets-data, and rm -rf
1398+ /usr/share/applications/mimeinfo.cache in
1399+ binary-post-install/capplets-data:: to be completely safe (the
1400+ update-desktop-database can't be deactivated via configure).
1401+ (Closes: #346062)
1402+ [debian/capplets-data.install, debian/rules]
1403+
1404+ -- Loic Minier <lool@dooz.org> Sat, 7 Jan 2006 15:30:16 +0100
1405+
1406+control-center (1:2.12.1-1) experimental; urgency=low
1407+
1408+ [ Loic Minier ]
1409+ * New upstream releases.
1410+ - Update watch file. [debian/watch]
1411+ - Don't run scrollkeeper. [debian/rules]
1412+ - Bump libgtk2.0-dev build-dep to >= 2.6.0.
1413+ [debian/control, debian/control.in]
1414+ - Add a libxft-dev build-dep on >= 2.1.2.
1415+ [debian/control, debian/control.in]
1416+ - Version libgnome-menu-dev build-dep on >= 2.10.1.
1417+ [debian/control, debian/control.in]
1418+ - Enable about-me capplet.
1419+ . Update configure flags. [debian/rules]
1420+ . Add libebook1.2-dev build-dep. [debian/control, debian/control.in]
1421+ - Suggest gnome-screensaver. [debian/control, debian/control.in]
1422+ * Add CDBS' utils. [debian/rules]
1423+ * Don't overwrite DEB_CONFIGURE_EXTRA_FLAGS and
1424+ DEB_INSTALL_MANPAGES_gnome-control-center. [debian/rules]
1425+
1426+ [ Sjoerd Simons ]
1427+ * debian/patches/12_sort_entries.patch
1428+ - Updated for new upstream
1429+ * debian/patches/20_gswitchit_dont_crash_when_no_xkb_config.patch
1430+ - Removed. fixed upstream
1431+ * debian/patches/22_bkg_capplet_follow_symlink.patch
1432+ - Updated for new upstream (from the ubuntu package)
1433+ * debian/patches/23_menu_files_conflict.patch
1434+ - Update for new upstream
1435+ * debian/patches/99_reautogenization.patch
1436+ - Removed
1437+ * Updated build-depends
1438+ * Install gnome-about-me and the nautilus extensions
1439+ * Use upstream versions of gnome-font-viewer.desktop and
1440+ themus-theme-applier.desktop
1441+
1442+ -- Sjoerd Simons <sjoerd@debian.org> Mon, 21 Nov 2005 18:21:32 +0000
1443+
1444+control-center (1:2.10.2-1) unstable; urgency=low
1445+
1446+ [ Josselin Mouette ]
1447+ * Use again --as-needed.
1448+
1449+ [ Marc Dequènes (Duck) ]
1450+ * New upstream release.
1451+ * Applied patch for gnome-font-viewer 'fonts:///' url capability from
1452+ Sam Morris (Closes: #316188).
1453+ * Fixed 'Apply theme' contextual entry in 'themes://' (corrected
1454+ 'debian/themus-theme-applier.desktop') (Closes #298360).
1455+ * Regenerated and merged reautogenization patches.
1456+
1457+ -- Marc Dequènes (Duck) <Duck@DuckCorp.org> Fri, 30 Sep 2005 15:08:27 +0200
1458+
1459+control-center (1:2.10.1-6) unstable; urgency=medium
1460+
1461+ * Urgency medium because of FTBFS on sparc and alpha (binutils issue).
1462+ * Remove --as-needed from LD_FLAGS.
1463+
1464+ -- Loic Minier <lool@dooz.org> Wed, 10 Aug 2005 12:48:11 +0200
1465+
1466+control-center (1:2.10.1-5) unstable; urgency=high
1467+
1468+ * Urgency high because of RC bugfix and because this holds the GNOME 2.10
1469+ transition.
1470+ * Add missing build-deps on libxss-dev (Closes: #319971) and
1471+ libxinerama-dev.
1472+
1473+ -- Loic Minier <lool@dooz.org> Tue, 26 Jul 2005 09:52:43 +0200
1474+
1475+control-center (1:2.10.1-4) unstable; urgency=medium
1476+
1477+ * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely.
1478+ * 24_theme_dont_require_metacity.patch: make gnome-theme-manager work
1479+ without metacity being installed (closes: #315730).
1480+ * Use type-handling's Provides: feature to avoid hacking the control file.
1481+ * Remove the capplets package, which doesn't have a purpose anymore. Move
1482+ all package contents back to gnome-control-center.
1483+ * Remove most Replaces: and Conflicts:, not useful anymore.
1484+ * Standards-version is 3.6.2.
1485+
1486+ -- Josselin Mouette <joss@debian.org> Sat, 25 Jun 2005 19:11:37 +0200
1487+
1488+control-center (1:2.10.1-3) unstable; urgency=low
1489+
1490+ * Fix menu files conflict (renaming 'preferences.menu' to 'gnome-
1491+ preferences.menu') (causing control-center summary window to be
1492+ empty).
1493+ * Now building in 'debian/build/' directory (cleaner & avoid non-
1494+ idempotency hackerie).
1495+ * Updated 'debian/copyright' download URL.
1496+ * 'debian/rules' spring-cleaning.
1497+
1498+ -- Marc Dequènes (Duck) <Duck@DuckCorp.org> Wed, 15 Jun 2005 00:47:05 +0200
1499+
1500+control-center (1:2.10.1-2) unstable; urgency=low
1501+
1502+ * Upload to unstable (GNOME Team upload) (Closes: #313217).
1503+ * Fixed in 2.10 :
1504+ + crashes at startup when loading settings (Closes: #251126).
1505+ + installing files from ~/.themes fails (Closes: #166983).
1506+ + bad icon themes install path (Closes: #257241).
1507+ + installing bad theme fails silently (Closes: #166982).
1508+ + incorrect position of volume dialog (Closes: #260277).
1509+ + cannot turn off sound events (Closes: #216927).
1510+ and probably some more...
1511+ * Buildsys not idempotent breaking next build because of missing
1512+ schema '.in' file worked around in clean rule (GNOME people should
1513+ really learn to test before releasing...).
1514+
1515+ -- Marc Dequènes (Duck) <Duck@DuckCorp.org> Sun, 12 Jun 2005 19:43:28 +0200
1516+
1517+control-center (1:2.10.1-1) experimental; urgency=low
1518+
1519+ * New upstream release.
1520+ * debian/control.in:
1521+ - Updated build-dependencies
1522+ * debian/patches:
1523+ - 01_gnome-default-applications-properties-structs.c.patch: Removed as
1524+ Debian's default applications are included upstream
1525+ - 03_gsd_actions_makefile.am.patch: Not more needed
1526+ - 05_path_xtra-2.patch: Regenerated
1527+ - 06_disable_update_mime_at_install.patch:
1528+ - 07_disable_update_mime_at_install-2.patch:
1529+ Don't call update-desktop-database
1530+ - 11_sleepkey.patch: patch taken to seb128's package to use gdm-signal
1531+ - 12_sort_entries.patch: Sort entries in each categories
1532+ when suspending from keyboard key
1533+ - 21_show_xkb_warning_one_time.patch: should not be needed anymore
1534+ - 21_show_xkb_warning_one_time.patch: updated
1535+ - 17_locate_pointer.patch:
1536+ - 23_infinite_loop_theme_manager.patch:
1537+ This upstream version has theses patches
1538+
1539+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Sat, 9 Apr 2005 01:00:12 +0200
1540+
1541+control-center (1:2.8.2-3) unstable; urgency=medium
1542+
1543+ * 20_gswitchit_dont_crash_when_no_xkb_config.patch:
1544+ + Reverse a wrong test condition.
1545+ + Don't check the "options" key (closes: #296434).
1546+
1547+ -- Josselin Mouette <joss@debian.org> Thu, 17 Mar 2005 22:28:32 +0100
1548+
1549+control-center (1:2.8.2-2) unstable; urgency=low
1550+
1551+ * debian/control:
1552+ - fixes the Build-Depends (Closes: #299753).
1553+
1554+ -- Sebastien Bacher <seb128@debian.org> Wed, 16 Mar 2005 23:29:27 +0100
1555+
1556+control-center (1:2.8.2-1) unstable; urgency=low
1557+
1558+ * New upstream version:
1559+ - Fix theme thumbnailing
1560+ - Fix widget expansion in the keyboard preferences
1561+ - Handle backspace in multilayout setups correctly
1562+ - theme-thumbnailer doesn't require an absolute path
1563+ * debian/patches:
1564+ - 05_relibtoolised.patch : Removed as no more accurate
1565+ - 06_gst-fix.patch: Merged
1566+ - 14_gst-mixer-grab.patch : Merged
1567+ - 16_disable_text_editor_tab.patch: Merged
1568+ - 18_logout.patch: Merged
1569+ - 04_path_xtra.patch: Updated to patch only the configure.in file. The
1570+ configure update is now in 05_path_xtra.patch-2.patch
1571+ - 23_infinite_loop_theme_manager.patch: Forgotten patch in the 2.8.2
1572+ release
1573+ * debian/rules:
1574+ - Pass --as-needed to LDFLAGS to reduce dependencies and removes
1575+ dependency upon libhowl0. (Closes: 298805)
1576+ * debian/control.in:
1577+ - Depends on libgnomeui >= 2.8.1-3 to be sure to remove the dependency on
1578+ the libhowl0
1579+
1580+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Wed, 9 Mar 2005 23:18:44 +0100
1581+
1582+control-center (1:2.8.1-4) unstable; urgency=low
1583+
1584+ * debian/patches:
1585+ - 17_locate_pointer.patch: fix the "locate pointer" when numlock is
1586+ activated.
1587+ - 18_logout.patch: fix the logout shortcut (Closes: #289009).
1588+ - 01_gnome-default-applications-properties-structs.c.patch: Corrected
1589+ Thunderbird command (Closes: #278762)
1590+ - Updated 08_pmu_fix.patch with patches from Sjoerd Simons and Sven Luther
1591+ as a fix for the pmu error message
1592+ - 19_extra_keybindings.patch: Add bindings for calculator and music
1593+ multimedia keys (Closes: #291917)
1594+ - 20_gswitchit_dont_crash_when_no_xkb_config.patch: Patch from kov to
1595+ prevent crash when used remotely (Closes: #286220)
1596+ - 21_show_xkb_warning_one_time.patch: Adopt a similar behaviour as for the
1597+ xmodmap warning (Closes: #287965)
1598+ - 22_bkg_capplet_follow_symlink.patch: Resolv symlink to generate the
1599+ thumbnails (Closes: #281657)
1600+
1601+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Sun, 6 Feb 2005 19:13:04 +0100
1602+
1603+control-center (1:2.8.1-3) unstable; urgency=low
1604+
1605+ * debian/rules:
1606+ - Corrected erroneous line responsible for not including the .desktop
1607+ files (Closes: #274401)
1608+ * debian/patches:
1609+ - Suppressed 'Text Editor' in the "preferred applications" as it's useless
1610+ with the new mime type system.
1611+
1612+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Thu, 25 Nov 2004 21:16:04 +0100
1613+
1614+control-center (1:2.8.1-2) unstable; urgency=low
1615+
1616+ * debian/rules,debian/capplets.install:
1617+ - Added manually a .desktop for fontilus taken from Gnome's cvs
1618+ (Closes: #274401)
1619+ - Added manually a .desktop for themes:///. Thanks to Dan Korostelev
1620+
1621+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Wed, 17 Nov 2004 23:44:21 +0100
1622+
1623+control-center (1:2.8.1-1) experimental; urgency=low
1624+
1625+ * New upstream release
1626+ - Some tweaking of the available default applications
1627+ - Background capplet fixes
1628+ - keyboard patchs
1629+ - Patch leak in XKB code
1630+ - update translations
1631+ * Update the package with the modifications from the 2.6 package
1632+ * Added Evolution 2.0 to preferred applications (Closes: 279198)
1633+ * debian/patches:
1634+ - Removed 13_drw_monitor.patch
1635+ - Re-added an updated version of 14_gst-mixer-grab.patch as the bug
1636+ isn't fixed upstream
1637+
1638+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Tue, 9 Nov 2004 00:24:23 +0100
1639+
1640+control-center (1:2.8.0-1) experimental; urgency=low
1641+
1642+ * GNOME Team Upload with Rtp's permission.
1643+ * New upstream release :
1644+ + fix french typo (Closes: #238387) (or even closed in 2.6).
1645+ + fix german typo (Closes: #267767)
1646+ * Removed 07_acme_position.patch and 11_default_app.patch now
1647+ applied upstream.
1648+ * Removed part of the 12_custom_browser.patch related to the dead
1649+ file-types capplet (due to mime system changes).
1650+ * Corrected 'patch unexpectedly ends in middle of line' in
1651+ 13_drw_monitor.patch.
1652+ * Removed 14_gst-mixer-grab.patch recoded upstream.
1653+ * Updated URL in 'debian/copyright'.
1654+ * Updated watch file.
1655+ * 'debian/control.in' : using ${misc:Depends} and updated versions.
1656+ * Added 'autotools-dev' to build dependencies to take advantage of the
1657+ CDBS automatic 'config.*' management.
1658+ * Regenerated relibtoolize patch.
1659+ * As not (yet) DD i'm not listed as GNOME Team member, so adding
1660+ myself to Uploaders to avoid this upload to be considered a NMU.
1661+
1662+ -- Marc Dequènes (Duck) <Duck@DuckCorp.org> Wed, 15 Sep 2004 04:20:24 +0200
1663+
1664+control-center (1:2.6.1-13) unstable; urgency=low
1665+
1666+ * debian/patches:
1667+ - Added a sanity check on the type of gconf value before calling strcmp in
1668+ gconf_property_editor (Closes: #272358)
1669+ - Check that one is on a powerpc with a pmu before reporting that's
1670+ there is no /dev/pmu in 08_pmu_fix.patch (Closes: #273336)
1671+ - Updated 01_gnome-default-applications-properties-structs.c.patch to add
1672+ FireFox and ThunderBird (Closes: #265882)
1673+ - Added a check on self->priv in 14_gst-mixer-grab.patch in order to
1674+ provent a crash if something went wrong during initialiastion
1675+ (Closes: #269429)
1676+ - Updated 09_locate_pointer.patch XUngrabKeyboard call thanks to Sjoerd
1677+ Simons (Closes: #275723)
1678+ * debian/control{,.in},debian/rules:
1679+ - Patch from Robert Millan to build on kfreebsd-gnu (Closes: #272722)
1680+
1681+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Tue, 12 Oct 2004 13:49:27 +0200
1682+
1683+control-center (1:2.6.1-12) unstable; urgency=low
1684+
1685+ * debian/patches:
1686+ - Corrected patch 11_default_app.patch so that it checks the pointer value
1687+ before calling strlen (Closes: #264288)
1688+ - Added a patch that close the mixer devices after 4s of inactivity
1689+ (Closes: #255793)
1690+
1691+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Fri, 13 Aug 2004 12:47:09 +0200
1692+
1693+control-center (1:2.6.1-11) unstable; urgency=low
1694+
1695+ * debian/patches:
1696+ - Added a patch for fixing the default applications properties capplet
1697+ (Closes: #245237)
1698+ - Added a patch from http://bugzilla.gnome.org/show_bug.cgi?id=123487 for
1699+ handling http,https, unknow urls with the custom browser setting
1700+ (Closes: #236297)
1701+ - Backported a patch from control-center 2.7 for preventing the typing
1702+ break to starts while watching a movie with totem
1703+ * debian/control.in:
1704+ - Updated the libgnomeui-dev build-depends to get gnutls11
1705+ (Closes: #263609)
1706+
1707+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Thu, 5 Aug 2004 17:46:37 +0200
1708+
1709+control-center (1:2.6.1-10) unstable; urgency=low
1710+
1711+ * debian/patch
1712+ - Added a patch so that using the 'locate cursor' mouse option doesn't
1713+ disable all multimedia keybinding (Closes: #257581)
1714+ - Corrected the patch for the pmu by suppressing the wrong test, as
1715+ discussed with upstream (Closes: #258105)
1716+ - Added a patch from http://bugzilla.gnome.org/show_bug.cgi?id=145271 to
1717+ ensure that all keysims in shortcuts exists in the keymap (Closes: 254745)
1718+ * debian
1719+ - Corrected some errors in the man page.
1720+
1721+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Mon, 12 Jul 2004 23:32:27 +0200
1722+
1723+control-center (1:2.6.1-9) unstable; urgency=low
1724+
1725+ * debian/patch:
1726+ - Corrected the patch so that all modified files are in the diff
1727+ (Closes: #257352)
1728+ - Modified 06_gst-fix.patch to ensure the usage of the first soundcard on
1729+ system with multiple soundcards
1730+
1731+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Sat, 3 Jul 2004 12:50:18 +0200
1732+
1733+control-center (1:2.6.1-8) unstable; urgency=low
1734+
1735+ * debian/capplets-data.install:
1736+ - Suppressed the line that was reponsible for copying Xresources two times
1737+ (Closes: #252324).
1738+ * debian/control.in:
1739+ - Added libgstreamer-plugins0.8-dev to build-depends
1740+ - Added some gstreamer sound plugin for the volume keybindings
1741+ * debian/patch:
1742+ - Added a patch from Sjoerd Simons to fix the gstreamer volume code
1743+ (Closes: #251831,#253416)
1744+ - Added a patch for setting the position of the volume window after
1745+ showing it (Closes: #254822)
1746+ - Added a patch for cleaning error messages for /dev/pmu from
1747+ http://bugzilla.gnome.org/show_bug.cgi?id=132655. It will be merged
1748+ in 2.7 (Closes: #252460)
1749+
1750+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Thu, 1 Jul 2004 22:16:30 +0200
1751+
1752+control-center (1:2.6.1-7) unstable; urgency=high
1753+
1754+ * debian/control.in:
1755+ + removed libgstreamer-plugins0.8-dev from Build-Depends.
1756+
1757+ -- Sebastien Bacher <seb128@debian.org> Sat, 19 Jun 2004 15:10:37 +0200
1758+
1759+control-center (1:2.6.1-6) unstable; urgency=high
1760+
1761+ * Rebuilt without gstreamer to try to get control-center in testing fast
1762+ to fix nautilus' breakage.
1763+
1764+ -- Sebastien Bacher <seb128@debian.org> Fri, 18 Jun 2004 01:26:12 +0200
1765+
1766+control-center (1:2.6.1-5) unstable; urgency=low
1767+
1768+ * Rebuilt in a pbuilder, fix the crashe due to linkage with both libxft
1769+ (Closes: #254076).
1770+
1771+ -- Sebastien Bacher <seb128@debian.org> Sat, 12 Jun 2004 23:22:42 +0200
1772+
1773+control-center (1:2.6.1-4) unstable; urgency=low
1774+
1775+ * Gnome Team Upload.
1776+ * Added a link to the gnome-settings-daemon in /usr/bin (Closes: #251953).
1777+ * debian/control.in:
1778+ + Depends on xlibs (Closes: #253287).
1779+ + Recommends gnome2-user-guide (Closes: #251992).
1780+
1781+ -- Sebastien Bacher <seb128@debian.org> Thu, 10 Jun 2004 22:28:02 +0200
1782+
1783+control-center (1:2.6.1-3) unstable; urgency=low
1784+
1785+ * debian/rules :
1786+ - As gstreamer 0.8 as reached unstable, reactivate the default option to use
1787+ it with the keybindings.
1788+ * debian/control.in :
1789+ - Added build dependency on libgstreamer-plugins0.8-dev
1790+ - Removes dependency on libgnome-keyring-dev since no more needed.
1791+ - Added libXrandr-dev as build dependency (Closes: #251429).
1792+ * debian/patch :
1793+ - Added a patch for resolving conflictings ALSA_CFLAGS problems (Closes:
1794+ #249357).
1795+ - Added a pathc for using Debian's ac_path_xtra
1796+ - Modified the patch for relibtoolizing
1797+
1798+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Sat, 29 May 2004 18:01:45 +0200
1799+
1800+control-center (1:2.6.1-2) unstable; urgency=low
1801+
1802+ * GNOME Team Upload.
1803+ * Upload in unstable.
1804+
1805+ -- Sebastien Bacher <seb128@debian.org> Wed, 26 May 2004 17:30:32 +0200
1806+
1807+control-center (1:2.6.1-1) experimental; urgency=low
1808+
1809+ * New upstream release.
1810+ - Fix uniqueness test for binding special keys with no name
1811+ - Fix theme manager selection when not running metacity
1812+ - Match nautilus' interpretation of icons in desktop files
1813+ - Add Evolution 1.5 and 1.6 to "Preferred Applications" (Closes: #243973).
1814+ * debian/patches:
1815+ - Removes patch for keyboards
1816+ - Updates patch for libtool
1817+ * debian.control:
1818+ - Added a dependency on gconf2 for capplets-data (Closes: #243894).
1819+
1820+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Fri, 16 Apr 2004 12:50:54 +0200
1821+
1822+control-center (1:2.6.0.3-2) experimental; urgency=low
1823+
1824+ * debian/patch:
1825+ - Added a patch from gnome cvs for fixing issues with multimedia
1826+ keybindings (see http://bugs.gnome.org/show_bug.cgi?id=139190).
1827+ - Added a patch to regenerate libtool files.
1828+
1829+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Wed, 7 Apr 2004 01:44:10 +0200
1830+
1831+control-center (1:2.6.0.3-1) experimental; urgency=low
1832+
1833+ * New upstream release
1834+ - Fix some keyboard problems
1835+ (see http://bugzilla.gnome.org/show_bug.cgi?id=138701).
1836+ * control.in:
1837+ - Added versionning informations on depend for capplets (needed to ensure
1838+ having right version of capplets when upgrapding).
1839+
1840+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Sun, 4 Apr 2004 15:39:57 +0200
1841+
1842+control-center (1:2.6.0.2-1) experimental; urgency=low
1843+
1844+ * New Upstream release.
1845+ + Disabled GStreamer (as it now depends on it by default and the package
1846+ is not yet upgraded)
1847+ * control.in:
1848+ + Updated dependencies to libnautilus2 2.6.0.
1849+ + Added a conflict on acme, since it's now a part of control-center
1850+ + Changed the build dependency on libxrender-dev to libxcursor-dev
1851+ (Closes #240483)
1852+
1853+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Thu, 1 Apr 2004 00:09:52 +0200
1854+
1855+control-center (1:2.5.4-1) experimental; urgency=low
1856+
1857+ * New maintainer (Closes: #238876)
1858+ * New upstream release
1859+ - fix implicitly conversion (Closes: #226554).
1860+ - support icon themes now (Closes: #215851).
1861+ * debian/control.in, debian/rules:
1862+ - now, it uses cdbs.
1863+ - adapted for the gnome team packaging.
1864+ * Modified patch 01_gnome-default-applications-properties-structs.c.patch to
1865+ fit with new version.
1866+
1867+ -- Arnaud Patard <arnaud.patard@rtp-net.org> Thu, 25 Mar 2004 00:07:35 +0100
1868+
1869+control-center (1:2.4.0-9) unstable; urgency=low
1870+
1871+ * Debian/control set Maintainer to Debian QA Group
1872+
1873+ -- Christian Marillat <marillat@debian.org> Sat, 20 Mar 2004 09:34:15 +0100
1874+
1875+control-center (1:2.4.0-8) unstable; urgency=low
1876+
1877+ * You need
1878+ * Notes by Loic Minier <lool@dooz.org>: the above changelog message was
1879+ meant to be some sort of joke, a message split between many source
1880+ packages. No actual change besides orphaning was done in this version.
1881+ You can read the full story at:
1882+ <http://lists.debian.org/debian-curiosa/2004/03/msg00017.html>
1883+
1884+ -- Christian Marillat <marillat@debian.org> Fri, 19 Mar 2004 15:08:21 +0100
1885+
1886+control-center (1:2.4.0-7) unstable; urgency=low
1887+
1888+ * debian/control capplets package need to depends on capplets-data (Closes: #237311)
1889+
1890+ -- Christian Marillat <marillat@debian.org> Thu, 11 Mar 2004 09:07:06 +0100
1891+
1892+control-center (1:2.4.0-6) unstable; urgency=low
1893+
1894+ * Split the package. The gnome-control-center binary like nautilus is
1895+ simply a front-end for capplets, thus move all capplets in a separate
1896+ package (capplets) and add a dependency to 'gnome-control-center |
1897+ nautilus | gnome-panel' for that package. Also move data files in
1898+ capplets-data package.
1899+ * Remove /usr/lib/libgnome-window-settings.{a,la,so},
1900+ gnome-window-settings-2.0.pc and include files. These files are not
1901+ needed and should not be packaged (Closes: #221283)
1902+
1903+ -- Christian Marillat <marillat@debian.org> Sun, 29 Feb 2004 17:40:37 +0100
1904+
1905+control-center (1:2.4.0-5) unstable; urgency=low
1906+
1907+ * debian/prerm Unregister schemas file from the database.
1908+ * Patch from bugzilla to fix "symlink" in fontilus (Closes: #231639)
1909+
1910+ -- Christian Marillat <marillat@debian.org> Thu, 12 Feb 2004 14:35:46 +0100
1911+
1912+control-center (1:2.4.0-4) unstable; urgency=low
1913+
1914+ * Move Xresources files in /etc/gnome/config and disable all resources.
1915+
1916+ -- Christian Marillat <marillat@debian.org> Mon, 27 Oct 2003 15:51:37 +0100
1917+
1918+control-center (1:2.4.0-3) unstable; urgency=low
1919+
1920+ * Update gnome-desktop-data version in Replaces field (Closes: #217284)
1921+
1922+ -- Christian Marillat <marillat@debian.org> Fri, 24 Oct 2003 18:56:02 +0200
1923+
1924+control-center (1:2.4.0-2) unstable; urgency=low
1925+
1926+ * Suggest xbase-clients for xrdb
1927+ * Rebuild to remove liblinc dependency in the -dev package (Closes: #216722)
1928+ * Don't package .la files for modules (Closes: #182873)
1929+ * Run libtoolize, I don't know but something is broken in the original tarball.
1930+
1931+ -- Christian Marillat <marillat@debian.org> Tue, 21 Oct 2003 21:56:55 +0200
1932+
1933+control-center (1:2.4.0-1) unstable; urgency=low
1934+
1935+ * New upstream release.
1936+ * Conflicts with drwright and fontilus.
1937+ * Need to Build-Depends on libnautilus2-dev
1938+ * Add gok and gnopernicus in suggests
1939+
1940+ -- Christian Marillat <marillat@debian.org> Sat, 18 Oct 2003 16:54:45 +0200
1941+
1942+control-center (1:2.2.2-3) unstable; urgency=low
1943+
1944+ * debian/control Should suggests xscreensaver (Closes: #212737)
1945+
1946+ -- Christian Marillat <marillat@debian.org> Fri, 26 Sep 2003 14:39:18 +0200
1947+
1948+control-center (1:2.2.2-2) unstable; urgency=low
1949+
1950+ * debian/rules fix DEB_BUILD_OPTIONS=noopt (Closes: #199189)
1951+ * Don't need to depends on xbase-clients
1952+ * Suggests esound-clients (Closes: #205700)
1953+ * Create /usr/share/themes/metacity-1 directory to remove warning (Closes: #211182)
1954+ * Add hack to remove libtool rpath
1955+ * Add libxrender-dev in Builde-Depends
1956+
1957+ -- Christian Marillat <marillat@debian.org> Sun, 21 Sep 2003 10:17:00 +0200
1958+
1959+control-center (1:2.2.2-1) unstable; urgency=low
1960+
1961+ * New upstream release.
1962+ * New patches :
1963+ * 02_network-preferences
1964+ fix range of proxy port (Closes: #195644)
1965+ * 01_gnome-default-applications-properties-structs.c:
1966+ add epiphany in ww-browser list (Closes: #192241)
1967+ * Add icon for Debian menu
1968+ * Fix linkage bug (Closes: #187368)
1969+ * debian/control Remove Suggests: xscreensaver-gnome
1970+
1971+ -- Christian Marillat <marillat@debian.org> Mon, 23 Jun 2003 11:18:45 +0200
1972+
1973+control-center (1:2.2.1-2) unstable; urgency=low
1974+
1975+ * Update section
1976+ * Move metacity-properties package in control-center (Closes: #188077)
1977+
1978+ -- Christian Marillat <marillat@debian.org> Mon, 7 Apr 2003 22:42:55 +0200
1979+
1980+control-center (1:2.2.1-1) unstable; urgency=low
1981+
1982+ * New upstream release.
1983+
1984+ -- Christian Marillat <marillat@debian.org> Fri, 14 Mar 2003 15:17:56 +0100
1985+
1986+control-center (1:2.2.0.1-1) unstable; urgency=low
1987+
1988+ * New upstream release.
1989+ * Hack the Icon tag in Advanced.directory (Closes: #179593)
1990+
1991+ -- Christian Marillat <marillat@debian.org> Wed, 5 Feb 2003 09:49:20 +0100
1992+
1993+control-center (1:2.2.0-2) unstable; urgency=low
1994+
1995+ * Add flex and autotools-dev in Build-Depends (Closes: #178702)
1996+ * Move the metacity capplet in a new package metacity-properties
1997+
1998+ -- Christian Marillat <marillat@debian.org> Thu, 30 Jan 2003 18:40:33 +0100
1999+
2000+control-center (1:2.2.0-1) unstable; urgency=low
2001+
2002+ * New upstream release.
2003+ * Add a default theme. Thanks to Johannes Rohr
2004+ * Drag and drop for theme work (Closes: #166980)
2005+ * Themes aren't sorted case-sensitively (Closes: #166981)
2006+ * Should fix key gnome binding properties and metacity key bindings (Closes: #172380)
2007+
2008+ -- Christian Marillat <marillat@debian.org> Thu, 23 Jan 2003 16:32:09 +0100
2009+
2010+control-center (1:2.0.3.2-3) unstable; urgency=low
2011+
2012+ * Remove duplicate advanced-directory.png
2013+
2014+ -- Christian Marillat <marillat@debian.org> Sat, 18 Jan 2003 11:54:29 +0100
2015+
2016+control-center (1:2.0.3.2-2) unstable; urgency=low
2017+
2018+ * Use sensible-browser as default browser.
2019+ * Add replaces with gnome-desktop-data (Closes: #177141, #176977)
2020+
2021+ -- Christian Marillat <marillat@debian.org> Fri, 17 Jan 2003 16:10:52 +0100
2022+
2023+control-center (1:2.0.3.2-1) unstable; urgency=low
2024+
2025+ * New upstream release.
2026+
2027+ -- Christian Marillat <marillat@debian.org> Fri, 20 Dec 2002 13:27:59 +0100
2028+
2029+control-center (1:2.0.3-2) unstable; urgency=low
2030+
2031+ * Should depends on scrollkeeper (Closes: #169850)
2032+
2033+ -- Christian Marillat <marillat@debian.org> Sun, 24 Nov 2002 16:11:14 +0100
2034+
2035+control-center (1:2.0.3-1) unstable; urgency=low
2036+
2037+ * New upstream release.
2038+
2039+ -- Christian Marillat <marillat@debian.org> Sun, 24 Nov 2002 15:27:52 +0100
2040+
2041+control-center (1:2.0.2.91-1) unstable; urgency=low
2042+
2043+ * New upstream release.
2044+
2045+ -- Christian Marillat <marillat@debian.org> Sun, 17 Nov 2002 00:52:21 +0100
2046+
2047+control-center (1:2.0.1.1-5) unstable; urgency=low
2048+
2049+ * Upload to unstable
2050+ * Call scrollkeeper-update with -q (Closes: #166625)
2051+ * New upstream release (Closes: #110004)
2052+ * keyboard setup are correctly restored (Closes: #156856)
2053+ * Bugs related to the old interface (Closes: #62491, #81299, #131440, #71042)
2054+ * No more problem when rescaling an image (Closes: #72602)
2055+ * Sould build correctly under mips (Closes: #163604)
2056+ * Can center large image (Closes: #68651)
2057+
2058+ -- Christian Marillat <marillat@debian.org> Mon, 28 Oct 2002 11:46:53 +0100
2059+
2060+control-center (1:2.0.1.1-4) experimental; urgency=low
2061+
2062+ * Upload with the new original tarball
2063+
2064+ -- Christian Marillat <marillat@debian.org> Sun, 29 Sep 2002 17:22:15 +0200
2065+
2066+control-center2 (1:2.0.1.1-3) experimental; urgency=low
2067+
2068+ * Update package veriosn to 1:2.0.1.1-3 to supersedes the unstable version
2069+ which is 1:1.4.0.5-6
2070+
2071+ -- Christian Marillat <marillat@debian.org> Sat, 28 Sep 2002 20:07:45 +0200
2072+
2073+control-center2 (2.0.1.1-2) experimental; urgency=low
2074+
2075+ * Update to standards version 3.5.7
2076+ * Upload withtout the 2 suffix
2077+
2078+ -- Christian Marillat <marillat@debian.org> Sat, 28 Sep 2002 18:05:58 +0200
2079+
2080+control-center2 (2.0.1.1-1) experimental; urgency=low
2081+
2082+ * New upstream release.
2083+ * Remove fam from recommends should be in libgnomevfs2-0 package.
2084+
2085+ -- Christian Marillat <marillat@debian.org> Thu, 22 Aug 2002 15:44:13 +0200
2086+
2087+control-center2 (2.0.1-2) experimental; urgency=low
2088+
2089+ * Build against the latest libgnomevfs2-dev 2.0.2-4
2090+
2091+ -- Christian Marillat <marillat@debian.org> Fri, 16 Aug 2002 17:44:03 +0200
2092+
2093+control-center2 (2.0.1-1) experimental; urgency=low
2094+
2095+ * New upstream release.
2096+
2097+ -- Christian Marillat <marillat@debian.org> Wed, 7 Aug 2002 12:33:10 +0200
2098+
2099+control-center2 (2.0.0-3) experimental; urgency=low
2100+
2101+ * Should recommends fame.
2102+
2103+ -- Christian Marillat <marillat@debian.org> Thu, 25 Jul 2002 15:28:22 +0200
2104+
2105+control-center2 (2.0.0-2) experimental; urgency=low
2106+
2107+ * Add x-terminal-emulator in the list of terminal.
2108+ * Build against the latest libzvt
2109+
2110+ -- Christian Marillat <marillat@debian.org> Sun, 7 Jul 2002 20:44:23 +0200
2111+
2112+control-center2 (2.0.0-1) experimental; urgency=low
2113+
2114+ * New upstream release.
2115+ * Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and
2116+ DEB_BUILD_OPTIONS
2117+
2118+ -- Christian Marillat <marillat@debian.org> Tue, 18 Jun 2002 12:34:40 +0200
2119+
2120+control-center2 (1.99.10-2) experimental; urgency=low
2121+
2122+ * debian/rules Add GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 in install target.
2123+ * Install schemas file in postinst.
2124+ * debian/postinst check if schemas files are present before calling
2125+ gconftool-2
2126+ * debian/postrm call scrollkeeper-update with -q
2127+ * Removed old package in suggests
2128+ * Update the menu file with the rigth binary name
2129+
2130+ -- Christian Marillat <marillat@debian.org> Sun, 9 Jun 2002 20:29:30 +0200
2131+
2132+control-center2 (1.99.10-1) experimental; urgency=low
2133+
2134+ * New upstream release.
2135+
2136+ -- Christian Marillat <marillat@debian.org> Sun, 12 May 2002 14:59:06 +0200
2137+
2138+control-center2 (1.99.9-1) experimental; urgency=low
2139+
2140+ * New upstream release.
2141+
2142+ -- Christian Marillat <marillat@debian.org> Tue, 30 Apr 2002 10:47:01 +0200
2143+
2144+control-center2 (1.99.7-1) experimental; urgency=low
2145+
2146+ * New upstream release.
2147+
2148+ -- Christian Marillat <marillat@debian.org> Mon, 22 Apr 2002 18:17:28 +0200
2149+
2150+control-center2 (1.99.6-1) experimental; urgency=low
2151+
2152+ * New upstream release.
2153+
2154+ -- Christian Marillat <marillat@debian.org> Sun, 14 Apr 2002 17:43:36 +0200
2155+
2156+control-center2 (1.99.4-3) experimental; urgency=low
2157+
2158+ * Need to Depends on gnome-desktop-data
2159+
2160+ -- Christian Marillat <marillat@debian.org> Wed, 13 Mar 2002 11:17:58 +0100
2161+
2162+control-center2 (1.99.4-2) experimental; urgency=low
2163+
2164+ * Need to Depends on gnome-session2 (Closes: #137961)
2165+
2166+ -- Christian Marillat <marillat@debian.org> Wed, 13 Mar 2002 11:05:26 +0100
2167+
2168+control-center2 (1.99.4-1) experimental; urgency=low
2169+
2170+ * New upstream release.
2171+
2172+ -- Christian Marillat <marillat@debian.org> Mon, 11 Mar 2002 14:49:29 +0100
2173+
2174+control-center2 (1.99.3-2) experimental; urgency=low
2175+
2176+ * Remove duplicate session.desktop file.
2177+
2178+ -- Christian Marillat <marillat@debian.org> Mon, 25 Feb 2002 18:14:07 +0100
2179+
2180+control-center2 (1.99.3-1) experimental; urgency=low
2181+
2182+ * New upstream release
2183+
2184+ -- Christian Marillat <marillat@debian.org> Fri, 15 Feb 2002 00:35:49 +0100
2185+
2186+control-center2 (1.99.0-1) experimental; urgency=low
2187+
2188+ * New upstream release.
2189+
2190+ -- Christian Marillat <marillat@debian.org> Sun, 20 Jan 2002 18:08:37 +0100
2191+
2192+control-center (1:1.5.11-1) unstable; urgency=low
2193+
2194+ * New upstream release.
2195+
2196+ -- Christian Marillat <marillat@debian.org> Mon, 17 Dec 2001 17:49:00 +0100
2197+
2198+control-center (1:1.5.8-1) unstable; urgency=low
2199+
2200+ * New upstream release.
2201+
2202+ -- Christian Marillat <marillat@debian.org> Sat, 6 Oct 2001 19:12:41 +0200
2203+
2204+control-center (1:1.5.4-1) unstable; urgency=low
2205+
2206+ * New upstream release.
2207+ * debian/*.sgml Use docbook 4.1
2208+
2209+ -- Christian Marillat <marillat@debian.org> Mon, 6 Aug 2001 15:30:44 +0200
2210+
2211+control-center (1:1.4.0.1-11) unstable; urgency=low
2212+
2213+ * Update config.sub and config.guess (Closes: #103733, #103903)
2214+ * Remove libtool hack.
2215+
2216+ -- Christian Marillat <marillat@debian.org> Sun, 8 Jul 2001 11:36:30 +0200
2217+
2218+control-center (1:1.4.0.1-10) unstable; urgency=low
2219+
2220+ * Switch to debhelper V3
2221+ * Change the WPrefs location in WindowMaker.desktop (Closes: #101148)
2222+ * Change libraries versionning to (>= 1:1.4.0.1-6) instead of the latest
2223+ package number.
2224+
2225+ -- Christian Marillat <marillat@debian.org> Fri, 22 Jun 2001 16:48:15 +0200
2226+
2227+control-center (1:1.4.0.1-9) unstable; urgency=low
2228+
2229+ * Rewrote the callbacks.c patch (not complete) (Closes: #98085)
2230+
2231+ -- Christian Marillat <marillat@debian.org> Sun, 20 May 2001 09:36:48 +0200
2232+
2233+control-center (1:1.4.0.1-8) unstable; urgency=low
2234+
2235+ * Depends on gnome-bin (Closes: #97677)
2236+ * Depends on xbase-clients
2237+
2238+ -- Christian Marillat <marillat@debian.org> Fri, 18 May 2001 00:06:13 +0200
2239+
2240+control-center (1:1.4.0.1-7) unstable; urgency=low
2241+
2242+ * Patch callbacks.c to reflect change in the new xscreensaver package (3.32-1)
2243+ and update the suggests field. Thaks to Roderich Schupp. (Closes: #96542)
2244+
2245+ -- Christian Marillat <marillat@debian.org> Sun, 6 May 2001 22:34:12 +0200
2246+
2247+control-center (1:1.4.0.1-6) unstable; urgency=low
2248+
2249+ * Build against the latest gnome-libs 1.2.13-5.
2250+
2251+ -- Christian Marillat <marillat@debian.org> Tue, 24 Apr 2001 12:39:50 +0200
2252+
2253+control-center (1:1.4.0.1-5) unstable; urgency=low
2254+
2255+ * Typo in build depends (Closes: #93267)
2256+ * Rewrote Flame.desktop
2257+
2258+ -- Christian Marillat <marillat@debian.org> Sat, 14 Apr 2001 15:32:28 +0200
2259+
2260+control-center (1:1.4.0.1-4) unstable; urgency=low
2261+
2262+ * Really add docbook-to-man in build-depends (Closes: #93190)
2263+ * Replace libungif3g-dev by libungif4-dev in build-depends (Closes: #93197)
2264+
2265+ -- Christian Marillat <marillat@debian.org> Sat, 7 Apr 2001 12:18:03 +0200
2266+
2267+control-center (1:1.4.0.1-3) unstable; urgency=low
2268+
2269+ * Remove unused Flame.desktop (Closes: #92850)
2270+ * Patch po/Makefile.in.in to use DESTDIR
2271+ * Add scrollkeeper in depends (Closes: #93007)
2272+
2273+ -- Christian Marillat <marillat@debian.org> Thu, 5 Apr 2001 18:30:35 +0200
2274+
2275+control-center (1:1.4.0.1-2) unstable; urgency=low
2276+
2277+ * Add docbook-to-man in build-depends (Closes: #92421)
2278+ * Don't compress control-center.sgml (Closes: #92603)
2279+ * Call scrollkeeper-update in postinst and prerm for gnome-control-center
2280+
2281+ -- Christian Marillat <marillat@debian.org> Mon, 2 Apr 2001 21:35:15 +0200
2282+
2283+control-center (1:1.4.0.1-1) unstable; urgency=low
2284+
2285+ * New upstream release.
2286+ * Write 12 manpages (Closes: #87098)
2287+
2288+ -- Christian Marillat <marillat@debian.org> Fri, 30 Mar 2001 19:38:51 +0200
2289+
2290+control-center (1:1.4.0-1) unstable; urgency=low
2291+
2292+ * New upstream release.
2293+ * debian/control build-depends on libgnome-vfs-dev and xml-i18n-tools
2294+
2295+ -- Christian Marillat <marillat@debian.org> Mon, 19 Mar 2001 11:10:30 +0100
2296+
2297+control-center (1:1.2.4-1) unstable; urgency=low
2298+
2299+ * New upstream release.
2300+ * Add libgdk-pixbuf-dev in build-depends (Closes: #87416)
2301+ * debian/menu The session properties capplet is now on the gnome-core
2302+ package, remove this menu entry.
2303+
2304+ -- Christian Marillat <marillat@debian.org> Thu, 8 Mar 2001 00:12:29 +0100
2305+
2306+control-center (1:1.2.3-1) unstable; urgency=low
2307+
2308+ * New upstream release.
2309+ * Removed locale and callback patchs included by upstream.
2310+ * No more lockup while closing desktop (Closes: #76215)
2311+
2312+ -- Christian Marillat <marillat@debian.org> Sun, 18 Feb 2001 15:57:25 +0100
2313+
2314+control-center (1:1.2.2-10) unstable; urgency=low
2315+
2316+ * Build against the latest gnome-libs 1.2.11
2317+
2318+ -- Christian Marillat <marillat@debian.org> Mon, 5 Feb 2001 14:53:58 +0100
2319+
2320+control-center (1:1.2.2-9) unstable; urgency=low
2321+
2322+ * Remove xpm4g-dev from Build-depends (Closes: #82556)
2323+
2324+ -- Christian Marillat <marillat@debian.org> Wed, 17 Jan 2001 10:04:01 +0100
2325+
2326+control-center (1:1.2.2-8) unstable; urgency=low
2327+
2328+ * Patch to show the right debian version (Closes: #82391)
2329+
2330+ -- Christian Marillat <marillat@debian.org> Mon, 15 Jan 2001 15:35:59 +0100
2331+
2332+control-center (1:1.2.2-7) unstable; urgency=low
2333+
2334+ * Remove imlib-progs from depends. Move gnome-core from depends to Suggests.
2335+
2336+ -- Christian Marillat <marillat@debian.org> Thu, 30 Nov 2000 11:59:04 +0100
2337+
2338+control-center (1:1.2.2-6) unstable; urgency=low
2339+
2340+ * Change fonts attribute in callback.dpatch (Closes: #75320)
2341+ * Install symlinks in /usr/share/doc for -dev package.
2342+
2343+ -- Christian Marillat <marillat@debian.org> Thu, 2 Nov 2000 17:48:11 +0100
2344+
2345+control-center (1:1.2.2-5) unstable; urgency=low
2346+
2347+ * Patch all capplets to add a call to setlocale(LC_ALL, "").
2348+
2349+ -- Christian Marillat <marillat@debian.org> Fri, 20 Oct 2000 15:55:34 +0200
2350+
2351+control-center (1:1.2.2-4) unstable; urgency=low
2352+
2353+ * Add a patch to display russian and other 8 byte character correctly
2354+ thanks to ChiDeok Hwang <hwang@mizi.co.kr>
2355+ * New version close this old bug (Closes: #58797)
2356+
2357+ -- Christian Marillat <marillat@debian.org> Wed, 11 Oct 2000 17:54:29 +0200
2358+
2359+control-center (1:1.2.2-3) unstable; urgency=low
2360+
2361+ * Fix bad symlink in gnome-control-center (Closes: #74279)
2362+
2363+ -- Christian Marillat <marillat@debian.org> Mon, 9 Oct 2000 15:02:57 +0200
2364+
2365+control-center (1:1.2.2-2) unstable; urgency=low
2366+
2367+ * Arrange documentation for dhelp.
2368+
2369+ -- Christian Marillat <marillat@debian.org> Fri, 6 Oct 2000 17:09:54 +0200
2370+
2371+control-center (1:1.2.2-1) unstable; urgency=low
2372+
2373+ * Return to the 1.2 branch, because 1.3 is ...
2374+ * Switch to debhelper V2.
2375+ * New/old GUI (Closes: #71043, #71040, #71039, #71038)
2376+
2377+ -- Christian Marillat <marillat@debian.org> Mon, 25 Sep 2000 17:33:23 +0200
2378+
2379+control-center (1.3.0-5) unstable; urgency=low
2380+
2381+ * Add debhelper in Build-Depends (Closes: #70220)
2382+ * Build against libungif4g (Closes: #71236)
2383+
2384+ -- Christian Marillat <marillat@debian.org> Sun, 10 Sep 2000 00:48:36 +0200
2385+
2386+control-center (1.3.0-4) unstable; urgency=low
2387+
2388+ * Patch configure to install session-properties-capplet.
2389+
2390+ -- Christian Marillat <marillat@debian.org> Thu, 24 Aug 2000 20:35:38 +0200
2391+
2392+control-center (1.3.0-3) unstable; urgency=low
2393+
2394+ * Install screensaver-properties.desktop in the right place (Closes: #69502).
2395+ * Install Documents.directory and Session.directory files.
2396+
2397+ -- Christian Marillat <marillat@debian.org> Mon, 21 Aug 2000 00:59:43 +0200
2398+
2399+control-center (1.3.0-2) unstable; urgency=low
2400+
2401+ * debian/control Added imlib-progs in the dependencies field (Closes: #69427).
2402+
2403+ -- Christian Marillat <marillat@debian.org> Sat, 19 Aug 2000 22:31:37 +0200
2404+
2405+control-center (1.3.0-1) unstable; urgency=low
2406+
2407+ * New upstream release.
2408+
2409+ -- Christian Marillat <marillat@debian.org> Mon, 14 Aug 2000 15:32:43 +0200
2410+
2411+control-center (1.2.1-1) unstable; urgency=low
2412+
2413+ * New upstrem release.
2414+ * debian/patches Added 2 patches for IceWM.desktop and WindowMaker.desktop
2415+ (Closes: #47353, #48099).
2416+ * New e-mail address.
2417+ * Removed 2 undocumented manpages (bell-properties-capplet.1, e-conf.1).
2418+ * Removed property-background patche.
2419+ * debian/menu removed entry for bell-properties and put all entrys in
2420+ System/Gnome.
2421+
2422+ -- Christian Marillat <marillat@debian.org> Wed, 2 Aug 2000 09:03:59 +0200
2423+
2424+control-center (1.2.0-2) unstable; urgency=low
2425+
2426+ * Updated the Build-depends field. (Closes: #64904)
2427+
2428+ -- Christian Marillat <marillat.christian@wanadoo.fr> Tue, 30 May 2000 10:15:38 +0200
2429+
2430+control-center (1.2.0-1) unstable; urgency=low
2431+
2432+ * New upstream source (Closes: #64584)
2433+ * debian/control removed depends libcapplet0 provided by shlibs:Depends.
2434+ * Updated Standards-Version to 3.1.1.1 added Build-depends field.
2435+
2436+ -- Christian Marillat <marillat.christian@wanadoo.fr> Thu, 25 May 2000 19:21:14 +0200
2437+
2438+control-center (1.0.53-1) unstable; urgency=low
2439+
2440+ * New upstream source.
2441+
2442+ -- Christian Marillat <marillat.christian@wanadoo.fr> Fri, 31 Mar 2000 11:32:47 +0200
2443+
2444+control-center (1.0.51-5) frozen unstable; urgency=low
2445+
2446+ * debian/copyright updated to the new directory.
2447+
2448+ -- Christian Marillat <marillat.christian@wanadoo.fr> Wed, 22 Mar 2000 23:17:17 +0100
2449+
2450+control-center (1.0.51-4) frozen unstable; urgency=low
2451+
2452+ * Apply a patch I wrote to fix the RCB. Closes: #51568
2453+ * New maintainer. Christian Marillat is taking the package over.
2454+ I'm sponsoring him for the moment ...
2455+ * Changed the description. Removed the part about beta software.
2456+ Closes: #54979
2457+ * Applied the patch for centering the background picture.
2458+ Closes: #54285
2459+ * Added patch-on-the-fly support to debian/rules.
2460+
2461+ -- Raphael Hertzog <hertzog@debian.org> Tue, 21 Mar 2000 20:31:20 +0100
2462+
2463+control-center (1.0.51-3) frozen unstable; urgency=low
2464+
2465+ * NMU.
2466+ * Fixes RC bug #56769, WindowMaker wm settings fixed.
2467+
2468+ -- Chris McKillop <cdm@debian.org> Thu, 3 Feb 2000 07:13:39 -0500
2469+
2470+control-center (1.0.51-2) frozen unstable; urgency=low
2471+
2472+ * Orphaned.
2473+
2474+ -- Michael Alan Dorman <mdorman@debian.org> Thu, 3 Feb 2000 07:13:29 -0500
2475+
2476+control-center (1.0.51-1) unstable; urgency=low
2477+
2478+ * Officially claimed as my own.
2479+ * libcapplet has been stripped for a while (closes: bug#31245)
2480+ * We've updated... (closes: bug#44136)
2481+ * Correct xworm definition for screensaver (closes: bug#51514)
2482+ * The libc/libglib issues are resolved now (closes: bug#37535)
2483+ * control-center is much more stable, and should work with window-maker (closes: bug#38706)
2484+ * gnomecc seems to respect current bg color better (closes: bug#38917)
2485+ * Couldn't reproduce this error with current versions (closes: bug#38995)
2486+ * Invoking individual capplets seems to work now (closes: bug#39135)
2487+ * Screensavers seem to be more stable now (closes: bug#41992)
2488+ * URL handler assignments seems to work now (closes: bug#44983)
2489+ * Fudged dependency on esd to get rid of versioned depends (closes: bug#52353)
2490+ * Totally revamped build process (closes: bug#33848, bug#38344)
2491+ * Appears to have been fixed (closes: bug#33736, bug#33472))
2492+
2493+ -- Michael Alan Dorman <mdorman@debian.org> Mon, 20 Dec 1999 14:19:48 -0500
2494+
2495+control-center (1.0.51-0.2) unstable; urgency=low
2496+
2497+ * Fix from Christian Marillat <marillat@alpes-net.fr> for wm-properties
2498+
2499+ -- Michael Alan Dorman <mdorman@debian.org> Tue, 19 Oct 1999 14:22:43 -0400
2500+
2501+control-center (1.0.51-0.1) unstable; urgency=low
2502+
2503+ * New upstream version. NMU.
2504+
2505+ -- Michael Alan Dorman <mdorman@debian.org> Sun, 10 Oct 1999 16:48:39 -0400
2506+
2507+control-center (1.0.50-0.1) unstable; urgency=low
2508+
2509+ * New upstream version. NMU
2510+
2511+ -- Michael Alan Dorman <mdorman@debian.org> Thu, 30 Sep 1999 22:24:11 -0400
2512+
2513+control-center (1.0.5-2) unstable; urgency=low
2514+
2515+ * Actually changed maintainer address in debian/control
2516+ * Fixed up WindowMaker and IceWM paths for wm-properties
2517+
2518+ -- Steve Haslam <araqnid@debian.org> Thu, 27 May 1999 02:05:10 +0100
2519+
2520+control-center (1.0.5-1) unstable; urgency=low
2521+
2522+ * New maintainer.
2523+ * Moved "xscreensaver" to "Suggests:" field. (Bug#32724)
2524+ * Called dh_strip when making libcapplet-dev
2525+
2526+ -- Steve Haslam <araqnid@debian.org> Thu, 20 May 1999 03:50:25 +0100
2527+
2528+control-center (1.0.5-0.1) unstable; urgency=low
2529+
2530+ * Non-maintainer upload
2531+ * New upstream version
2532+
2533+ -- Steve Haslam <araqnid@debian.org> Mon, 19 Apr 1999 10:08:13 +0100
2534+
2535+control-center (1.0.1-0.1) unstable; urgency=low
2536+
2537+ * NMU for GNOME-1.0
2538+
2539+ -- Jules Bean <jules@debian.org> Fri, 5 Mar 1999 10:34:56 +0000
2540+
2541+control-center (0.99.3-3) unstable; urgency=low
2542+
2543+ * Patched to remove #define HAVE_REDHAT_SCREENSAVER_RPM.
2544+ Also, added Recommends: xscreensaver
2545+ Fixes: BUG#32462
2546+
2547+ -- Jim Pick <jim@jimpick.com> Wed, 27 Jan 1999 21:40:24 -0800
2548+
2549+control-center (0.99.3-2) unstable; urgency=low
2550+
2551+ * Recompiled due to dependencies.
2552+
2553+ -- Jim Pick <jim@jimpick.com> Sun, 24 Jan 1999 01:11:12 -0800
2554+
2555+control-center (0.99.3-1) unstable; urgency=low
2556+
2557+ * New upstream release.
2558+
2559+ -- Jim Pick <jim@jimpick.com> Thu, 21 Jan 1999 21:31:48 -0800
2560+
2561+gnome-core (0.30-2) frozen unstable; urgency=low
2562+
2563+ * Recompiled with new libs.
2564+ * Fixed reference to /usr/X11R6 in README.Debian.
2565+ * Added warnings (Gnome is ALPHA).
2566+ * Patched dialer_applet to use pon/poff.
2567+ * Patched drivemount_applet to default to /floppy.
2568+
2569+ -- Jim Pick <jim@jimpick.com> Tue, 24 Nov 1998 10:56:08 -0800
2570+
2571+gnome-core (0.30-1) unstable; urgency=low
2572+
2573+ * New upstream release.
2574+
2575+ -- Jim Pick <jim@jimpick.com> Thu, 24 Sep 1998 21:28:02 -0700
2576+
2577+gnome-core (0.28.1-1) unstable; urgency=low
2578+
2579+ * New upstream release.
2580+ * Hopefully fixes panel applet bug.
2581+
2582+ -- Jim Pick <jim@jimpick.com> Wed, 19 Aug 1998 20:12:25 -0700
2583+
2584+gnome-core (0.28-1) unstable; urgency=low
2585+
2586+ * New upstream release.
2587+
2588+ -- Jim Pick <jim@jimpick.com> Mon, 17 Aug 1998 12:59:26 -0700
2589+
2590+gnome-core (0.27-1) unstable; urgency=low
2591+
2592+ * New upstream release.
2593+ * Added /usr/doc/gnome
2594+
2595+ -- Jim Pick <jim@jimpick.com> Sat, 15 Aug 1998 14:21:06 -0700
2596+
2597+gnome-core (0.25-1) unstable; urgency=low
2598+
2599+ * New upstream release.
2600+
2601+ -- Jim Pick <jim@jimpick.com> Thu, 6 Aug 1998 22:51:22 -0700
2602+
2603+gnome-core (0.20-2) unstable; urgency=low
2604+
2605+ * Added Debian menu-method for gnome-panel. Fixed Bug #24025
2606+ (Thanks to Ray Dassen for reporting the bug, and Riku Voipio
2607+ who wrote the menu method for Gnome 0.12)
2608+
2609+ -- Jim Pick <jim@jimpick.com> Wed, 22 Jul 1998 20:22:00 -0700
2610+
2611+gnome-core (0.20-1) unstable; urgency=low
2612+
2613+ * New upstream release.
2614+
2615+ -- Jim Pick <jim@jimpick.com> Mon, 8 Jun 1998 12:00:08 -0700
2616+
2617+gnome-core (0.13-1) unstable; urgency=low
2618+
2619+ * Initial Release.
2620+
2621+ -- Jim Pick <jim@jimpick.com> Mon, 16 Mar 1998 15:27:43 -0800
2622+
2623+
2624
2625=== added file 'debian/compat'
2626--- debian/compat 1970-01-01 00:00:00 +0000
2627+++ debian/compat 2012-03-07 16:05:35 +0000
2628@@ -0,0 +1,1 @@
2629+8
2630
2631=== added file 'debian/control'
2632--- debian/control 1970-01-01 00:00:00 +0000
2633+++ debian/control 2012-03-07 16:05:35 +0000
2634@@ -0,0 +1,146 @@
2635+# This file is autogenerated. DO NOT EDIT!
2636+#
2637+# Modifications should be made to debian/control.in instead.
2638+# This file is regenerated automatically in the clean target.
2639+
2640+Source: gnome-control-center
2641+Section: gnome
2642+Priority: optional
2643+Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
2644+XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
2645+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
2646+Standards-Version: 3.9.2
2647+Build-Depends: autotools-dev,
2648+ cdbs (>= 0.4.41),
2649+ debhelper (>= 8),
2650+ desktop-file-utils,
2651+ dh-autoreconf,
2652+ docbook-to-man,
2653+ docbook-xml,
2654+ gnome-common,
2655+ gnome-doc-utils (>= 0.3.2),
2656+ gnome-pkg-tools (>= 0.10),
2657+ gnome-settings-daemon-dev (>= 3.3.91),
2658+ gsettings-desktop-schemas-dev (>= 3.3.0),
2659+ hardening-wrapper,
2660+ intltool (>= 0.37.1),
2661+ libcanberra-gtk3-dev,
2662+# libcheese-gtk-dev (>= 2.91.91.1),
2663+ libcolord-dev,
2664+ libcups2-dev,
2665+ libdbus-1-dev (>= 0.32),
2666+ libdbus-glib-1-dev (>= 0.32),
2667+ libgconf2-dev,
2668+ libgdk-pixbuf2.0-dev (>= 2.23.0),
2669+ libglib2.0-dev (>= 2.29.14),
2670+# libgnome-bluetooth-dev >= 3.3.4),
2671+ libgnome-desktop-3-dev (>= 3.1.91),
2672+ libgnome-menu-3-dev,
2673+ libgnomekbd-dev (>= 2.91.91),
2674+ libgoa-1.0-dev,
2675+ libgstreamer-plugins-base0.10-dev,
2676+ libgtk-3-dev (>= 3.3.5),
2677+ libgtop2-dev,
2678+ libnm-glib-dev (>= 0.9) [linux-any],
2679+ libnm-gtk-dev (>= 0.9) [linux-any],
2680+ libnm-util-dev (>= 0.9) [linux-any],
2681+ libnotify-dev (>= 0.7.3),
2682+ libpolkit-gobject-1-dev (>= 0.103),
2683+ libpulse-dev,
2684+# libsocialweb-client-dev,
2685+ libupower-glib-dev (>= 0.9.1),
2686+ libwacom-dev,
2687+ libx11-dev,
2688+ libxft-dev (>= 2.1.2),
2689+ libxklavier-dev (>= 5.1),
2690+ libxml2-dev,
2691+ locales,
2692+ network-manager-dev (>= 0.9) [linux-any],
2693+ shared-mime-info
2694+Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/gnome-control-center/ubuntu
2695+
2696+Package: gnome-control-center
2697+Architecture: any
2698+Section: gnome
2699+Depends: ${misc:Depends},
2700+ ${shlibs:Depends},
2701+ accountsservice,
2702+ apg,
2703+ desktop-file-utils,
2704+ gnome-control-center-data (<< ${gnome:NextVersion}),
2705+ gnome-control-center-data (>= ${source:Version}),
2706+ gnome-desktop3-data,
2707+ gnome-icon-theme (>= 2.24),
2708+ gnome-icon-theme-symbolic,
2709+ gnome-menus (>= 2.12.0),
2710+ gnome-settings-daemon (>= 3.3.91),
2711+ gsettings-desktop-schemas (>= 3.3.0),
2712+ ubuntu-system-service (>= 0.1.10)
2713+Recommends: gnome-online-accounts,
2714+ gnome-session-bin,
2715+ iso-codes,
2716+# mesa-utils,
2717+ mousetweaks,
2718+ policykit-1-gnome,
2719+ ubuntu-docs,
2720+ indicator-sound (>= 0.8.1),
2721+ indicator-power (>= 1.90)
2722+Breaks: gnome-power-manager (<< 3.0),
2723+ gnome-session (<< 3.0),
2724+ libglib2.0-0 (<< 2.28.6-2)
2725+Suggests: gnome-screensaver | xscreensaver,
2726+ gstreamer0.10-pulseaudio,
2727+ libcanberra-gtk-module,
2728+ x11-xserver-utils
2729+Description: utilities to configure the GNOME desktop
2730+ This package contains configuration applets for the GNOME desktop,
2731+ allowing to set accessibility configuration, desktop fonts, keyboard
2732+ and mouse properties, sound setup, desktop theme and background, user
2733+ interface properties, screen resolution, and other GNOME parameters.
2734+ .
2735+ It also contains a front end to these applets, which can also be
2736+ accessed with the GNOME panel or the Nautilus file manager.
2737+
2738+Package: gnome-control-center-dev
2739+Architecture: all
2740+Section: devel
2741+Depends: ${misc:Depends}
2742+Description: utilities to configure the GNOME desktop
2743+ This package contains the file required to get the keydirs location
2744+
2745+Package: gnome-control-center-data
2746+Architecture: all
2747+Section: gnome
2748+Depends: ${misc:Depends}
2749+Recommends: gnome-control-center (>= ${source:Version})
2750+Provides: capplets-data
2751+Conflicts: capplets-data
2752+Replaces: capplets-data,
2753+ gdm (<< 3.0),
2754+ gdm3 (<< 3.0),
2755+ gnome-media-common (<< 2.91),
2756+ gnome-power-manager (<< 3.2),
2757+ gnome-settings-daemon (<< 3.0)
2758+Breaks: gdm (<< 3.0),
2759+ gdm3 (<< 3.0),
2760+ gnome-power-manager (<< 3.2),
2761+ gnome-settings-daemon (<< 3.0)
2762+Description: configuration applets for GNOME - data files
2763+ This package contains data files (icons, pixmaps, locales files) needed by
2764+ the configuration applets in the gnome-control-center package.
2765+
2766+Package: libgnome-control-center-dev
2767+Architecture: any
2768+Section: libdevel
2769+Depends: ${misc:Depends},
2770+ libgnome-control-center1 (= ${binary:Version})
2771+Description: utilities to configure the GNOME desktop
2772+ This package contains the files needed to build Control Center panels
2773+
2774+Package: libgnome-control-center1
2775+Architecture: any
2776+Section: libs
2777+Depends: ${misc:Depends},
2778+ ${shlibs:Depends}
2779+Description: utilities to configure the GNOME desktop
2780+ This package contains the library used by Control Center panels
2781
2782=== added file 'debian/control.in'
2783--- debian/control.in 1970-01-01 00:00:00 +0000
2784+++ debian/control.in 2012-03-07 16:05:35 +0000
2785@@ -0,0 +1,141 @@
2786+Source: gnome-control-center
2787+Section: gnome
2788+Priority: optional
2789+Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
2790+XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
2791+Uploaders: @GNOME_TEAM@
2792+Standards-Version: 3.9.2
2793+Build-Depends: autotools-dev,
2794+ cdbs (>= 0.4.41),
2795+ debhelper (>= 8),
2796+ desktop-file-utils,
2797+ dh-autoreconf,
2798+ docbook-to-man,
2799+ docbook-xml,
2800+ gnome-common,
2801+ gnome-doc-utils (>= 0.3.2),
2802+ gnome-pkg-tools (>= 0.10),
2803+ gnome-settings-daemon-dev (>= 3.3.91),
2804+ gsettings-desktop-schemas-dev (>= 3.3.0),
2805+ hardening-wrapper,
2806+ intltool (>= 0.37.1),
2807+ libcanberra-gtk3-dev,
2808+# libcheese-gtk-dev (>= 2.91.91.1),
2809+ libcolord-dev,
2810+ libcups2-dev,
2811+ libdbus-1-dev (>= 0.32),
2812+ libdbus-glib-1-dev (>= 0.32),
2813+ libgconf2-dev,
2814+ libgdk-pixbuf2.0-dev (>= 2.23.0),
2815+ libglib2.0-dev (>= 2.29.14),
2816+# libgnome-bluetooth-dev >= 3.3.4),
2817+ libgnome-desktop-3-dev (>= 3.1.91),
2818+ libgnome-menu-3-dev,
2819+ libgnomekbd-dev (>= 2.91.91),
2820+ libgoa-1.0-dev,
2821+ libgstreamer-plugins-base0.10-dev,
2822+ libgtk-3-dev (>= 3.3.5),
2823+ libgtop2-dev,
2824+ libnm-glib-dev (>= 0.9) [linux-any],
2825+ libnm-gtk-dev (>= 0.9) [linux-any],
2826+ libnm-util-dev (>= 0.9) [linux-any],
2827+ libnotify-dev (>= 0.7.3),
2828+ libpolkit-gobject-1-dev (>= 0.103),
2829+ libpulse-dev,
2830+# libsocialweb-client-dev,
2831+ libupower-glib-dev (>= 0.9.1),
2832+ libwacom-dev,
2833+ libx11-dev,
2834+ libxft-dev (>= 2.1.2),
2835+ libxklavier-dev (>= 5.1),
2836+ libxml2-dev,
2837+ locales,
2838+ network-manager-dev (>= 0.9) [linux-any],
2839+ shared-mime-info
2840+Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/gnome-control-center/ubuntu
2841+
2842+Package: gnome-control-center
2843+Architecture: any
2844+Section: gnome
2845+Depends: ${misc:Depends},
2846+ ${shlibs:Depends},
2847+ accountsservice,
2848+ apg,
2849+ desktop-file-utils,
2850+ gnome-control-center-data (<< ${gnome:NextVersion}),
2851+ gnome-control-center-data (>= ${source:Version}),
2852+ gnome-desktop3-data,
2853+ gnome-icon-theme (>= 2.24),
2854+ gnome-icon-theme-symbolic,
2855+ gnome-menus (>= 2.12.0),
2856+ gnome-settings-daemon (>= 3.3.91),
2857+ gsettings-desktop-schemas (>= 3.3.0),
2858+ ubuntu-system-service (>= 0.1.10)
2859+Recommends: gnome-online-accounts,
2860+ gnome-session-bin,
2861+ iso-codes,
2862+# mesa-utils,
2863+ mousetweaks,
2864+ policykit-1-gnome,
2865+ ubuntu-docs,
2866+ indicator-sound (>= 0.8.1),
2867+ indicator-power (>= 1.90)
2868+Breaks: gnome-power-manager (<< 3.0),
2869+ gnome-session (<< 3.0),
2870+ libglib2.0-0 (<< 2.28.6-2)
2871+Suggests: gnome-screensaver | xscreensaver,
2872+ gstreamer0.10-pulseaudio,
2873+ libcanberra-gtk-module,
2874+ x11-xserver-utils
2875+Description: utilities to configure the GNOME desktop
2876+ This package contains configuration applets for the GNOME desktop,
2877+ allowing to set accessibility configuration, desktop fonts, keyboard
2878+ and mouse properties, sound setup, desktop theme and background, user
2879+ interface properties, screen resolution, and other GNOME parameters.
2880+ .
2881+ It also contains a front end to these applets, which can also be
2882+ accessed with the GNOME panel or the Nautilus file manager.
2883+
2884+Package: gnome-control-center-dev
2885+Architecture: all
2886+Section: devel
2887+Depends: ${misc:Depends}
2888+Description: utilities to configure the GNOME desktop
2889+ This package contains the file required to get the keydirs location
2890+
2891+Package: gnome-control-center-data
2892+Architecture: all
2893+Section: gnome
2894+Depends: ${misc:Depends}
2895+Recommends: gnome-control-center (>= ${source:Version})
2896+Provides: capplets-data
2897+Conflicts: capplets-data
2898+Replaces: capplets-data,
2899+ gdm (<< 3.0),
2900+ gdm3 (<< 3.0),
2901+ gnome-media-common (<< 2.91),
2902+ gnome-power-manager (<< 3.2),
2903+ gnome-settings-daemon (<< 3.0)
2904+Breaks: gdm (<< 3.0),
2905+ gdm3 (<< 3.0),
2906+ gnome-power-manager (<< 3.2),
2907+ gnome-settings-daemon (<< 3.0)
2908+Description: configuration applets for GNOME - data files
2909+ This package contains data files (icons, pixmaps, locales files) needed by
2910+ the configuration applets in the gnome-control-center package.
2911+
2912+Package: libgnome-control-center-dev
2913+Architecture: any
2914+Section: libdevel
2915+Depends: ${misc:Depends},
2916+ libgnome-control-center1 (= ${binary:Version})
2917+Description: utilities to configure the GNOME desktop
2918+ This package contains the files needed to build Control Center panels
2919+
2920+Package: libgnome-control-center1
2921+Architecture: any
2922+Section: libs
2923+Depends: ${misc:Depends},
2924+ ${shlibs:Depends}
2925+Description: utilities to configure the GNOME desktop
2926+ This package contains the library used by Control Center panels
2927
2928=== added file 'debian/copyright'
2929--- debian/copyright 1970-01-01 00:00:00 +0000
2930+++ debian/copyright 2012-03-07 16:05:35 +0000
2931@@ -0,0 +1,26 @@
2932+This package was debianized by Jim Pick jim@jimpick.com on
2933+Sat, 14 Mar 1998 20:12:23 -0800.
2934+
2935+It was downloaded from:
2936+ http://ftp.gnome.org/pub/GNOME/sources/gnome-control-center/
2937+
2938+Copyright: 1998,99,2000 Free Software Foundation, Inc.
2939+
2940+ This program is free software; you can redistribute it and/or modify
2941+ it under the terms of the GNU General Public License as published by
2942+ the Free Software Foundation; either version 2 of the License, or
2943+ (at your option) any later version.
2944+
2945+ This program is distributed in the hope that it will be useful,
2946+ but WITHOUT ANY WARRANTY; without even the implied warranty of
2947+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2948+ GNU General Public License for more details.
2949+
2950+ You should have received a copy of the GNU General Public License
2951+ along with this package; if not, write to the Free Software
2952+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
2953+ USA.
2954+
2955+On Debian systems, the complete text of the GNU General
2956+Public License can be found in `/usr/share/common-licenses/GPL'.
2957+
2958
2959=== added file 'debian/gnome-control-center-data.install'
2960--- debian/gnome-control-center-data.install 1970-01-01 00:00:00 +0000
2961+++ debian/gnome-control-center-data.install 2012-03-07 16:05:35 +0000
2962@@ -0,0 +1,10 @@
2963+etc/xdg/autostart
2964+etc/xdg/menus
2965+usr/share/gnome-control-center
2966+usr/share/sounds
2967+usr/share/desktop-directories
2968+usr/share/locale
2969+usr/share/icons
2970+usr/share/pixmaps/faces
2971+debian/source_gnome-control-center.py /usr/share/apport/package-hooks
2972+debian/UbuntuLogo.png /usr/share/gnome-control-center/ui
2973
2974=== added file 'debian/gnome-control-center-dev.install'
2975--- debian/gnome-control-center-dev.install 1970-01-01 00:00:00 +0000
2976+++ debian/gnome-control-center-dev.install 2012-03-07 16:05:35 +0000
2977@@ -0,0 +1,1 @@
2978+usr/share/pkgconfig
2979
2980=== added file 'debian/gnome-control-center.install'
2981--- debian/gnome-control-center.install 1970-01-01 00:00:00 +0000
2982+++ debian/gnome-control-center.install 2012-03-07 16:05:35 +0000
2983@@ -0,0 +1,3 @@
2984+usr/bin
2985+usr/lib/control-center-1/panels/*.so
2986+usr/share/applications
2987
2988=== added file 'debian/gnome-control-center.links'
2989--- debian/gnome-control-center.links 1970-01-01 00:00:00 +0000
2990+++ debian/gnome-control-center.links 2012-03-07 16:05:35 +0000
2991@@ -0,0 +1,1 @@
2992+/usr/share/applications/gnome-control-center.desktop /usr/share/indicators/session/applications/gnome-control-center.desktop
2993
2994=== added file 'debian/gnome-control-center.menu'
2995--- debian/gnome-control-center.menu 1970-01-01 00:00:00 +0000
2996+++ debian/gnome-control-center.menu 2012-03-07 16:05:35 +0000
2997@@ -0,0 +1,4 @@
2998+?package(gnome-control-center):needs="X11" section="Applications/System/Administration" \
2999+ hints="Gnome" title="Gnome Control Center" \
3000+ icon="/usr/share/pixmaps/gnome-control-center.xpm" \
3001+ command="/usr/bin/gnome-control-center"
3002
3003=== added file 'debian/gnome-control-center.postinst'
3004--- debian/gnome-control-center.postinst 1970-01-01 00:00:00 +0000
3005+++ debian/gnome-control-center.postinst 2012-03-07 16:05:35 +0000
3006@@ -0,0 +1,7 @@
3007+#! /bin/sh
3008+set -e
3009+
3010+rm -f /etc/gnome-vfs-2.0/modules/theme-method.conf
3011+rm -f /etc/gnome-vfs-2.0/modules/font-method.conf
3012+
3013+#DEBHELPER#
3014
3015=== added file 'debian/gnome-control-center.sgml'
3016--- debian/gnome-control-center.sgml 1970-01-01 00:00:00 +0000
3017+++ debian/gnome-control-center.sgml 2012-03-07 16:05:35 +0000
3018@@ -0,0 +1,313 @@
3019+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
3020+
3021+ <!ENTITY dhfirstname "<firstname>Arnaud</firstname>">
3022+ <!ENTITY dhsurname "<surname>Patard</surname>">
3023+ <!ENTITY dhdate "<date>Mars 22, 2004</date>">
3024+ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
3025+ <!ENTITY dhemail "<email>arnaud.patard@rtp-net.org</email>">
3026+ <!ENTITY dhusername "Arnaud Patard">
3027+ <!ENTITY dhucpackage "<refentrytitle>gnome-control-center</refentrytitle>">
3028+ <!ENTITY dhpackage "gnome-control-center">
3029+
3030+ <!ENTITY debian "<productname>Debian</productname>">
3031+ <!ENTITY gnu "<acronym>GNU</acronym>">
3032+ <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
3033+]>
3034+
3035+<refentry>
3036+ <refentryinfo>
3037+ <address>
3038+ &dhemail;
3039+ </address>
3040+ <author>
3041+ &dhfirstname;
3042+ &dhsurname;
3043+ </author>
3044+ <copyright>
3045+ <year>2004</year>
3046+ <holder>&dhusername;</holder>
3047+ </copyright>
3048+ &dhdate;
3049+ </refentryinfo>
3050+ <refmeta>
3051+ &dhucpackage;
3052+
3053+ &dhsection;
3054+ </refmeta>
3055+ <refnamediv>
3056+ <refname>&dhpackage;</refname>
3057+
3058+ <refpurpose>Desktop properties manager</refpurpose>
3059+ </refnamediv>
3060+ <refsynopsisdiv>
3061+ <cmdsynopsis>
3062+ <command>&dhpackage;</command>
3063+
3064+ <arg><option>-?, --help</option></arg>
3065+ <arg><option>--usage</option></arg>
3066+ <arg><option>--use-shell</option></arg>
3067+ <arg><option>--gdk-debug<replaceable>=FLAGS</replaceable></option></arg>
3068+ <arg><option>--gdk-no-debug<replaceable>=FLAGS</replaceable></option></arg>
3069+ <arg><option>--display<replaceable>=DISPLAY</replaceable></option></arg>
3070+ <arg><option>--screen<replaceable>=SCREEN</replaceable></option></arg>
3071+ <arg><option>--sync</option></arg>
3072+ <arg><option>--name<replaceable>=NAME</replaceable></option></arg>
3073+ <arg><option>--class<replaceable>=CLASS</replaceable></option></arg>
3074+ <arg><option>--gxid-host<replaceable>=HOST</replaceable></option></arg>
3075+ <arg><option>--gxid-port<replaceable>=PORT</replaceable></option></arg>
3076+ <arg><option>--gtk-debug<replaceable>=FLAGS</replaceable></option></arg>
3077+ <arg><option>--gtk-no-debug<replaceable>=FLAGS</replaceable></option></arg>
3078+ <arg><option>--g-fatal-warnings</option></arg>
3079+ <arg><option>--gtk-module<replaceable>=MODULE</replaceable></option></arg>
3080+ <arg><option>--oaf-ior-fd<replaceable>=FD</replaceable></option></arg>
3081+ <arg><option>--oaf-activate-iid<replaceable>=IID</replaceable></option></arg>
3082+ <arg><option>--oaf-private</option></arg>
3083+ <arg><option>--disable-sound</option></arg>
3084+ <arg><option>--enable-sound</option></arg>
3085+ <arg><option>--espeaker<replaceable>=HOSTNAME:PORT</replaceable></option></arg>
3086+ <arg><option>--version</option></arg>
3087+ <arg><option>--sm-client-id<replaceable>=ID</replaceable></option></arg>
3088+ <arg><option>--sm-config-prefix<replaceable>=PREFIX</replaceable></option></arg>
3089+ <arg><option>--sm-disable</option></arg>
3090+ <arg><option>--disable-crash-dialog</option></arg>
3091+ </cmdsynopsis>
3092+ </refsynopsisdiv>
3093+ <refsect1>
3094+ <title>DESCRIPTION</title>
3095+
3096+ <para>This manual page documents briefly the
3097+ <command>&dhpackage;</command> command.</para>
3098+
3099+ <para>This manual page was written for the &debian; distribution
3100+ because the original program does not have a manual page.</para>
3101+
3102+ <para><command>&dhpackage;</command> is a front-end to configuration applets (capplets)
3103+ that lets you configure your GNOME desktop. You may set things such as the background,
3104+ the fonts, or the theme</para>
3105+
3106+ </refsect1>
3107+ <refsect1>
3108+ <title>SEE ALSO</title>
3109+ <para>gtk-options (7).</para> </refsect1>
3110+ <refsect1>
3111+ <title>OPTIONS</title>
3112+
3113+ <para>These programs follow the usual &gnu; command line syntax,
3114+ with long options starting with two dashes (`-'). A summary of
3115+ options is included below. </para>
3116+ <para>Theses options are mainly the standard command line options of gtk.</para>
3117+
3118+ <variablelist>
3119+ <varlistentry>
3120+ <term><option>-?, --help</option>
3121+ </term>
3122+ <listitem>
3123+ <para>Show the help message.</para>
3124+ </listitem>
3125+ </varlistentry>
3126+ <varlistentry>
3127+ <term><option>--usage</option>
3128+ </term>
3129+ <listitem>
3130+ <para>Display brief usage message.</para>
3131+ </listitem>
3132+ </varlistentry>
3133+ <varlistentry>
3134+ <term><option>--use-shell</option>
3135+ </term>
3136+ <listitem>
3137+ <para>Prevent Gnome Control Center from using Nautilus</para>
3138+ </listitem>
3139+ </varlistentry>
3140+ <varlistentry>
3141+ <term><option>--gdk-debug<replaceable>=FLAGS</replaceable></option>
3142+ </term>
3143+ <listitem>
3144+ <para>Enable Gdk debugging flags.</para>
3145+ </listitem>
3146+ </varlistentry>
3147+ <varlistentry>
3148+ <term><option>--gdk-no-debug<replaceable>=FLAGS</replaceable></option>
3149+ </term>
3150+ <listitem>
3151+ <para>Disable Gdk debugging flags.</para>
3152+ </listitem>
3153+ </varlistentry>
3154+ <varlistentry>
3155+ <term><option>--display<replaceable>=DISPLAY</replaceable></option>
3156+ </term>
3157+ <listitem>
3158+ <para>X display to use.</para>
3159+ </listitem>
3160+ </varlistentry>
3161+ <varlistentry>
3162+ <term><option>--screen<replaceable>=SCREEN</replaceable></option>
3163+ </term>
3164+ <listitem>
3165+ <para>X screen to use.</para>
3166+ </listitem>
3167+ </varlistentry>
3168+ <varlistentry>
3169+ <term><option>--sync</option>
3170+ </term>
3171+ <listitem>
3172+ <para>Make X calls synchronous.</para>
3173+ </listitem>
3174+ </varlistentry>
3175+ <varlistentry>
3176+ <term><option>--name<replaceable>=NAME</replaceable></option>
3177+ </term>
3178+ <listitem>
3179+ <para>Program name as used by the window manager.</para>
3180+ </listitem>
3181+ </varlistentry>
3182+ <varlistentry>
3183+ <term><option>--class<replaceable>=CLASS</replaceable></option>
3184+ </term>
3185+ <listitem>
3186+ <para>Program class as used by the window manager</para>
3187+ </listitem>
3188+ </varlistentry>
3189+ <varlistentry>
3190+ <term><option>--gtk-debug<replaceable>=FLAGS</replaceable></option>
3191+ </term>
3192+ <listitem>
3193+ <para>Enable Gtk debugging flags.</para>
3194+ </listitem>
3195+ </varlistentry>
3196+ <varlistentry>
3197+ <term><option>--gtk-no-debug<replaceable>=FLAGS</replaceable></option>
3198+ </term>
3199+ <listitem>
3200+ <para>Disable Gtk debugging flags.</para>
3201+ </listitem>
3202+ </varlistentry>
3203+ <varlistentry>
3204+ <term><option>--g-fatal-warnings</option>
3205+ </term>
3206+ <listitem>
3207+ <para>Make all warnings fatal</para>
3208+ </listitem>
3209+ </varlistentry>
3210+ <varlistentry>
3211+ <term><option>--gtk-module<replaceable>=MODULE</replaceable></option>
3212+ </term>
3213+ <listitem>
3214+ <para>Load an additional Gtk module.</para>
3215+ </listitem>
3216+ </varlistentry>
3217+ <varlistentry>
3218+ <term><option>--oaf-ior-fd<replaceable>=FD</replaceable></option>
3219+ </term>
3220+ <listitem>
3221+ <para>File descriptor to print IOR on</para>
3222+ </listitem>
3223+ </varlistentry>
3224+ <varlistentry>
3225+ <term><option>--oaf-activate-iid<replaceable>=IID</replaceable></option>
3226+ </term>
3227+ <listitem>
3228+ <para>IID to activate</para>
3229+ </listitem>
3230+ </varlistentry>
3231+ <varlistentry>
3232+ <term><option>--oaf-private</option>
3233+ </term>
3234+ <listitem>
3235+ <para>Prevent registering of server with OAF</para>
3236+ </listitem>
3237+ </varlistentry>
3238+ <varlistentry>
3239+ <term><option>--disable-sound</option>
3240+ </term>
3241+ <listitem>
3242+ <para>Disable sound server usage</para>
3243+ </listitem>
3244+ </varlistentry>
3245+ <varlistentry>
3246+ <term><option>--enable-sound</option>
3247+ </term>
3248+ <listitem>
3249+ <para>Enable sound server usage</para>
3250+ </listitem>
3251+ </varlistentry>
3252+ <varlistentry>
3253+ <term><option>--espeaker<replaceable>=HOSTNAME:PORT</replaceable></option>
3254+ </term>
3255+ <listitem>
3256+ <para>Host:port on which the sound server to use is running</para>
3257+ </listitem>
3258+ </varlistentry>
3259+ <varlistentry>
3260+ <term><option>--version</option>
3261+ </term>
3262+ <listitem>
3263+ <para>Show version.</para>
3264+ </listitem>
3265+ </varlistentry>
3266+ <varlistentry>
3267+ <term><option>--sm-client-id<replaceable>=ID</replaceable></option>
3268+ </term>
3269+ <listitem>
3270+ <para>Specify session management ID</para>
3271+ </listitem>
3272+ </varlistentry>
3273+ <varlistentry>
3274+ <term><option>--sm-config-prefix<replaceable>=PREFIX</replaceable></option>
3275+ </term>
3276+ <listitem>
3277+ <para>Specify prefix of saved configuration</para>
3278+ </listitem>
3279+ </varlistentry>
3280+ <varlistentry>
3281+ <term><option>--sm-disable</option>
3282+ </term>
3283+ <listitem>
3284+ <para>Disable connection to session manager</para>
3285+ </listitem>
3286+ </varlistentry>
3287+ <varlistentry>
3288+ <term><option>--disable-crash-dialog</option>
3289+ </term>
3290+ <listitem>
3291+ <para>Don't show crash dialog box.</para>
3292+ </listitem>
3293+ </varlistentry>
3294+
3295+ </variablelist>
3296+ </refsect1>
3297+ <refsect1>
3298+ <title>AUTHOR</title>
3299+
3300+ <para>This manual page was written by &dhusername; &dhemail; for
3301+ the &debian; system (but may be used by others). Permission is
3302+ granted to copy, distribute and/or modify this document under
3303+ the terms of the &gnu; General Public License, Version 2 any
3304+ later version published by the Free Software Foundation.
3305+ </para>
3306+ <para>
3307+ On Debian systems, the complete text of the GNU General Public
3308+ License can be found in /usr/share/common-licenses/GPL.
3309+ </para>
3310+
3311+ </refsect1>
3312+</refentry>
3313+
3314+<!-- Keep this comment at the end of the file
3315+Local variables:
3316+mode: sgml
3317+sgml-omittag:t
3318+sgml-shorttag:t
3319+sgml-minimize-attributes:nil
3320+sgml-always-quote-attributes:t
3321+sgml-indent-step:2
3322+sgml-indent-data:t
3323+sgml-parent-document:nil
3324+sgml-default-dtd-file:nil
3325+sgml-exposed-tags:nil
3326+sgml-local-catalogs:nil
3327+sgml-local-ecat-files:nil
3328+End:
3329+-->
3330+
3331+
3332
3333=== added file 'debian/gnome-control-center.xpm'
3334--- debian/gnome-control-center.xpm 1970-01-01 00:00:00 +0000
3335+++ debian/gnome-control-center.xpm 2012-03-07 16:05:35 +0000
3336@@ -0,0 +1,361 @@
3337+/* XPM */
3338+static char * gnome_control_center_xpm[] = {
3339+"32 32 326 2",
3340+" c None",
3341+". c #959791",
3342+"+ c #C0C1BD",
3343+"@ c #8F908B",
3344+"# c #8E8F8B",
3345+"$ c #F1F1F0",
3346+"% c #F0F1F0",
3347+"& c #979A94",
3348+"* c #585A56",
3349+"= c #90918B",
3350+"- c #8D8E89",
3351+"; c #B3B5B0",
3352+"> c #F3F3F2",
3353+", c #EEEEED",
3354+"' c #898C87",
3355+") c #5A5C59",
3356+"! c #ADAFAC",
3357+"~ c #DDDDDC",
3358+"{ c #5B5D5A",
3359+"] c #9A9C95",
3360+"^ c #B3B5B1",
3361+"/ c #8A8C87",
3362+"( c #F2F2F2",
3363+"_ c #FAFAFA",
3364+": c #92948F",
3365+"< c #5B5D59",
3366+"[ c #838582",
3367+"} c #D0D0CE",
3368+"| c #D6D6D5",
3369+"1 c #C2C3C1",
3370+"2 c #979A93",
3371+"3 c #F9F9F9",
3372+"4 c #939490",
3373+"5 c #979894",
3374+"6 c #F6F7F6",
3375+"7 c #FCFCFB",
3376+"8 c #A5A7A3",
3377+"9 c #626460",
3378+"0 c #F7F7F7",
3379+"a c #EDEEED",
3380+"b c #D8D9D7",
3381+"c c #5F625D",
3382+"d c #8D8F8A",
3383+"e c #D2D5D0",
3384+"f c #868983",
3385+"g c #878984",
3386+"h c #A5A7A4",
3387+"i c #F1F2F0",
3388+"j c #F0F1EF",
3389+"k c #FCFCFC",
3390+"l c #A6A7A4",
3391+"m c #5A5C58",
3392+"n c #676964",
3393+"o c #CBCBC9",
3394+"p c #F9F9F8",
3395+"q c #969693",
3396+"r c #888985",
3397+"s c #E7E8E6",
3398+"t c #D8DAD6",
3399+"u c #E7E7E5",
3400+"v c #EAEBE9",
3401+"w c #ECECEA",
3402+"x c #E8E9E7",
3403+"y c #F3F4F3",
3404+"z c #E5E7E4",
3405+"A c #E1E2E0",
3406+"B c #858883",
3407+"C c #5A5E58",
3408+"D c #676965",
3409+"E c #A5A7A2",
3410+"F c #696C68",
3411+"G c #626461",
3412+"H c #5B5C58",
3413+"I c #A4A7A3",
3414+"J c #E7E8E5",
3415+"K c #CDCFCA",
3416+"L c #D4D6D2",
3417+"M c #E0E1DE",
3418+"N c #ECEDEB",
3419+"O c #E8EAE7",
3420+"P c #C2C4BE",
3421+"Q c #D0D2CD",
3422+"R c #C4C5C2",
3423+"S c #686A66",
3424+"T c #AAACA7",
3425+"U c #696A66",
3426+"V c #5D5F59",
3427+"W c #9C9D98",
3428+"X c #D8D9D6",
3429+"Y c #E5E5E4",
3430+"Z c #ECECEB",
3431+"` c #CBCFC8",
3432+" . c #B6B8B2",
3433+".. c #B2B4AE",
3434+"+. c #D6D7D4",
3435+"@. c #5B5F59",
3436+"#. c #6A6B67",
3437+"$. c #ADB0AB",
3438+"%. c #696C67",
3439+"&. c #80827D",
3440+"*. c #8E918B",
3441+"=. c #E0E1DF",
3442+"-. c #C6C8C3",
3443+";. c #ADB0AA",
3444+">. c #B4B6B1",
3445+",. c #E2E3E1",
3446+"'. c #AFB0AE",
3447+"). c #5D5E5B",
3448+"!. c #6B6E69",
3449+"~. c #B2B4B0",
3450+"{. c #696B68",
3451+"]. c #81837E",
3452+"^. c #D1D2CF",
3453+"/. c #C4C6C2",
3454+"(. c #BEC0BB",
3455+"_. c #EEEEEE",
3456+":. c #B0B1AE",
3457+"<. c #5D5F5B",
3458+"[. c #6E706B",
3459+"}. c #B6B8B5",
3460+"|. c #6B6C68",
3461+"1. c #7F807A",
3462+"2. c #CECFCD",
3463+"3. c #D9D9D7",
3464+"4. c #DADBD9",
3465+"5. c #EBEBEB",
3466+"6. c #EFEFEF",
3467+"7. c #5C5E5B",
3468+"8. c #6F716E",
3469+"9. c #BBBDB9",
3470+"0. c #6A6D68",
3471+"a. c #7C7F7A",
3472+"b. c #D0D0CF",
3473+"c. c #ECECEC",
3474+"d. c #E7E7E7",
3475+"e. c #E4E5E4",
3476+"f. c #717270",
3477+"g. c #C0C1BE",
3478+"h. c #6B6D69",
3479+"i. c #D1D1D0",
3480+"j. c #E1E1E0",
3481+"k. c #979895",
3482+"l. c #797B77",
3483+"m. c #6C6D68",
3484+"n. c #7C7D79",
3485+"o. c #9A9B99",
3486+"p. c #7A7B78",
3487+"q. c #C9CBC7",
3488+"r. c #70726D",
3489+"s. c #747572",
3490+"t. c #61635F",
3491+"u. c #7B7D79",
3492+"v. c #CDCFCB",
3493+"w. c #70726E",
3494+"x. c #828380",
3495+"y. c #B7B7B6",
3496+"z. c #9C9D9A",
3497+"A. c #204B86",
3498+"B. c #244E89",
3499+"C. c #565D62",
3500+"D. c #787977",
3501+"E. c #D2D4D0",
3502+"F. c #898A88",
3503+"G. c #A5A6A3",
3504+"H. c #B4B5B2",
3505+"I. c #DFE0DD",
3506+"J. c #ACADAA",
3507+"K. c #214B87",
3508+"L. c #5A7EAE",
3509+"M. c #92ABC6",
3510+"N. c #828A8E",
3511+"O. c #D6D7D5",
3512+"P. c #6E6F6B",
3513+"Q. c #5E5F5C",
3514+"R. c #9D9E9C",
3515+"S. c #C5C6C4",
3516+"T. c #C1C3BF",
3517+"U. c #DBDCD9",
3518+"V. c #ABACA9",
3519+"W. c #6E706C",
3520+"X. c #355E94",
3521+"Y. c #97B4D4",
3522+"Z. c #4574AD",
3523+"`. c #507DB5",
3524+" + c #737C80",
3525+".+ c #4F585D",
3526+"++ c #6D6F6A",
3527+"@+ c #C3C4C2",
3528+"#+ c #BABCB7",
3529+"$+ c #D7D8D5",
3530+"%+ c #6D706B",
3531+"&+ c #2E5790",
3532+"*+ c #8DA7C5",
3533+"=+ c #4D7AB1",
3534+"-+ c #4A7AB3",
3535+";+ c #5783B6",
3536+">+ c #617CA1",
3537+",+ c #173663",
3538+"'+ c #C1C1BF",
3539+")+ c #D2D3D0",
3540+"!+ c #B6B9B4",
3541+"~+ c #D0D1CD",
3542+"{+ c #CDCECC",
3543+"]+ c #787976",
3544+"^+ c #204A87",
3545+"/+ c #4A6FA3",
3546+"(+ c #91ADCD",
3547+"_+ c #507CB3",
3548+":+ c #4B7BB4",
3549+"<+ c #5881B3",
3550+"[+ c #5978A2",
3551+"}+ c #2C4A78",
3552+"|+ c #173560",
3553+"1+ c #6F716C",
3554+"2+ c #BEC0BD",
3555+"3+ c #CED0CD",
3556+"4+ c #B0B2AC",
3557+"5+ c #ADB0A9",
3558+"6+ c #CECFCB",
3559+"7+ c #E3E4E2",
3560+"8+ c #BCBDBB",
3561+"9+ c #A2A5A0",
3562+"0+ c #90928F",
3563+"a+ c #727571",
3564+"b+ c #29508C",
3565+"c+ c #7294BE",
3566+"d+ c #89AAD1",
3567+"e+ c #4372AC",
3568+"f+ c #4D7CB5",
3569+"g+ c #5780B3",
3570+"h+ c #506B91",
3571+"i+ c #1C3B69",
3572+"j+ c #6B6D6A",
3573+"k+ c #C4C5C3",
3574+"l+ c #C3C6C1",
3575+"m+ c #B7B9B4",
3576+"n+ c #DFE1DD",
3577+"o+ c #F4F5F3",
3578+"p+ c #E5E6E4",
3579+"q+ c #E6E7E5",
3580+"r+ c #385F96",
3581+"s+ c #8EAED2",
3582+"t+ c #749BC7",
3583+"u+ c #3D6DA9",
3584+"v+ c #4D7DB5",
3585+"w+ c #527DB2",
3586+"x+ c #4D6B97",
3587+"y+ c #1A3867",
3588+"z+ c #DBDCDA",
3589+"A+ c #D9DBD6",
3590+"B+ c #F8F8F8",
3591+"C+ c #DEDFDC",
3592+"D+ c #E2E3E0",
3593+"E+ c #CFD1CC",
3594+"F+ c #E8E8E7",
3595+"G+ c #2A518C",
3596+"H+ c #87A7CC",
3597+"I+ c #648EBF",
3598+"J+ c #3A6AA7",
3599+"K+ c #4E7DB6",
3600+"L+ c #537FB5",
3601+"M+ c #466899",
3602+"N+ c #203F6C",
3603+"O+ c #818380",
3604+"P+ c #F8F8F7",
3605+"Q+ c #EBECEA",
3606+"R+ c #E6E8E4",
3607+"S+ c #E4E4E3",
3608+"T+ c #9B9D9A",
3609+"U+ c #7A7C77",
3610+"V+ c #DFDFDD",
3611+"W+ c #757873",
3612+"X+ c #224B89",
3613+"Y+ c #7093BE",
3614+"Z+ c #6B92C1",
3615+"`+ c #5684B9",
3616+" @ c #385D94",
3617+".@ c #294977",
3618+"+@ c #183462",
3619+"@@ c #7E7F7B",
3620+"#@ c #CCCCCA",
3621+"$@ c #797A77",
3622+"%@ c #FAFBFA",
3623+"&@ c #9C9D99",
3624+"*@ c #204987",
3625+"=@ c #577CAB",
3626+"-@ c #7095C3",
3627+";@ c #5481B6",
3628+">@ c #325A91",
3629+",@ c #305284",
3630+"'@ c #173462",
3631+")@ c #767874",
3632+"!@ c #F1F2F1",
3633+"~@ c #ECEDEC",
3634+"{@ c #6A6C68",
3635+"]@ c #C5C6C3",
3636+"^@ c #29528B",
3637+"/@ c #7596C1",
3638+"(@ c #3B6BA7",
3639+"_@ c #4E7AAF",
3640+":@ c #335A90",
3641+"<@ c #294C7D",
3642+"[@ c #183762",
3643+"}@ c #60625D",
3644+"|@ c #E1E2DF",
3645+"1@ c #8D8E8B",
3646+"2@ c #656663",
3647+"3@ c #244980",
3648+"4@ c #5779A2",
3649+"5@ c #4773AA",
3650+"6@ c #34588E",
3651+"7@ c #214271",
3652+"8@ c #16335E",
3653+"9@ c #81827E",
3654+"0@ c #5E605D",
3655+"a@ c #264779",
3656+"b@ c #496487",
3657+"c@ c #345585",
3658+"d@ c #1B3B68",
3659+"e@ c #132C51",
3660+"f@ c #7D7F7B",
3661+"g@ c #80837D",
3662+"h@ c #17345E",
3663+"i@ c #15335B",
3664+"j@ c #575855",
3665+"k@ c #5E605C",
3666+" ",
3667+" . + @ ",
3668+" # $ % & * ",
3669+" = - ; > , ' ) ! ~ { ",
3670+" ] ^ / ( _ : < [ } | 1 ) ",
3671+" 2 3 4 5 6 7 8 9 0 a b c ",
3672+" d % e f g h i j k l m n o p q ",
3673+" r s t u v w x y z A B C D E F G H ",
3674+" I J K L M N O P Q R { S T U V ",
3675+" W X Y Z v ` ...+.! @.#.$.%.) ",
3676+" &.*.=.-.;.>.,.'. ).!.~.{.m ",
3677+" ].^./.(.^._.:. <.[.}.|.< ",
3678+" 1.2.3.4.5.6.'. 7.8.9.0.). ",
3679+" a.b.c.d.e.c.].f.g.h.{ ",
3680+" a.i.c.j.k.l./.m.< ",
3681+" n.2.o.p.q.r.s.t. ",
3682+" n u.v.w.x.y.z. ",
3683+" A.B.C.D.E.8.F.G.H.I.J.w. ",
3684+" K.L.M.N.O.P.Q.R.S./.T.U.V.W. ",
3685+" X.Y.Z.`. +.+ ++@++.(.#+$+V.%+ ",
3686+" &+*+=+-+;+>+,+ 8.'+)+!+; ~+{+]+ ",
3687+" ^+/+(+_+:+<+[+}+|+ 1+2+3+4+5+6+7+8+9+0+a+ ",
3688+" b+c+d+e+f+g+h+i+ j+k+l+m+n+o+% v p+q+l. ",
3689+" r+s+t+u+v+w+x+y+ 1+z+A+B+v C+n+D+E+F+#. ",
3690+" G+H+I+J+K+L+M+N+ O+P+Q+R+S+T+U+V+v W+ ",
3691+" X+Y+Z+J+K+`+ @.@+@ @@P+q+#@F $@%@&@ ",
3692+" *@=@-@J+K+;@>@,@'@ )@!@~@{@ ]@5 ",
3693+" ^@/@(@K+_@:@<@[@ }@s |@1@ 2@{@ ",
3694+" 3@4@f+5@6@7@8@ 9@x s 0@ ",
3695+" a@b@c@d@e@ f@e.g@ ",
3696+" h@i@ j@k@ ",
3697+" "};
3698
3699=== added file 'debian/libgnome-control-center-dev.install'
3700--- debian/libgnome-control-center-dev.install 1970-01-01 00:00:00 +0000
3701+++ debian/libgnome-control-center-dev.install 2012-03-07 16:05:35 +0000
3702@@ -0,0 +1,3 @@
3703+debian/tmp/usr/lib/pkgconfig
3704+debian/tmp/usr/include/gnome-control-center-1
3705+debian/tmp/usr/lib/libgnome-control-center.so
3706
3707=== added file 'debian/libgnome-control-center1.install'
3708--- debian/libgnome-control-center1.install 1970-01-01 00:00:00 +0000
3709+++ debian/libgnome-control-center1.install 2012-03-07 16:05:35 +0000
3710@@ -0,0 +1,1 @@
3711+usr/lib/libgnome-control-center.so.*
3712
3713=== added file 'debian/libgnome-control-center1.symbols'
3714--- debian/libgnome-control-center1.symbols 1970-01-01 00:00:00 +0000
3715+++ debian/libgnome-control-center1.symbols 2012-03-07 16:05:35 +0000
3716@@ -0,0 +1,23 @@
3717+libgnome-control-center.so.1 libgnome-control-center1 #MINVER#
3718+* Build-Depends-Package: libgnome-control-center-dev
3719+ cc_editable_entry_get_editable@Base 1:3.1.3
3720+ cc_editable_entry_get_scale@Base 1:3.1.3
3721+ cc_editable_entry_get_selectable@Base 1:3.1.4
3722+ cc_editable_entry_get_text@Base 1:3.1.3
3723+ cc_editable_entry_get_type@Base 1:3.1.3
3724+ cc_editable_entry_get_weight@Base 1:3.1.3
3725+ cc_editable_entry_new@Base 1:3.1.3
3726+ cc_editable_entry_set_editable@Base 1:3.1.3
3727+ cc_editable_entry_set_scale@Base 1:3.1.3
3728+ cc_editable_entry_set_selectable@Base 1:3.1.4
3729+ cc_editable_entry_set_text@Base 1:3.1.3
3730+ cc_editable_entry_set_weight@Base 1:3.1.3
3731+ cc_panel_get_permission@Base 1:3.1.3
3732+ cc_panel_get_shell@Base 1:2.91.2
3733+ cc_panel_get_type@Base 1:2.91.2
3734+ cc_shell_embed_widget_in_header@Base 1:3.3.5
3735+ cc_shell_get_active_panel@Base 1:2.91.2
3736+ cc_shell_get_toplevel@Base 1:2.91.2
3737+ cc_shell_get_type@Base 1:2.91.2
3738+ cc_shell_set_active_panel@Base 1:2.91.2
3739+ cc_shell_set_active_panel_from_id@Base 1:2.91.2
3740
3741=== added directory 'debian/patches'
3742=== added file 'debian/patches/02_no_assert_on_null_streams.patch'
3743--- debian/patches/02_no_assert_on_null_streams.patch 1970-01-01 00:00:00 +0000
3744+++ debian/patches/02_no_assert_on_null_streams.patch 2012-03-07 16:05:35 +0000
3745@@ -0,0 +1,17 @@
3746+Author: Rodrigo Moya <rodrigo.moya@canonical.com>
3747+Description: Temporary patch to not assert on NULL streams (LP: #741155)
3748+
3749+Index: gnome-control-center-3.3.91/panels/sound/gvc-speaker-test.c
3750+===================================================================
3751+--- gnome-control-center-3.3.91.orig/panels/sound/gvc-speaker-test.c 2012-03-05 15:04:55.000000000 +0100
3752++++ gnome-control-center-3.3.91/panels/sound/gvc-speaker-test.c 2012-03-06 17:52:14.175082968 +0100
3753+@@ -393,7 +393,8 @@
3754+ }
3755+ g_slist_free (sinks);
3756+
3757+- g_assert (stream);
3758++ if (stream == NULL)
3759++ return NULL;
3760+
3761+ g_debug ("Found stream '%s' for card '%s'",
3762+ gvc_mixer_stream_get_name (stream),
3763
3764=== added file 'debian/patches/04_new_appearance_settings.patch'
3765--- debian/patches/04_new_appearance_settings.patch 1970-01-01 00:00:00 +0000
3766+++ debian/patches/04_new_appearance_settings.patch 2012-03-07 16:05:35 +0000
3767@@ -0,0 +1,1915 @@
3768+Index: gnome-control-center-3.3.91/configure.ac
3769+===================================================================
3770+--- gnome-control-center-3.3.91.orig/configure.ac 2012-03-05 20:30:32.000000000 +0100
3771++++ gnome-control-center-3.3.91/configure.ac 2012-03-06 17:52:25.035083493 +0100
3772+@@ -93,7 +93,7 @@
3773+ PKG_CHECK_MODULES(LIBSHORTCUTS, $COMMON_MODULES x11)
3774+ PKG_CHECK_MODULES(SHELL, $COMMON_MODULES libgnome-menu-3.0 gio-unix-2.0 x11)
3775+ PKG_CHECK_MODULES(BACKGROUND_PANEL, $COMMON_MODULES libxml-2.0 gnome-desktop-3.0
3776+- gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED_VERSION)
3777++ gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED_VERSION gconf-2.0)
3778+ PKG_CHECK_MODULES(DATETIME_PANEL, $COMMON_MODULES
3779+ gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
3780+ polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION
3781+Index: gnome-control-center-3.3.91/panels/background/background.ui
3782+===================================================================
3783+--- gnome-control-center-3.3.91.orig/panels/background/background.ui 2012-03-05 15:04:55.000000000 +0100
3784++++ gnome-control-center-3.3.91/panels/background/background.ui 2012-03-06 17:52:14.199082969 +0100
3785+@@ -1,7 +1,6 @@
3786+-<?xml version="1.0"?>
3787++<?xml version="1.0" encoding="UTF-8"?>
3788+ <interface>
3789+ <requires lib="gtk+" version="2.16"/>
3790+- <!-- interface-naming-policy project-wide -->
3791+ <object class="GtkListStore" id="sources-liststore">
3792+ <columns>
3793+ <!-- column-name source-name -->
3794+@@ -12,321 +11,921 @@
3795+ <column type="gpointer"/>
3796+ </columns>
3797+ </object>
3798+- <object class="GtkHBox" id="background-panel">
3799+- <property name="visible">True</property>
3800+- <property name="border_width">10</property>
3801+- <property name="spacing">12</property>
3802++ <object class="GtkListStore" id="style-liststore">
3803++ <columns>
3804++ <!-- column-name name -->
3805++ <column type="gchararray"/>
3806++ <!-- column-name value -->
3807++ <column type="gint"/>
3808++ </columns>
3809++ <data>
3810++ <row>
3811++ <col id="0" translatable="yes">Tile</col>
3812++ <col id="1">1</col>
3813++ </row>
3814++ <row>
3815++ <col id="0" translatable="yes">Zoom</col>
3816++ <col id="1">5</col>
3817++ </row>
3818++ <row>
3819++ <col id="0" translatable="yes">Center</col>
3820++ <col id="1">2</col>
3821++ </row>
3822++ <row>
3823++ <col id="0" translatable="yes">Scale</col>
3824++ <col id="1">3</col>
3825++ </row>
3826++ <row>
3827++ <col id="0" translatable="yes">Fill</col>
3828++ <col id="1">4</col>
3829++ </row>
3830++ <row>
3831++ <col id="0" translatable="yes">Span</col>
3832++ <col id="1">6</col>
3833++ </row>
3834++ </data>
3835++ </object>
3836++ <object class="GtkListStore" id="theme-list-store">
3837++ <columns>
3838++ <!-- column-name THEME_ID -->
3839++ <column type="gchararray"/>
3840++ <!-- column-name THEME_NAME -->
3841++ <column type="gchararray"/>
3842++ </columns>
3843++ </object>
3844++ <object class="GtkWindow" id="window1">
3845++ <property name="can_focus">False</property>
3846+ <child>
3847+- <object class="GtkVBox" id="vbox2">
3848++ <object class="GtkNotebook" id="main-notebook">
3849+ <property name="visible">True</property>
3850+- <property name="orientation">vertical</property>
3851+- <property name="spacing">0</property>
3852+- <child>
3853+- <object class="GtkComboBox" id="sources-combobox">
3854+- <property name="visible">True</property>
3855+- <property name="model">sources-liststore</property>
3856+- <child>
3857+- <object class="GtkCellRendererText" id="cellrenderertext2"/>
3858+- <attributes>
3859+- <attribute name="text">0</attribute>
3860+- </attributes>
3861+- </child>
3862+- </object>
3863+- <packing>
3864+- <property name="expand">False</property>
3865+- <property name="position">0</property>
3866+- <property name="padding">6</property>
3867+- </packing>
3868+- </child>
3869++ <property name="can_focus">True</property>
3870++ <property name="border_width">12</property>
3871+ <child>
3872+- <object class="GtkScrolledWindow" id="scrolledwindow1">
3873+- <property name="width_request">220</property>
3874+- <property name="height_request">380</property>
3875++ <object class="GtkBox" id="background-panel">
3876+ <property name="visible">True</property>
3877+- <property name="can_focus">True</property>
3878+- <property name="hscrollbar_policy">automatic</property>
3879+- <property name="vscrollbar_policy">automatic</property>
3880+- <property name="shadow_type">in</property>
3881++ <property name="can_focus">False</property>
3882++ <property name="margin_top">3</property>
3883++ <property name="margin_bottom">3</property>
3884++ <property name="orientation">vertical</property>
3885++ <property name="spacing">3</property>
3886+ <child>
3887+- <object class="GtkIconView" id="backgrounds-iconview">
3888++ <object class="GtkHBox" id="background-container">
3889+ <property name="visible">True</property>
3890+- <property name="can_focus">True</property>
3891+- <property name="row_spacing">0</property>
3892+- <property name="column_spacing">0</property>
3893+- <property name="margin">0</property>
3894++ <property name="can_focus">False</property>
3895++ <property name="margin_right">4</property>
3896++ <property name="border_width">10</property>
3897++ <property name="spacing">12</property>
3898+ <child>
3899+- <object class="GtkCellRendererPixbuf" id="pixbuf-renderer">
3900+- <property name="stock_size">6</property>
3901++ <object class="GtkVBox" id="vbox3">
3902++ <property name="visible">True</property>
3903++ <property name="can_focus">False</property>
3904++ <child>
3905++ <object class="GtkLabel" id="label1">
3906++ <property name="visible">True</property>
3907++ <property name="can_focus">False</property>
3908++ <property name="xalign">0</property>
3909++ <property name="label" translatable="yes">&lt;b&gt;Background&lt;/b&gt;</property>
3910++ <property name="use_markup">True</property>
3911++ </object>
3912++ <packing>
3913++ <property name="expand">False</property>
3914++ <property name="fill">True</property>
3915++ <property name="position">0</property>
3916++ </packing>
3917++ </child>
3918++ <child>
3919++ <object class="GtkDrawingArea" id="preview-area">
3920++ <property name="visible">True</property>
3921++ <property name="can_focus">False</property>
3922++ </object>
3923++ <packing>
3924++ <property name="expand">True</property>
3925++ <property name="fill">True</property>
3926++ <property name="position">1</property>
3927++ </packing>
3928++ </child>
3929++ <child>
3930++ <object class="GtkHBox" id="heading-hbox">
3931++ <property name="visible">True</property>
3932++ <property name="can_focus">False</property>
3933++ <property name="halign">center</property>
3934++ <property name="valign">end</property>
3935++ <property name="spacing">4</property>
3936++ <child>
3937++ <object class="GtkLabel" id="background-label">
3938++ <property name="visible">True</property>
3939++ <property name="can_focus">False</property>
3940++ <property name="halign">center</property>
3941++ <property name="label">Current background</property>
3942++ <attributes>
3943++ <attribute name="style" value="italic"/>
3944++ </attributes>
3945++ </object>
3946++ <packing>
3947++ <property name="expand">False</property>
3948++ <property name="fill">True</property>
3949++ <property name="position">0</property>
3950++ </packing>
3951++ </child>
3952++ <child>
3953++ <object class="GtkLabel" id="size_label">
3954++ <property name="width_request">15</property>
3955++ <property name="visible">True</property>
3956++ <property name="can_focus">False</property>
3957++ <property name="label">(2560 x 2560)</property>
3958++ <attributes>
3959++ <attribute name="style" value="italic"/>
3960++ </attributes>
3961++ </object>
3962++ <packing>
3963++ <property name="expand">False</property>
3964++ <property name="fill">True</property>
3965++ <property name="position">1</property>
3966++ </packing>
3967++ </child>
3968++ </object>
3969++ <packing>
3970++ <property name="expand">False</property>
3971++ <property name="fill">True</property>
3972++ <property name="padding">6</property>
3973++ <property name="position">2</property>
3974++ </packing>
3975++ </child>
3976++ <child>
3977++ <object class="GtkHBox" id="bottom-hbox">
3978++ <property name="visible">True</property>
3979++ <property name="can_focus">False</property>
3980++ <property name="spacing">12</property>
3981++ <child>
3982++ <object class="GtkHBox" id="hbox2">
3983++ <property name="visible">True</property>
3984++ <property name="can_focus">False</property>
3985++ <property name="spacing">2</property>
3986++ <child>
3987++ <object class="GtkImage" id="slide_image">
3988++ <property name="visible">True</property>
3989++ <property name="can_focus">False</property>
3990++ <property name="icon_name">slideshow-symbolic</property>
3991++ </object>
3992++ <packing>
3993++ <property name="expand">False</property>
3994++ <property name="fill">True</property>
3995++ <property name="position">0</property>
3996++ </packing>
3997++ </child>
3998++ <child>
3999++ <object class="GtkLabel" id="slide-label">
4000++ <property name="visible">True</property>
4001++ <property name="can_focus">False</property>
4002++ <property name="xalign">0</property>
4003++ <property name="label" translatable="yes" comments="This refers to a slideshow background">Changes throughout the day</property>
4004++ </object>
4005++ <packing>
4006++ <property name="expand">False</property>
4007++ <property name="fill">True</property>
4008++ <property name="position">1</property>
4009++ </packing>
4010++ </child>
4011++ <child>
4012++ <object class="GtkLabel" id="strut">
4013++ <property name="visible">True</property>
4014++ <property name="can_focus">False</property>
4015++ <property name="label"> </property>
4016++ </object>
4017++ <packing>
4018++ <property name="expand">False</property>
4019++ <property name="fill">True</property>
4020++ <property name="position">1</property>
4021++ </packing>
4022++ </child>
4023++ </object>
4024++ <packing>
4025++ <property name="expand">True</property>
4026++ <property name="fill">True</property>
4027++ <property name="position">0</property>
4028++ </packing>
4029++ </child>
4030++ <child>
4031++ <object class="GtkHBox" id="edit-hbox">
4032++ <property name="visible">True</property>
4033++ <property name="can_focus">False</property>
4034++ <property name="spacing">6</property>
4035++ <child>
4036++ <object class="GtkColorButton" id="style-pcolor">
4037++ <property name="use_action_appearance">False</property>
4038++ <property name="visible">True</property>
4039++ <property name="can_focus">True</property>
4040++ <property name="receives_default">True</property>
4041++ <property name="use_action_appearance">False</property>
4042++ <property name="color">#000000000000</property>
4043++ <child internal-child="accessible">
4044++ <object class="AtkObject" id="style-pcolor-a11y">
4045++ <property name="accessible-name" translatable="yes">Primary Color</property>
4046++ </object>
4047++ </child>
4048++ </object>
4049++ <packing>
4050++ <property name="expand">False</property>
4051++ <property name="fill">False</property>
4052++ <property name="position">0</property>
4053++ </packing>
4054++ </child>
4055++ <child>
4056++ <object class="GtkButton" id="swap-color-button">
4057++ <property name="use_action_appearance">False</property>
4058++ <property name="visible">True</property>
4059++ <property name="can_focus">True</property>
4060++ <property name="receives_default">True</property>
4061++ <property name="use_action_appearance">False</property>
4062++ <child internal-child="accessible">
4063++ <object class="AtkObject" id="swap-color-a11y">
4064++ <property name="accessible-name" translatable="yes">Swap colors</property>
4065++ </object>
4066++ </child>
4067++ <child>
4068++ <object class="GtkImage" id="image1">
4069++ <property name="visible">True</property>
4070++ <property name="can_focus">False</property>
4071++ <property name="icon_name">object-flip-horizontal-symbolic</property>
4072++ </object>
4073++ </child>
4074++ </object>
4075++ <packing>
4076++ <property name="expand">False</property>
4077++ <property name="fill">False</property>
4078++ <property name="position">1</property>
4079++ </packing>
4080++ </child>
4081++ <child>
4082++ <object class="GtkColorButton" id="style-scolor">
4083++ <property name="use_action_appearance">False</property>
4084++ <property name="visible">True</property>
4085++ <property name="can_focus">True</property>
4086++ <property name="receives_default">True</property>
4087++ <property name="use_action_appearance">False</property>
4088++ <property name="color">#000000000000</property>
4089++ <child internal-child="accessible">
4090++ <object class="AtkObject" id="style-scolor-a11y">
4091++ <property name="accessible-name" translatable="yes">Secondary color</property>
4092++ </object>
4093++ </child>
4094++ </object>
4095++ <packing>
4096++ <property name="expand">False</property>
4097++ <property name="fill">False</property>
4098++ <property name="position">2</property>
4099++ </packing>
4100++ </child>
4101++ <child>
4102++ <object class="GtkComboBox" id="style-combobox">
4103++ <property name="visible">True</property>
4104++ <property name="can_focus">False</property>
4105++ <property name="model">style-liststore</property>
4106++ <property name="active">0</property>
4107++ <child>
4108++ <object class="GtkCellRendererText" id="cellrenderertext1"/>
4109++ <attributes>
4110++ <attribute name="text">0</attribute>
4111++ </attributes>
4112++ </child>
4113++ </object>
4114++ <packing>
4115++ <property name="expand">False</property>
4116++ <property name="fill">False</property>
4117++ <property name="pack_type">end</property>
4118++ <property name="position">3</property>
4119++ </packing>
4120++ </child>
4121++ </object>
4122++ <packing>
4123++ <property name="expand">False</property>
4124++ <property name="fill">False</property>
4125++ <property name="pack_type">end</property>
4126++ <property name="position">1</property>
4127++ </packing>
4128++ </child>
4129++ </object>
4130++ <packing>
4131++ <property name="expand">False</property>
4132++ <property name="fill">True</property>
4133++ <property name="position">3</property>
4134++ </packing>
4135++ </child>
4136+ </object>
4137+- <attributes>
4138+- <attribute name="gicon">0</attribute>
4139+- </attributes>
4140++ <packing>
4141++ <property name="expand">True</property>
4142++ <property name="fill">True</property>
4143++ <property name="position">0</property>
4144++ </packing>
4145+ </child>
4146+ <child>
4147+- <!-- this cell renderer is here just to have
4148+- the text spoken in orca -->
4149+- <object class="GtkCellRendererText" id="text-renderer">
4150+- <property name="visible">False</property>
4151++ <object class="GtkVBox" id="vbox2">
4152++ <property name="visible">True</property>
4153++ <property name="can_focus">False</property>
4154++ <child>
4155++ <object class="GtkComboBox" id="sources-combobox">
4156++ <property name="visible">True</property>
4157++ <property name="can_focus">False</property>
4158++ <property name="model">sources-liststore</property>
4159++ <child>
4160++ <object class="GtkCellRendererText" id="cellrenderertext2"/>
4161++ <attributes>
4162++ <attribute name="text">0</attribute>
4163++ </attributes>
4164++ </child>
4165++ </object>
4166++ <packing>
4167++ <property name="expand">False</property>
4168++ <property name="fill">True</property>
4169++ <property name="position">0</property>
4170++ </packing>
4171++ </child>
4172++ <child>
4173++ <object class="GtkScrolledWindow" id="scrolledwindow1">
4174++ <property name="width_request">262</property>
4175++ <property name="height_request">260</property>
4176++ <property name="visible">True</property>
4177++ <property name="can_focus">True</property>
4178++ <property name="shadow_type">in</property>
4179++ <child>
4180++ <object class="GtkIconView" id="backgrounds-iconview">
4181++ <property name="visible">True</property>
4182++ <property name="can_focus">True</property>
4183++ <property name="row_spacing">0</property>
4184++ <property name="column_spacing">0</property>
4185++ <child>
4186++ <object class="GtkCellRendererPixbuf" id="pixbuf-renderer">
4187++ <property name="stock_size">6</property>
4188++ </object>
4189++ <attributes>
4190++ <attribute name="gicon">0</attribute>
4191++ </attributes>
4192++ </child>
4193++ <child>
4194++ <object class="GtkCellRendererText" id="text-renderer">
4195++ <property name="visible">False</property>
4196++ </object>
4197++ <attributes>
4198++ <attribute name="text">2</attribute>
4199++ </attributes>
4200++ </child>
4201++ </object>
4202++ </child>
4203++ </object>
4204++ <packing>
4205++ <property name="expand">True</property>
4206++ <property name="fill">True</property>
4207++ <property name="position">1</property>
4208++ </packing>
4209++ </child>
4210++ <child>
4211++ <object class="GtkToolbar" id="toolbar1">
4212++ <property name="visible">True</property>
4213++ <property name="can_focus">False</property>
4214++ <property name="icon_size">1</property>
4215++ <property name="toolbar-style">icons</property>
4216++ <style>
4217++ <class name="inline-toolbar"/>
4218++ </style>
4219++ <child>
4220++ <object class="GtkToolButton" id="add_button">
4221++ <property name="use_action_appearance">False</property>
4222++ <property name="visible">True</property>
4223++ <property name="can_focus">False</property>
4224++ <property name="use_action_appearance">False</property>
4225++ <property name="label" translatable="yes">Add wallpaper</property>
4226++ <property name="use_underline">True</property>
4227++ <property name="icon_name">list-add-symbolic</property>
4228++ </object>
4229++ <packing>
4230++ <property name="expand">False</property>
4231++ <property name="homogeneous">True</property>
4232++ </packing>
4233++ </child>
4234++ <child>
4235++ <object class="GtkToolButton" id="remove_button">
4236++ <property name="use_action_appearance">False</property>
4237++ <property name="visible">True</property>
4238++ <property name="sensitive">False</property>
4239++ <property name="can_focus">False</property>
4240++ <property name="use_action_appearance">False</property>
4241++ <property name="label" translatable="yes">Remove wallpaper</property>
4242++ <property name="use_underline">True</property>
4243++ <property name="icon_name">list-remove-symbolic</property>
4244++ </object>
4245++ <packing>
4246++ <property name="expand">False</property>
4247++ <property name="homogeneous">True</property>
4248++ </packing>
4249++ </child>
4250++ </object>
4251++ <packing>
4252++ <property name="expand">False</property>
4253++ <property name="fill">True</property>
4254++ <property name="position">2</property>
4255++ </packing>
4256++ </child>
4257++ <child>
4258++ <object class="GtkCheckButton" id="add_wallpaper_dots">
4259++ <property name="label" translatable="yes">Add dots</property>
4260++ <property name="use_action_appearance">False</property>
4261++ <property name="no_show_all">True</property>
4262++ <property name="can_focus">True</property>
4263++ <property name="receives_default">False</property>
4264++ <property name="use_action_appearance">False</property>
4265++ <property name="xalign">0</property>
4266++ <property name="draw_indicator">True</property>
4267++ </object>
4268++ <packing>
4269++ <property name="expand">True</property>
4270++ <property name="fill">True</property>
4271++ <property name="position">3</property>
4272++ </packing>
4273++ </child>
4274+ </object>
4275+- <attributes>
4276+- <attribute name="text">2</attribute>
4277+- </attributes>
4278++ <packing>
4279++ <property name="expand">False</property>
4280++ <property name="fill">True</property>
4281++ <property name="position">1</property>
4282++ </packing>
4283+ </child>
4284+ </object>
4285+- </child>
4286+- </object>
4287+- <packing>
4288+- <property name="expand">True</property>
4289+- <property name="fill">True</property>
4290+- <property name="position">1</property>
4291+- </packing>
4292+- </child>
4293+- <child>
4294+- <object class="GtkToolbar" id="toolbar1">
4295+- <property name="visible">True</property>
4296+- <property name="can_focus">False</property>
4297+- <property name="icon_size">1</property>
4298+- <property name="toolbar-style">icons</property>
4299+- <style>
4300+- <class name="inline-toolbar"/>
4301+- </style>
4302+- <child>
4303+- <object class="GtkToolButton" id="add_button">
4304+- <property name="visible">True</property>
4305+- <property name="label" translatable="yes">Add wallpaper</property>
4306+- <property name="use_action_appearance">False</property>
4307+- <property name="use_underline">True</property>
4308+- <property name="icon_name">list-add-symbolic</property>
4309+- </object>
4310+ <packing>
4311+ <property name="expand">False</property>
4312+- <property name="homogeneous">True</property>
4313++ <property name="fill">True</property>
4314++ <property name="position">0</property>
4315+ </packing>
4316+ </child>
4317+ <child>
4318+- <object class="GtkToolButton" id="remove_button">
4319++ <object class="GtkSeparator" id="separator1">
4320+ <property name="visible">True</property>
4321+- <property name="label" translatable="yes">Remove wallpaper</property>
4322+- <property name="use_action_appearance">False</property>
4323+- <property name="use_underline">True</property>
4324+- <property name="icon_name">list-remove-symbolic</property>
4325+- <property name="sensitive">False</property>
4326++ <property name="can_focus">False</property>
4327++ <property name="margin_left">5</property>
4328++ <property name="margin_right">13</property>
4329+ </object>
4330+ <packing>
4331+ <property name="expand">False</property>
4332+- <property name="homogeneous">True</property>
4333++ <property name="fill">True</property>
4334++ <property name="position">1</property>
4335+ </packing>
4336+ </child>
4337+- </object>
4338+- <packing>
4339+- <property name="expand">False</property>
4340+- <property name="fill">True</property>
4341+- <property name="position">2</property>
4342+- </packing>
4343+- </child>
4344+- </object>
4345+- <packing>
4346+- <property name="expand">False</property>
4347+- <property name="fill">True</property>
4348+- <property name="position">0</property>
4349+- </packing>
4350+- </child>
4351+- <child>
4352+- <object class="GtkVBox" id="vbox3">
4353+- <property name="visible">True</property>
4354+- <property name="can_focus">False</property>
4355+- <property name="spacing">6</property>
4356+- <child>
4357+- <object class="GtkHBox" id="heading-hbox">
4358+- <property name="visible">True</property>
4359+- <property name="can_focus">False</property>
4360+- <property name="spacing">24</property>
4361+ <child>
4362+- <object class="GtkLabel" id="background-label">
4363++ <object class="GtkBox" id="theme-box">
4364+ <property name="visible">True</property>
4365+ <property name="can_focus">False</property>
4366+- <property name="xalign">0</property>
4367+- <property name="label">Current background</property>
4368+- <attributes>
4369+- <attribute name="weight" value="bold"/>
4370+- </attributes>
4371++ <property name="margin_bottom">8</property>
4372++ <property name="spacing">12</property>
4373++ <child>
4374++ <object class="GtkLabel" id="theme-label">
4375++ <property name="visible">True</property>
4376++ <property name="can_focus">False</property>
4377++ <property name="xalign">0</property>
4378++ <property name="xpad">6</property>
4379++ <property name="label" translatable="yes">&lt;b&gt;Theme&lt;/b&gt;</property>
4380++ <property name="use_markup">True</property>
4381++ </object>
4382++ <packing>
4383++ <property name="expand">False</property>
4384++ <property name="fill">True</property>
4385++ <property name="padding">6</property>
4386++ <property name="position">0</property>
4387++ </packing>
4388++ </child>
4389++ <child>
4390++ <object class="GtkComboBox" id="theme-selector">
4391++ <property name="width_request">268</property>
4392++ <property name="visible">True</property>
4393++ <property name="can_focus">False</property>
4394++ <property name="margin_right">1</property>
4395++ <property name="model">theme-list-store</property>
4396++ <property name="id_column">0</property>
4397++ <child>
4398++ <object class="GtkCellRendererText" id="theme-name-renderer"/>
4399++ <attributes>
4400++ <attribute name="markup">1</attribute>
4401++ </attributes>
4402++ </child>
4403++ </object>
4404++ <packing>
4405++ <property name="expand">False</property>
4406++ <property name="fill">True</property>
4407++ <property name="padding">9</property>
4408++ <property name="pack_type">end</property>
4409++ <property name="position">1</property>
4410++ </packing>
4411++ </child>
4412+ </object>
4413+ <packing>
4414+ <property name="expand">False</property>
4415+- <property name="position">0</property>
4416++ <property name="fill">True</property>
4417++ <property name="position">2</property>
4418+ </packing>
4419+ </child>
4420+ <child>
4421+- <object class="GtkLabel" id="size_label">
4422++ <object class="GtkSeparator" id="unity-separator1">
4423+ <property name="visible">True</property>
4424+- <property name="xalign">1</property>
4425+- <property name="label">1280x700px</property>
4426++ <property name="can_focus">False</property>
4427++ <property name="margin_left">5</property>
4428++ <property name="margin_right">13</property>
4429+ </object>
4430+ <packing>
4431+- <property name="position">1</property>
4432++ <property name="expand">False</property>
4433++ <property name="fill">True</property>
4434++ <property name="position">3</property>
4435+ </packing>
4436+ </child>
4437+- </object>
4438+- <packing>
4439+- <property name="expand">False</property>
4440+- <property name="position">0</property>
4441+- </packing>
4442+- </child>
4443+- <child>
4444+- <object class="GtkDrawingArea" id="preview-area">
4445+- <property name="visible">True</property>
4446+- </object>
4447+- <packing>
4448+- <property name="position">1</property>
4449+- </packing>
4450+- </child>
4451+- <child>
4452+- <object class="GtkHBox" id="bottom-hbox">
4453+- <property name="visible">True</property>
4454+- <property name="spacing">12</property>
4455+ <child>
4456+- <object class="GtkHBox" id="hbox2">
4457++ <object class="GtkBox" id="unity-iconsize-box">
4458+ <property name="visible">True</property>
4459+- <property name="spacing">2</property>
4460+- <child>
4461+- <object class="GtkImage" id="slide_image">
4462+- <property name="visible">True</property>
4463+- <property name="icon_name">slideshow-symbolic</property>
4464+- </object>
4465+- <packing>
4466+- <property name="expand">False</property>
4467+- <property name="position">0</property>
4468+- </packing>
4469+- </child>
4470++ <property name="can_focus">False</property>
4471++ <property name="spacing">12</property>
4472+ <child>
4473+- <object class="GtkLabel" id="slide-label">
4474++ <object class="GtkLabel" id="unity-iconsize-label">
4475+ <property name="visible">True</property>
4476++ <property name="can_focus">False</property>
4477+ <property name="xalign">0</property>
4478+- <property name="label" translatable="yes" comments="This refers to a slideshow background">Changes throughout the day</property>
4479++ <property name="xpad">6</property>
4480++ <property name="label" translatable="yes">&lt;b&gt;Launcher icon size&lt;/b&gt;</property>
4481++ <property name="use_markup">True</property>
4482+ </object>
4483+ <packing>
4484+ <property name="expand">False</property>
4485+- <property name="position">1</property>
4486++ <property name="fill">True</property>
4487++ <property name="padding">6</property>
4488++ <property name="position">0</property>
4489+ </packing>
4490+ </child>
4491+ <child>
4492+- <object class="GtkLabel" id="strut">
4493++ <object class="GtkScale" id="unity-iconsize-scale">
4494++ <property name="width_request">264</property>
4495+ <property name="visible">True</property>
4496+- <property name="label" translatable="no"> </property>
4497++ <property name="can_focus">True</property>
4498++ <property name="margin_right">2</property>
4499++ <property name="round_digits">0</property>
4500++ <property name="digits">0</property>
4501++ <property name="value_pos">left</property>
4502+ </object>
4503+ <packing>
4504+ <property name="expand">False</property>
4505++ <property name="fill">True</property>
4506++ <property name="padding">9</property>
4507++ <property name="pack_type">end</property>
4508+ <property name="position">1</property>
4509+ </packing>
4510+ </child>
4511+ </object>
4512+ <packing>
4513+- <property name="position">0</property>
4514++ <property name="expand">False</property>
4515++ <property name="fill">True</property>
4516++ <property name="position">4</property>
4517+ </packing>
4518+ </child>
4519++ </object>
4520++ </child>
4521++ <child type="tab">
4522++ <object class="GtkLabel" id="appearance_label">
4523++ <property name="visible">True</property>
4524++ <property name="can_focus">False</property>
4525++ <property name="label" translatable="yes">Look</property>
4526++ </object>
4527++ <packing>
4528++ <property name="tab_fill">False</property>
4529++ </packing>
4530++ </child>
4531++ <child>
4532++ <object class="GtkBox" id="unity-behavior">
4533++ <property name="visible">True</property>
4534++ <property name="can_focus">False</property>
4535++ <property name="margin_top">3</property>
4536++ <property name="margin_bottom">3</property>
4537++ <property name="orientation">vertical</property>
4538++ <property name="spacing">3</property>
4539+ <child>
4540+- <object class="GtkHBox" id="edit-hbox">
4541++ <object class="GtkBox" id="box1">
4542+ <property name="visible">True</property>
4543+- <property name="spacing">6</property>
4544+- <child>
4545+- <object class="GtkColorButton" id="style-pcolor">
4546+- <property name="visible">True</property>
4547+- <property name="can_focus">True</property>
4548+- <property name="receives_default">True</property>
4549+- <property name="color">#000000000000</property>
4550+- <child internal-child="accessible">
4551+- <object class="AtkObject" id="style-pcolor-a11y">
4552+- <property name="accessible-name" translatable="yes">Primary Color</property>
4553+- </object>
4554+- </child>
4555+- </object>
4556+- <packing>
4557+- <property name="expand">False</property>
4558+- <property name="fill">False</property>
4559+- <property name="position">0</property>
4560+- </packing>
4561+- </child>
4562++ <property name="can_focus">False</property>
4563++ <property name="orientation">vertical</property>
4564+ <child>
4565+- <object class="GtkButton" id="swap-color-button">
4566++ <object class="GtkBox" id="box3">
4567+ <property name="visible">True</property>
4568+- <property name="can_focus">True</property>
4569+- <property name="receives_default">True</property>
4570+- <property name="use_action_appearance">False</property>
4571+- <child internal-child="accessible">
4572+- <object class="AtkObject" id="swap-color-a11y">
4573+- <property name="accessible-name" translatable="yes">Swap colors</property>
4574++ <property name="can_focus">False</property>
4575++ <property name="border_width">10</property>
4576++ <property name="spacing">12</property>
4577++ <child>
4578++ <object class="GtkBox" id="box4">
4579++ <property name="visible">True</property>
4580++ <property name="can_focus">False</property>
4581++ <property name="orientation">vertical</property>
4582++ <property name="spacing">2</property>
4583++ <child>
4584++ <object class="GtkLabel" id="label4">
4585++ <property name="visible">True</property>
4586++ <property name="can_focus">False</property>
4587++ <property name="xalign">0</property>
4588++ <property name="label" translatable="yes">&lt;b&gt;Auto-hide the Launcher&lt;/b&gt;</property>
4589++ <property name="use_markup">True</property>
4590++ </object>
4591++ <packing>
4592++ <property name="expand">False</property>
4593++ <property name="fill">True</property>
4594++ <property name="position">0</property>
4595++ </packing>
4596++ </child>
4597++ <child>
4598++ <object class="GtkLabel" id="label2">
4599++ <property name="visible">True</property>
4600++ <property name="can_focus">False</property>
4601++ <property name="xalign">0</property>
4602++ <property name="label" translatable="yes">&lt;span size="small"&gt;The launcher will reveal when moving the pointer to the defined hot spot.&lt;/span&gt;</property>
4603++ <property name="use_markup">True</property>
4604++ </object>
4605++ <packing>
4606++ <property name="expand">False</property>
4607++ <property name="fill">True</property>
4608++ <property name="position">1</property>
4609++ </packing>
4610++ </child>
4611++ <child>
4612++ <object class="GtkBox" id="box2">
4613++ <property name="visible">True</property>
4614++ <property name="can_focus">False</property>
4615++ <property name="margin_left">10</property>
4616++ <property name="margin_top">9</property>
4617++ <property name="orientation">vertical</property>
4618++ <child>
4619++ <object class="GtkLabel" id="unity_reveal_label">
4620++ <property name="visible">True</property>
4621++ <property name="can_focus">False</property>
4622++ <property name="xalign">0</property>
4623++ <property name="label" translatable="yes">Reveal location:</property>
4624++ </object>
4625++ <packing>
4626++ <property name="expand">False</property>
4627++ <property name="fill">True</property>
4628++ <property name="position">0</property>
4629++ </packing>
4630++ </child>
4631++ <child>
4632++ <object class="GtkRadioButton" id="unity_reveal_spot_left">
4633++ <property name="label" translatable="yes">Left side</property>
4634++ <property name="use_action_appearance">False</property>
4635++ <property name="visible">True</property>
4636++ <property name="can_focus">True</property>
4637++ <property name="receives_default">False</property>
4638++ <property name="use_action_appearance">False</property>
4639++ <property name="xalign">0</property>
4640++ <property name="active">True</property>
4641++ <property name="draw_indicator">True</property>
4642++ </object>
4643++ <packing>
4644++ <property name="expand">False</property>
4645++ <property name="fill">True</property>
4646++ <property name="position">1</property>
4647++ </packing>
4648++ </child>
4649++ <child>
4650++ <object class="GtkRadioButton" id="unity_reveal_spot_topleft">
4651++ <property name="label" translatable="yes">Top left corner</property>
4652++ <property name="use_action_appearance">False</property>
4653++ <property name="visible">True</property>
4654++ <property name="can_focus">True</property>
4655++ <property name="receives_default">False</property>
4656++ <property name="use_action_appearance">False</property>
4657++ <property name="xalign">0</property>
4658++ <property name="active">True</property>
4659++ <property name="draw_indicator">True</property>
4660++ <property name="group">unity_reveal_spot_left</property>
4661++ </object>
4662++ <packing>
4663++ <property name="expand">False</property>
4664++ <property name="fill">True</property>
4665++ <property name="position">2</property>
4666++ </packing>
4667++ </child>
4668++ <child>
4669++ <object class="GtkRadioButton" id="unity_reveal_spot_otheroption">
4670++ <property name="label" translatable="yes">Other reveal option</property>
4671++ <property name="use_action_appearance">False</property>
4672++ <property name="can_focus">True</property>
4673++ <property name="receives_default">False</property>
4674++ <property name="no_show_all">True</property>
4675++ <property name="use_action_appearance">False</property>
4676++ <property name="xalign">0</property>
4677++ <property name="draw_indicator">True</property>
4678++ <property name="group">unity_reveal_spot_left</property>
4679++ </object>
4680++ <packing>
4681++ <property name="expand">False</property>
4682++ <property name="fill">True</property>
4683++ <property name="position">3</property>
4684++ </packing>
4685++ </child>
4686++ </object>
4687++ <packing>
4688++ <property name="expand">False</property>
4689++ <property name="fill">True</property>
4690++ <property name="position">2</property>
4691++ </packing>
4692++ </child>
4693++ <child>
4694++ <object class="GtkBox" id="box6">
4695++ <property name="visible">True</property>
4696++ <property name="can_focus">False</property>
4697++ <property name="spacing">6</property>
4698++ <child>
4699++ <object class="GtkLabel" id="unity-launcher-sensitivity-label">
4700++ <property name="visible">True</property>
4701++ <property name="can_focus">False</property>
4702++ <property name="label" translatable="yes">Reveal sensitivity</property>
4703++ </object>
4704++ <packing>
4705++ <property name="expand">False</property>
4706++ <property name="fill">True</property>
4707++ <property name="position">0</property>
4708++ </packing>
4709++ </child>
4710++ <child>
4711++ <object class="GtkLabel" id="unity-launcher-sensitivity-low-label">
4712++ <property name="visible">True</property>
4713++ <property name="can_focus">False</property>
4714++ <property name="margin_left">5</property>
4715++ <property name="label" translatable="yes">&lt;small&gt;Low&lt;/small&gt;</property>
4716++ <property name="use_markup">True</property>
4717++ </object>
4718++ <packing>
4719++ <property name="expand">False</property>
4720++ <property name="fill">True</property>
4721++ <property name="position">1</property>
4722++ </packing>
4723++ </child>
4724++ <child>
4725++ <object class="GtkScale" id="unity-launcher-sensitivity">
4726++ <property name="width_request">300</property>
4727++ <property name="visible">True</property>
4728++ <property name="can_focus">True</property>
4729++ <property name="round_digits">0</property>
4730++ <property name="digits">0</property>
4731++ <property name="draw_value">False</property>
4732++ </object>
4733++ <packing>
4734++ <property name="expand">False</property>
4735++ <property name="fill">True</property>
4736++ <property name="padding">9</property>
4737++ <property name="position">2</property>
4738++ </packing>
4739++ </child>
4740++ <child>
4741++ <object class="GtkLabel" id="unity-launcher-sensitivity-high-label">
4742++ <property name="visible">True</property>
4743++ <property name="can_focus">False</property>
4744++ <property name="label" translatable="yes">&lt;small&gt;High&lt;/small&gt;</property>
4745++ <property name="use_markup">True</property>
4746++ </object>
4747++ <packing>
4748++ <property name="expand">False</property>
4749++ <property name="fill">True</property>
4750++ <property name="position">3</property>
4751++ </packing>
4752++ </child>
4753++ </object>
4754++ <packing>
4755++ <property name="expand">False</property>
4756++ <property name="fill">True</property>
4757++ <property name="position">3</property>
4758++ </packing>
4759++ </child>
4760+ </object>
4761++ <packing>
4762++ <property name="expand">False</property>
4763++ <property name="fill">True</property>
4764++ <property name="padding">5</property>
4765++ <property name="position">0</property>
4766++ </packing>
4767+ </child>
4768+ <child>
4769+- <object class="GtkImage" id="image1">
4770++ <object class="GtkBox" id="box7">
4771+ <property name="visible">True</property>
4772+ <property name="can_focus">False</property>
4773+- <property name="icon_name">object-flip-horizontal-symbolic</property>
4774++ <property name="orientation">vertical</property>
4775++ <child>
4776++ <object class="GtkSwitch" id="unity_launcher_autohide">
4777++ <property name="use_action_appearance">False</property>
4778++ <property name="visible">True</property>
4779++ <property name="can_focus">True</property>
4780++ <property name="use_action_appearance">False</property>
4781++ <property name="active">True</property>
4782++ </object>
4783++ <packing>
4784++ <property name="expand">False</property>
4785++ <property name="fill">True</property>
4786++ <property name="position">0</property>
4787++ </packing>
4788++ </child>
4789++ <child>
4790++ <placeholder/>
4791++ </child>
4792+ </object>
4793++ <packing>
4794++ <property name="expand">False</property>
4795++ <property name="fill">False</property>
4796++ <property name="pack_type">end</property>
4797++ <property name="position">1</property>
4798++ </packing>
4799+ </child>
4800+ </object>
4801+ <packing>
4802+ <property name="expand">False</property>
4803+- <property name="fill">False</property>
4804+- <property name="position">1</property>
4805++ <property name="fill">True</property>
4806++ <property name="position">0</property>
4807+ </packing>
4808+ </child>
4809+ <child>
4810+- <object class="GtkComboBox" id="style-combobox">
4811+- <property name="visible">True</property>
4812+- <property name="model">style-liststore</property>
4813+- <property name="active">0</property>
4814+- <child>
4815+- <object class="GtkCellRendererText" id="cellrenderertext1"/>
4816+- <attributes>
4817+- <attribute name="text">0</attribute>
4818+- </attributes>
4819+- </child>
4820++ <object class="GtkLabel" id="unity-label-external-tool">
4821++ <property name="can_focus">False</property>
4822++ <property name="xalign">0</property>
4823++ <property name="xpad">12</property>
4824++ <property name="label" translatable="yes">Some settings have been overriden by an external program, press "Restore Default Behaviors" to reset the behavior and return control to this panel.</property>
4825++ <property name="wrap">True</property>
4826+ </object>
4827+ <packing>
4828+ <property name="expand">False</property>
4829+- <property name="fill">False</property>
4830+- <property name="pack_type">end</property>
4831+- <property name="position">3</property>
4832++ <property name="fill">True</property>
4833++ <property name="position">1</property>
4834+ </packing>
4835+ </child>
4836++ </object>
4837++ <packing>
4838++ <property name="expand">False</property>
4839++ <property name="fill">True</property>
4840++ <property name="position">0</property>
4841++ </packing>
4842++ </child>
4843++ <child>
4844++ <object class="GtkSeparator" id="separator3">
4845++ <property name="visible">True</property>
4846++ <property name="can_focus">False</property>
4847++ </object>
4848++ <packing>
4849++ <property name="expand">False</property>
4850++ <property name="fill">True</property>
4851++ <property name="position">1</property>
4852++ </packing>
4853++ </child>
4854++ <child>
4855++ <object class="GtkBox" id="box5">
4856++ <property name="height_request">36</property>
4857++ <property name="visible">True</property>
4858++ <property name="can_focus">False</property>
4859+ <child>
4860+- <object class="GtkColorButton" id="style-scolor">
4861++ <object class="GtkButton" id="button-restore-unitybehavior">
4862++ <property name="label" translatable="yes">Restore Default Behaviours</property>
4863++ <property name="use_action_appearance">False</property>
4864++ <property name="width_request">136</property>
4865+ <property name="visible">True</property>
4866+ <property name="can_focus">True</property>
4867+ <property name="receives_default">True</property>
4868+ <property name="use_action_appearance">False</property>
4869+- <property name="color">#000000000000</property>
4870+- <child internal-child="accessible">
4871+- <object class="AtkObject" id="style-scolor-a11y">
4872+- <property name="accessible-name" translatable="yes">Secondary color</property>
4873+- </object>
4874+- </child>
4875+ </object>
4876+ <packing>
4877+ <property name="expand">False</property>
4878+- <property name="fill">False</property>
4879+- <property name="position">2</property>
4880++ <property name="fill">True</property>
4881++ <property name="padding">10</property>
4882++ <property name="position">0</property>
4883+ </packing>
4884+ </child>
4885++ <child>
4886++ <placeholder/>
4887++ </child>
4888+ </object>
4889+ <packing>
4890+ <property name="expand">False</property>
4891+- <property name="fill">False</property>
4892+- <property name="pack_type">end</property>
4893+- <property name="position">1</property>
4894++ <property name="fill">True</property>
4895++ <property name="position">2</property>
4896+ </packing>
4897+ </child>
4898++ <child>
4899++ <placeholder/>
4900++ </child>
4901++ <child>
4902++ <placeholder/>
4903++ </child>
4904+ </object>
4905+ <packing>
4906+- <property name="expand">False</property>
4907+- <property name="position">2</property>
4908++ <property name="position">1</property>
4909++ </packing>
4910++ </child>
4911++ <child type="tab">
4912++ <object class="GtkLabel" id="behavior_label">
4913++ <property name="visible">True</property>
4914++ <property name="can_focus">False</property>
4915++ <property name="label" translatable="yes">Behavior</property>
4916++ </object>
4917++ <packing>
4918++ <property name="position">1</property>
4919++ <property name="tab_fill">False</property>
4920+ </packing>
4921+ </child>
4922+ </object>
4923+- <packing>
4924+- <property name="position">1</property>
4925+- </packing>
4926+ </child>
4927+ </object>
4928+ <object class="GtkSizeGroup" id="sizegroup">
4929+@@ -338,38 +937,4 @@
4930+ <widget name="strut"/>
4931+ </widgets>
4932+ </object>
4933+- <object class="GtkListStore" id="style-liststore">
4934+- <columns>
4935+- <!-- column-name name -->
4936+- <column type="gchararray"/>
4937+- <!-- column-name value -->
4938+- <column type="gint"/>
4939+- </columns>
4940+- <data>
4941+- <row>
4942+- <col id="0" translatable="yes">Tile</col>
4943+- <col id="1">1</col>
4944+- </row>
4945+- <row>
4946+- <col id="0" translatable="yes">Zoom</col>
4947+- <col id="1">5</col>
4948+- </row>
4949+- <row>
4950+- <col id="0" translatable="yes">Center</col>
4951+- <col id="1">2</col>
4952+- </row>
4953+- <row>
4954+- <col id="0" translatable="yes">Scale</col>
4955+- <col id="1">3</col>
4956+- </row>
4957+- <row>
4958+- <col id="0" translatable="yes">Fill</col>
4959+- <col id="1">4</col>
4960+- </row>
4961+- <row>
4962+- <col id="0" translatable="yes">Span</col>
4963+- <col id="1">6</col>
4964+- </row>
4965+- </data>
4966+- </object>
4967+ </interface>
4968+Index: gnome-control-center-3.3.91/panels/background/cc-background-panel.c
4969+===================================================================
4970+--- gnome-control-center-3.3.91.orig/panels/background/cc-background-panel.c 2012-03-05 15:04:55.000000000 +0100
4971++++ gnome-control-center-3.3.91/panels/background/cc-background-panel.c 2012-03-06 17:52:14.239082971 +0100
4972+@@ -24,6 +24,7 @@
4973+ #include <string.h>
4974+ #include <glib/gi18n-lib.h>
4975+ #include <gdesktop-enums.h>
4976++#include <gconf/gconf-client.h>
4977+
4978+ #include "cc-background-panel.h"
4979+ #include "bg-wallpapers-source.h"
4980+@@ -69,6 +70,8 @@
4981+ #endif
4982+
4983+ GSettings *settings;
4984++ GSettings *interface_settings;
4985++ GSettings *unity2d_settings;
4986+
4987+ GnomeDesktopThumbnailFactory *thumb_factory;
4988+
4989+@@ -81,6 +84,8 @@
4990+
4991+ GdkPixbuf *display_base;
4992+ GdkPixbuf *display_overlay;
4993++
4994++ GSList *gconf_notify_id;
4995+ };
4996+
4997+ enum
4998+@@ -93,6 +98,26 @@
4999+ #endif
5000+ };
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: