Cloudef / orbment

Modular Wayland compositor
Other
246 stars 16 forks source link

Popup menus displayed as single window #63

Closed onny closed 9 years ago

onny commented 9 years ago

loliwm-popup-menu Screenshot of Nautilus, right clicking on a folder.

Btw. thank you for loliwm. Its the first tiled window manager for wayland which I'm using for some weeks now and I'm really happy with it. I hope we can get rid of the few bugs left :)

Cloudef commented 9 years ago

Interesting. Is this using wayland GTK backend or running as xwayland program? E: I assume xwayland from no title bar, can you run xprop on the menu window. It probably uses some property the X11 window manager inside wlc does not detect.

onny commented 9 years ago

No, I was not able to use xprop on Nautilus so I guess its a native Wayland application. I also defined this in my .zlogin file:

GDK_BACKEND=wayland
CLUTTER_BACKEND=wayland
#QT_QPA_PLATFORM=wayland-egl
#QT_STYLE_OVERRIDE=gtk
#export QT_STYLE_OVERRIDE
#export QT_QPA_PLATFORM
export GDK_BACKEND
export CLUTTER_BACKEND
export XKB_DEFAULT_LAYOUT=de
export TERMINAL=urxvt
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec dbus-launch loliwm --prefix logo
Cloudef commented 9 years ago

All right, I install nautilus and see what's going on.

Cloudef commented 9 years ago

Nautilus seems to use xdg_surface instead of xdg_popup for the file right click menus for some reason. The left-panel right click menus work correctly. I report this when I'm done with my wlc refactor work.

If you have any other GTK+ programs, may be good idea to check them too, if they have similar behaving popups somewhere. This might be a GTK+ bug.

onny commented 9 years ago

Good news! Seems to be fixed now in gnome 3.16 (even though its not stable yet here in ArchLinux) orbment-2015-03-29t01 07 32z Thank you for having a look into this issue.

Cloudef commented 9 years ago

Oh nice :) Closing then.