Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gnome-software gnome-software
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 191
    • Issues 191
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gnome-softwaregnome-software
  • Merge requests
  • !1051

gs-repos-dialog: Other repositories section not removed on reload

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Milan Crha requested to merge wip/mcrha/repos-dialog-other-repos-reload into main Oct 14, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

When the reload had been requested, could be after a change in a Flatpak repositories, the other repositories section (related to fedora-third-party) was not removed, thus the reload duplicated it.


Reproducer:

  • open the Repositories dialog
  • change a Flatpak remote on the command line, like with:
   flatpak remote-modify --disable flathub --user
   flatpak remote-modify --enable flathub --user
  • this causes a reload of the dialog, but the fedora-third-party widgets had not been removed.

The gnome-41 works properly, this is only after the move to the gtk4.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/mcrha/repos-dialog-other-repos-reload