You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
180 lines
8.1 KiB
Plaintext
180 lines
8.1 KiB
Plaintext
2 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<requires lib="gtk" version="4.0"/>
|
||
|
<requires lib="libadwaita" version="1.0" />
|
||
2 years ago
|
<template class="FirstSetupWindow" parent="AdwApplicationWindow">
|
||
2 years ago
|
<property name="default-width">800</property>
|
||
|
<property name="default-height">600</property>
|
||
2 years ago
|
<property name="title">Vanilla OS First Setup</property>
|
||
2 years ago
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="orientation">vertical</property>
|
||
|
<child>
|
||
|
<object class="AdwHeaderBar">
|
||
|
<property name="title_widget">
|
||
|
<object class="AdwCarouselIndicatorDots">
|
||
|
<property name="carousel">carousel</property>
|
||
|
<property name="orientation">horizontal</property>
|
||
|
</object>
|
||
|
</property>
|
||
|
<style>
|
||
|
<class name="flat" />
|
||
|
</style>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="AdwCarousel" id="carousel">
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="hexpand">True</property>
|
||
2 years ago
|
<property name="allow_scroll_wheel">False</property>
|
||
|
<property name="allow_mouse_drag">False</property>
|
||
|
<property name="allow_long_swipes">False</property>
|
||
|
|
||
|
<!-- Welcome -->
|
||
2 years ago
|
<child>
|
||
2 years ago
|
<object class="AdwStatusPage" id="status_welcome">
|
||
|
<property name="icon-name">io.github.vanilla-os.FirstSetup</property>
|
||
2 years ago
|
<property name="title">Welcome!</property>
|
||
|
<property name="description">Make your choices, this wizard will take care of everything.</property>
|
||
|
<property name="halign">fill</property>
|
||
|
<property name="valign">fill</property>
|
||
|
<property name="hexpand">true</property>
|
||
|
<child>
|
||
2 years ago
|
<object class="GtkButton" id="btn_start">
|
||
2 years ago
|
<property name="label">Let's Start</property>
|
||
|
<property name="halign">center</property>
|
||
|
<style>
|
||
|
<class name="pill" />
|
||
|
<class name="suggested-action" />
|
||
|
</style>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
2 years ago
|
|
||
|
<!-- Configuration -->
|
||
2 years ago
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="orientation">vertical</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="hexpand">True</property>
|
||
|
<property name="valign">center</property>
|
||
|
<child>
|
||
|
<object class="AdwPreferencesPage">
|
||
|
<child>
|
||
|
<object class="AdwPreferencesGroup">
|
||
|
<property name="title">How Will you Install the Software?</property>
|
||
|
<child>
|
||
|
<object class="AdwActionRow">
|
||
|
<property name="title">Snap</property>
|
||
|
<property name="subtitle">Will replace GNOME Software with Snap store if the only package manager.</property>
|
||
2 years ago
|
<property name="activatable-widget">switch_snap</property>
|
||
2 years ago
|
<child>
|
||
2 years ago
|
<object class="GtkSwitch" id="switch_snap">
|
||
2 years ago
|
<property name="valign">center</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="AdwActionRow">
|
||
|
<property name="title">Flatpak</property>
|
||
|
<property name="subtitle">Will also configure the Flathub repository.</property>
|
||
2 years ago
|
<property name="activatable-widget">switch_flatpak</property>
|
||
2 years ago
|
<child>
|
||
2 years ago
|
<object class="GtkSwitch" id="switch_flatpak">
|
||
2 years ago
|
<property name="valign">center</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="AdwPreferencesGroup">
|
||
|
<property name="title">Extra</property>
|
||
|
<child>
|
||
|
<object class="AdwActionRow">
|
||
|
<property name="title">Apport</property>
|
||
|
<property name="subtitle">Do you want to keep the Bug Reporter utility?</property>
|
||
2 years ago
|
<property name="activatable-widget">switch_apport</property>
|
||
2 years ago
|
<child>
|
||
2 years ago
|
<object class="GtkSwitch" id="switch_apport">
|
||
2 years ago
|
<property name="valign">center</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
2 years ago
|
<child>
|
||
|
<object class="AdwActionRow">
|
||
|
<property name="title">Distrobox</property>
|
||
|
<property name="subtitle">Allows you to create containers with different distributions.</property>
|
||
|
<property name="activatable-widget">switch_distrobox</property>
|
||
|
<child>
|
||
|
<object class="GtkSwitch" id="switch_distrobox">
|
||
|
<property name="valign">center</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
2 years ago
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
2 years ago
|
<object class="GtkButton" id="btn_save">
|
||
2 years ago
|
<property name="label">Save Changes</property>
|
||
|
<property name="halign">center</property>
|
||
|
<style>
|
||
|
<class name="pill" />
|
||
|
<class name="suggested-action" />
|
||
|
</style>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
2 years ago
|
|
||
|
<!-- Progress -->
|
||
|
<child>
|
||
|
<object class="AdwStatusPage">
|
||
|
<property name="title">Please Wait…</property>
|
||
|
<property name="description">The changes are being applied.</property>
|
||
|
<property name="halign">fill</property>
|
||
|
<property name="valign">fill</property>
|
||
|
<property name="hexpand">true</property>
|
||
|
<child>
|
||
|
<object class="GtkSpinner" id="spinner">
|
||
|
<property name="valign">center</property>
|
||
|
<property name="halign">center</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
|
||
|
<!-- Done -->
|
||
|
<child>
|
||
|
<object class="AdwStatusPage">
|
||
|
<property name="icon-name">emblem-default-symbolic</property>
|
||
|
<property name="title">Done!</property>
|
||
|
<property name="description">You can now enjoy your new Ubuntu experience.</property>
|
||
|
<property name="halign">fill</property>
|
||
|
<property name="valign">fill</property>
|
||
|
<property name="hexpand">true</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="btn_close">
|
||
|
<property name="label">Close</property>
|
||
|
<property name="halign">center</property>
|
||
|
<style>
|
||
|
<class name="pill" />
|
||
|
<class name="suggested-action" />
|
||
|
</style>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
2 years ago
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</template>
|
||
|
</interface>
|