diff --git a/data/com.github.alexkdeveloper.desktop-files-creator.appdata.xml.in b/data/com.github.alexkdeveloper.desktop-files-creator.appdata.xml.in
index 654bc14..0cbc755 100644
--- a/data/com.github.alexkdeveloper.desktop-files-creator.appdata.xml.in
+++ b/data/com.github.alexkdeveloper.desktop-files-creator.appdata.xml.in
@@ -45,6 +45,13 @@
com.github.alexkdeveloper.desktop-files-creator
+
+
+
+
+
diff --git a/data/meson.build b/data/meson.build
index 86f62a9..805ee4a 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -29,15 +29,4 @@ if appstream_util.found()
)
endif
-install_data('com.github.alexkdeveloper.desktop-files-creator.gschema.xml',
- install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
-)
-
-compile_schemas = find_program('glib-compile-schemas', required: false)
-if compile_schemas.found()
- test('Validate schema file', compile_schemas,
- args: ['--strict', '--dry-run', meson.current_source_dir()]
- )
-endif
-
subdir('icons')
diff --git a/meson.build b/meson.build
index fe39168..5e17b24 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@ subdir('src')
subdir('po')
gnome.post_install(
- glib_compile_schemas: true,
+ glib_compile_schemas: false,
gtk_update_icon_cache: true,
update_desktop_database: true
)
diff --git a/src/window.ui b/src/window.ui
index 169131c..35c08b1 100644
--- a/src/window.ui
+++ b/src/window.ui
@@ -37,6 +37,7 @@