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

Empty window when opening rquickshare #53

Closed
Rainb0-0 opened this issue Mar 25, 2024 · 4 comments
Closed

Empty window when opening rquickshare #53

Rainb0-0 opened this issue Mar 25, 2024 · 4 comments

Comments

@Rainb0-0
Copy link

Hello. When I try to launch the app, it shows an empty window as follows :
image

here is the output of uname -a :
Linux rainb0-0 6.7.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 08 Mar 2024 01:59:01 +0000 x86_64 GNU/Linux

And I'm using the latest version found in the releases page, specifically the Appimage one.

And here are the logs :

2024-03-25T06:23:35.048331Z  INFO rqs_lib: TcpListener on: 0.0.0.0:38839    
2024-03-25T06:23:35.071703Z  INFO rqs_lib::manager: TcpServer: service starting    
2024-03-25T06:23:35.080550Z  INFO rqs_lib::hdl::ble: BleListener: service starting    
2024-03-25T06:23:35.085208Z  INFO rqs_lib::hdl::mdns: Broadcasting with: rainb0-0    
2024-03-25T06:23:35.091988Z  INFO rqs_lib::hdl::mdns: MDnsServer: service starting    

(process:8523): Gtk-WARNING **: 09:53:35.182: Locale not supported by C library.
	Using the fallback 'C' locale.

(process:8561): Gtk-WARNING **: 09:53:37.383: Locale not supported by C library.
	Using the fallback 'C' locale.
Could not create EGL context.

** (r-quick-share:8523): WARNING **: 09:54:02.116: atk-bridge: get_device_events_reply: unknown signature
@Martichou
Copy link
Owner

Does closing (killing it) and reopening change anything?
Is the service working even with the widow black?
You should be able to send a file to your computer and a notification should pop up allowing you to accept or reject it.

@Rainb0-0
Copy link
Author

Rainb0-0 commented Mar 25, 2024

Thanks for your response.

Does closing (killing it) and reopening change anything?

No it doesn't.

Is the service working even with the widow black?

I don't think so, the laptop doesn't show up on my phone

However, after some deep digging, I found this issue in tauri's repo, which suggested using WEBKIT_DISABLE_COMPOSITING_MODE=1 when launching the app, which seemed to resolve the issue, so I don't think that this issue is related to this project.

@Martichou
Copy link
Owner

Thanks for looking at this.
I'd check a bit more in depth what this WEBKIT_DISABLE_COMPOSITING_MODE is and if it make any sense to include it by default in the build process (if possible).

@Martichou
Copy link
Owner

Conclusion: will close as this is not even a bug in Tauri but in webkit. Nothing I can do here sadly.

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