RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
4.03k stars 1.06k forks source link

GdkPixbuf-CRITICAL and warnings #354

Closed ghost closed 5 years ago

ghost commented 5 years ago

Describe the bug get pixbuf error in client. (a little bit offtopic, but maybe anyone has an idea :) )

To Reproduce Steps to reproduce the behavior:

  1. latest source
  2. make clean && make all
  3. ./proxmark.sh
  4. See error

Expected behavior No pixbuf warning / error

Screenshots

** (proxmark3:14457): WARNING **: 22:04:30.661: Invalid borders specified for theme pixmap:
        /usr/share/themes/Yaru/gtk-2.0/assets/scale-horz-trough-active.png,
borders don't fit within the image

Desktop (please complete the following information):

Additional context It is a ubuntu problem on my parrot system is all fine.

Anyone an idea how to fix this pixbuf warnings

doegox commented 5 years ago

Apparently it's a problem linked to your Yaru theme. I tried to reproduce the issue by installing Yaru theme on my Cinnamon but that doesnt' trigger the warning. Other projects reporting similar errors didn't show easy fix besides fixing the theme itself or removing the feature that triggers the bug (e.g. a menu separator)

ghost commented 5 years ago

Thanks @doegox I’ll take a try to fix the theme