Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
geary
Support-GNOME-42-dark-theme-preference.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Support-GNOME-42-dark-theme-preference.patch of Package geary
From: Jeremy Bicha <jbicha@debian.org> Date: Tue, 15 Feb 2022 08:40:35 -0500 Subject: Support GNOME 42 dark theme preference --- meson.build | 2 +- src/client/application/application-client.vala | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) Index: geary-44.0/meson.build =================================================================== --- geary-44.0.orig/meson.build +++ geary-44.0/meson.build @@ -89,7 +89,7 @@ icu_uc = dependency('icu-uc', version: ' iso_codes = dependency('iso-codes') javascriptcoregtk = dependency('javascriptcoregtk-4.1', version: '>=' + target_webkit) json_glib = dependency('json-glib-1.0', version: '>= 1.0') -libhandy = dependency('libhandy-1', version: '>= 1.2.1', required: false) +libhandy = dependency('libhandy-1', version: '>= 1.6.0', required: false) libmath = cc.find_library('m') libpeas = dependency('libpeas-1.0', version: '>= 1.24.0') libsecret = dependency('libsecret-1', version: '>= 0.11') Index: geary-44.0/src/client/application/application-client.vala =================================================================== --- geary-44.0.orig/src/client/application/application-client.vala +++ geary-44.0/src/client/application/application-client.vala @@ -372,6 +372,8 @@ public class Application.Client : Gtk.Ap // Calls Gtk.init(), amongst other things base.startup(); Hdy.init(); + Hdy.StyleManager.get_default().set_color_scheme( + Hdy.ColorScheme.PREFER_LIGHT); this.engine = new Geary.Engine(get_resource_directory()); this.config = new Configuration(SCHEMA_ID);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor