[mate-control-center] Fix titlebar action settings

Dan Mashal vicodan at fedoraproject.org
Sat Jan 12 00:34:55 UTC 2013


commit 6a645adfb1a827ae8d2feb2e108d8c57bfbccb83
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Fri Jan 11 16:34:25 2013 -0800

    Fix titlebar action settings

 mate-control-center.spec |   84 +++++------
 titlebar_actions.patch   |  387 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 427 insertions(+), 44 deletions(-)
---
diff --git a/mate-control-center.spec b/mate-control-center.spec
index 40026b6..e1e5e95 100644
--- a/mate-control-center.spec
+++ b/mate-control-center.spec
@@ -1,39 +1,41 @@
 Name:           mate-control-center
-%define _name   libslab
+#%define _name   libslab
 Version:        1.5.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MATE Desktop control-center
 License:        LGPLv2+ and GPLv2+
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
-Requires:       gsettings-desktop-schemas
+
+#patch fix titlebar actions
+patch0: titlebar_actions.patch
 
 BuildRequires: desktop-file-utils
 BuildRequires: icon-naming-utils
 BuildRequires: mate-common
-BuildRequires: pkgconfig(dbus-glib-1)
-BuildRequires: pkgconfig(dconf)
-BuildRequires: pkgconfig(ice)
-BuildRequires: pkgconfig(libcanberra)
-BuildRequires: pkgconfig(libmate-menu)
-BuildRequires: pkgconfig(libmatekbd)
-BuildRequires: pkgconfig(libmatenotify)
-BuildRequires: pkgconfig(libmarco-private)
-BuildRequires: pkgconfig(librsvg-2.0)
-BuildRequires: pkgconfig(libxklavier)
-BuildRequires: pkgconfig(gtk+-2.0)
-BuildRequires: pkgconfig(gsettings-desktop-schemas)
-BuildRequires: pkgconfig(mate-settings-daemon)
-BuildRequires: pkgconfig(mate-desktop-2.0)
-BuildRequires: pkgconfig(mate-doc-utils) 
-BuildRequires: pkgconfig(nss)
-BuildRequires: pkgconfig(polkit-agent-1)
-BuildRequires: pkgconfig(sm)
-BuildRequires: pkgconfig(unique-1.0)
-BuildRequires: pkgconfig(xext)
-BuildRequires: pkgconfig(xscrnsaver)
-BuildRequires: pkgconfig(xxf86misc)
-BuildRequires: pkgconfig(xkbfile)
+BuildRequires: dbus-glib-devel
+BuildRequires: dconf-devel
+BuildRequires: libSM-devel
+BuildRequires: libcanberra-devel
+BuildRequires: mate-menus-devel
+BuildRequires: libmatekbd-devel
+BuildRequires: libmatenotify-devel
+BuildRequires: mate-window-manager-devel
+BuildRequires: librsvg2-devel
+BuildRequires: libxklavier-devel
+BuildRequires: gtk2-devel
+BuildRequires: gsettings-desktop-schemas-devel
+BuildRequires: mate-settings-daemon-devel
+BuildRequires: mate-desktop-devel
+BuildRequires: mate-doc-utils
+BuildRequires: nss-devel
+BuildRequires: polkit-devel
+BuildRequires: unique-devel
+BuildRequires: libXScrnSaver-devel
+BuildRequires: libXxf86misc-devel
+BuildRequires: libxkbfile-devel
+
+Obsoletes: %{name}-%{version}-1.5.2-1
 
 # sample code block for handling distributions which cant provide
 # pkgconfig() capabilities - according to Dan: %%{?fedora} < 17
@@ -43,17 +45,9 @@ BuildRequires: pkgconfig(xkbfile)
 # BuildRequires: pkgconfig(foobar)
 %endif
 
-%description
-MATE Desktop Control Center
-
 
