marchellodev / sharik

Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't open app on ZorinOS

t9e3 opened this issue · comments

commented

I'm kinda new to Linux, but it seems that every time I try to open the app after installing it, doesn't open at all. I get this error.

/usr/share/libdrm/amdgpu.ids: No such file or directory

(sharik:25313): Gdk-ERROR **: 02:32:58.782: The program 'sharik' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc'.
  (Details: serial 382 error_code 11 request_code 149 (unknown) minor_code 2)
  (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.)
Trace/breakpoint trap
commented

I think this is the main issue:

/usr/share/libdrm/amdgpu.ids: No such file or directory

It seems it has to do with amd specific files and the snap app not containing the correct libraries path. (?)