Page 1 of 3
MX-19 Repository: The bpytop Thread
Posted: Fri Sep 11, 2020 11:18 am
by SwampRabbit
bpytop
1.0.26 SEE LAST POST FOR LATEST VERSION in the MX Test Repository for MX-19.
Use MX Package Installer to install.
bpytop for MX Linux now comes with a desktop menu entry!
No need to only launch it from the terminal, you can find it under Utilities and System in the Whisker menu or the right click menu.
bpytop is a really neat and extensive resource monitor that shows usage and stats for processor, memory, disks, network and processes.
It is a python port of bashtop.
Features:
- Easy to use, with a game inspired menu system.
- Full mouse support, all buttons with a highlighted key is clickable and mouse scroll works in process list and menu boxes.
- Fast and responsive UI with UP, DOWN keys process selection.
- Function for showing detailed stats for selected process.
- Ability to filter processes, multiple filters can be entered.
- UI menu for changing all config file options.
- Auto scaling graph for network usage.
- Shows current read and write speeds for disks.
- Uses the same theme files as bashtop so any theme made for bashtop will work.
More information for end users can be found
GitHub README.
Please let us know if you run into any issues using it or don't.
Re: MX-19 Repository: The bpytop Thread
Posted: Fri Sep 11, 2020 2:27 pm
by SwampRabbit
Main Window
main.png
Main Window (mini)
mini.png
Options Window
options.png
Re: MX-19 Repository: The bpytop Thread
Posted: Tue Sep 15, 2020 11:47 am
by SwampRabbit
bpytop has been moved to the MX-19 Main Stable repo.
Re: MX-19 Repository: The bpytop Thread
Posted: Tue Sep 15, 2020 11:59 am
by ChrisUK
SwampRabbit wrote: Tue Sep 15, 2020 11:47 am
bpytop has been moved to the MX-19 Main Stable repo.
Has an unmet dependency
Code: Select all
$ apt install -s bpytop
NOTE: This is only a simulation!
apt needs root privileges for real execution.
Keep also in mind that locking is deactivated,
so don't depend on the relevance to the real current situation!
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
bpytop : Depends: python3-psutil (>= 5.7.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Re: MX-19 Repository: The bpytop Thread
Posted: Tue Sep 15, 2020 12:57 pm
by SwampRabbit
ChrisUK wrote: Tue Sep 15, 2020 11:59 am
Has an unmet dependency
@ChrisUK
Thanks for the quick testing, yes it is needs psutils from the Test Repo, let me check that moving that one will not break something that relies on the default Debian Buster 2.7 python version.
Re: MX-19 Repository: The bpytop Thread
Posted: Tue Sep 15, 2020 1:29 pm
by SwampRabbit
From first glance, it looks like moving python3-psutil from the Test Repo to main would cause issues, but sent a PM to the Repo Manager just in case.
Re: MX-19 Repository: The bpytop Thread
Posted: Tue Sep 15, 2020 4:03 pm
by SwampRabbit
bpytop is being moved back to the MX Test Repo to ensure we don't have move other things out of the MX Test Repo into Main without ensuring stability.
bpytop and its dependencies are stable though. Apologies on the back and forth.

Re: MX-19 Repository: The bpytop Thread
Posted: Tue Sep 15, 2020 5:37 pm
by Helen-Earth
I use this on antiX very low on resources as it is python based.
dependency
python3-psutil (5.5.1-1) this was not enough needed dev too.
python3-all-dev (3.7.3-1) so dropped this on too.
But the way I installed it with pip3 install bpytop --upgrade but then again I,m not normal.
Re: MX-19 Repository: The bpytop Thread
Posted: Tue Sep 15, 2020 6:13 pm
by SwampRabbit
Helen-Earth wrote: Tue Sep 15, 2020 5:37 pm
I use this on antiX very low on resources as it is python based.
dependency
python3-psutil (5.5.1-1) this was not enough needed dev too.
python3-all-dev (3.7.3-1) so dropped this on too.
But the way I installed it with pip3 install bpytop --upgrade but then again I,m not normal.
thank you for that but python3-all-dev is not a dependency if you install it from our repos
normal users should use MXPI to install
Re: MX-19 Repository: The bpytop Thread
Posted: Thu Sep 17, 2020 8:03 pm
by Helen-Earth
Thanks for your reply.
I use it with antiX and the main reason I install from pip the developer updates it all time, some times every few days and upon opening get dunst notify about an update. Sorry if confused you.