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
I understand there is a similar PopOS issue open here, but mine seems different has only just recently started and used to work perfectly.
To Reproduce
Installed using flatpak, flatpak run gives the following:
flatpak run com.github.finefindus.eyedropper
(eyedropper:2): Gdk-WARNING **: 10:07:13.385: The program 'eyedropper' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
(Details: serial 475 error_code 10 request_code 130 (MIT-SHM) minor_code 1)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Tried to run with: GDK_SYNCHRONIZE=1 like suggested, but doesn't give any more information
Expected behavior
Program starts up
Information
OS: Ubuntu Lunar Lobster
Desktop Environment: Gnome 44
GTK-Theme/Adwaita-Style: Yaru
Version: Latest Flatpak
Please do let me know if there is anything else I can provide
Many thanks
The text was updated successfully, but these errors were encountered:
As you noticed, this is a duplicate of #65. Please follow the steps there (run flatpak run --env=RUST_LOG=trace --env=G_MESSAGES_DEBUG=all --share=ipc com.github.finefindus.eyedropper). If the problem persists, please include debug information by following the steps at #65 (comment) and re-open this one.
Describe the bug
I understand there is a similar PopOS issue open here, but mine seems different has only just recently started and used to work perfectly.
To Reproduce
Installed using flatpak, flatpak run gives the following:
Tried to run with: GDK_SYNCHRONIZE=1 like suggested, but doesn't give any more information
Expected behavior
Program starts up
Information
Please do let me know if there is anything else I can provide
Many thanks
The text was updated successfully, but these errors were encountered: