Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/platform.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<ul>
<li>Rebase on GNOME 41 runtime</li>
<li>Added elementary and freedesktop sound themes</li>
<li>Use the correct stylesheet on OS 5</li>
</ul>
</description>
</release>
Expand Down
22 changes: 22 additions & 0 deletions io.elementary.Sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,28 @@
}
]
},
{
"name" : "platform-settings",
"buildsystem" : "simple",
"modules": [
{
"name" : "default-gtk-settings",
"buildsystem" : "simple",
"sources" : [
{
"type": "git",
"url": "https://github.com/elementary/default-settings.git"
}
],
"build-commands": [
"install -Dm644 gtk/settings.ini /usr/etc/gtk-3.0/settings.ini"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alatiera are you sure this should be /usr/etc not /usr/local/etc?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am almost sure that flatpak is mapping /usr/etc to /etc when mounting the tree, but its not super well documented.

]
}
],
"build-commands": [
"ln -s /usr/share/themes/io.elementary.stylesheet.blueberry /usr/share/themes/elementary"
]
},
{
"name" : "appdata",
"buildsystem" : "meson",
Expand Down