Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gtk
gtk
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,142
    • Issues 1,142
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 151
    • Merge Requests 151
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gtkgtk
  • Issues
  • #1206

Closed
Open
Created Jul 08, 2018 by John Ralls@jrallsDeveloper

gtk-key-theme-name on MacOS can't be changed via settings.ini

172f894 hard-codes the gtksetting gtk-key-theme-name to "Mac" when GDK_IS_QUARTZ_SCREEN by passing it as a parameter to g_object_set_data_full() right after the call to g_object_new() for the gtksettings object; that was consolidated with menu settings into the g_object_new() call in 88f16b.

The problem is that the settings.ini files are parsed during gtk_settings_init() and then any passed in properties are applied afterwards so if a user tries to set a different gtk-key-theme-name in a settings.ini it's effectively ignored.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None