[gnome-boxes.wiki] Update source overview



commit 9befb9d18991d3f278c5a66d45b4078d7def174c
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Jan 19 16:05:49 2022 +0000

    Update source overview

 source-overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/source-overview.md b/source-overview.md
index 73deed8..dc08d3a 100644
--- a/source-overview.md
+++ b/source-overview.md
@@ -9,7 +9,7 @@ Our code base is very similar to most of GNOME projects. Although there isn't a
   * **flatpak/** contains the artifacts used for building a Flatpak such as the manifest, but also patches 
that we ship for modules included in the Boxes Flatpak.
     * 
[org.gnome.Boxes.json](https://gitlab.gnome.org/GNOME/gnome-boxes/blob/master/build-aux/flatpak/org.gnome.Boxes.json):
 is the Flatpak manifest that orchestrates the build and lists everything that should be contained in a Boxes 
Flatpak.
 * **data/** contains the non-code resources that Boxes needs, such as icons, appdata, desktop file, 
gschemas, and UI files.
-  * **osinfo/** the osinfo/ directory contains overwrites that Boxes performs on top of 
[osinfo-db](https://gitlab.com/libosinfo/osinfo-db). Nowadays we mostly overwrite the <logo> property, 
linking to [our logos collection](gitlab.gnome.org/gnome/gnome-boxes-logos).
+  * **osinfo/** the osinfo/ directory contains overwrites that Boxes performs on top of 
[osinfo-db](https://gitlab.com/libosinfo/osinfo-db). Nowadays we mostly overwrite the \<logo\> property, 
linking to [our logos collection](gitlab.gnome.org/gnome/gnome-boxes-logos).
   * **ui/** contains the user interface files. See the [GNOME documentation for "Building user 
interfaces"](https://developer.gnome.org/gtk3/stable/ch01s03.html). Although these files can be edited in 
Glade, we usually write them manually.
   * gnome-boxes-search-provider.ini: specifies our SearchProvider API. This is the mechanism that allows 
Boxes VMs to show up in the GNOME Shell search results. See the [GNOME documentation for "Search 
Providers"](https://developer.gnome.org/SearchProvider/).
   * gtk-style.css: contains our overwrites in the toolkit theme and Boxes-specific CSS style classes.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]