kush-agra / Dynamic_Walls

Replicating macOS Mojave's dynamic wallpaper feature
https://github.com/kush-agra/Dynamic_Walls-app/
42 stars 3 forks source link

LaunchAgent command mistakes #9

Closed Dniel97 closed 6 years ago

Dniel97 commented 6 years ago

I tried the new launchd generator, but there were some mistakes: Line 14 instead of: <string>/Users/var/Pictures/Wallpapers/Dynamic_Walls.scpt</string> it should be: <string>/Users/$var/Pictures/Wallpapers/Dynamic_Walls.scpt</string> Line 23 instead of: </plist>" > /Users/$var/Library/LaunchAgents/Dynamic_walls.Scheduler.plist it should be: </plist>" > /Users/$var/Library/LaunchAgents/wallpaper.plist

EDIT: Example: wallpaper_plistGenerator.zip

kush-agra commented 6 years ago

line 23 the plist name can be custom, it's not restricted to just wallpaper?

and I did notice the first issue and it still worked for me idk how so I let it be, I'll fix it though

Dniel97 commented 6 years ago

Of course you can name it, as you like, but when you rename the plist, you should also rename the plist in line 27 to load properly.

kush-agra commented 6 years ago

Ah I pushed the wrong version thinking it was working, of course it was working as i had the correct plist loaded already