packages icon indicating copy to clipboard operation
packages copied to clipboard

Element: Window not appearing after release 167

Open stalebrim opened this issue 1 year ago • 1 comments
trafficstars

Please confirm there isn't an existing open bug report

  • [X] I have searched open bugs for this issue

Summary

After updating Element to release 167 the window no longer appears at all.

Steps to reproduce

  1. Boot into Solus Plasma under Wayland
  2. Try launching Element

Expected result

Element window appears and you can use it.

Actual result

The window does not appear. The icon appears in task list.

Environment

  • [X] Is system up to date?

Repo

Shannon (stable)

Desktop Environment

Plasma

System details

Operating System: Solus 4.5 KDE Plasma Version: 6.0.4 KDE Frameworks Version: 6.1.0 Qt Version: 6.6.3 Kernel Version: 6.8.8-288.current (64-bit) Graphics Platform: Wayland Processors: 8 × Intel® Core™ i7-4770 CPU @ 3.40GHz Memory: 15.6 GiB of RAM Graphics Processor: AMD Radeon RX 580 Series Manufacturer: Gigabyte Technology Co., Ltd. Product Name: Z97X-Gaming 3

Other comments

Multi-monitor system, all monitors have 100% scaling. All monitors at same refresh rate. Disabling wayland with ELEMENT_NO_WAYLAND variable does work.

stalebrim avatar May 04 '24 12:05 stalebrim

The issue is still present.

stalebrim avatar May 18 '24 20:05 stalebrim

Does the icon appear like it's running? In either the tray or the task bar? If it shows in the task bar do you see it in the kwin debug console (hit ALT+F2 and search for "kwin debug")?

ReillyBrogan avatar May 29 '24 00:05 ReillyBrogan

Does the icon appear like it's running? In either the tray or the task bar? If it shows in the task bar do you see it in the kwin debug console (hit ALT+F2 and search for "kwin debug")?

Yes. The icon does appear on task list and the tray as if it's running. I'll check the kwin debug console when I get to the machine where the issue occurs.

stalebrim avatar May 29 '24 04:05 stalebrim

Element is not visible in kwin debug console. Running element-desktop in terminal produces this:

[5262:0530/183828.694972:ERROR:browser_main_loop.cc(278)] Gdk: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed
[5700:0530/183829.353261:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[5700:0530/183829.353371:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ
[5700:0530/183829.353485:ERROR:shared_image_factory.cc(984)] CreateSharedImage: could not create backing.
[5700:0530/183829.353552:ERROR:shared_image_factory.cc(767)] DestroySharedImage: Could not find shared image mailbox
[5700:0530/183829.353636:ERROR:gpu_service_impl.cc(1153)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly.
[5262:0530/183829.429865:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=8704
[5761:0530/183829.432130:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[5775:0530/183829.558880:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[5775:0530/183829.558975:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ
[5775:0530/183829.559029:ERROR:shared_image_factory.cc(984)] CreateSharedImage: could not create backing.
[5775:0530/183829.559082:ERROR:shared_image_factory.cc(767)] DestroySharedImage: Could not find shared image mailbox
[5775:0530/183829.559193:ERROR:gpu_service_impl.cc(1153)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly.
[5761:0530/183829.562358:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[5262:0530/183829.564390:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=8704
[5818:0530/183829.689536:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT
[5818:0530/183829.689611:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ
[5818:0530/183829.689679:ERROR:shared_image_factory.cc(984)] CreateSharedImage: could not create backing.
[5818:0530/183829.689733:ERROR:shared_image_factory.cc(767)] DestroySharedImage: Could not find shared image mailbox
[5818:0530/183829.689811:ERROR:gpu_service_impl.cc(1153)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly.
[5761:0530/183829.693196:ERROR:command_buffer_proxy_impl.cc(323)] GPU state invalid after WaitForGetOffsetInRange.
[5262:0530/183829.694927:ERROR:gpu_process_host.cc(989)] GPU process exited unexpectedly: exit_code=8704
[5761:0530/183829.810237:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.

stalebrim avatar May 30 '24 15:05 stalebrim