apps: Use "computer-fail-symbolic" instead of Software icon
This icon gets shown when an app cannot be found in the App search. This change makes us rely on an icon that is part of the theme instead of assuming gnome-software is properly installed and the org.gnome.Software-symbolic is available in the system. Fixes #2561
This commit is contained in:
parent
f0d04a180f
commit
80c0cf33ec
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
<child>
|
||||
<object class="GtkImage">
|
||||
<property name="pixel_size">128</property>
|
||||
<property name="icon_name">org.gnome.Software-symbolic</property>
|
||||
<property name="icon_name">computer-fail-symbolic</property>
|
||||
<style>
|
||||
<class name="dim-label"/>
|
||||
<class name="icon"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue