mate-desktop / mate-control-center

Utilities to configure the MATE desktop
https://mate-desktop.org
GNU General Public License v2.0
68 stars 59 forks source link

appearance: Remove useless match_wm_manager_init function #727

Closed zhuyaliang closed 1 year ago

zhuyaliang commented 1 year ago

appearance is no need to call match_wm_manager_init because we no longer use match_wm_manager_get_current and match_wm_manager_spawn_config_tool_for_current, This is a useless initialization Similarly, libwindow-settings is an outdated and unnecessary API that has not been called by any project

raveit65 commented 1 year ago

I am still wondering when mate_wm_manager_get_current and mate_wm_manager_spawn_config_tool were used. Currently we definitely don't use them.

raveit65 commented 1 year ago

Btw. I guess you meant mate_wm_manager_get_current, mate_wm_manager_spawn_config_tool and mate_wm_manager_init. Looks like a typo or not? Can you rename commit message please?