gnome-control-center/gnome-control-center-disable-error-message-for-NM.patch

74 lines
3.6 KiB
Diff
Raw Permalink Normal View History

- Update to version 47.0.1+8: * online-accounts: Fix gettext use for row * online-accounts: fix gettext calls to static strings * Updated translations. - Update to version 47.0.1: + Fix invalid appstream release notes syntax. - Changes from version 47.0: + Appearance: Fix accessibility regression on background names. + Apps: Handle opening details of Epiphany webapps. + Color: - Fix visibility of control buttons when expanding rows. - Fix "Show details" link on profile warning. + Sharing: Make "Media Sharing" dialog use GtkFileDialog for adding new folders. + Updated translations. - Rebase gnome-control-center-more-power-button-actions.patch. - Update some version requirements. - Update to version 47.rc: + Various ports from deprecated GTK and Libadwaita APIs + Appearance: Improve performance when loading wallpapers + Apps: Fix crash when handling invalid app permissions + Date and Time: Fix "Auto Timezone" setting visibility when Location Services are unavailable + Online Accounts: Update description of MS365 online account provider + Sharing: Fix adding "Shared Media" folders + Users: - Update feedback icons for validating username and passwords - Use a dialog to confirm removable of user fingerprints + WiFi: Fix crash when unplugging removable WiFi adapters + Updated translations. - Update to version 47.beta: + Various CI fixes + Various ports to modern libadwaita widgets + Various mnemonics additions + Use GtkWindow.set_default_icon_name for legacy sessions + Accessibility: Rename "Reduce Animation" setting to "Animation Effects" + Apps: - Rename "File and Link Associations" page to "Files and Links" - Show status page when Parental Controls aren't available - Don't show "App is not sandboxed" banner for system components + Display: - Adapt rotation labels to the screen ratio - Don't set automatic Night Light when Location Services are unavailable + Keyboard - Load input choice locales asynchronously - Fix "Move" buttons in input rows + Location: Remove reference to now retired Mozilla Location Services + Mouse: - Use monochrome assets to support different accent colors - Separate "Touchpad" row into its own preferences row group + Network: Don't set empty ignored hosts + Notifications: Turn "App Notifications" dialog into a subpage + Online Accounts: Add a toast overlay for panel notifications/error messages + Users: - Modernize the "Add User" dialog - Respect password "enforcing" based on /etc/security/pwquality.conf - Avoid user names with underscores being interpreted as mnemonics - Show correctly the remaining list of fingerprints to enroll - Reverse sorting of finger names list to prioritize most used ones + Printers: - Various tweaks for the PPD Selection dialog - Add button instead of link to open printer cups web page + Privacy: - Don't leak Bolt and Location subpages - Fix visibility of Bolt settings when Bolt isn't available + Remote Desktop: - Fix loop resetting credentials - Use new gnome-remote-desktop server configuration DBUs interface + Sound: Add an empty state page for when no sound device is available + Wacom: Set up Wacom stylus keyboard shortcuts and switch monitor + WWAN: Fix crash preventing the load of the SIM Unlock dialog + Updated translations. - Rebase patch, and disable patch 1, needs manual rebase. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=567
2024-09-30 09:50:42 +02:00
Index: gnome-control-center-47.beta/panels/network/cc-wifi-panel.ui
===================================================================
--- gnome-control-center-47.beta.orig/panels/network/cc-wifi-panel.ui
+++ gnome-control-center-47.beta/panels/network/cc-wifi-panel.ui
@@ -217,6 +217,51 @@ Error details: NetworkManager not runnin
</property>
</object>
</child>
+
+ <!-- "Wicked Running" page -->
+ <child>
+ <object class="GtkStackPage">
+ <property name="name">wicked-running</property>
+ <property name="child">
+ <object class="GtkCenterBox">
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="halign">center</property>
+ <property name="valign">center</property>
+ <property name="orientation">vertical</property>
+ <property name="margin-top">18</property>
+ <property name="margin-bottom">18</property>
+ <property name="margin-start">18</property>
+ <property name="margin-end">18</property>
+ <child type="center">
+ <object class="GtkImage">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">face-sad-symbolic</property>
+ <property name="pixel_size">128</property>
+ <style>
+ <class name="dim-label" />
+ </style>
+ </object>
+ </child>
+ <child type="end">
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="wrap">True</property>
+ <property name="label" translatable="yes">Please use YaST2 to configure your network.</property>
+ <attributes>
+ <attribute name="scale" value="1.42" />
+ </attributes>
+ </object>
+ </child>
+ </object>
+ </property>
+ </object>
+ </child>
+
</object>
</child>
</object>
Index: gnome-control-center-47.beta/tests/meson.build
===================================================================
--- gnome-control-center-47.beta.orig/tests/meson.build
+++ gnome-control-center-47.beta/tests/meson.build
@@ -3,9 +3,12 @@ Xvfb = find_program('Xvfb', required: fa
subdir('common')
#subdir('datetime')
+# Disable tests for network panel, boo#1128195
+if false
if host_is_linux
subdir('network')
endif
+endif
# FIXME: this is a workaround because interactive-tests don't work with libadwaita as a subproject. See !1754
if not libadwaita_is_subproject