Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file selector not seeing new filesystem changes #20

Closed
M4rtinK opened this issue Jan 24, 2012 · 2 comments
Closed

file selector not seeing new filesystem changes #20

M4rtinK opened this issue Jan 24, 2012 · 2 comments
Assignees

Comments

@M4rtinK
Copy link
Owner

M4rtinK commented Jan 24, 2012

Once the file selector is first opened, It doesn't see any new files and folders. Once Mieru is restarted and file selector opened again, it sees all changes.

  • something wrong with the Qt folderlist model ?
@M4rtinK
Copy link
Owner Author

M4rtinK commented Dec 15, 2012

Seems to be caused by this bug:
https://bugreports.qt-project.org/browse/QTBUG-17141

The fix in unlikely to be back-ported to Qt 4 and even if it is, some some devices such as the N9 are unlikely to upgrade the Qt version they are shipped with.

Possible solution -> rewriting FolderListModel in Python
* would make Mieru independent on the availability of the standalone FolderListModule
* could be also used to fix the other issue with FolderListModule - that it completely ignores hidden files and folders and this behavior can't be overridden without recompiling Qt

@ghost ghost assigned M4rtinK Dec 15, 2012
@M4rtinK
Copy link
Owner Author

M4rtinK commented Jan 27, 2013

Worked around in e21e2d3 by reloading the FileSelector.

@M4rtinK M4rtinK closed this as completed Jan 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant