vixalien / sticky

A simple sticky notes app for GNOME
https://flathub.org/apps/details/com.vixalien.sticky
MIT License
193 stars 30 forks source link

it does not open #77

Closed RavenRootkit closed 1 year ago

RavenRootkit commented 1 year ago

Hello

Thanks for your great project .

i really don't know why it stops working for me since last days.

How can i see the logs or anything useful to solve this problem

RavenRootkit commented 1 year ago

flatpak run com.vixalien.sticky Gjs-Console-Message: 09:51:07.264: Storing Notes at: /home/david/.var/app/com.vixalien.sticky/data/com.vixalien.sticky/notes

(com.vixalien.sticky:2): Gdk-ERROR **: 09:51:08.362: The program 'com.vixalien.sticky' received an X Window System error. This probably reflects a bug in the program. The error was 'GLXBadFBConfig'. (Details: serial 407 error_code 167 request_code 152 (GLX) minor_code 0) (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.)

vixalien commented 1 year ago

Did you try clearing all data, then reinstalling?

RavenRootkit commented 1 year ago

how should i chean all data ?

vixalien commented 1 year ago

usually the data will be at ~/.var/app/com.vixalien.sticky. you can just rm -rf that.

note that all your notes will be lost though

RavenRootkit commented 1 year ago

oh, i see

i recover notes from : "~/.var/app/com.vixalien.sticky/data/com.vixalien.sticky/notes" before cleaning .

Thanks for your time .

vixalien commented 1 year ago

thank you. did it work?

RavenRootkit commented 1 year ago
flatpak run com.vixalien.sticky
Gjs-Console-Message: 12:07:01.402: Storing Notes at: /root/.var/app/com.vixalien.sticky/data/com.vixalien.sticky/notes

(com.vixalien.sticky:2): Gtk-WARNING **: 12:07:01.770: Unable to acquire session bus: Error spawning command line “dbus-launch --autolaunch=94d91eaee67e4e468f9df857fafd05cf --binary-syntax --close-stderr”: Child process exited with code 1

(com.vixalien.sticky:2): Gdk-ERROR **: 12:07:01.942: The program 'com.vixalien.sticky' received an X Window System error.
This probably reflects a bug in the program.
The error was 'GLXBadFBConfig'.
  (Details: serial 360 error_code 167 request_code 152 (GLX) minor_code 0)
  (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.)

Unfortunately not. i try clearing data + reinstalling + installing multiple times, have no idea why it doesn't work, it is great project by the way.

vixalien commented 1 year ago

this is extremely weird. does this happen for other flatpak apps too?

also I noticed you are running flatpak run com.vixalien.sticky as root. Could you try logging in as a normal account and try again?

vixalien commented 1 year ago

hey! any update on this?

RavenRootkit commented 1 year ago

Hello !!

Yes it is working :)