Bug#1006477: Broken firmware

2023-10-22 Thread Chris Bainbridge
> So, my conclusion is that there is something specific to the debian kernels > that is breaking this USB ethernet card. The IOMMU error is most likely caused by a bug in the VL805 firmware. It happens with the Debian kernel (and not mainline) as Debian patches the kernel to enable IOMMU by

Bug#1041114: sox error and audio glitch when -t not specified and libsox-fmt-pulse is not installed

2023-07-14 Thread Chris Bainbridge
Package: sox Version: 14.4.2+git20190427-3.5 Severity: normal Dear Maintainer, When `-t` is not specified then sox attempts to probe the audio driver as described at https://groups.google.com/g/linux.debian.bugs.dist/c/jCqdwFWPUKk/m/xi1AThVtMwkJ According to the list in that discussion,

Bug#1039970: xserver-xorg-video-amdgpu debian patch downgrades ChangeLog

2023-06-30 Thread Chris Bainbridge
Package: xserver-xorg-video-amdgpu Version: 23.0.0-1 Small issue but I noticed that `apt-get source xserver-xorg-video-amdgpu` applies a patch (xserver-xorg-video-amdgpu_23.0.0-1.diff.gz) which downgrades the original ChangeLog from 23.0.0 to 19.1.0, e.g.: +++

Bug#994217:

2021-09-16 Thread Chris Bainbridge
According to stackoverflow, the fix is a small commit: https://stackoverflow.com/questions/66636441/pdf2image-library-failing-to-read-pdf-signed-using-docusign https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/749/diffs?commit_id=4f478daa6a9734b8f269a6586bdce2909844bb6f So perhaps

Bug#994217: poppler will not work with PDFs from docusign

2021-09-14 Thread Chris Bainbridge
Package: libpoppler102 Version: 20.09.0-3.1 Severity: normal Tags: upstream Dear Maintainer, Upstream says "I can confirm that 20.09.0 fails and 21.09.0 works. Please update :)" : https://gitlab.freedesktop.org/poppler/poppler/-/issues/1140

Bug#980975: cups error: Failed to create /var/spool/cups/tmp/.hplip

2021-01-27 Thread Chris Bainbridge
> However, the content is perplexing. I do not have Python or coding > skills but, looking at HPLIP's os_utils.py, I find Sorry, you are right, I thought I hadn't installed hplip but it is installed due to a dependency. The hpfax/hplip error appears when plugging in a USB printer: Jan 27

Bug#980973: Cups attempts to probe, configure unsupported Canon USB printers

2021-01-27 Thread Chris Bainbridge
On Tue, 26 Jan 2021 at 13:44, Till Kamppeter wrote: > > Please report this to CUPS upstream at > > https://github.com/OpenPrinting/cups > > Note trhat CUPS is not maintained at Apple any more but at OpenPrinting now. > > We need the USB IDs (VID/PID) of all affected devices, at least of as > many

Bug#980975: cups error: Failed to create /var/spool/cups/tmp/.hplip

2021-01-24 Thread Chris Bainbridge
Package: cups Version: 2.3.3op1-7 "Failed to create /var/spool/cups/tmp/.hplip" appears in the journal on bullseye. I am not using hplip, and have never installed it.

Bug#980974: apparmor blocks cups backend outgoing network connections

2021-01-24 Thread Chris Bainbridge
Package: cups Version: 2.3.3op1-7 After upgrading to bullseye, TCP connections from cupsd to localhost appeared to be blocked: Jan 23 23:39:29 debian audit[2172]: AVC apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=2172 comm="cupsd" capability=12 capname="net_admin" Jan 23

Bug#980973: Cups attempts to probe, configure unsupported Canon USB printers

2021-01-24 Thread Chris Bainbridge
Package: cups Version: 2.3.3op1-7 Cups does not support Canon CAPT USB printers (this requires a proprietary driver which uses /dev/usb/lp0), but these printers are not blacklisted, so when one is plugged in, cups sets up a new, non-functional printer, and probes the USB device, the kernel logs

Bug#980971: ghostscript lacks opvp support, breaks some printer backends

2021-01-24 Thread Chris Bainbridge
Package: ghostscript Version: 9.53.3~dfsg-6 As reported at https://bugzilla.redhat.com/show_bug.cgi?id=1899885 ghostscript upstream temporarily disabled opvp support, breaking Canon CAPT/UFR printer driver support in cups. This change has since been reverted upstream. I can confirm that the patch

Bug#864684: awscli fails with Regions that only support Signature Version 4

2017-06-12 Thread Chris Bainbridge
Package: awscli Version: 1.4.2-1 Severity: important awscli works on older AWS regions but fails on newer regions that require version 4 signatures: $ /usr/bin/aws --region eu-west-2 ec2 describe-instances A client error (AuthFailure) occurred when calling the DescribeInstances operation: AWS

Bug#818480: libmlt memory corruption crashes openshot

2016-03-19 Thread Chris Bainbridge
Package: libmlt6 Version: 0.9.2-2 Severity: important Trying to use openshot to put together a simple sequence of videos but it crashes or hangs after a few minutes. It seems to be when changes are made and the timeline cursor is reposioned. This pretty much makes openshot unusable. Valgrind

Bug#542899:

2016-03-07 Thread Chris Bainbridge
Does anyone have any comments on the man pages? If the pages are ok, can someone add them to the Debian package?

Bug#813907: fc-cache ignores .pcf files unless they are .gz gzip compressed

2016-02-06 Thread Chris Bainbridge
Package: fontconfig Version: 2.11.0-6.3 Severity: normal Dear Maintainer, .pcf font is not detected. This used to work, don't know why it doesn't now. There are no errors, and the font is correctly detected after being compressed with gzip. $ dpkg-reconfigure fontconfig-config Enable bitmap

Bug#782011: [Pkg-xfce-devel] Bug#782011:

2015-08-22 Thread Chris Bainbridge
On 22 August 2015 at 06:31, Yves-Alexis Perez cor...@debian.org wrote: But I personnaly don't see why lightdm should specifically log to journalct actually. Maybe it should log stuff to syslog directly, but I don't think depending on journalctl is the right thing to do. That's what I meant.

Bug#786784: python-urllib3: AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

2015-05-25 Thread Chris Bainbridge
Package: python-urllib3 Version: 1.9.1-3 Severity: serious $ python Python 2.7.9 (default, Mar 1 2015, 12:57:24) [GCC 4.9.2] on linux2 Type help, copyright, credits or license for more information. import requests Traceback (most recent call last): File stdin, line 1, in module File

Bug#786784: python-urllib3: AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

2015-05-25 Thread Chris Bainbridge
On 25 May 2015 at 16:11, Daniele Tricoli er...@mornie.org wrote: Are you using the packaged version on urllib3? If yes there is something really strange since I patched it as explained here: Sorry for the bogus bug report (I already closed it as invalid) - it turned out Python was picking up an

Bug#782973: ifup wlanX fails for x0 because NetworkManager starts wpa_supplicant on unmanaged interface

2015-04-19 Thread Chris Bainbridge
Package: network-manager Version: 0.9.10.0-7 Severity: normal ifup fails for a wlan interface defined in /etc/network/interfaces when the interface is not wlan0 with wpa_supplicant: /sbin/wpa_supplicant daemon failed to start - wlan5 is defined in /etc/network/interfaces (there is no wlan0) -

Bug#780686: linux-image-3.16.0-4-amd64: Intel GPU hang in intel_crtc_wait_for_pending_flips on IvyBridge, Haswell

2015-04-06 Thread Chris Bainbridge
Both of those fixes are included in 3.16.7-ckt7-1, the version you reported this against. Are you still seeing a similar problem? So they are. Hmm. I was getting a hang every day or so with 3.16.7-ckt7-1. With latest linux git I am getting zero hangs. There was also a report in the Launchpad

Bug#781858: apt: dangling pointer crash

2015-04-06 Thread Chris Bainbridge
On 6 April 2015 at 21:21, David Kalnischkies da...@kalnischkies.de wrote: I wonder what is so special about aptdaemon that it has problems now - so can someone please verify that this is really the problem and not just the first thing someone stumbled over while trying to find a culprit (no

Bug#782011:

2015-04-06 Thread Chris Bainbridge
Package: lightdm Version: 1.10.3-3 Severity: wishlist gdm3 now puts the Xorg log in systemd journal (a Debian specific patch from bug #765771 also keeps the old style logs). It would be nice for consistency if lightdm also logged Xorg to the system journal, otherwise users might be confused as

Bug#781858: apt: dangling pointer crash

2015-04-06 Thread Chris Bainbridge
On 6 April 2015 at 13:46, Tomasz Buchert tom...@debian.org wrote: This should do the trick. Tomasz From browsing the code it appears Mode can be assigned to multiple times for the same Item, e.g. { Mode = copy; ... Mode = decompProg.c_str() } In which case using strdup to create a new string

Bug#781932:

2015-04-05 Thread Chris Bainbridge
Why was the severity downgraded from 'serious'? Isn't the laptop display being non-functional a serious bug? One which could potentially impact every Debian laptop user with an Intel GPU and an external monitor? Which, presumably, would be quite a few people. -- To UNSUBSCRIBE, email to

Bug#781932:

2015-04-05 Thread Chris Bainbridge
On 5 April 2015 at 15:20, Julien Cristau jcris...@debian.org wrote: On Sun, Apr 5, 2015 at 13:54:19 +0100, Chris Bainbridge wrote: Why was the severity downgraded from 'serious'? Isn't the laptop display being non-functional a serious bug? One which could potentially impact every Debian

Bug#781932:

2015-04-05 Thread Chris Bainbridge
On 5 April 2015 at 15:32, Julien Cristau jcris...@debian.org wrote: On Sun, Apr 5, 2015 at 15:29:58 +0100, Chris Bainbridge wrote: On 5 April 2015 at 15:20, Julien Cristau jcris...@debian.org wrote: On Sun, Apr 5, 2015 at 13:54:19 +0100, Chris Bainbridge wrote: Why was the severity

Bug#781891: gdm3: xorg log to systemd journal

2015-04-04 Thread Chris Bainbridge
Package: gdm3 Version: 3.14.1-6 Severity: wishlist The preferred option of Gnome upstream (since 3.12) seems to be --enable-systemd-journal. Unless there are strong arguments against, then Debian should probably follow what upstream is doing, since that will be the standard way and what people

Bug#781893: gnome-control-center: Gnome System Details shows wrong drive size (btrfs?)

2015-04-04 Thread Chris Bainbridge
Package: gnome-control-center Version: 1:3.14.2-3 Severity: minor Dear Maintainer, Gnome System Details shows Disk 848GB on a 128GB disk system (btrfs subvolumes causing confusion?) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#781932: xserver-xorg-video-intel: laptop display unusable (blank) if external monitor is connected

2015-04-04 Thread Chris Bainbridge
Package: xserver-xorg-video-intel Version: 2:2.21.15-2+b2 Severity: serious Dear Maintainer, Hardware: IvyBridge HD4000 GPU on Macbook Pro 13 To reproduce: - Connect an external monitor on DP - Boot jessie - Log in to Gnome - Laptop display immediately goes blank This bug appears to be fixed

Bug#781858: apt: dangling pointer crash

2015-04-03 Thread Chris Bainbridge
Package: apt Version: 1.0.9.7 Severity: serious Dear Maintainer, The apt source includes in apt-pkg/acquire-item.cc: // FIXME: this points to a c++ string that goes out of scope Mode = decompProg.c_str(); } Mode is a char ptr decompProg is a std::string When decompProg goes

Bug#781737: gparted: GUI hangs while doing libparted operations such as FAT16/FAT32 resizing

2015-04-02 Thread Chris Bainbridge
Package: gparted Version: 0.19.0-2 Severity: serious Tags: upstream Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=737022 The gparted GUI always hangs when gparted is doing some particular operations. If the screensaver/screenlock runs at this point, afterwards gparted windows will be

Bug#781738: gnucash: ImportError: No module named gnucash

2015-04-02 Thread Chris Bainbridge
Package: gnucash Version: 1:2.6.4-3 Severity: normal Dear Maintainer, On starting gnucash, it always fails to import some Python module: $ gnucash Traceback (most recent call last): File /usr/share/gnucash/python/init.py, line 3, in module from gnucash import * ImportError: No module

Bug#781741: gnucash crash when click back on QIF import

2015-04-02 Thread Chris Bainbridge
Package: gnucash Version: 1:2.6.4-3 Severity: normal Dear Maintainer, To reproduce do: file - import - qif - forward - select - import - forward - start - forward - back - back Backtrace: In ice-9/boot-9.scm: 157: 3 [catch #t #catch-closure 1190ee0 ...] In unknown file: ?: 2 [apply-smob/1

Bug#744231: gnucash: Crash on QIF import

2015-04-02 Thread Chris Bainbridge
On 2 April 2015 at 08:00, Dmitry Smirnov only...@debian.org wrote: Hi Chris, On Fri, 11 Apr 2014 17:41:09 Chris Bainbridge wrote: Start QIF import, at Set a date format for this QIF file select 'd-m-y'. Crash. I've noticed that upstream closed corresponding bug report [1] due to lack

Bug#781666: xserver-xorg-video-intel: intel driver option TearFree does not work in Jessie

2015-04-01 Thread Chris Bainbridge
Package: xserver-xorg-video-intel Version: 2:2.21.15-2+b2 Severity: normal The Intel option TearFree does not work; tearing is still present. Setup is XFCE running on Ivy Bridge HD4000 with three monitors. This is fixed in the latest upstream git. -- To UNSUBSCRIBE, email to

Bug#781716: gparted: partitioning fails due to lack of udisks2 locking and automount

2015-04-01 Thread Chris Bainbridge
Package: gparted Version: 0.19.0-2 Severity: serious Tags: upstream Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=745349 Gparted does not lock the disk being partitioned, so it will be automounted whilst gparted is operating on it, resulting in gparted failing mid-operation. This has

Bug#781604: `journalctl /dev/sda` shows empty log

2015-03-31 Thread Chris Bainbridge
Are you running the command as root? Yes. The error if you run journalctl as a regular user is different: No journal files were found. Whereas this just shows an empty log. This will potentially break any scripts or monitoring tools that query device information using this format, and people

Bug#781604: `journalctl /dev/sda` shows empty log

2015-03-31 Thread Chris Bainbridge
Package: systemd Version: 215-12 Severity: serious `man journalctl` says: Show all logs of the kernel device node /dev/sda: journalctl /dev/sda But: debian # journalctl /dev/sda -- Logs begin at Tue 2015-03-31 11:57:43 BST, end at Tue 2015-03-31 14:43:04 BST. -- debian # It does

Bug#762047:

2015-03-30 Thread Chris Bainbridge
Okay, so I think your original problem is because the Xorg fbdev driver uses the colour depth from console by default, and I guess the login manager you're using can't deal with that. You may want to report that against the login manager package Filed at

Bug#781544: firmware-b43-installer breaks apt-get dist-upgrade to jessie

2015-03-30 Thread Chris Bainbridge
Package: firmware-b43-installer Version: 1:019-1 Severity: serious Dear Maintainer, On a dist-upgrade to jessie the network is not up at the point firmware-b43-installer.postinst is run, so the wget download fails. The script contains code that is supposed to ignore the error and exit 0

Bug#781560: lvm2 errors on every boot: initramfs scripts expect dmeventd (jessie)

2015-03-30 Thread Chris Bainbridge
Package: lvm2 Version: 2.02.111-2.1 Severity: normal Tags: patch lvm2 init scripts call vgchange without --sysinit resulting in errors on every boot: /sbin/dmeventd stat failed no such file or directory /sbin/dmeventd stat failed no such file or directory ... event

Bug#780990: xserver-xorg-video-intel: hangs startx on logout if xrandr rotate is used in session

2015-03-22 Thread Chris Bainbridge
Package: xserver-xorg-video-intel Version: 2:2.21.15-2+b2 Severity: important Dear Maintainer, startx hangs on logout if xrandr rotate is used in session. There may be other ways to hang it but xrandr rotate is reliably repeatable. To reproduce: 1. Install minimal Jessie netinst system 2.

Bug#542899: Processed: your mail

2015-03-18 Thread Chris Bainbridge
On 18 March 2015 at 11:35, Cyril Brulebois k...@debian.org wrote: Pretty sure that's in no way a serious bug. If you want it to happen, submit one. Artificially bumping the severity won't help. Isn't a missing man page a violation of the requirement stated in Debian Policy Manual 12.1? Hence

Bug#542899: Processed: your mail

2015-03-18 Thread Chris Bainbridge
On 18 March 2015 at 11:59, Holger Levsen hol...@layer-acht.org wrote: And really, the best way to get this fixed is to write the missing manpage. Attached. Please add to the Debian package. linux-boot-prober.8 Description: Binary data os-prober.8 Description: Binary data

Bug#780668: libgl1-mesa-dri: WebGL Intel GPU Hang stuck on render ring

2015-03-17 Thread Chris Bainbridge
Package: libgl1-mesa-dri Version: 10.3.2-1 Severity: normal Dear Maintainer, IvyBridge GPU HD4000 Visit http://www.fishgl.com in Chromium or Iceweasel GPU hangs This was fixed upstream by commit fd31628 commit fd31628 Author: Iago Toral Quiroga ito...@igalia.com Date: Tue Jul 29 12:36:31

Bug#780686: linux-image-3.16.0-4-amd64: Intel GPU hang in intel_crtc_wait_for_pending_flips on IvyBridge, Haswell

2015-03-17 Thread Chris Bainbridge
Package: src:linux Version: 3.16.7-ckt7-1 Severity: normal Dear Maintainer, As documented at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384342 a GPU hang will regularly occur on Intel IvyBridge and Haswell GPUs. This was fixed upstream in patches 48bf5b2 and 2a92d5b which were

Bug#780488: linkchecker / linkchecker-gui desktop icons broken

2015-03-14 Thread Chris Bainbridge
Package: linkchecker Version: 9.3-1 Severity: minor Dear Maintainer, Linkchecker appears with broken icons on the desktop. Problem probably caused by Icon=logo48x48: $ cat /usr/share/applications/linkchecker.desktop [Desktop Entry] Name=LinkChecker Commandline GenericName=URL validator

Bug#780490: imagemagick desktop icons dupliated / one does not show

2015-03-14 Thread Chris Bainbridge
Package: imagemagick Version: 8:6.8.9.9-5 Severity: minor Dear Maintainer, 1. After installed imagemagick it appears twice in the desktop menu with exactly the same title. Is this correct? 2. One of these entries does not have an icon. Probably the error is Q16 instead of q16 in the following:

Bug#780143:

2015-03-14 Thread Chris Bainbridge
Axel's patch from upstream git fixes the issue (tested with fixedsc font in terminator).

Bug#780143:

2015-03-13 Thread Chris Bainbridge
severity 780143 serious retitle 780143 libfreetype6_2.5.2-3 makes some fonts unusable I'm not sure what fonts are affected by this bug, but the package bump should not be released with a bug that makes some unknown number of fonts unusable. Retitle as it is not clear that this bug affects only

Bug#780143: libfreetype6:amd64: libfreetype6_2.5.2-3 breaks fixed font in terminal

2015-03-09 Thread Chris Bainbridge
Package: libfreetype6 Version: 2.5.2-3 Severity: important Dear Maintainer, Using font FixedSC from http://pts-mini- gpl.googlecode.com/svn/trunk/fonts/fixedsc.tgz (libfreetype6_2.5.2-2 was ok) upgrade to libfreetype6_2.5.2-3 run gnome terminal or terminator terminal text is corrupt:

Bug#780143:

2015-03-09 Thread Chris Bainbridge
Upstream: The problem you are describing in this bug report has already been fixed in version 2.5.5

Bug#779656:

2015-03-09 Thread Chris Bainbridge
0020-Fix-Savannah-bug-43547.-CVE-2014-9671.patch is buggy, see bug #780143

Bug#779682: texlive-base: install complains a4 is not valid for pdftex but says a4 is valid

2015-03-03 Thread Chris Bainbridge
Package: texlive-base Version: 2014.20141024-2 Severity: normal Dear Maintainer, texlive-base warns that a4 is not a valid setting for pdftex, but then recommends a command which says that a4 is valid. # apt-get install texlive-base Unmanageable system paper size (a4) The currently defined

Bug#529178:

2015-03-02 Thread Chris Bainbridge
The Dell 2209WA had some DVI hardware glitch that caused these mysterious blackouts. See extended discussion: http://en.community.dell.com/support-forums/peripherals/f/3529/t/19257125 And upstream: https://bugs.freedesktop.org/show_bug.cgi?id=89110 Some users reported that Sapphire fixed the

Bug#779369: pyqt5-examples missing dependencies python3-pyqt5.{qtquick, qtopengl, qtmultimedia, qtsvg} etc.

2015-03-01 Thread Chris Bainbridge
On 1 March 2015 at 17:21, Scott Kitterman deb...@kitterman.com wrote: On Friday, February 27, 2015 07:43:08 PM Chris Bainbridge wrote: Package: pyqt5-examples Version: 5.3.2+dfsg-3 Severity: normal Dear Maintainer, pyqt5-examples should depend on all the libraries necessary to run

Bug#779221: qtquickcontrols5-examples: resizing QT window is jerky, redraw/resize problem

2015-02-28 Thread Chris Bainbridge
On 26 February 2015 at 16:13, Lisandro Damián Nicanor Pérez Meyer perezme...@gmail.com wrote: I can't reproduce this behavior on an Intel card. This normally happens due to graphic driver's issues, qml tends to find them quite quickly ;) Since it appears on both Radeon and Intel on two

Bug#779451: lightdm: dm-tool switch-to-user always returns to login screen

2015-02-28 Thread Chris Bainbridge
Package: lightdm Version: 1.10.3-3 Severity: normal Dear Maintainer, dm-tool switch-to-user always opens the logins screen (same as dm-tool switch-to-greeter) - which requires reentering the username and password. This even happens when dm-tool list-seats shows active sessions. Unless I'm

Bug#779371: qt4-demos: corrupt demo descriptions (seem to include source code?!)

2015-02-27 Thread Chris Bainbridge
Package: qt4-demos Version: 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 Severity: normal Dear Maintainer, Run: $ /usr/lib/x86_64-linux-gnu/qt4/bin/qtdemo Description is corrupt for following demos (seems to include source code?) Animation Framework Moving Blcoks, Stickman Main Windows Menus,

Bug#779373: qt4-demos: browser demo does not work

2015-02-27 Thread Chris Bainbridge
Package: qt4-demos Version: 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 Severity: normal Dear Maintainer, Click on Demonstrations Browser Launch Result: Could not launch the example. Ensure that it has been built. -- System Information: Debian Release: 8.0 APT prefers testing-updates APT policy:

Bug#779369: pyqt5-examples missing dependencies python3-pyqt5.{qtquick, qtopengl, qtmultimedia, qtsvg} etc.

2015-02-27 Thread Chris Bainbridge
Package: pyqt5-examples Version: 5.3.2+dfsg-3 Severity: normal Dear Maintainer, pyqt5-examples should depend on all the libraries necessary to run the examples. For example: $ /usr/share/doc/pyqt5-examples/examples/qtdemo/qtdemo.py Click on Quick Animation Launch : Nothing happens

Bug#779372: qt4-demos: QML UI demos do not run

2015-02-27 Thread Chris Bainbridge
Package: qt4-demos Version: 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 Severity: normal Dear Maintainer, Run: $ /usr/lib/x86_64-linux-gnu/qt4/bin/qtdemo In QML UI Components, clicking any demo then Display Results in the popup: Failed to launch the example. Could not launch the example.

Bug#779373: Acknowledgement (qt4-demos: browser demo does not work)

2015-02-27 Thread Chris Bainbridge
Spectrum Analyzer does not work either

Bug#779221: qtquickcontrols5-examples: resizing QT window is jerky, redraw/resize problem

2015-02-25 Thread Chris Bainbridge
Package: qtquickcontrols5-examples Version: 5.3.2-2 Severity: normal Dear Maintainer, Run /usr/lib/x86_64-linux- gnu/qt5/examples/quick/dialogs/systemdialogs/systemdialogs Drag bottom-right window corner up/down to resize height of window. The window flickers and redraws with widgets in wrong

Bug#776673: xfce4-session: xflock4 does not have a man page

2015-01-30 Thread Chris Bainbridge
Package: xfce4-session Version: 4.10.1-10 Severity: minor Dear Maintainer, Looks like xflock4 is missing a man page. $ man xflock4 No manual entry for xflock4 See 'man 7 undocumented' for help when manual pages are not available. $ dpkg -L xfce4-session|grep /usr/bin /usr/bin

Bug#776674: xfce4-session: xflock4 does not turn off screen due to xset dpms race condition

2015-01-30 Thread Chris Bainbridge
Package: xfce4-session Version: 4.10.1-10 Severity: normal Dear Maintainer, /usr/bin/xflock4 does: for lock_cmd in \ xlock -mode blank \ slock set -- $lock_cmd if command -v -- $1 /dev/null 21; then $lock_cmd /dev/null 21 # turn off display backlight: xset

Bug#757435:

2014-12-06 Thread Chris Bainbridge
One bug report suggests this is fixed by upgrading to kernel 3.16.5 or later.

Bug#771247: chromium: translate does not work

2014-11-27 Thread Chris Bainbridge
Package: chromium Version: 38.0.2125.101-3 Severity: normal Dear Maintainer, Go to amazon.de Click translate icon (box between cookie and star to right of location bar) Click translate Page is being translated The page is not translated. (On start up, the browser shows the following, possibly

Bug#769957: iceweasel does not use locale for google search but firefox does

2014-11-17 Thread Chris Bainbridge
Package: iceweasel Version: 31.2.0esr-3 Severity: normal Dear Maintainer, Iceweasel does not localise the Google search but Firefox from upstream does, indicating a potential packaging issue. To reproduce, set LANG=en_GB.utf8 and then: run iceweasel ctrl-l enter tv = results from www.google.com

Bug#767712: vlc-nox: vlc vlsub does not seem to work

2014-11-01 Thread Chris Bainbridge
Package: vlc-nox Version: 2.2.0~pre4-1+b1 Severity: normal Dear Maintainer, View Download subtitles Search by hash / Search by name, neither seems to work. Search by hash shows Calculating movie hash next to a white box (progress bar?) and nothing happens. -- System Information: Debian

Bug#767713: vlc-plugin-vlsub description unclear

2014-11-01 Thread Chris Bainbridge
Package: vlc-plugin-vlsub Version: 0.9.12-1.1 Severity: normal Dear Maintainer, vlc-plugin-vlsub is described as an extension for VLC to download subtitles, but the vlc package already includes vlsub: $ dpkg -L vlc-nox|grep -i vlsub /usr/lib/vlc/lua/extensions/VLSub.luac It is not clear

Bug#766060: gdb: has no man page

2014-10-20 Thread Chris Bainbridge
Package: gdb Version: 7.7.1+dfsg-3 Severity: normal Dear Maintainer, gdb installs several binaries (gdb, gdbtui, gdb-add-index) that do not have man pages. gcore is the only binary that does have a man page. $ man gdb No manual entry for gdb See 'man 7 undocumented' for help when manual pages

Bug#764531:

2014-10-08 Thread Chris Bainbridge
Package: installation-reports Boot method: USB Image version: debian-jessie-DI-b2-i386-xfce-CD-1.iso Date: 20141008 Machine: Virtualbox VM Processor: i5 Memory: 1GB Partitions: /dev/sda1 ext4 Output of lspci -knn (or lspci -nn): Base System Installation Checklist: [O] = OK, [E] = Error (please

Bug#764554: xfce4-panel: suspend icon missing

2014-10-08 Thread Chris Bainbridge
Package: xfce4-panel Version: 4.10.1-1 Severity: minor Dear Maintainer, The actions panel has a suspend action but the icon does not exist: http://imgur.com/xNsWstj The icon is set in plugins/actions/actions.c - the other actions all have corresponding icons and suspend is set to

Bug#763713: [Pkg-xfce-devel] Bug#763713: xfce4-power-manager-settings: minimum window size is too big

2014-10-04 Thread Chris Bainbridge
On 4 October 2014 09:15, Yves-Alexis Perez cor...@debian.org wrote: On jeu., 2014-10-02 at 01:30 +0100, Chris Bainbridge wrote: Running /usr/bin/xfce4-power-manager-settings opens a window with a default size that is wider than the screen. The buttons are expanded to be huge, taking up

Bug#763713: [Pkg-xfce-devel] Bug#763713: xfce4-power-manager-settings: minimum window size is too big

2014-10-04 Thread Chris Bainbridge
On 4 October 2014 11:55, Yves-Alexis Perez cor...@debian.org wrote: On sam., 2014-10-04 at 11:05 +0100, Chris Bainbridge wrote: On 4 October 2014 09:15, Yves-Alexis Perez cor...@debian.org wrote: On jeu., 2014-10-02 at 01:30 +0100, Chris Bainbridge wrote: Running /usr/bin/xfce4-power-manager

Bug#763713: [Pkg-xfce-devel] Bug#763713: xfce4-power-manager-settings: minimum window size is too big

2014-10-04 Thread Chris Bainbridge
The problem happens when the laptop battery is not recognised so the Linux kernel instead use the hex string ID of the manufacturer and model. These strings are 31 characters each. On the Device tab the left side contains a 1 line string of the full $manufacturer $model string, which for an

Bug#763713: [Pkg-xfce-devel] Bug#763713: xfce4-power-manager-settings: minimum window size is too big

2014-10-04 Thread Chris Bainbridge
On 4 October 2014 14:07, Chris Bainbridge chris.bainbri...@gmail.com wrote: The problem happens when the laptop battery is not recognised so the Linux kernel instead use the hex string ID of the manufacturer and model. These strings are 31 characters each. On the Device tab the left side

Bug#748753:

2014-10-02 Thread Chris Bainbridge
On 2 October 2014 10:41, Julien Cristau jcris...@debian.org wrote: On Wed, Oct 1, 2014 at 11:24:41 +0100, Chris Bainbridge wrote: Jessie gets frozen in 35 days. It would be a shame to see it released with buggy Intel GPU drivers that are no longer recommended or distributed by upstream

Bug#748753:

2014-10-01 Thread Chris Bainbridge
Is there any chance of this being fixed in time for Jessie? Jessie gets frozen in 35 days. It would be a shame to see it released with buggy Intel GPU drivers that are no longer recommended or distributed by upstream. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#758619:

2014-10-01 Thread Chris Bainbridge
This bug now exists in Testing (glib2.0-2.42.0 has just been migrated to Testing). reportbug --ui=text xxx still works. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#763610: virtualbox crash on resume VM with 3D acceleration + Intel GPU

2014-10-01 Thread Chris Bainbridge
Package: virtualbox Version: 4.3.14-dfsg-1 Severity: important Dear Maintainer, https://www.virtualbox.org/ticket/11938 To reproduce: - Install Ubuntu 14.04 in a VM - Install VirtualBox tools from VB GUI - Enable 3D acceleration - Boot to desktop and login - Make a

Bug#763713: xfce4-power-manager-settings: minimum window size is too big

2014-10-01 Thread Chris Bainbridge
Package: xfce4-power-manager Version: 1.4.0-2 Severity: normal Dear Maintainer, Running /usr/bin/xfce4-power-manager-settings opens a window with a default size that is wider than the screen. The buttons are expanded to be huge, taking up the majority of the horizontal space. The window can not

Bug#728312: closed by Andreas Henriksson andr...@fatal.se (Re: Bug#728312: libpam-gnome-keyring: does not properly kill gnome-keyring-daemon before exit, race condition causes pam umount fail)

2014-09-30 Thread Chris Bainbridge
Does that mean the Wheezy package is being bumped to 3.12.0? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#542899:

2014-09-01 Thread Chris Bainbridge
os-prober man page is still missing in 1.64 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#756815: ruby: missing man pages for testrb, rdoc, gem

2014-08-01 Thread Chris Bainbridge
Package: ruby Version: 1:2.1.0.1 Severity: normal Dear Maintainer, On jessie: $ man rdoc man: warning: /usr/share/man/man1/rdoc.1.gz is a dangling symlink No manual entry for rdoc etc. -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500,

Bug#752894: trickle segfault crash, fix available

2014-06-27 Thread Chris Bainbridge
Package: trickle Version: 1.07-10 Severity: normal Tags: upstream patch Dear Maintainer, As reported here: https://bugs.archlinux.org/task/35872 trickle segfaults repeatedly on some applications (eg. bitcoin-qt). The explanation and fix patch are available in the Arch bug report. -- System

Bug#718272:

2014-06-25 Thread Chris Bainbridge
For example: if we release Debian Jessie with version 0.8 of bitcoin, and a security bug is found in that version and fixed upstream, the fix may be based on top of version 0.10 and unable to be ported to 0.8. A Debian package is allowed to bump versions for a security fix. Is this any

Bug#718272:

2014-06-25 Thread Chris Bainbridge
Luke-Jr wrote: I agree with Scott's assessment, although I would note that Debian *does* have a suite that addresses the needs of Bitcoin: stable-updates. Mandatory protocol rule changes would seem to fall within the broken by the flow of time category. Thoughts? I agree. Scott Howard wrote:

Bug#750597: gnome-terminal default colours are black-on-black in XFCE (use colours from system theme)

2014-06-04 Thread Chris Bainbridge
Package: gnome-terminal Version: 3.12.2-1 Severity: normal Dear Maintainer, When starting gnome-terminal in XFCE, text is invisible because it is black-on- black. Unsetting Use colours from system theme in profile and selecting a Built-in scheme (eg. white on black) worksaround the problem.

Bug#748753: closed by maximilian attems m...@debian.org (Bug#748753: fixed in xserver-xorg-video-intel 2:2.99.911+git20140529-1~exp1)

2014-05-30 Thread Chris Bainbridge
I’m unsure if we want to upload random snapshot releases to sid, which is why I didn’t do that. Feel free to upload it to experimental, though. I wasn't actually suggesting making a random snapshot of the git source from upstream. The latest stable release from Intel is 2014Q1 which includes

Bug#748753: closed by maximilian attems m...@debian.org (Bug#748753: fixed in xserver-xorg-video-intel 2:2.99.911+git20140529-1~exp1)

2014-05-30 Thread Chris Bainbridge
On 30 May 2014 16:28, maximilian attems m...@debian.org wrote: On Fri, May 30, 2014 at 11:52:39AM +0100, Chris Bainbridge wrote: I’m unsure if we want to upload random snapshot releases to sid, which is why I didn’t do that. Feel free to upload it to experimental, though. I wasn't actually

Bug#748753: xserver-xorg-video-intel: please update, jessie/sid version 2.21.15 is 9 months old

2014-05-20 Thread Chris Bainbridge
Package: xserver-xorg-video-intel Version: 2:2.21.15-2+b1 Severity: normal Dear Maintainer, Please release an updated version of xserver-xorg-video-intel. The latest version in Debian is 2.21.15, which was released by upstream 9 months ago. Since then there have been many bug fixes and

Bug#748782: gnome-settings-daemon: man page describes --no-daemon option but it does not work

2014-05-20 Thread Chris Bainbridge
Package: gnome-settings-daemon Version: 3.8.5-2 Severity: normal Dear Maintainer, Not sure whether the problem here is an inaccurate man page, or broken option. The Changelog and NEWS of the source do refer to an option '--no-daemon' - so it existed at some point. man gnome-settings-daemon

Bug#746962: netcfg: wifi autoconfiguration after 3 second link detect timeout

2014-05-04 Thread Chris Bainbridge
Package: netcfg In bug #739668 (wheezy install report, see section 13) I had problems connecting from a laptop to a particular AP from a commercial wifi provider using the Debian installer. At the same time a phone next to the laptop had no such problems, and the same laptop running a non-Linux

Bug#746963: check-missing-firmware only works with FAT filesystems but does not mention this

2014-05-04 Thread Chris Bainbridge
Package: debian-installer The installer says The firmware can be loaded from removable media, such as a USB stick or floppy. As a Linux user, it would seem reasonable to assume that it might work with ext2 formatted media, so the fact that it does not, should be stated: The firmware can be

Bug#746966: debian-live: HiDPI support needed for debian-installer

2014-05-04 Thread Chris Bainbridge
Package: debian-live After booting the netinst iso, the text of the Debian installer is very small on HiDPI displays, for many users it will be unreadable. This problem is going to get worse as higher resolution 4k laptops begin to appear. I am filing this against debian-live as it seems that

Bug#739668:

2014-05-04 Thread Chris Bainbridge
0. error prefix is not set - mentioned in #700974 and #707998 but no specific open bug? 1. out-of-date documentation - bug #740500 2. missing documentation - bug #740500 3. bad GPT checksum - bug #740504 4. grub no hidpi - upstream (apparently some Ubuntu developers are working to fix it, search

Bug#747042: jessie installer errors: fbdev driver didn't call xf86SetGamma / Fatal server error

2014-05-04 Thread Chris Bainbridge
Package: xserver-xorg-video-fbdev-udeb Version: 1:0.4.4-1+b1 Booting debian-jessie-DI-a1-amd64-netinst.iso or debian-testing-amd64-netinst.iso(20140504) and starting Graphical Install, console shows: (WW) The fbdev driver didn't call xf86SetGamma to initialise the gamma values PLEASE FIX THE

Bug#739669:

2014-05-04 Thread Chris Bainbridge
0. bad GPT checksum - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740504 1. grub no hidpi support - upstream 2. bad documentation - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740500 3. minor grub video corruption - ? 4. Debian installer hiDPI support -

  1   2   >