Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
K
KIO
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 23
    • Merge Requests 23
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Frameworks
  • KIO
  • Merge Requests
  • !312

Merged
Opened Jan 17, 2021 by Albert Astals Cid@aacidDeveloper

Don't change directories when opening non listable urls

  • Overview 6
  • Commits 1
  • Changes 1

For example, if you open http://foo.com/bar/myfile.pdf you don't want to do the trick of changing dir to http://foo.com/bar and opening myfile.pdf, because if we do that the next time you open the file dialog it will try to list http://foo.com/bar and won't work, which is kind of confusing, so just do that for listable protocols, where it makes sense that if i open a file from /home/albert/documents/kde/myfile.pdf the next time i open the file dialog it's at /home/albert/documents/kde

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: frameworks/kio!312
Source branch: work/aacid/dont_change_dir_on_non_listable_urls