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

Theme cairo not installed #8

Open
binrusdi opened this issue Jun 19, 2024 · 6 comments
Open

Theme cairo not installed #8

binrusdi opened this issue Jun 19, 2024 · 6 comments

Comments

@binrusdi
Copy link

Screenshot_20240619-131523

@sabamdarif
Copy link
Owner

which style ?

@binrusdi
Copy link
Author

i use MacOS Inspired-1 Style

@sabamdarif
Copy link
Owner

run using these

am start --user 0 -n com.termux.x11/com.termux.x11.MainActivity > /dev/null 2>&1
sleep 1
env DISPLAY=:1.0 dbus-launch --exit-with-session xfce4-session & > /dev/null 2>&1

sleep 5
process_id=$(ps -aux | grep '[x]fce4-screensaver' | awk '{print $2}')
kill "$process_id" > /dev/null 2>&1

save it into a file and give it executable permission then run the file

@binrusdi
Copy link
Author

binrusdi commented Jun 19, 2024

`WARNING: Some incorrect rendering might occur because the selected Vulkan device (Adreno (TM) 509) doesn't support base Zink requirements: feats.features.logicOp have_EXT_custom_border_color have_EXT_line_rasterization
WARNING: Some incorrect rendering might occur because the selected Vulkan device (Adreno (TM) 509) doesn't support base Zink requirements: feats.features.logicOp have_EXT_custom_border_color have_EXT_line_rasterization
ZINK: warning, this is cpu-based conditional rendering, say bye-bye to fps
scalarBlockLayout OR EXT_scalar_block_layout warning : (/home/builder/.termux-build/cairo-dock-core/src/src/implementations/cairo-dock-egl.c:void gldi_register_egl_backend(void):232)
Cairo-Dock was not built with EGL support
WARNING: Some incorrect rendering might occur because the selected Vulkan device (Adreno (TM) 509) doesn't support base Zink requirements: feats.features.logicOp have_EXT_custom_border_color have_EXT_line_rasterization
scalarBlockLayout OR EXT_scalar_block_layout warning : (/home/builder/.termux-build/cairo-dock-core/src/src/implementations/cairo-dock-glx.c:gboolean _initialize_opengl_backend(gboolean):129)
couldn't find an appropriate visual, trying to get one without Stencil buffer
(it may cause some little deterioration in the rendering) ...

============================================================================
Cairo-Dock version : 3.4.99.alpha1
Compiled date : May 13 2024 23:31:33
Built with GTK : 3.24
Running with OpenGL: 0

g_file_test: assertion 'filename != NULL' failed
g_file_test: assertion 'filename != NULL' failed`

@sabamdarif
Copy link
Owner

`WARNING: Some incorrect rendering might occur because the selected Vulkan device (Adreno (TM) 509) doesn't support base Zink requirements: feats.features.logicOp have_EXT_custom_border_color have_EXT_line_rasterization WARNING: Some incorrect rendering might occur because the selected Vulkan device (Adreno (TM) 509) doesn't support base Zink requirements: feats.features.logicOp have_EXT_custom_border_color have_EXT_line_rasterization ZINK: warning, this is cpu-based conditional rendering, say bye-bye to fps scalarBlockLayout OR EXT_scalar_block_layout warning : (/home/builder/.termux-build/cairo-dock-core/src/src/implementations/cairo-dock-egl.c:void gldi_register_egl_backend(void):232) Cairo-Dock was not built with EGL support WARNING: Some incorrect rendering might occur because the selected Vulkan device (Adreno (TM) 509) doesn't support base Zink requirements: feats.features.logicOp have_EXT_custom_border_color have_EXT_line_rasterization scalarBlockLayout OR EXT_scalar_block_layout warning : (/home/builder/.termux-build/cairo-dock-core/src/src/implementations/cairo-dock-glx.c:gboolean _initialize_opengl_backend(gboolean):129) couldn't find an appropriate visual, trying to get one without Stencil buffer (it may cause some little deterioration in the rendering) ...

============================================================================

Cairo-Dock version : 3.4.99.alpha1
Compiled date : May 13 2024 23:31:33
Built with GTK : 3.24
Running with OpenGL: 0
g_file_test: assertion 'filename != NULL' failed g_file_test: assertion 'filename != NULL' failed`

why it starting the gpu server ?
how you launch the gui ?

i think you didn't understand
Do this

cd $HOME
nano start

paste this

am start --user 0 -n com.termux.x11/com.termux.x11.MainActivity > /dev/null 2>&1
sleep 1
env DISPLAY=:1.0 dbus-launch --exit-with-session xfce4-session & > /dev/null 2>&1

sleep 5
process_id=$(ps -aux | grep '[x]fce4-screensaver' | awk '{print $2}')
kill "$process_id" > /dev/null 2>&1

chmod +x start
./start

@sabamdarif
Copy link
Owner

is it work ?

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

2 participants