boomer icon indicating copy to clipboard operation
boomer copied to clipboard

Selecting a window does not work

Open iv4nhoe opened this issue 4 years ago • 4 comments

Steps to reproduce:

  • build boomer with nimble build -d:select
  • run boomer: ./boomer
  • select a window with single left click

Result:

  • the whole screen becomes grey with a black rectangle the size of the selected window in the center

Command output:

Using config: (scrollSpeed: 1.0, dragFriction: 6.0, scaleFriction: 4.0)
Screen rate: 60
GLX version 1.4
GLX extension: GLX_ARB_create_context GLX_ARB_create_context_no_error GLX_ARB_create_context_profile GLX_ARB_create_context_robustness GLX_ARB_fbconfig_float GLX_ARB_framebuffer_sRGB GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_buffer_age GLX_EXT_create_context_es2_profile GLX_EXT_create_context_es_profile GLX_EXT_fbconfig_packed_float GLX_EXT_framebuffer_sRGB GLX_EXT_import_context GLX_EXT_texture_from_pixmap GLX_EXT_visual_info GLX_EXT_visual_rating GLX_INTEL_swap_event GLX_MESA_copy_sub_buffer GLX_MESA_query_renderer GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync 
Visual 211 selected

Used WM is fluxbox

iv4nhoe avatar Jan 01 '20 18:01 iv4nhoe

@iv4nhoe interesting! Thanks for reporting that! I'll try to reproduce!

rexim avatar Jan 01 '20 21:01 rexim

@iv4nhoe but does it work with nimble build -d:select -d:windowed?

rexim avatar Jan 08 '20 18:01 rexim

@iv4nhoe but does it work with nimble build -d:select -d:windowed?

That does not work either

iv4nhoe avatar Jan 08 '20 19:01 iv4nhoe

I just tested with i3 and selecting a window works there. So it's pretty likely that the problem is related to fluxbox.

iv4nhoe avatar Jan 08 '20 20:01 iv4nhoe