[gnome-builder] theme: set cursor theme when we are in flatpak
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] theme: set cursor theme when we are in flatpak
- Date: Wed, 1 Mar 2017 00:58:40 +0000 (UTC)
commit 5119aa3f6041700e9c3b9df3a2ea850c91c48102
Author: Christian Hergert <chergert redhat com>
Date: Tue Feb 28 16:58:30 2017 -0800
theme: set cursor theme when we are in flatpak
We won't have access to the theme from the host, so we need to ensure our
settings match what we have available.
libide/application/ide-application.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libide/application/ide-application.c b/libide/application/ide-application.c
index 07d8dc7..8d2937a 100644
--- a/libide/application/ide-application.c
+++ b/libide/application/ide-application.c
@@ -119,6 +119,7 @@ ide_application_register_theme_overrides (IdeApplication *self)
if (ide_is_flatpak () && g_getenv ("GTK_THEME") == NULL)
{
g_object_set (gtk_settings,
+ "gtk-cursor-theme-name", "Adwaita",
"gtk-theme-name", "Adwaita",
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]