Skip to content
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

Program only loads once it is quit. #277

Open
thedirptastic opened this issue Dec 10, 2024 · 4 comments
Open

Program only loads once it is quit. #277

thedirptastic opened this issue Dec 10, 2024 · 4 comments
Assignees

Comments

@thedirptastic
Copy link

Nothing appears whenever I try to run the program in any way, but when I press ctrl+c to quit it, the wallpaper appears briefly before closing. It worked previously, but it randomly broke and even fully rebuilding doesn't fix it. This happens with every wallpaper and argument.

Log:

[1209/204641.689545: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.
Using wallpaper engine's assets at "/home/derp/.steam/steam/steamapps/common/wallpaper_engine/assets" based on --assets-dir parameter
Detected "scene.pkg" file at "/home/derp/.local/share/Steam/steamapps/workshop/content/431960/2822672047/scene.pkg". Adding to list of searchable paths
No "gifscene.pkg" file found at "/home/derp/.local/share/Steam/steamapps/workshop/content/431960/2822672047/gifscene.pkg". Defaulting to normal folder storage
WARNING: Shader patches directory cannot be found, this might make some backgrounds not work properly
Cannot find required key (distancemin) in json: Particle emitter must have minimum distance
Cannot find required key (distancemin) in json: Particle emitter must have minimum distance

(linux-wallpaperengine:24825): Gtk-WARNING **: 20:46:41.812: gtk_disable_setlocale() must be called before gtk_init()
src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
@Logical-sh
Copy link

Logical-sh commented Dec 14, 2024

I too have this issue.
I took the time to do a bisect, and found the following commit is to blame
bdaf1ec
Might try to see if I can determine the exact change causing it.

@Logical-sh
Copy link

I dug into this a bit and there are 2 issues at play here.
--no-fullscreen-pause is ignored seemingly.
Also the fullscreen detection stops ALL wallpapers when something is full-screen and doesn't render an initial frame when launched if there is already a fullscreen app.

@thedirptastic
Copy link
Author

I dug into this a bit and there are 2 issues at play here. --no-fullscreen-pause is ignored seemingly. Also the fullscreen detection stops ALL wallpapers when something is full-screen and doesn't render an initial frame when launched if there is already a fullscreen app.

Thats odd. If I run with that flag it starts to work again. I'm not exactly sure why it doesn't work for you.

@CPU-Blanc
Copy link

Same issue here. --no-fullscreen-pause also does not work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants