Replies: 6 comments
-
If you enable Looks like this is the culprit: Why not try the application version of Google Earth? |
Beta Was this translation helpful? Give feedback.
-
That's fantastic, I had no idea that feature was part of Lively! I'd been looking around for just such a thing but had no idea this supported it. Amazing. I'll try that route. |
Beta Was this translation helpful? Give feedback.
-
@quinxy I just checked with Edge webview, its working.. follow these instructions: |
Beta Was this translation helpful? Give feedback.
-
Thanks for checking on the webview. Before I try that (since scripting it will be complicated) can I ask about the Application-Wallpaper? I tried to follow your instructions but am running into a few problems:
{
"AppVersion": "1.3.0.0",
"Title": "Google Earth Pro Tour",
"Thumbnail": null,
"Preview": null,
"Desc": null,
"Author": null,
"License": null,
"Contact": null,
"Type": 0,
"FileName": "C:\\Program Files\\Google\\Google Earth Pro\\client\\googleearth.exe",
"Arguments": "C:\\Lively\\world_tour.kml",
"IsAbsolutePath": true
} Thanks. |
Beta Was this translation helpful? Give feedback.
-
In the log when I tried to launch the app by adding its exe I had this in the log:
I see no log messages relating to it telling me the wallpaper file is not valid. |
Beta Was this translation helpful? Give feedback.
-
When you drop the .exe file into Library you should get a dialog to enter commandline arguments:
The "Not Lively wallpaper file." error happens when LivelyInfo.json file is not in root location of zip (not inside any folder.) lively/src/livelywpf/livelywpf/Helpers/Zip/ZipExtract.cs Lines 27 to 30 in 4b73808
Yes that is what it should do.
Looks like its failing to add it as wallpaper, have you tried restarting the system/explorer? |
Beta Was this translation helpful? Give feedback.
-
This was maybe a lot to hope for, but here's what I was trying to achieve... Google Earth web version running as a background, then if that worked I was going to see if I could attach the selenium web driver to the cef instance (not sure that's possible) so I could command it to pan slowly around the world. But at any rate I got stopped at the first because Google Earth doesn't load, it just has the loading dialog continually spinning, and the page didn't load properly.
Just curious if anyone knows why it might not work or how I could make it work.
Beta Was this translation helpful? Give feedback.
All reactions