Skip to content

Add warnings during check file actions#2765

Draft
jeremypw wants to merge 2 commits intomainfrom
jeremypw/issue-2658/debug
Draft

Add warnings during check file actions#2765
jeremypw wants to merge 2 commits intomainfrom
jeremypw/issue-2658/debug

Conversation

@jeremypw
Copy link
Contributor

@jeremypw jeremypw commented Mar 1, 2026

To be used to investigate #2658

Not for merging.

@teamcons
Copy link

teamcons commented Mar 7, 2026

Quick question, how can i revert from this to the "standard" files once done?

In the past i had some issues, apt install --reinstall 'ing the official package would not seem to be enough to go back to an "official" version

@jeremypw
Copy link
Contributor Author

jeremypw commented Mar 8, 2026

@teamcons This branch only contains additional warning output added to the current 'main' branch. If you want to return to the latest daily version then checkout the main branch then rebuilld and install that (which is what I do as I am on the daily version of elementary)

If you want the current stable release version then first uninstall this branch with sudo ninja uninstall. You can then install the released version using sudo apt reinstall pantheon-files. Instead of using reinstall it may be better to use sudo apt purge pantheon-files followed by sudo apt install pantheon-files.

Alternatively you can build and install the released version yourself with

git fetch --tags
git checkout 7.2.0

Delete the build directory and then run the usual build and install commands.

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

Successfully merging this pull request may close these issues.

2 participants