-%package -n %{_name}
-License:        LGPLv2+
-Summary:        MATE Desktop libslab port
-
-%description -n %{_name}
-This package provides libslab which is used in MATE control panel and in
-gnome-main-menu.
+%description 
+MATE Control Center configures system settings such as themes, keyboards shortcuts, etc.
 
 
 %package devel
@@ -66,7 +60,7 @@ Development files for mate-control-center
 
 %prep
 %setup -q
-
+%patch0 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh
@@ -103,7 +97,6 @@ rm %{buildroot}%{_datadir}/applications/mimeinfo.cache
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 /bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
 
-%post -n %{_name} -p /sbin/ldconfig
 
 %postun
 /sbin/ldconfig
@@ -111,14 +104,14 @@ rm %{buildroot}%{_datadir}/applications/mimeinfo.cache
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 if [ $1 -eq 0 ] ; then
     /bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null
-    /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &> /dev/null || :
+    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
     /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 fi
 
-%postun -n %{_name} -p /sbin/ldconfig
+
 
 %posttrans
-/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &> /dev/null || :
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
@@ -141,9 +134,8 @@ fi
 %{_datadir}/thumbnailers/mate-font-viewer.thumbnailer
 %{_datadir}/omf/mate-control-center/
 %{_datadir}/polkit-1/actions/org.mate.randr.policy
-
-%files -n %{_name}
 %{_libdir}/libslab.so.*
+%{_datadir}/MateConf/gsettings/mate-control-center.convert
 
 %files devel
 %{_includedir}/mate-window-settings-2.0/
@@ -151,12 +143,16 @@ fi
 %{_libdir}/libmate-window-settings.so
 %{_datadir}/pkgconfig/mate-default-applications.pc
 %{_datadir}/pkgconfig/mate-keybindings.pc
-# libslab
 %{_includedir}/libslab/
 %{_libdir}/libslab.so
 %{_libdir}/pkgconfig/libslab.pc
 
 %changelog
+* Fri Jan 11 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.2-2
+- Switch back to old BR scheme.
+- Drop unneeded BR's
+- Add upstream patch to fix tielbar actions
+
 * Fri Dec 21 2012 Nelson Marques <nmarques at fedoraproject.org> - 1.5.2-1
 - Update to version 1.5.2 so we can receive mate-panel 1.5.3
 - Remove dropped BRs: MateCORBA-2.0 
diff --git a/titlebar_actions.patch b/titlebar_actions.patch
new file mode 100644
index 0000000..ab2baf0
--- /dev/null
+++ b/titlebar_actions.patch
@@ -0,0 +1,387 @@
+diff -uNrp a/capplets/appearance/appearance-main.c b/capplets/appearance/appearance-main.c
+--- a/capplets/appearance/appearance-main.c	2012-12-19 14:40:46.000000000 -0800
++++ b/capplets/appearance/appearance-main.c	2013-01-11 11:26:36.077489715 -0800
+@@ -24,6 +24,7 @@
+ #include "appearance-font.h"
+ #include "appearance-themes.h"
+ #include "appearance-style.h"
++#include "appearance-support.h"
+ #include "theme-installer.h"
+ #include "theme-thumbnail.h"
+ #include "activate-settings-daemon.h"
+@@ -90,6 +91,7 @@ main_window_response (GtkWidget *widget,
+     style_shutdown (data);
+     desktop_shutdown (data);
+     font_shutdown (data);
++    support_shutdown (data);
+ 
+     g_object_unref (data->thumb_factory);
+     g_object_unref (data->settings);
+@@ -183,6 +185,9 @@ main (int argc, char **argv)
+   g_strfreev (wallpaper_files);
+   font_init (data);
+ 
++  /* init support for other window managers */
++  support_init (data);
++
+   /* prepare the main window */
+   w = appearance_capplet_get_widget (data, "appearance_window");
+   capplet_set_icon (w, "preferences-desktop-theme");
+diff -uNrp a/capplets/appearance/appearance-support.c b/capplets/appearance/appearance-support.c
+--- a/capplets/appearance/appearance-support.c	1969-12-31 16:00:00.000000000 -0800
++++ b/capplets/appearance/appearance-support.c	2013-01-11 11:26:36.078489726 -0800
+@@ -0,0 +1,106 @@
++/*
++ * Copyright (C) 2012 Stefano Karapetsas
++ * Authors: Stefano Karapetsas <stefano at karapetsas.com>
++ * All Rights Reserved
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License as published by
++ * the Free Software Foundation; either version 2 of the License, or
++ * (at your option) any later version.
++ *
++ * This program is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++ * GNU General Public License for more details.
++ *
++ * You should have received a copy of the GNU General Public License along
++ * with this program; if not, write to the Free Software Foundation, Inc.,
++ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
++ */
++
++#include "appearance.h"
++#include "wm-common.h"
++
++#include <glib.h>
++#include <gio/gio.h>
++
++static gboolean
++is_program_in_path (const char *program)
++{
++    char *tmp = g_find_program_in_path (program);
++    if (tmp != NULL)
++    {
++        g_free (tmp);
++        return TRUE;
++    }
++    else
++    {
++        return FALSE;
++    }
++}
++
++static gboolean
++metacity_is_running()
++{
++    gboolean is_running = FALSE;
++    gchar *current_wm = NULL;
++
++    current_wm = wm_common_get_current_window_manager ();
++
++    is_running = (g_strcmp0(current_wm, WM_COMMON_METACITY) == 0) ||
++                 (g_strcmp0(current_wm, WM_COMMON_COMPIZ) == 0);
++
++    g_free (current_wm);
++
++    return is_running;
++}
++
++static void
++metacity_theme_apply(const gchar *theme)
++{
++    /* set theme, we use gconf and gsettings binaries to avoid schemas and versions issues */
++    if (is_program_in_path ("gconftool-2"))
++    {
++        gchar *gconf_cmd = g_strdup_printf("gconftool-2 --set --type string /apps/metacity/general/theme '%s'", theme);
++        g_spawn_command_line_async (gconf_cmd, NULL);
++        g_free (gconf_cmd);
++    }
++
++    if (is_program_in_path ("gsettings"))
++    {
++        gchar *gsettings_cmd = g_strdup_printf("gsettings set org.gnome.desktop.wm.preferences theme '%s'", theme);
++        g_spawn_command_line_async (gsettings_cmd, NULL);
++        g_free (gsettings_cmd);
++    }
++}
++
++static void
++marco_theme_changed(GSettings *settings, gchar *key, AppearanceData* data)
++{
++    gchar *theme = NULL;
++    if (metacity_is_running ())
++    {
++        theme = g_settings_get_string (settings, key);
++        metacity_theme_apply (theme);
++        g_free (theme);
++    }
++}
++
++void
++support_init(AppearanceData* data)
++{
++    /* needed for wm_common_get_current_window_manager() */
++    wm_common_update_window ();
++    /* GSettings signal */
++    g_signal_connect (data->marco_settings, "changed::" MARCO_THEME_KEY,
++                      G_CALLBACK (marco_theme_changed), data);
++    /* apply theme at start */
++    if (metacity_is_running ())
++        marco_theme_changed (data->marco_settings, MARCO_THEME_KEY, data);
++}
++
++void
++support_shutdown(AppearanceData* data)
++{
++    /* nothing to do */
++}
+diff -uNrp a/capplets/appearance/appearance-support.h b/capplets/appearance/appearance-support.h
+--- a/capplets/appearance/appearance-support.h	1969-12-31 16:00:00.000000000 -0800
++++ b/capplets/appearance/appearance-support.h	2013-01-11 11:26:36.078489726 -0800
+@@ -0,0 +1,22 @@
++/*
++ * Copyright (C) 2012 Stefano Karapetsas
++ * Authors: Stefano Karapetsas <stefano at karapetsas.com>
++ * All Rights Reserved
++ *
++ * This program is free software; you can redistribute it and/or modify
++ * it under the terms of the GNU General Public License as published by
++ * the Free Software Foundation; either version 2 of the License, or
++ * (at your option) any later version.
++ *
++ * This program is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++ * GNU General Public License for more details.
++ *
++ * You should have received a copy of the GNU General Public License along
++ * with this program; if not, write to the Free Software Foundation, Inc.,
++ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
++ */
++
++void support_init(AppearanceData* data);
++void support_shutdown(AppearanceData* data);
+diff -uNrp a/capplets/appearance/Makefile.am b/capplets/appearance/Makefile.am
+--- a/capplets/appearance/Makefile.am	2012-12-19 14:40:46.000000000 -0800
++++ b/capplets/appearance/Makefile.am	2013-01-11 11:26:36.077489715 -0800
+@@ -16,6 +16,8 @@ mate_appearance_properties_SOURCES = \
+ 	appearance-themes.h \
+ 	appearance-style.c \
+ 	appearance-style.h \
++	appearance-support.c \
++	appearance-support.h \
+ 	mate-wp-info.c \
+ 	mate-wp-info.h \
+ 	mate-wp-item.c \
+diff -uNrp a/capplets/common/wm-common.c b/capplets/common/wm-common.c
+--- a/capplets/common/wm-common.c	2012-12-19 14:40:46.000000000 -0800
++++ b/capplets/common/wm-common.c	2013-01-11 11:26:36.083489781 -0800
+@@ -181,4 +181,8 @@ wm_common_register_window_manager_change
+   XSync (GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), False);
+ }
+ 
+-
++void
++wm_common_update_window ()
++{
++  update_wm_window();
++}
+diff -uNrp a/capplets/common/wm-common.h b/capplets/common/wm-common.h
+--- a/capplets/common/wm-common.h	2012-12-19 14:40:46.000000000 -0800
++++ b/capplets/common/wm-common.h	2013-01-11 11:26:36.083489781 -0800
+@@ -1,8 +1,10 @@
+ #ifndef WM_COMMON_H
+ #define WM_COMMON_H
+ 
+-#define WM_COMMON_MARCO "Marco"
++#define WM_COMMON_MARCO    "Marco"
+ #define WM_COMMON_SAWFISH  "Sawfish"
++#define WM_COMMON_METACITY "Metacity"
++#define WM_COMMON_COMPIZ   "compiz"
+ #define WM_COMMON_UNKNOWN  "Unknown"
+ 
+ gchar *wm_common_get_current_window_manager (void);
+@@ -12,6 +14,7 @@ char **wm_common_get_current_keybindings
+ 
+ void   wm_common_register_window_manager_change (GFunc    func,
+ 						 gpointer data);
++void   wm_common_update_window (void);
+ 
+ #endif /* WM_COMMON_H */
+ 
+diff -uNrp a/distro/archlinux/mate-control-center.install b/distro/archlinux/mate-control-center.install
+--- a/distro/archlinux/mate-control-center.install	1969-12-31 16:00:00.000000000 -0800
++++ b/distro/archlinux/mate-control-center.install	2013-01-11 11:26:36.091489868 -0800
+@@ -0,0 +1,26 @@
++pkgname=mate-control-center
++
++post_install() {
++	usr/sbin/mateconfpkg --install ${pkgname}
++	update-desktop-database -q
++	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
++	update-mime-database usr/share/mime
++}
++
++pre_upgrade() {
++	pre_remove $1
++}
++
++post_upgrade() {
++	post_install $1
++}
++
++pre_remove() {
++	usr/sbin/mateconfpkg --uninstall ${pkgname}
++}
++
++post_remove() {
++	update-desktop-database -q
++	gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
++	update-mime-database usr/share/mime
++}
+diff -uNrp a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD
+--- a/distro/archlinux/PKGBUILD	1969-12-31 16:00:00.000000000 -0800
++++ b/distro/archlinux/PKGBUILD	2013-01-11 11:26:36.091489868 -0800
+@@ -0,0 +1,43 @@
++pkgname=mate-control-center
++pkgver=1.1.0
++pkgrel=1
++pkgdesc="The Control Center for MATE"
++arch=('i686' 'x86_64')
++license=('GPL')
++depends=('mate-window-manager' 'libxss' 'desktop-file-utils'
++         'mate-settings-daemon' 'libmatekbd' 'libcanberra'
++         'sound-theme-freedesktop' 'libunique' 'mate-menus'
++         'librsvg') #  'evolution-data-server>=2.29.92'
++makedepends=('mate-doc-utils' 'pkgconfig' 'intltool')
++options=('!emptydirs' '!libtool')
++url="http://matsusoft.com.ar/projects/mate/"
++groups=('mate')
++install=mate-control-center.install
++source=()
++sha256sums=()
++
++build() {
++	cd "${srcdir}/../../../"
++    ./autogen.sh \
++        --prefix=/usr \
++        --sysconfdir=/etc \
++        --localstatedir=/var \
++        --disable-static \
++        --disable-scrollkeeper \
++        --disable-update-mimedb || return 1
++    #  --enable-aboutme <- this requires libebook (from evolution)
++    make || return 1
++}
++
++package() {
++	cd "${srcdir}/../../../"
++
++    make MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
++
++    install -m755 -d "${pkgdir}/usr/share/mateconf/schemas"
++    mateconf-merge-schema "${pkgdir}/usr/share/mateconf/schemas/${pkgname}.schemas" --domain ${pkgname} ${pkgdir}/etc/mateconf/schemas/*.schemas || return 1
++    rm -f ${pkgdir}/etc/mateconf/schemas/*.schemas
++
++    # --disable-update-mimedb?
++    rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
++}
+diff -uNrp a/libwindow-settings/marco-window-manager.c b/libwindow-settings/marco-window-manager.c
+--- a/libwindow-settings/marco-window-manager.c	2012-12-19 14:40:46.000000000 -0800
++++ b/libwindow-settings/marco-window-manager.c	2013-01-11 11:26:36.098489943 -0800
+@@ -354,11 +354,11 @@ marco_get_double_click_actions (MateWind
+                                    int                             *n_actions_p)
+ {
+         static MateWMDoubleClickAction actions[] = {
++                { ACTION_TITLEBAR_TOGGLE_SHADE, N_("Roll up") },
+                 { ACTION_TITLEBAR_TOGGLE_MAXIMIZE, N_("Maximize") },
+-                { ACTION_TITLEBAR_TOGGLE_MAXIMIZE_VERTICALLY, N_("Maximize Vertically") },
+                 { ACTION_TITLEBAR_TOGGLE_MAXIMIZE_HORIZONTALLY, N_("Maximize Horizontally") },
++                { ACTION_TITLEBAR_TOGGLE_MAXIMIZE_VERTICALLY, N_("Maximize Vertically") },
+                 { ACTION_TITLEBAR_MINIMIZE, N_("Minimize") },
+-                { ACTION_TITLEBAR_TOGGLE_SHADE, N_("Roll up") },
+                 { ACTION_TITLEBAR_NONE, N_("None") }
+         };
+         
+diff -uNrp a/Makefile.am b/Makefile.am
+--- a/Makefile.am	2012-12-19 14:40:46.000000000 -0800
++++ b/Makefile.am	2013-01-11 11:26:36.072489661 -0800
+@@ -22,6 +22,9 @@ gsettings_SCHEMAS = \
+ %.gschema.xml.in: %.gschema.xml.in.in Makefile
+ 	$(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@
+ 
++convertdir = $(datadir)/MateConf/gsettings
++convert_DATA = mate-control-center.convert
++
+ ACLOCAL_AMFLAGS = -I m4
+ 
+ CLEANFILES = \
+@@ -53,6 +56,7 @@ MAINTAINERCLEANFILES = \
+ 
+ EXTRA_DIST = \
+ 	$(gsettings_schemas_in_in) \
++	$(convert_DATA) \
+ 	MAINTAINERS \
+ 	mate-doc-utils.make
+ 
+diff -uNrp a/mate-control-center.convert b/mate-control-center.convert
+--- a/mate-control-center.convert	1969-12-31 16:00:00.000000000 -0800
++++ b/mate-control-center.convert	2013-01-11 11:26:36.100489965 -0800
+@@ -0,0 +1,11 @@
++[org.mate.control-center]
++cc-actions-list = /apps/control-center/cc_actions_list
++cc-exit-shell-on-static-action = /apps/control-center/cc_exit_shell_on_static_action
++cc-exit-shell-on-action-start = /apps/control-center/cc_exit_shell_on_action_start
++cc-exit-shell-on-action-help = /apps/control-center/cc_exit_shell_on_action_help
++cc-exit-shell-on-action-add-remove = /apps/control-center/cc_exit_shell_on_action_add_remove
++cc-exit-shell-on-action-upgrade-uninstall = /apps/control-center/cc_exit_shell_on_action_upgrade_uninstall
++
++[org.mate.control-center.appearance]
++more-backgrounds-url = /apps/control-center/appearance/more_backgrounds_url
++more-themes-url = /apps/control-center/appearance/more_themes_url
+diff -uNrp a/po/POTFILES.in b/po/POTFILES.in
+--- a/po/POTFILES.in	2012-12-19 14:40:46.000000000 -0800
++++ b/po/POTFILES.in	2013-01-11 11:26:36.100489965 -0800
+@@ -2,6 +2,7 @@
+ # Please keep this file sorted alphabetically.
+ [encoding: UTF-8]
+ org.mate.control-center.gschema.xml.in.in
++org.mate.control-center.keybinding.gschema.xml.in.in
+ capplets/about-me/eel-alert-dialog.c
+ capplets/about-me/e-image-chooser.c
+ capplets/about-me/mate-about-me.c
+@@ -34,10 +35,8 @@ capplets/common/capplet-util.c
+ capplets/common/file-transfer-dialog.c
+ capplets/common/mate-theme-info.c
+ capplets/default-applications/default-applications.desktop.in.in
+-capplets/default-applications/mate-at-session.desktop.in.in
+ capplets/default-applications/mate-da-capplet.c
+ [type: gettext/glade]capplets/default-applications/mate-default-applications-properties.ui
+-capplets/default-applications/mate-default-applications.xml.in
+ [type: gettext/glade]capplets/display/display-capplet.ui
+ capplets/display/display-properties.desktop.in.in
+ capplets/display/mate-display-properties-install-systemwide.c
+@@ -62,7 +61,6 @@ capplets/keyboard/mate-keyboard-properti
+ capplets/keyboard/mate-keyboard-properties-xkbot.c
+ capplets/keyboard/mate-keyboard-properties-xkbpv.c
+ capplets/keyboard/keyboard.desktop.in.in
+-capplets/mouse/mate-mouse-accessibility.c
+ capplets/mouse/mate-mouse-properties.c
+ [type: gettext/glade]capplets/mouse/mate-mouse-properties.ui
+ capplets/mouse/mate-settings-mouse.desktop.in.in
+@@ -75,13 +73,11 @@ capplets/windows/window-properties.deskt
+ libwindow-settings/mate-wm-manager.c
+ libwindow-settings/marco-window-manager.c
+ shell/control-center.c
+-shell/control-center.schemas.in
+ shell/matecc.desktop.in.in
+ shell/matecc.directory.in
+ typing-break/drw-break-window.c
+ typing-break/drwright.c
+ typing-break/main.c
+-font-viewer/fontilus.schemas.in
+ font-viewer/font-view.c
+ font-viewer/mate-font-viewer.desktop.in.in
+ font-viewer/font-thumbnailer.c


More information about the scm-commits mailing list