mirrored 18 minutes ago
0
rhythmcaofix Desktop path error, revise main.py and update google writer tutorial 8b42d69
{
    "id": "77b8ab4d-994f-43ac-8930-8ca087d7c4b4",
    "snapshot": "gimp",
    "instruction": "Could you assist me in placing my photo on the desktop and renaming it to export.jpg?",
    "source": "https://superuser.com/questions/1636113/how-to-get-gimp-to-recognize-images-or-pictures-folder-as-the-default-folder-for",
    "config": [
        {
            "type": "download",
            "parameters": {
                "files": [
                    {
                        "url": "https://drive.usercontent.google.com/download?id=13ECFsPxznuoCANto21ijj9OzP0APukIH&export=download&authuser=0&confirm=t&uuid=d8f2dd03-8992-4646-be62-3a3cf89583f2&at=APZUnTVsR0xmbXvpFIpXLzCcLrMa:1705062951627",
                        "path": "/home/user/Desktop/The_Lost_River_Of_Dreams.jpg"
                    }
                ]
            }
        },
        {
            "type": "launch",
            "parameters": {
                "command": [
                    "gimp",
                    "/home/user/Desktop/The_Lost_River_Of_Dreams.jpg"
                ]
            }
        }
    ],
    "trajectory": "trajectories/",
    "related_apps": [
        "gimp"
    ],
    "evaluator": {
        "func": "check_file_exists_and_structure_sim",
        "expected": {
            "type": "vm_file",
            "path": "/home/user/Desktop/The_Lost_River_Of_Dreams.jpg",
            "dest": "The_Lost_River_Of_Dreams.jpg"
        },
        "result": {
            "type": "vm_file",
            "path": "/home/user/Desktop/export.jpg",
            "dest": "export.jpg"
        }
    }
}