Update GIMP getters and metrics
This commit is contained in:
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user