Update GIMP getters and metrics
This commit is contained in:
@@ -10,4 +10,4 @@ from .replay import get_replay
|
||||
from .vlc import get_vlc_playing_info, get_vlc_config
|
||||
from .vscode import get_vscode_config
|
||||
from .impress import get_audio_in_slide
|
||||
from .gimp import get_gimp_config
|
||||
from .gimp import get_gimp_config_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 = \
|
||||
|
||||
Reference in New Issue
Block a user