b47879d0a7
Extensions can have a major impact on stability and performance. Now that the tool will become the main way for users to manage their extensions, it is an appropriate place to warn the user of that risk. Add a small info popover to the headerbar to display that warning, together with the previously removed hint of where to go for finding new extensions. https://gitlab.gnome.org/GNOME/gnome-shell/issues/1968
178 lines
7.1 KiB
XML
178 lines
7.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!-- Generated with glade 3.22.0 -->
|
||
<interface>
|
||
<requires lib="gtk+" version="3.20"/>
|
||
<object class="GtkPopover" id="infoPopover">
|
||
<child>
|
||
<object class="GtkBox">
|
||
<property name="visible">True</property>
|
||
<property name="orientation">vertical</property>
|
||
<property name="margin">12</property>
|
||
<property name="spacing">6</property>
|
||
<child>
|
||
<object class="GtkLabel">
|
||
<property name="visible">True</property>
|
||
<property name="label" translatable="yes">To find and add extensions, visit <a href="https://extensions.gnome.org">extensions.gnome.org</a>.</property>
|
||
<property name="use_markup">True</property>
|
||
<property name="xalign">0</property>
|
||
</object>
|
||
</child>
|
||
<child>
|
||
<object class="GtkLabel">
|
||
<property name="visible">True</property>
|
||
<property name="label" translatable="yes">Warning</property>
|
||
<property name="xalign">0</property>
|
||
<property name="margin_top">6</property>
|
||
<attributes>
|
||
<attribute name="weight" value="bold"/>
|
||
</attributes>
|
||
</object>
|
||
</child>
|
||
<child>
|
||
<object class="GtkLabel">
|
||
<property name="visible">True</property>
|
||
<property name="label" translatable="yes">Extensions can cause system issues, including performance problems. If you encounter problems with your system, it is recommended to disable all extensions.</property>
|
||
<property name="wrap">True</property>
|
||
<property name="max_width_chars">40</property>
|
||
<property name="xalign">0</property>
|
||
</object>
|
||
</child>
|
||
</object>
|
||
</child>
|
||
</object>
|
||
<template class="ExtensionsWindow" parent="GtkApplicationWindow">
|
||
<property name="default_width">800</property>
|
||
<property name="default_height">500</property>
|
||
<child type="titlebar">
|
||
<object class="GtkHeaderBar">
|
||
<property name="visible">True</property>
|
||
<property name="title" translatable="yes">Shell Extensions</property>
|
||
<property name="show_close_button">True</property>
|
||
<child>
|
||
<object class="GtkMenuButton">
|
||
<property name="visible">True</property>
|
||
<property name="popover">infoPopover</property>
|
||
<child>
|
||
<object class="GtkImage">
|
||
<property name="visible">True</property>
|
||
<property name="icon_name">dialog-information-symbolic</property>
|
||
</object>
|
||
</child>
|
||
</object>
|
||
</child>
|
||
<child>
|
||
<object class="GtkSwitch" id="killSwitch">
|
||
<property name="visible">True</property>
|
||
</object>
|
||
<packing>
|
||
<property name="pack_type">end</property>
|
||
</packing>
|
||
</child>
|
||
</object>
|
||
</child>
|
||
<child>
|
||
<object class="GtkStack" id="mainStack">
|
||
<property name="visible">True</property>
|
||
<property name="transition_type">crossfade</property>
|
||
<child>
|
||
<object class="GtkScrolledWindow" id="scrolledWindow">
|
||
<property name="visible">True</property>
|
||
<property name="hscrollbar_policy">never</property>
|
||
<child>
|
||
<object class="GtkViewport">
|
||
<property name="visible">True</property>
|
||
<child>
|
||
<object class="GtkBox" id="mainBox">
|
||
<property name="visible">True</property>
|
||
<property name="orientation">vertical</property>
|
||
<property name="halign">center</property>
|
||
<property name="margin">36</property>
|
||
<child>
|
||
<object class="GtkListBox" id="extensionsList">
|
||
<property name="visible">True</property>
|
||
<property name="selection_mode">none</property>
|
||
<style>
|
||
<class name="frame"/>
|
||
</style>
|
||
</object>
|
||
</child>
|
||
</object>
|
||
</child>
|
||
</object>
|
||
</child>
|
||
</object>
|
||
<packing>
|
||
<property name="name">main</property>
|
||
</packing>
|
||
</child>
|
||
<child>
|
||
<object class="GtkBox">
|
||
<property name="visible">True</property>
|
||
<property name="orientation">vertical</property>
|
||
<property name="margin">32</property>
|
||
<property name="spacing">6</property>
|
||
<property name="valign">center</property>
|
||
<child>
|
||
<object class="GtkImage">
|
||
<property name="visible">True</property>
|
||
<property name="pixel_size">96</property>
|
||
<property name="icon_name">org.gnome.Extensions-symbolic</property>
|
||
</object>
|
||
</child>
|
||
<child>
|
||
<object class="GtkLabel">
|
||
<property name="visible">True</property>
|
||
<property name="label" translatable="yes">No Installed Extensions</property>
|
||
<attributes>
|
||
<attribute name="weight" value="bold"/>
|
||
<attribute name="scale" value="1.44"/>
|
||
</attributes>
|
||
</object>
|
||
</child>
|
||
</object>
|
||
<packing>
|
||
<property name="name">placeholder</property>
|
||
</packing>
|
||
</child>
|
||
<child>
|
||
<object class="GtkBox">
|
||
<property name="visible">True</property>
|
||
<property name="margin_left">100</property>
|
||
<property name="margin_right">100</property>
|
||
<property name="margin_top">100</property>
|
||
<property name="margin_bottom">60</property>
|
||
<property name="orientation">vertical</property>
|
||
<property name="spacing">12</property>
|
||
<child>
|
||
<object class="GtkLabel">
|
||
<property name="visible">True</property>
|
||
<property name="label" translatable="yes">Something’s gone wrong</property>
|
||
<attributes>
|
||
<attribute name="scale" value="1.44"/>
|
||
</attributes>
|
||
<style>
|
||
<class name="dim-label"/>
|
||
</style>
|
||
</object>
|
||
</child>
|
||
<child>
|
||
<object class="GtkLabel">
|
||
<property name="visible">True</property>
|
||
<property name="label" translatable="yes">We’re very sorry, but it was not possible to get the list of installed extensions. Make sure you are logged into GNOME and try again.</property>
|
||
<property name="justify">center</property>
|
||
<property name="wrap">True</property>
|
||
<style>
|
||
<class name="dim-label"/>
|
||
</style>
|
||
</object>
|
||
</child>
|
||
</object>
|
||
<packing>
|
||
<property name="name">noshell</property>
|
||
</packing>
|
||
</child>
|
||
</object>
|
||
</child>
|
||
</template>
|
||
</interface>
|