Skip to content
  • Jens Georg's avatar
    Fix generating thumbnails when GLib debuggin is on · 254e8f37
    Jens Georg authored
    G_MESSAGES_DEBUG=all will cause stdin to be spoiled with the debug
    messages, causing the GDKPixbuf to barf while reading
    
    Write the thumbnail to a temporary file instead and read it in the main
    process
    
    Should also make things work nicer for windows
    254e8f37