-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nemo freezes on folders that have a large GIF file in them #2756
Comments
Tried it - didn't experience any noticeable delay. 02:12:54.952: Registering client 'org.Nemo' '' to This is only 0.15 seconds... |
Hi, do you have any plugins enabled? If so, try disabling all extensions and actions temporarily to see if anything like that could be causing it. I don't appear to have any issue either with this file. |
@Jeremy7701 Yes, but I still can't click on anything for 10s or so. Here are all my
|
I have most plugins enabled and I still have the big GIF so I created an empty directory, and I can click on the two items without delay, instant play of the GIF [both preview and double-click] it even plays full-screen! I can change window focus without delay. I tried a couple of times... |
@nick-s-b Can you try this on a new/different user account? |
on debian bugtracker seems reported the same issue: |
Hi, I just retested this issue and it's still giving me the same issue: Could this be related to a thumbnailer? I have these installed:
If there's anything I can do to help narrow this down, please let me know with your ideas. Thanks! |
the user that report this on debian have found the cause and a solution: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996805#10 |
@Fantu Thank you for letting me know! I applied the patch and now |
pixbuf loader all at once. Ref: #2756 Thanks to Johan Croft <jcdebian@protonmail.ch> for discovering a fix: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996805#10
I just pushed a fix based on the one mentioned above. As I couldn't reproduce this issue in the first place, I'll leave the bug open until someone has an opportunity to confirm that it's fixed. |
Issue
When entering a folder with a large (~10MB) GIF file,
nemo
freezes for 10s or so and maxes out one of the cores. It's completely unresponsive and you can't click on anything. After ~10s, it goes back to normal.However, if you navigate out of that folder and navigate back into it, it will freeze for another ~10s again.
Steps to reproduce
Note that the thumbnail of the GIF file is immediately shown so this is not a thumbnailer issue. And even if it was a thumbnailer that's misbehaving and blocking, it should not lock-up
nemo
anyway. My default view is List View.Expected behaviour
Don't freeze.
Other information
Debug log of
nemo
opening the folder with a large gif and freezing and a debug log ofnemo
opening an empty folder are identical. So this debug log is probably useless. But it's here anyway.Click to expand!
Note: this is not a new bug. I've experienced it for a while now (years?) but I finally figured out what was causing it.
Note 2: I believe that this is not the same bug as #2605 and the workaround, namely setting the "Icon Captions" to "None", does not fix the issue for me.
The text was updated successfully, but these errors were encountered: