Q: Start Harbour-Crest with "show all processes", how to?

@adekker
How to start harbour-crest to show all processes at startup?

I found no more hints how to archive that with harbour-crest –help

Surely this is a question for the apps author?

Also yes, I hope someone knows how. I will contact the author and paste the solution here for anyone interested. Maybe my request will lead to this being added as a feature in future versions if it isn’t already.

1 Like

Crest does not have startup options nor a config for preferences at startup. But that is something that could be added.

Go to /usr/share/harbour-crest/qml/pages/FirstPage.qml and change

property var list_type: "gui_only"

to

property var list_type: "all_procs"

(Note that doing only this will mess up the switching menu, it will show "Show all processes" initially until the mode is switched once. Afterwards the options will be correct.)

1 Like

If you prefer to “patch” it yourself that’s also fine with me.

A more sober and less hacky solution for all would be nice.

1 Like

Version 1.13-1 is uploaded to OpenRepos. It now contains a settingspage where the various display options can be stored.
Next time, please just open an issue in the dedicated gitrepo mention on OpenRepos first instead of randomly asking questions/features in a forum.

7 Likes

Thank you and i will do.

1 Like