Skip to content

WIP: Add modern look to resource tab

James Z requested to merge (removed):patch-2 into master

This is the backbone for the new resource monitor discussed in #98 (closed)

Screenshot_from_2019-01-25_00-23-03

Screenshot_from_2019-10-08_15-11-34

Rationale I decided to conduct the following instead of replacing the classic resource tab so that users who dont want to use the new look can easily switch back to the classic resource tab.

Things I changed

  1. Created a GtkStack under resource tab so users can easily switch from the new look (I call the standard) and the old look (I call the classic).
  2. Inserted the resource tab glade structure for the system monitor shown above in GtkStack page 0
  3. Inserted the classic resource tab glade structure in GtkStack page 1

Things that needs to be resolve and hopefully devs will help

1.) There is a drop down menu in system-monitor (the one near the X) shown below. I want it to have a drop down radio button of Standard & Classic. So users can switch the look of resource tab.

2.) I could not add icons its says not found. It tries to look for it under /org/gnome/gnome...

Screenshot_from_2019-09-29_15-15-04

I hope the devs can help be for the above two remaining issues. Let me know if you want some changes.

Compiled with meson & ninja in CentOS 8.

Edited by James Z

Merge request reports