Update GIMP getters and metrics

This commit is contained in:
BlankCheng
2024-01-29 21:47:12 +08:00
parent 284d6fb379
commit af61d776c4
5 changed files with 136 additions and 24 deletions

View File

@@ -5,12 +5,13 @@ from typing import Dict
logger = logging.getLogger("desktopenv.getters.gimp")
def get_gimp_config(env, config: Dict[str, str]):
def get_gimp_config_file(env, config: Dict[str, str]):
"""
Gets the config setting of GIMP.
"""
os_type = env.vm_platform
print(os_type)
if os_type == "Linux":
config_path = \