Bug#971647: lightdm-gtk-greeter: ignores system default theme

2020-10-03 Thread Matt Beary
Package: lightdm-gtk-greeter
Version: 2.0.6-1
Severity: normal

Dear Maintainer,

lightdm-gtk-greeter currently ignores the system default themes, due to a 
hardcoding of Adwaita in 
/usr/share/lightdm/lightdm-gtk-greeter.conf.d/01_debian.conf.
This can be seen in the source here: 
https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter/-/blob/debian/master/debian/01_debian.conf#L6

removing this line causes the defaults set in /etc/gtk-3.0 to be used as 
expected

-- System Information:
Debian Release: 10.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-11-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages lightdm-gtk-greeter depends on:
ii  libc6   2.28-10
ii  libcairo2   1.16.0-4
ii  libgdk-pixbuf2.0-0  2.38.1+dfsg-1
ii  libglib2.0-02.58.3-2+deb10u2
ii  libgtk-3-0  3.24.5-1
ii  libindicator3-7 0.5.0-4
ii  liblightdm-gobject-1-0  1.26.0-4
ii  libx11-62:1.6.7-1+deb10u1

Versions of packages lightdm-gtk-greeter recommends:
ii  adwaita-icon-theme  3.30.1-1
ii  desktop-base10.0.2
ii  gnome-themes-extra  3.28-1
ii  policykit-1 0.105-25

lightdm-gtk-greeter suggests no packages.

-- Configuration Files:
/etc/lightdm/lightdm-gtk-greeter.conf changed [not included]

-- no debconf information



Bug#831678: gtk2-engines-murrine: Text shadow misaligned for desktop icons on XFCE

2017-07-11 Thread Matt Beary
Package: gtk2-engines-murrine
Version: 0.98.1.1-6
Followup-For: Bug #831678

I have been having this issue as well.  It does look like the Ubuntu bugreport 
claims to be fixed in 0.98.2, so catching up to upstream may solve this issue 
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827451)

bug discussion on the repository for the theme I've been using:
https://github.com/B00merang-Project/B00merang-Themes/issues/17

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gtk2-engines-murrine depends on:
ii  libatk1.0-0  2.22.0-1
ii  libc62.24-12
ii  libcairo21.14.10-1
ii  libfontconfig1   2.12.3-0.1
ii  libfreetype6 2.8-0.2
ii  libgdk-pixbuf2.0-0   2.36.5-2
ii  libglib2.0-0 2.52.3-1
ii  libgtk2.0-0  2.24.31-2
ii  libpango-1.0-0   1.40.6-1
ii  libpangocairo-1.0-0  1.40.6-1
ii  libpangoft2-1.0-01.40.6-1
ii  libpixman-1-00.34.0-1

Versions of packages gtk2-engines-murrine recommends:
ii  murrine-themes  0.98.11

gtk2-engines-murrine suggests no packages.

-- no debconf information



Bug#862063: response from Humble Bundle

2017-05-12 Thread Matt Beary
I had also submitted a ticket to Humble Bundle about the torrent file.
They tested it with uTorrent and it sounds like it's working there:

---

Hi there!

I tested the torrent and was able to download it — I don't have a Linux
machine available to test at the time, but what happens when you try to
install it?

I successfully torrented the file using uTorrent. Maybe you could give that
client a try? You can also download the files directly via the direct
downloads button — this game isn't too big, so that might be a good option.

I'm happy to look into the torrent file further, but it might take a while
to get a solution for you.
Hopefully one of my proposed solutions is sufficient for you, but if you
need me to look into this further, let me know and I'm happy to do so!

-Dan
Humble Bundle

---

-Matt


Bug#862063: more detail on results from edited file

2017-05-07 Thread Matt Beary
As a clarification - editing the file allowed it to be loaded into
transmission successfully.  The download could not continue and logged the
bug below.  If I'm reading the standard correctly, the no-longer-matching
hash of the info dictionary caused this.

MiniMetro-gamma19a-linux.tar.gz Tracker error: "unregistered torrent"
(torrent.c:581)


Bug#862063: transmission: info/name entry with forward-slash fails to parse - Invalid metadata entry "path"

2017-05-07 Thread Matt Beary
Package: transmission-daemon
Version: 2.92-2
Severity: normal
File: transmission

Dear Maintainer,

While attempting to download a purchase from Humble Bundle, which provides 
.torrent download options, I stumbled across an issue triggered by the torrent 
file for MiniMetro.  transmission-daemon's directory watch feature failed to 
load the file with a metadata error.  Attempting to use transmission-show 
resulted in the same error:

[2017-05-07 19:40:24.417] dinosaurpoloclub/MiniMetro-gamma19a-linux.tar.gz: 
Invalid metadata entry "path"
Error parsing .torrent file "MiniMetro-gamma19a-linux.tar.gz.torrent"

I was able to open the file using the Python library "bencode", and saw that 
there was no "path" metadata entry, and that the torrent was for a single file 
with the info/name entry "dinosaurpoloclub/MiniMetro-gamma19a-linux.tar.gz".

Removing "dinosaurpoloclub/" from that entry was enough to allow the torrent to 
work.  I did a bit of searching, and it looks like having a full path in the 
info/name entry is valid (although I've never seen it before, bep 3 doesn't 
seem to prohibit it)

It may also be worth noting that the "dinosaurpoloclub" folder did not exist on 
my computer


-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64
 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages transmission-daemon depends on:
ii  adduser  3.115
ii  init-system-helpers  1.48
ii  libc62.24-10
ii  libcurl3-gnutls  7.52.1-5
ii  libevent-2.0-5   2.0.21-stable-3
ii  libminiupnpc10   1.9.20140610-2.1
ii  libnatpmp1   20110808-4+b1
ii  libssl1.11.1.0e-1
ii  libsystemd0  232-22
ii  lsb-base 9.20161125
ii  transmission-common  2.92-2
ii  zlib1g   1:1.2.8.dfsg-5

Versions of packages transmission-daemon recommends:
ii  transmission-cli  2.92-2

transmission-daemon suggests no packages.

-- Configuration Files:
/etc/transmission-daemon/settings.json [Errno 13] Permission denied: 
'/etc/transmission-daemon/settings.json'

-- no debconf information



Bug#811831: projectm: FTBFS with GCC 6: no match for

2016-07-04 Thread Matt Beary
an upstream patch is available which addresses GCC-6 compatibility:

https://sourceforge.net/p/projectm/code/ci/92226e25192a69839b9ae3b66ea7173732c639b3/