Thanks to visit codestin.com
Credit goes to github.com

Skip to content

WIP: Qt6 based program trying recreate the iconic WinXP/Vista/7 task manager

N1kO23/WinTaskMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinTaskMan

A Work-In-Progress program to bring the old-fashioned task manager to linux using Qt6 framework

image

Please Note

If you want to have the Aero theme as seen in the screenshot, take a look into wackyideas/aerothemeplasma

Building

To build the program you need cmake, qt6 base and qt6charts. These should be available on all rolling release distros as well as on the latest Ubuntu. To build the program, simply run the build.sh script to streamline the process and compiled binary will be found from build/ directory

To install the dependencies on Arch:

sudo pacman -S cmake qt6-base qt6-charts

To install the dependencies on Ubuntu:

sudo apt install cmake qt6-base-dev libqt6charts6-dev

What works

  • Processes being listed
  • User services being listed
  • Per process CPU usage
  • Total CPU usage
  • Total process count

What is missing

  • Network tab contents as a whole
  • Performance tab contents mostly missing, only 1 wip graph currently
  • User tab contents as whole
  • Control buttons from all tabs
  • Menubar actions

Known bugs

  • Ram usage is all over the place
  • Styling can be a bit wacky

About

WIP: Qt6 based program trying recreate the iconic WinXP/Vista/7 task manager

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages