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.
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk" version="4.0"/>
|
|
|
|
<requires lib="libadwaita" version="1.0"/>
|
|
|
|
<template class="ProprietaryDriverDialog" parent="AdwWindow">
|
|
|
|
<property name="title" translatable="yes">Info About Proprietary Drivers</property>
|
|
|
|
<property name="default-width">500</property>
|
|
|
|
<property name="modal">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="AdwHeaderBar">
|
|
|
|
<style>
|
|
|
|
<class name="flat"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="margin-top">10</property>
|
|
|
|
<property name="margin-start">10</property>
|
|
|
|
<property name="margin-end">10</property>
|
|
|
|
<property name="margin-bottom">20</property>
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
<property name="label">A proprietary driver has private code that neither Vanilla OS nor Ubuntu developers can't review.
|
|
|
|
|
|
|
|
Security and other updates are dependent on the driver vendor.
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|