Bug#709846: synaptic: Download status column vanishes when downloads begin

2014-07-27 Thread Vlad Orlov

I confirm this. You need to resize the window to make it
wide enough to see that column.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#709846: synaptic: Download status column vanishes when downloads begin

2014-02-14 Thread Julian RĂ¼ger
Just wanted to confirm all of Alex' observations :)
(synaptic 0.80.4, libgtk-3-* 3.8.4-1)

Thanks to anyone looking into fixing this!


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#709846: synaptic: Download status column vanishes when downloads begin

2013-10-02 Thread Alex Vanderpol
I figured out what's happening, so hopefully you can look into it and 
maybe fix it now.


Apparently the width of the status column in the individual file details 
table is being reduced to zero by all of the other columns beside it, 
the only way to get it to appear is to stretch the dialog window out 
wide enough that the columns can all be fully displayed without having 
to be scrolled horizontally.


Perhaps the status column needs to be given a minimum width so that it's 
width cannot be reduced to zero by the other columns?



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#709846: synaptic: Download status column vanishes when downloads begin

2013-06-25 Thread Alex Vanderpol
I finally managed to get a window where the download status column is 
visible before any files have started downloading, I'm attaching a 
screenshot of this so you can compare it with the one in my previous 
message and see exactly what I'm talking about.


Hopefully once you can see the problem in question you might be able to 
target it and possibly fix it, assuming it is related to Synaptic and 
not a GTK3 issue of some sort preventing that particular widget from 
being drawn (and somehow taking the whole column out with it).
attachment: Status column visible before downloads start.png

Bug#709846: synaptic: Download status column vanishes when downloads begin

2013-05-27 Thread Michael Vogt
On Sat, May 25, 2013 at 08:14:02PM -0400, Alex Vanderpol wrote:
 Package: synaptic
 Version: 0.80.1
 Severity: minor

Thanks for your bugreport.
 
 Dear Maintainer,
 
 I suspect recent GTK3 updates may be the cause of this issue. After the recent
 updates, when viewing the download progress of individual files, the Status
 column where the progress bars for the individual files would appear vanishes
 the moment the first file begins downloading, however it can be seen briefly
 during the short span of time between applying changes (or reloading the
 package lists) and when the first file actually begins downloading.
 
 This happens regardless of what GTK3 theme I use, including the default
 (Adwaita) theme.
 
 I'm not sure if this is a bug specifically in Synaptic or if it affects any
 GTK3 application that draws progress bars in columns, as I don't know of any
 other GTK3 applications that do such a thing to check if this problem affects
 them as well. (The only application I'm aware of that does this on my system
 uses GTK2 and still works fine.) The GTK3 widget factory application in
 gtk-3-examples does not appear to demo this particular widget.

I wasn't able to reproduce this here in my (not fully up-to-date)
box. Attached is a small gtk3 python app that will show a progress
bar, let me know if that works for you.

Cheers,
 Michael
#!/usr/bin/python

from gi.repository import Gtk, GLib

def tick(progress):
frac = progress.get_fraction()
if frac = 1.0:
frac = 0
else:
frac += 0.1
progress.set_fraction(frac)
return True

if __name__ == __main__:
progress = Gtk.ProgressBar()
win = Gtk.Window()
win.connect(destroy, Gtk.main_quit)
win.set_size_request(400, 100)
win.add(progress)
win.show_all()

GLib.timeout_add(200, tick, progress)

Gtk.main()


Bug#709846: synaptic: Download status column vanishes when downloads begin

2013-05-25 Thread Alex Vanderpol
Package: synaptic
Version: 0.80.1
Severity: minor

Dear Maintainer,

I suspect recent GTK3 updates may be the cause of this issue. After the recent
updates, when viewing the download progress of individual files, the Status
column where the progress bars for the individual files would appear vanishes
the moment the first file begins downloading, however it can be seen briefly
during the short span of time between applying changes (or reloading the
package lists) and when the first file actually begins downloading.

This happens regardless of what GTK3 theme I use, including the default
(Adwaita) theme.

I'm not sure if this is a bug specifically in Synaptic or if it affects any
GTK3 application that draws progress bars in columns, as I don't know of any
other GTK3 applications that do such a thing to check if this problem affects
them as well. (The only application I'm aware of that does this on my system
uses GTK2 and still works fine.) The GTK3 widget factory application in
gtk-3-examples does not appear to demo this particular widget.



-- System Information:
Debian Release: jessie/sid
  APT prefers experimental
  APT policy: (650, 'experimental'), (650, 'unstable'), (600, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages synaptic depends on:
ii  hicolor-icon-theme  0.12-1
ii  libapt-inst1.5  0.9.8.1
ii  libapt-pkg4.12  0.9.8.1
ii  libatk1.0-0 2.8.0-2
ii  libc6   2.17-3
ii  libcairo-gobject2   1.12.14-4
ii  libcairo2   1.12.14-4
ii  libept1.4.121.0.9
ii  libgcc1 1:4.8.0-7
ii  libgdk-pixbuf2.0-0  2.28.1-1
ii  libglib2.0-02.36.1-2build1
ii  libgtk-3-0  3.8.2-1
ii  libpango1.0-0   1.32.5-5
ii  libstdc++6  4.8.0-7
ii  libvte-2.90-9   1:0.34.5-1
ii  libx11-62:1.5.0-1+deb7u1
ii  libxapian22 1.2.15-1
ii  libxext62:1.3.1-2+deb7u1
ii  zlib1g  1:1.2.8.dfsg-1

Versions of packages synaptic recommends:
ii  gksu   2.0.2-6
ii  libgtk2-perl   2:1.247-2
ii  policykit-10.110-2
ii  rarian-compat  0.8.1-5

Versions of packages synaptic suggests:
ii  apt-xapian-index 0.45
ii  deborphan1.7.28.8
pn  dwww none
ii  menu 2.1.46
ii  software-properties-gtk  0.92.17
pn  tasksel  none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org