“______ will be downloaded” icon is too large

Bug #1790134 reported by Matthew Paul Thomas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
update-manager (Ubuntu)
Fix Released
Medium
Mathieu Trudel-Lapierre
Eoan
Fix Released
Medium
Mathieu Trudel-Lapierre

Bug Description

update-manager 1:18.10.3, Ubuntu Cosmic (20180822)
(and many versions before that)

On a notebook:
1. Disconnect from mains power.
2. Launch Software Updater when there are updates available.
2. Disconnect from the Internet.

What you see:
* A big icon with “______ will be downloaded”.
* A small icon with “It’s safer to connect the computer to mains power before updating.”
* A small icon with “You may not be able to check for updates” (or different if bug 1026060 has been fixed).

What you should see: All three icons should be small.
<https://wiki.ubuntu.com/SoftwareUpdates#Presenting_installable_updates>

Related branches

Revision history for this message
Matthew Paul Thomas (mpt) wrote :
Revision history for this message
Matthew Paul Thomas (mpt) wrote :

Here’s the icon in the layout code:
<https://bazaar.launchpad.net/~ubuntu-core-dev/update-manager/main/view/head:/data/gtkbuilder/UpdateManager.ui#L182>

    <object class="GtkImage" id="image_downsize">
      <property name="visible">True</property>
      <property name="can_focus">False</property>
      <property name="icon_name">aptdaemon-download</property>
    </object>

But I don’t see any difference between that and the other icons below.

Changed in update-manager (Ubuntu):
status: New → Confirmed
Changed in update-manager (Ubuntu):
importance: Undecided → Medium
tags: added: rls-cc-incoming
tags: added: rls-ee-incoming
removed: rls-cc-incoming
Revision history for this message
Sebastien Bacher (seb128) wrote :

The problem is fixed in Cosmic/Disco/Eoan, probably because yaru provides an icon with the correct geometry, it might still be a problem with other themes though.

One simply change like

--- UpdateManager.ui 2018-10-16 16:11:19.117279284 +0200
+++ UpdateManager.ui.new 2018-12-07 10:18:05.840037377 +0100
@@ -182,6 +182,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="icon_name">aptdaemon-download</property>
+ <property name="pixel-size">16</property>
               </object>
               <packing>
                 <property name="expand">False</property>

should be enough to resolve the issue on bionic/with other theme though, if someone wants to probably test and submit a mr for it (note that the battery icon seems to have the same issue)

Changed in update-manager (Ubuntu):
status: Confirmed → Triaged
tags: removed: rls-ee-incoming
Changed in update-manager (Ubuntu Eoan):
assignee: nobody → Mathieu Trudel-Lapierre (cyphermox)
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package update-manager - 1:19.04.8

---------------
update-manager (1:19.04.8) eoan; urgency=medium

  * data/gtkbuilder/UpdateManager.ui: enforce icon size for download size icon
    so it's consistent with the other status icons. (LP: #1790134)

 -- Mathieu Trudel-Lapierre <email address hidden> Tue, 24 Sep 2019 17:44:21 -0400

Changed in update-manager (Ubuntu Eoan):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.