Tribler / tribler

Privacy enhanced BitTorrent client with P2P content discovery
https://www.tribler.org
GNU General Public License v3.0
4.73k stars 445 forks source link

Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format #8023

Open gslicer opened 1 month ago

gslicer commented 1 month ago

Describe the bug

(tribler:36998): Gtk-WARNING **: 13:53:14.651: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): 
Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format 
(gdk-pixbuf-error-quark, 3)
fish: Job 1, './tribler' terminated by signal SIGABRT (Abort)

To Reproduce Steps to reproduce the behavior:

  1. Go to 'create torrent'
  2. Click on 'add file'
  3. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

drew2a commented 1 month ago

@gslicer thank you for the report.

We do not officially support Fedora for Tribler. However, you can attempt to fix this issue by following the steps below, but please note that we cannot take responsibility for any consequences:

  1. Install necessary packages: Ensure all required dependencies, such as pixbuf loaders and the MIME database, are installed. You can install these packages with:

    sudo dnf install gdk-pixbuf2 shared-mime-info
  2. Reinstall GTK: There might be an issue with the GTK installation. Reinstall GTK with:

    sudo dnf reinstall gtk3
  3. Ensure the icon theme is installed: Make sure an appropriate icon theme is installed. You can install the standard icon theme with:

    sudo dnf install adwaita-icon-theme