Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.6k
    • Issues 1.6k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 240
    • Merge requests 240
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gtkgtk
  • Issues
  • #1060
Closed
Open
Issue created May 08, 2018 by Ghost User@ghostContributor

GtkFileChooser doesn't show all recent files

Steps to reproduce

  1. Populate your recent file list (check with nautilus)
  2. Open some application that uses Gtk (gedit), try to open some file
  3. The file chooser dialog doesn't show all the recent files

Current behavior

Shows only some recent files

Expected outcome

Show all recent files that pass the filter

Version information

I'm running Debian Testing with gtk 3.22.29

Additional information

In nautilus recent menu I have 18 .py files, when I open gedit and try to open files from the recent list there are only two of them (py files). It seems that the recent file list is limited by age. I've looked at the source code and found some hardcoded limits to the number of items in the recent file list but I get less items than that limit (50 is the limit, I get about 38 items). Also found a reference to a "gtk-recent-files-max-age" that when set to zero should no clamp the recent file list by age but adding those lines to settings.ini did nothing and the key is not present in dconf or gsettings.

Assignee
Assign to
Time tracking