lirios / lirios/files

Once opening trash, every folder apparantly has no files

Open
#11 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
89
Forks
15
PR merge metrics
No merged PRs in 30d

Description

Using the latest liri-files-git and fluid-git from AUR on KDE Plasma, but also tried liri-files-0.2.0-2 from the Arch repo.

When I open the trash, it shows "No files" (even though there are files in the trash) and after I exit the trash, it keeps showing "No files".
While doing that, the following is shown on the console:
`
QFileSystemWatcher::addPaths: list is empty
qml: Path changed to: trash:///
void DirModel::setPath(const QString&) DirModel_QML_4(0x55e8ae168860) Ignoring path change request, request already running in "trash:///"
void DirModel::setPath(const QString&) DirModel_QML_4(0x55e8ae168860) Ignoring path change request, request already running in "/home/blobcodes"
void DirModel::setPath(const QString&) DirModel_QML_4(0x55e8ae168860) Ignoring path change request, request already running in "trash:///"
void DirModel::setPath(const QString&) DirModel_QML_4(0x55e8ae168860) Ignoring path change request, request already running in "/home/blobcodes/Dokumente"
void DirModel::setPath(const QString&) DirModel_QML_4(0x55e8ae168860) Ignoring path change request, request already running in "trash:///"
void DirModel::setPath(const QString&) DirModel_QML_4(0x55e8ae168860) Ignoring path change request, request already running in "/home/blobcodes/Downloads"
void DirModel::setPath(const QString&) DirModel_QML_4(0x55e8ae168860) Ignoring path change request, request already running in "trash:///"
`

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue in the file manager and observe navigation between trash:/// and the home, Documents, and Downloads paths. Use the reported QFileSystemWatcher and DirModel console messages to trace the path changes; done means opening trash no longer leaves other folders showing "No files".

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.