[Xfce4-commits] [xfce/xfce4-settings] 04/37: color: Initial skeleton for color-settings
noreply at xfce.org
noreply at xfce.org
Fri Feb 15 00:27:33 CET 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h o c h o s i / c o l o r d
in repository xfce/xfce4-settings.
commit a92c4ee5f1b1bf6853fd80c1baa094ecd20fe4ca
Author: Simon Steinbeiß <simon.steinbeiss at tttech.com>
Date: Sun Feb 3 00:24:29 2019 +0100
color: Initial skeleton for color-settings
---
configure.ac.in | 1 +
dialogs/Makefile.am | 5 +
dialogs/color-settings/Makefile.am | 62 +++++
dialogs/color-settings/color-dialog.glade | 269 ++++++++++++++++++
dialogs/color-settings/main.c | 306 +++++++++++++++++++++
.../color-settings/xfce4-color-settings.desktop.in | 13 +
6 files changed, 656 insertions(+)
diff --git a/configure.ac.in b/configure.ac.in
index 148093d..3348b50 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -260,6 +260,7 @@ po/Makefile.in
dialogs/Makefile
dialogs/appearance-settings/Makefile
dialogs/accessibility-settings/Makefile
+dialogs/color-settings/Makefile
dialogs/display-settings/Makefile
dialogs/keyboard-settings/Makefile
dialogs/mime-settings/Makefile
diff --git a/dialogs/Makefile.am b/dialogs/Makefile.am
index 5615c44..7ec7b85 100644
--- a/dialogs/Makefile.am
+++ b/dialogs/Makefile.am
@@ -13,3 +13,8 @@ if HAVE_GIO_UNIX
SUBDIRS += \
mime-settings
endif
+
+if HAVE_COLORD
+SUBDIRS += \
+ color-settings
+endif
diff --git a/dialogs/color-settings/Makefile.am b/dialogs/color-settings/Makefile.am
new file mode 100644
index 0000000..b46c201
--- /dev/null
+++ b/dialogs/color-settings/Makefile.am
@@ -0,0 +1,62 @@
+AM_CPPFLAGS = \
+ -I${top_srcdir} \
+ -DDATADIR=\"$(datadir)\" \
+ -DSRCDIR=\"$(top_srcdir)\" \
+ -DLOCALEDIR=\"$(localedir)\" \
+ -DG_LOG_DOMAIN=\"xfce4-color-settings\" \
+ $(PLATFORM_CPPFLAGS)
+
+bin_PROGRAMS = \
+ xfce4-color-settings
+
+xfce4_color_settings_SOURCES = \
+ main.c \
+ color-dialog_ui.h
+
+xfce4_color_settings_CFLAGS = \
+ $(GTK_CFLAGS) \
+ $(COLORD_CFLAGS) \
+ $(LIBXFCE4UI_CFLAGS) \
+ $(XFCONF_CFLAGS) \
+ $(PLATFORM_CFLAGS) \
+ -DGTK_DISABLE_SINGLE_INCLUDES \
+ -DGDK_DISABLE_DEPRECATED \
+ -DGTK_DISABLE_DEPRECATED \
+ -DGSEAL_ENABLE \
+ -DGDK_PIXBUF_DISABLE_DEPRECATED \
+ -DG_DISABLE_DEPRECATED
+
+xfce4_color_settings_LDFLAGS = \
+ -no-undefined \
+ $(PLATFORM_LDFLAGS)
+
+xfce4_color_settings_LDADD = \
+ $(GTK_LIBS) \
+ $(COLORD_LIBS) \
+ $(LIBXFCE4UI_LIBS) \
+ $(XFCONF_LIBS)
+
+if MAINTAINER_MODE
+
+BUILT_SOURCES = \
+ color-dialog_ui.h
+
+color-dialog_ui.h: color-dialog.glade
+ exo-csource --static --strip-comments --strip-content --name=color_dialog_ui $< >$@
+
+endif
+
+desktopdir = $(datadir)/applications
+desktop_in_files = xfce4-color-settings.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+
+ at INTLTOOL_DESKTOP_RULE@
+
+EXTRA_DIST = \
+ $(desktop_in_files) \
+ color-dialog.glade
+
+DISTCLEANFILES = \
+ $(desktop_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/dialogs/color-settings/color-dialog.glade b/dialogs/color-settings/color-dialog.glade
new file mode 100644
index 0000000..9583c03
--- /dev/null
+++ b/dialogs/color-settings/color-dialog.glade
@@ -0,0 +1,269 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.22.1 -->
+<interface>
+ <requires lib="gtk+" version="3.20"/>
+ <requires lib="libxfce4ui-2" version="4.13"/>
+ <object class="GtkAdjustment" id="bounce-keys-delay">
+ <property name="lower">50</property>
+ <property name="upper">1000</property>
+ <property name="value">500</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
+ <object class="GtkListStore" id="devices"/>
+ <object class="GtkImage" id="image1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">list-add-symbolic</property>
+ <property name="use_fallback">True</property>
+ </object>
+ <object class="GtkImage" id="image2">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">list-remove-symbolic</property>
+ <property name="use_fallback">True</property>
+ </object>
+ <object class="GtkAdjustment" id="mouse-emulation-curve">
+ <property name="lower">-1000</property>
+ <property name="upper">1000</property>
+ <property name="step_increment">10</property>
+ <property name="page_increment">100</property>
+ </object>
+ <object class="GtkAdjustment" id="mouse-emulation-delay">
+ <property name="lower">1</property>
+ <property name="upper">1000</property>
+ <property name="value">150</property>
+ <property name="step_increment">10</property>
+ <property name="page_increment">100</property>
+ </object>
+ <object class="GtkAdjustment" id="mouse-emulation-interval">
+ <property name="lower">10</property>
+ <property name="upper">1000</property>
+ <property name="value">20</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
+ <object class="GtkAdjustment" id="mouse-emulation-max-speed">
+ <property name="lower">1</property>
+ <property name="upper">2000</property>
+ <property name="value">1000</property>
+ <property name="step_increment">10</property>
+ <property name="page_increment">100</property>
+ </object>
+ <object class="GtkAdjustment" id="mouse-emulation-time-to-max">
+ <property name="lower">100</property>
+ <property name="upper">10000</property>
+ <property name="value">3000</property>
+ <property name="step_increment">10</property>
+ <property name="page_increment">100</property>
+ </object>
+ <object class="GtkListStore" id="profiles"/>
+ <object class="XfceTitledDialog" id="dialog">
+ <property name="can_focus">False</property>
+ <property name="title" translatable="yes">Color Profiles</property>
+ <property name="window_position">center-on-parent</property>
+ <property name="default_width">400</property>
+ <property name="default_height">600</property>
+ <property name="icon_name">preferences-color-symbolic</property>
+ <property name="type_hint">dialog</property>
+ <property name="subtitle" translatable="yes">Configure color profiles for your devices</property>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">2</property>
+ <child internal-child="action_area">
+ <object class="GtkButtonBox" id="dialog-action_area1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="layout_style">end</property>
+ <child>
+ <object class="GtkButton" id="button1">
+ <property name="label">gtk-help</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_stock">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ <property name="secondary">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="button2">
+ <property name="label">gtk-close</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_stock">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="plug-child">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkGrid">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">6</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">12</property>
+ <child>
+ <object class="GtkTreeView" id="colord-devices">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="margin_left">12</property>
+ <property name="model">devices</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection"/>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Devices</property>
+ <property name="xalign">0</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkTreeView" id="colord-profiles">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="margin_left">12</property>
+ <property name="model">profiles</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection"/>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">4</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Profiles
+</property>
+ <property name="xalign">0</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">3</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkButton" id="profile-add">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="image">image1</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="profile-remove">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="image">image2</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="make-profile-default">
+ <property name="label" translatable="yes">Set as default</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="pack_type">end</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <style>
+ <class name="inline-toolbar"/>
+ </style>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">5</property>
+ </packing>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ <action-widgets>
+ <action-widget response="-11">button1</action-widget>
+ <action-widget response="0">button2</action-widget>
+ </action-widgets>
+ </object>
+ <object class="GtkAdjustment" id="slow-keys-delay">
+ <property name="lower">50</property>
+ <property name="upper">1000</property>
+ <property name="value">500</property>
+ <property name="step_increment">10</property>
+ <property name="page_increment">100</property>
+ </object>
+</interface>
diff --git a/dialogs/color-settings/main.c b/dialogs/color-settings/main.c
new file mode 100644
index 0000000..228cd75
--- /dev/null
+++ b/dialogs/color-settings/main.c
@@ -0,0 +1,306 @@
+/*
+ * Copyright (c) 2018 Simon Steinbeiß <simon at xfce.org>
+ * Florian Schüller <florian.schueller at gmail.com>
+ *
+ * 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 Library 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.
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
+#include <colord.h>
+#include <glib.h>
+#include <gtk/gtk.h>
+#include <gtk/gtkx.h>
+
+#include <gdk/gdkx.h>
+
+#include <libxfce4ui/libxfce4ui.h>
+#include <libxfce4util/libxfce4util.h>
+#include <xfconf/xfconf.h>
+
+#include "color-dialog_ui.h"
+
+
+
+static gint opt_socket_id = 0;
+static gboolean opt_version = FALSE;
+static GOptionEntry entries[] =
+{
+ { "socket-id", 's', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_INT, &opt_socket_id, N_("Settings manager socket"), N_("SOCKET ID") },
+ { "version", 'v', 0, G_OPTION_ARG_NONE, &opt_version, N_("Version information"), NULL },
+ { NULL }
+};
+
+
+
+/* global xfconf channel */
+static XfconfChannel *accessibility_channel = NULL;
+static XfconfChannel *session_channel = NULL;
+
+
+
+static void
+accessibility_settings_sensitivity (GtkToggleButton *button,
+ GtkWidget *box)
+{
+ gtk_widget_set_sensitive (GTK_WIDGET (box),
+ gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (button)));
+}
+
+
+
+static void
+accessibility_settings_at (GtkToggleButton *button,
+ GtkBuilder *builder)
+{
+ AtkObject *atkobj;
+ GObject *info_logout;
+ GObject *no_atspi;
+ gchar **atspi;
+
+ info_logout = gtk_builder_get_object (builder, "info-logout");
+ no_atspi = gtk_builder_get_object (builder, "info-no-at");
+
+ gtk_widget_hide (GTK_WIDGET (info_logout));
+ gtk_widget_hide (GTK_WIDGET (no_atspi));
+
+ if (gtk_toggle_button_get_active (button))
+ {
+ atspi = xfce_resource_match (XFCE_RESOURCE_CONFIG, "autostart/at-spi-*.desktop", TRUE);
+ atkobj = gtk_widget_get_accessible (GTK_WIDGET (button));
+
+ if (atspi == NULL || g_strv_length (atspi) == 0)
+ gtk_widget_show (GTK_WIDGET (no_atspi));
+ else if (!GTK_IS_ACCESSIBLE (atkobj))
+ gtk_widget_show (GTK_WIDGET (info_logout));
+
+ g_strfreev (atspi);
+ }
+}
+
+
+
+static void
+accessibility_settings_dialog_configure_widgets (GtkBuilder *builder)
+{
+ GObject *box, *object;
+
+ /* assistive technologies */
+ object = gtk_builder_get_object (builder, "start-at");
+ xfconf_g_property_bind (session_channel, "/general/StartAssistiveTechnologies", G_TYPE_BOOLEAN, object, "active");
+ g_signal_connect (object, "toggled", G_CALLBACK (accessibility_settings_at), builder);
+ accessibility_settings_at (GTK_TOGGLE_BUTTON (object), builder);
+
+ /* Sticky keys */
+ object = gtk_builder_get_object (builder, "sticky-keys-enabled");
+ box = gtk_builder_get_object (builder, "sticky-keys-box");
+ g_signal_connect (object, "toggled", G_CALLBACK (accessibility_settings_sensitivity), box);
+ xfconf_g_property_bind (accessibility_channel, "/StickyKeys", G_TYPE_BOOLEAN, object, "active");
+
+ object = gtk_builder_get_object (builder, "sticky-keys-latch-to-lock");
+ xfconf_g_property_bind (accessibility_channel, "/StickyKeys/LatchToLock", G_TYPE_BOOLEAN, object, "active");
+
+ object = gtk_builder_get_object (builder, "sticky-keys-two-keys-disable");
+ xfconf_g_property_bind (accessibility_channel, "/StickyKeys/TwoKeysDisable", G_TYPE_BOOLEAN, object, "active");
+
+ /* Slow keys */
+ object = gtk_builder_get_object (builder, "slow-keys-enabled");
+ box = gtk_builder_get_object (builder, "slow-keys-box");
+ g_signal_connect (object, "toggled", G_CALLBACK (accessibility_settings_sensitivity), box);
+ xfconf_g_property_bind (accessibility_channel, "/SlowKeys", G_TYPE_BOOLEAN, object, "active");
+
+ object = gtk_builder_get_object (builder, "slow-keys-delay");
+ xfconf_g_property_bind (accessibility_channel, "/SlowKeys/Delay", G_TYPE_INT, object, "value");
+
+ /* Bounce keys */
+ object = gtk_builder_get_object (builder, "bounce-keys-enabled");
+ box = gtk_builder_get_object (builder, "bounce-keys-box");
+ g_signal_connect (object, "toggled", G_CALLBACK (accessibility_settings_sensitivity), box);
+ xfconf_g_property_bind (accessibility_channel, "/BounceKeys", G_TYPE_BOOLEAN, object, "active");
+
+ object = gtk_builder_get_object (builder, "bounce-keys-delay");
+ xfconf_g_property_bind (accessibility_channel, "/BounceKeys/Delay", G_TYPE_INT, object, "value");
+
+ /* Mouse keys */
+ object = gtk_builder_get_object (builder, "mouse-emulation-enabled");
+ box = gtk_builder_get_object (builder, "mouse-emulation-grid");
+ g_signal_connect (object, "toggled", G_CALLBACK (accessibility_settings_sensitivity), box);
+ xfconf_g_property_bind (accessibility_channel, "/MouseKeys", G_TYPE_BOOLEAN, object, "active");
+ gtk_widget_set_sensitive (GTK_WIDGET(box), xfconf_channel_get_bool(accessibility_channel, "/MouseKeys", TRUE));
+
+ object = gtk_builder_get_object (builder, "mouse-emulation-delay");
+ xfconf_g_property_bind (accessibility_channel, "/MouseKeys/Delay", G_TYPE_INT, object, "value");
+
+ object = gtk_builder_get_object (builder, "mouse-emulation-interval");
+ xfconf_g_property_bind (accessibility_channel, "/MouseKeys/Interval", G_TYPE_INT, object, "value");
+
+ object = gtk_builder_get_object (builder, "mouse-emulation-time-to-max");
+ xfconf_g_property_bind (accessibility_channel, "/MouseKeys/TimeToMax", G_TYPE_INT, object, "value");
+
+ object = gtk_builder_get_object (builder, "mouse-emulation-max-speed");
+ xfconf_g_property_bind (accessibility_channel, "/MouseKeys/MaxSpeed", G_TYPE_INT, object, "value");
+
+ object = gtk_builder_get_object (builder, "mouse-emulation-curve");
+ xfconf_g_property_bind (accessibility_channel, "/MouseKeys/Curve", G_TYPE_INT, object, "value");
+
+ object = gtk_builder_get_object (builder, "find-cursor");
+ xfconf_g_property_bind (accessibility_channel, "/FindCursor", G_TYPE_BOOLEAN, object, "active");
+}
+
+
+
+static void
+accessibility_settings_dialog_response (GtkWidget *dialog,
+ gint response_id)
+{
+ if (response_id == GTK_RESPONSE_HELP)
+ xfce_dialog_show_help_with_version (GTK_WINDOW (dialog), "xfce4-settings", "accessibility",
+ NULL, XFCE4_SETTINGS_VERSION_SHORT);
+ else
+ gtk_main_quit ();
+}
+
+
+
+gint
+main (gint argc, gchar **argv)
+{
+ GObject *dialog, *plug_child;
+ GtkWidget *plug;
+ GtkBuilder *builder;
+ GError *error = NULL;
+
+ /* setup translation domain */
+ xfce_textdomain (GETTEXT_PACKAGE, LOCALEDIR, "UTF-8");
+
+ /* initialize Gtk+ */
+ if(!gtk_init_with_args (&argc, &argv, "", entries, PACKAGE, &error))
+ {
+ if (G_LIKELY (error))
+ {
+ /* print error */
+ g_print ("%s: %s.\n", G_LOG_DOMAIN, error->message);
+ g_print (_("Type '%s --help' for usage."), G_LOG_DOMAIN);
+ g_print ("\n");
+
+ /* cleanup */
+ g_error_free (error);
+ }
+ else
+ {
+ g_error ("Unable to open display.");
+ }
+
+ return EXIT_FAILURE;
+ }
+
+ /* check if we should print version information */
+ if (G_UNLIKELY (opt_version))
+ {
+ g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
+ g_print ("%s\n", "Copyright (c) 2008-2018");
+ g_print ("\t%s\n\n", _("The Xfce development team. All rights reserved."));
+ g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
+ g_print ("\n");
+
+ return EXIT_SUCCESS;
+ }
+
+ /* initialize xfconf */
+ if (!xfconf_init (&error))
+ {
+ /* print error and exit */
+ g_error ("Failed to connect to xfconf daemon: %s.", error->message);
+ g_error_free (error);
+
+ return EXIT_FAILURE;
+ }
+
+ /* open the channels */
+ accessibility_channel = xfconf_channel_new ("accessibility");
+ session_channel = xfconf_channel_new ("xfce4-session");
+
+ /* hook to make sure the libxfce4ui library is linked */
+ if (xfce_titled_dialog_get_type () == 0)
+ return EXIT_FAILURE;
+
+ /* load the Gtk user-interface file */
+ builder = gtk_builder_new ();
+ if (gtk_builder_add_from_string (builder, color_dialog_ui,
+ color_dialog_ui_length, &error) != 0)
+ {
+ /* Configure widgets */
+ accessibility_settings_dialog_configure_widgets (builder);
+
+ if (G_UNLIKELY (opt_socket_id == 0))
+ {
+ /* Get the dialog widget */
+ dialog = gtk_builder_get_object (builder, "dialog");
+
+ g_signal_connect (dialog, "response",
+ G_CALLBACK (accessibility_settings_dialog_response), NULL);
+ gtk_window_present (GTK_WINDOW (dialog));
+
+ /* To prevent the settings dialog to be saved in the session */
+ gdk_x11_set_sm_client_id ("FAKE ID");
+
+ gtk_main ();
+ }
+ else
+ {
+ /* Create plug widget */
+ plug = gtk_plug_new (opt_socket_id);
+ g_signal_connect (plug, "delete-event", G_CALLBACK (gtk_main_quit), NULL);
+ gtk_widget_show (plug);
+
+ /* Stop startup notification */
+ gdk_notify_startup_complete ();
+
+ /* Get plug child widget */
+ plug_child = gtk_builder_get_object (builder, "plug-child");
+ xfce_widget_reparent (GTK_WIDGET (plug_child), plug);
+ gtk_widget_show (GTK_WIDGET (plug_child));
+
+ /* To prevent the settings dialog to be saved in the session */
+ gdk_x11_set_sm_client_id ("FAKE ID");
+
+ /* Enter main loop */
+ gtk_main ();
+ }
+ }
+ else
+ {
+ g_error ("Failed to load the UI file: %s.", error->message);
+ g_error_free (error);
+ }
+
+ /* Release Builder */
+ g_object_unref (G_OBJECT (builder));
+
+ /* release the channels */
+ g_object_unref (G_OBJECT (accessibility_channel));
+ g_object_unref (G_OBJECT (session_channel));
+
+ /* shutdown xfconf */
+ xfconf_shutdown();
+
+ return EXIT_SUCCESS;
+}
diff --git a/dialogs/color-settings/xfce4-color-settings.desktop.in b/dialogs/color-settings/xfce4-color-settings.desktop.in
new file mode 100644
index 0000000..fb3a0ae
--- /dev/null
+++ b/dialogs/color-settings/xfce4-color-settings.desktop.in
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+_Name=Color Profiles
+_Comment=Set color profiles
+Exec=xfce4-accessibility-settings
+Icon=preferences-color
+Terminal=false
+Type=Application
+Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;
+StartupNotify=true
+OnlyShowIn=XFCE;
+X-XfcePluggable=true
+X-XfceHelpPage=accessibility
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list