Change app-id to me.gapixels.Megapixels

This commit is contained in:
Martijn Braam
2023-12-02 11:23:31 +01:00
parent 7f5c7c1c4c
commit 8ca9028d45
10 changed files with 21 additions and 18 deletions

View File

@@ -44,8 +44,6 @@
RENDERDOC_API_1_1_2 *rdoc_api = NULL;
#endif
#define APP_ID "org.postmarketos.Megapixels"
mp_state_main state;
static MPProcessPipelineBuffer *current_preview_buffer = NULL;
@@ -576,7 +574,7 @@ run_about_action(GSimpleAction *action, GVariant *param, GApplication *app)
"title",
"Megapixels",
"logo-icon-name",
"org.postmarketos.Megapixels",
"me.gapixels.Megapixels",
"comments",
"The postmarketOS camera application",
"website",
@@ -1234,7 +1232,7 @@ activate(GtkApplication *app, gpointer data)
gtk_application_set_accels_for_action(app, "app.quit", quit_accels);
// Setup settings
settings = g_settings_new("org.postmarketos.Megapixels");
settings = g_settings_new(APP_ID);
char *setting_postproc = g_settings_get_string(settings, "postprocessor");
// Initialize the postprocessing gsetting to the old processor if