You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
magnus@MagnusPC:~/linux-wallpaperengine/build/build$ ./linux-wallpaperengine --assets-dir assets
[0906/151605.354384: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 "assets" based on --assets-dir parameter
terminate called after throwing an instance of 'WallpaperEngine::Assets::CAssetLoadException'
what(): Cannot find file : Cannot find directory
Aborted (core dumped)
magnus@MagnusPC:~/linux-wallpaperengine/build/build$ [0100/000000.666080:WARNING:sandbox_linux.cc(400)] InitializeSandbox() called with multiple threads in process gpu-process.
While running cmake .. I got this warning:
CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to `find_package_handle_standard_args` (PkgConfig)
does not match the name of the calling package (PulseAudio). This can lead
to problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args)
CMakeModules/FindPulseAudio.cmake:30 (include)
CMakeLists.txt:37 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning at CMakeModules/cef_variables.cmake:49 (message):
No CMAKE_BUILD_TYPE value selected, using Release
Call Stack (most recent call first):
CMakeModules/FindCEF.cmake:38 (include)
CMakeLists.txt:77 (find_package)
The text was updated successfully, but these errors were encountered:
System:
Command ran:
./linux-wallpaperengine --assets-dir assets
Command output:
While running
cmake ..
I got this warning:The text was updated successfully, but these errors were encountered: