-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I make a wallpaper appear on my desktop? #276
Comments
### so have you achieve this? i meet the familer errors with you ,Step 1 show a picture successfully and log:[0215/185854.662522:WARNING:resource_util.cc(94)] Please customize CefSettings.root_cache_path for your application. Use of the default value may lead to unintended process singleton behavior. and i run step4 like you,nothing happened to my background except log as : ~/Document_Doc/wallpaper engine/linux-wallpaperengine/build/build$ ./linux-wallpaperengine --screen-root DP-2 2347484937[0215/190046.200617:WARNING:resource_util.cc(94)] Please customize CefSettings.root_cache_path for your application. Use of the default value may lead to unintended process singleton behavior. |
My compile path is /home/rmh/Application/repos/linux-wallpaperengine/build/build
My assets file path is /home/rmh/Application/repos/linux-wallpaperengine/build/build/assets
The wallpaper_engine path for my staem game is /home/rmh/snap/steam/common/.steam/steam/steamapps/common/wallpaper_engine/assets
My wallpaper URL is https://steamcommunity.com/sharedfiles/filedetails/?id=2371185561
Step 1
I'm running ./linux-wallpaperengine 2371185561 in the terminal
The following result is returned, and a pop-up window appears
Step 2
Now I want to change this window to my background image
I run ./linux-wallpaperengine --screen-root HDMI-1 --screen-root DVI-D-1 2371185561
The following error message occurs
Step 3
Check the display server protocol used
echo $XDG_SESSION_TYPE
Review the window manager process
echo $WAYLAND_DISPLAY
Check the desktop environment
echo $XDG_CURRENT_DESKTOP
Query display information
xrandr
Step 4
So I changed the command to ./linux-wallpaperengine --screen-root eDP-1 2371185561
An error message is returned
Step 5
Use --assets-dir to specify the path and run the ./linux-wallpaperengine --screen-root HDMI-1 --screen-root DVI-D-1 --assets-dir "/home/rmh/Application/repos/linux-wallpaperengine/build/build/assets" 2371185561
Same command ./linux-wallpaperengine --screen-root eDP-1 --assets-dir "/home/rmh/Application/repos/linux-wallpaperengine/build/build/assets" 2371185561
An error message is returned
Step 6
How do I fix it, I really wish I could have a nice wallpaper on my desktop !
The text was updated successfully, but these errors were encountered: