Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 853
    • Issues 853
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 54
    • Merge requests 54
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GLib
  • Issues
  • #2767
Closed
Open
Issue created Sep 10, 2022 by Qiu Wenbo@crab2313

GFileInfo fails to find x-large and xx-large thumbnail paths

Affected version

  • Nightly flatpak: Can't test it because I don't use flatpak
  • Other: latest master branch

Steps to reproduce

  1. Hidpi monitor
  2. open nautilus with folder contains videos
  3. it takes forever to generate the thumbnails

Current behavior

it takes forever to generate the thumbnails

Expected behavior

thumnails generated normally

I found this bug introduced by nautilus@278435e3 through git bisect. Revert this commit fix it for me. You can also reproduce it by changing

thumbnail_factory = gnome_desktop_thumbnail_factory_new (GNOME_DESKTOP_THUMBNAIL_SIZE_LARGE);

to

thumbnail_factory = gnome_desktop_thumbnail_factory_new (GNOME_DESKTOP_THUMBNAIL_SIZE_XLARGE);
Edited Sep 22, 2022 by António Fernandes
Assignee
Assign to
Time tracking