[Bug 1808079] Re: Downloads view in update manager can't resize properly
ZdravkoG
1808079 at bugs.launchpad.net
Mon Jul 15 12:51:48 UTC 2019
Is there any reason why this bug is ignored from Canonical side? If there are need some additional info, could somebody tell something. For Ubuntu 18.4 (Bionic) there is new aptdaemon revision (LP: #1831981 -> 1.1.1+bzr982-0ubuntu19.1), but the file /usr/lib/python3/dist-packages/aptdaemon/gtk3widgets.py in the package python3-aptdaemon.gtk3widgets is not even touched. Why?
Updated package just replace the fix (of course).
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to aptdaemon in Ubuntu.
https://bugs.launchpad.net/bugs/1808079
Title:
Downloads view in update manager can't resize properly
Status in aptdaemon package in Ubuntu:
New
Bug description:
When there are new updates and update-manager goes to download corresponding packages, download list can't follow main window resize (more precise in vertical direction). This is inconvenient (and ugly) when there are many packages and I want to see as much as possible (especially when there are packages from different repositories).
I made a little investigation and have found that the issue comes from AptDetailsExpander class in /usr/lib/python3/dist-packages/aptdaemon/gtk3widgets.py. There are 2 possible views: AptDownloadsView in ScrolledWindow and AptTerminal. AptTerminal seems to work fine, but the other view - no. More deep look shows that AptTerminal initialization calls set_vexpand(True), ScrolledWindow don't have such call! Adding such call for ScrolledWindow initialization fixes the issue for me.
It's good idea this to be fixed in ubuntu repositories. Example patch is also here (at least as starting point).
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: python3-aptdaemon.gtk3widgets 1.1.1+bzr982-0ubuntu19 [modified: usr/lib/python3/dist-packages/aptdaemon/gtk3widgets.py]
ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
Uname: Linux 4.15.0-42-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CurrentDesktop: KDE
Date: Wed Dec 12 03:55:06 2018
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-07-12 (1613 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: aptdaemon
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/1808079/+subscriptions
More information about the foundations-bugs
mailing list