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
Describe the bug
decoration set false doesn't work on Wayland KDE.
When running the example "decorations" (example/decorations.rs), press "space", the window decoration shluld disappear, then press "space" again, the window decoration should appear. But it only works on X11 or wayland gnome.
When using KDE Wayland, the window decoration (including titlebar) always shown, even press "space" again and again. Steps To Reproduce
clone tao repo.
cd tao directory.
GDK_BACKEND=wayland cargo run --example decorations
set "GDK_BACKEND=wayland" environment variable and run decorations example
then press "space" key.
Expected behavior
When press "space" key, the window decorations (including the titlebar) disappear. Press the "space" key again the window decorations appear.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform and Versions (please complete the following information):
OS: Archlinux x86_64 KDE plasma 6
Rustc:
1.77.1 (7cf61ebde 2024-03-27) Additional context
I have changed the gtk3 source code according to #https://gitlab.gnome.org/GNOME/gtk/-/issues/5479 and compile the gtk3. This problem seems to be solved in gtk3 application and gtk-rs application. But when I link the customed gtk3 lib to tao(by using LD_LIBRARY_PATH), It doesn't work with tao, tao still has this bug.
Describe the bug
decoration set false doesn't work on Wayland KDE.
When running the example "decorations" (example/decorations.rs), press "space", the window decoration shluld disappear, then press "space" again, the window decoration should appear. But it only works on X11 or wayland gnome.
When using KDE Wayland, the window decoration (including titlebar) always shown, even press "space" again and again.
Steps To Reproduce
set "GDK_BACKEND=wayland" environment variable and run decorations example
then press "space" key.
Expected behavior
When press "space" key, the window decorations (including the titlebar) disappear. Press the "space" key again the window decorations appear.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform and Versions (please complete the following information):
OS: Archlinux x86_64 KDE plasma 6
Rustc:
1.77.1 (7cf61ebde 2024-03-27)
Additional context
#tauri-apps/tauri#6562
#https://gitlab.gnome.org/GNOME/gtk/-/issues/5479
The text was updated successfully, but these errors were encountered: