"This folder does not exist." message when going up on NTFS filesystem
Bug #1284363 reported by
Fernando De Freitas
This bug affects 12 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Files |
Fix Released
|
High
|
Jeremy Wootten |
Bug Description
When going "Up" inside a folder tree deeper than 1, i.e /firstLevel/
This happens only on NTFS filesystems. When i'm using ext4 going "Up" works correctly.
It's clear that said folder of course exists, i was standing inside a subfolder of it, but i get that error.
Excuse me if i'm not following correct etiquette for bug reporting, this is my first bug report.
If you need extra information or something please let me know.
Thanks.
Related branches
lp://staging/~jeremywootten/pantheon-files/refactor-location-bar-part2
- Danielle Foré: Approve
- Adam Bieńkowski (community): Approve (functionality)
- Corentin Noël: Approve
- xapantu: Pending requested
-
Diff: 5596 lines (+2592/-2106)32 files modifiedfilechooser-module/CMakeLists.txt (+13/-8)
filechooser-module/FileChooserDialog.vala (+9/-9)
libcore/CMakeLists.txt (+0/-3)
libcore/pantheon-files-core-C.vapi (+5/-0)
libwidgets/CMakeLists.txt (+22/-26)
libwidgets/Chrome/BasicBreadcrumbsEntry.vala (+657/-0)
libwidgets/Chrome/BasicLocationBar.vala (+137/-0)
libwidgets/Chrome/BreadcrumbElement.vala (+253/-0)
libwidgets/Chrome/BreadcrumbIconList.vala (+152/-0)
libwidgets/Chrome/BreadcrumbsElements.vala (+0/-170)
libwidgets/Chrome/LocationBar.vala (+0/-881)
libwidgets/Chrome/TopMenu.vala (+35/-15)
libwidgets/Chrome/ViewWindowInterface.vala (+0/-35)
libwidgets/Chrome/Viewable.vala (+0/-32)
libwidgets/Dialogs/ChooseAppDialog.vala (+6/-2)
libwidgets/FileUtils.vala (+28/-1)
libwidgets/Interfaces/LocatableInterface.vala (+26/-0)
libwidgets/Interfaces/NavigatableInterface.vala (+43/-0)
libwidgets/Interfaces/SearchableInterface.vala (+33/-0)
libwidgets/MimeActions.vala (+22/-0)
libwidgets/Resources.vala (+11/-2)
libwidgets/View/BreadcrumbsEntry.vala (+548/-0)
libwidgets/View/LocationBar.vala (+189/-558)
libwidgets/View/SearchResults.vala (+250/-245)
plugins/contractor/CMakeLists.txt (+5/-0)
src/CMakeLists.txt (+1/-0)
src/View/AbstractDirectoryView.vala (+1/-1)
src/View/AbstractTreeView.vala (+10/-8)
src/View/DirectoryNotFound.vala (+3/-2)
src/View/IconView.vala (+8/-7)
src/View/ViewContainer.vala (+50/-29)
src/View/Window.vala (+75/-72)
Changed in pantheon-files: | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in pantheon-files: | |
status: | In Progress → Fix Committed |
milestone: | none → loki-alpha1 |
Changed in pantheon-files: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I have the same bug when I mount a Windows Samba Share and try to navigate the folders. The first level is shown correctly as a windows share. When I click on any folder then the tab changes to "this folder does not exists".
This bug does not affect functionality in any way as far as I can tell.