[connections.wiki] Create Testing the onboarding dialog



commit 2dcbf386ecab9b31dbfa1df8405066cbc54b8160
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Sep 13 08:46:18 2021 +0000

    Create Testing the onboarding dialog

 Testing-the-onboarding-dialog.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/Testing-the-onboarding-dialog.md b/Testing-the-onboarding-dialog.md
new file mode 100644
index 0000000..556359d
--- /dev/null
+++ b/Testing-the-onboarding-dialog.md
@@ -0,0 +1,15 @@
+GNOME Connections features an onboard dialog which presents some illustrations explaining the app's 
functionality.
+
+The onboarding dialog is meant to run **only** when the user launches the app for the first time.
+
+To forcibly make Connections show the onboarding dialog you need to run:
+
+```gsettings set org.gnome.Connections first-run true```
+
+and re-launch the application.
+
+In a **Flatpak** version you need to run the command above inside the container. For that, firstly enter a 
bash session inside the container with `flatpak --devel --command=bash run org.gnome.Connections` and use the 
same command of the step above.
+
+> If you are using the development branch of Connections (built from the source with Flatpak in GNOME 
Builder or obtained from the GNOME Nightly app Flatpak repository), the application ID will be 
`org.gnome.Connections.Devel` instead.
+
+* The `first-run` key is checked at GApplication `activate` event. See 
https://gitlab.gnome.org/GNOME/connections/-/blob/master/src/application.vala#L113
\ No newline at end of file


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