GPaste icon indicating copy to clipboard operation
GPaste copied to clipboard

GPaste 3.30.2 no UI display

Open Java0x56 opened this issue 3 years ago • 13 comments

I'm in Debian 10 Buster and that's the last version in the repositories, so I installed it and everything seams ok, but when I tried to open the UI with gpaste-client ui nothing... no error message and no UI, the manager is working in terminal just no UI

How can I fix this?, thanks...

Java0x56 avatar Apr 07 '21 03:04 Java0x56

Debian probably puts it in another package ?

On Wed 7 Apr 2021 at 05:37, Java0x56 @.***> wrote:

I'm in Debian 10 Buster and that's the last version in the repositories, so I installed it and everything seams ok, but when I tried to open the UI with gpaste-client ui nothing... no error message and no UI, the manager is working in terminal just no UI

How can I fix this?, thanks...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Keruspe/GPaste/issues/347, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABWNXQH3STCTUF4G2OVQSLTHPHRJANCNFSM42P56CTQ .

Keruspe avatar Apr 07 '21 05:04 Keruspe

I have used it before in the same PC and installation and it worked, but today when I reinstalled it, it had no UI, if I run "gpaste-client about" it flashes something on screen the immediately closes

Java0x56 avatar Apr 07 '21 06:04 Java0x56

Do you get something if you run in a shell "/usr/libexec/gpaste/gpaste-ui" ?

Keruspe avatar Apr 07 '21 06:04 Keruspe

bash: /usr/libexec/gpaste/gpaste-ui: No such file or directory

Java0x56 avatar Apr 07 '21 06:04 Java0x56

So either you're missing a package or debian installs this somewhere else. I'm not familiar enough with debian to help further

Keruspe avatar Apr 07 '21 06:04 Keruspe

Thanks, I'll keep trying to make it work...

Java0x56 avatar Apr 07 '21 06:04 Java0x56

Do you get something if you run in a shell "/usr/libexec/gpaste/gpaste-ui" ?

I found it in /usr/lib/x86_64-linux-gnu/gpaste/gpaste-ui but when run I get Segmentation fault

Java0x56 avatar Apr 07 '21 21:04 Java0x56

Can you run it with gdb?

On Wed 7 Apr 2021 at 23:26, Java0x56 @.***> wrote:

Do you get something if you run in a shell "/usr/libexec/gpaste/gpaste-ui" ?

I found it in /usr/lib/x86_64-linux-gnu/gpaste/gpaste-ui but when run I get Segmentation fault

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/Keruspe/GPaste/issues/347#issuecomment-815275474, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABWNXT6TYAL7DDKX43JWYTTHTEWXANCNFSM42P56CTQ .

Keruspe avatar Apr 07 '21 21:04 Keruspe

(gdb) run Starting program: /usr/bin/gpaste-client [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff4f42700 (LWP 13530)] [New Thread 0x7fffeffff700 (LWP 13531)] [Thread 0x7ffff4f42700 (LWP 13530) exited] [Thread 0x7ffff4f43f00 (LWP 13526) exited] [Inferior 1 (process 13526) exited normally] (gdb) run ui Starting program: /usr/bin/gpaste-client ui [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff4f42700 (LWP 13533)] [New Thread 0x7fffeffff700 (LWP 13534)] [Thread 0x7fffeffff700 (LWP 13534) exited] [Thread 0x7ffff4f43f00 (LWP 13532) exited] [Inferior 1 (process 13532) exited normally]

Java0x56 avatar Apr 07 '21 21:04 Java0x56

I meant the one that segfaults. Also after the run, you need to type "bt" to gather a backtrace

Keruspe avatar Apr 08 '21 06:04 Keruspe

Might be the same as #341

Keruspe avatar Apr 09 '21 12:04 Keruspe

I meant the one that segfaults. Also after the run, you need to type "bt" to gather a backtrace

Starting program: /usr/lib/x86_64-linux-gnu/gpaste/gpaste-ui [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff4f42700 (LWP 2290)] [New Thread 0x7fffeffff700 (LWP 2291)] [New Thread 0x7fffef7fe700 (LWP 2292)] [New Thread 0x7fffeeffd700 (LWP 2293)] Thread 1 "gpaste-ui" received signal SIGSEGV, Segmentation fault. 0x00007ffff7fa0f15 in ?? () from /lib/x86_64-linux-gnu/libgpaste.so.11 (gdb) bt #0 0x00007ffff7fa0f15 in ?? () from /lib/x86_64-linux-gnu/libgpaste.so.11 #1 0x00007ffff775f799 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0 #2 0x00007ffff7760216 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0 #3 0x00007ffff77c1089 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0 #4 0x00007ffff775f799 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0 #5 0x00007ffff7760216 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0 #6 0x00007ffff77b5cb1 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0 #7 0x00007ffff775f799 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0 #8 0x00007ffff775f7d9 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0 #9 0x00007ffff7597dd8 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #10 0x00007ffff75981c8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #11 0x00007ffff759825c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #12 0x00007ffff778aa2d in g_application_run () from /lib/x86_64-linux-gnu/libgio-2.0.so.0 #13 0x000055555555640c in ?? () #14 0x00007ffff73ad09b in __libc_start_main (main=0x5555555562b0, argc=1, argv=0x7fffffffe418, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe408) at ../csu/libc-start.c:308 #15 0x000055555555665a in ?? ()

Java0x56 avatar Apr 09 '21 21:04 Java0x56

Might be the same as #341

Ok, where can i find the settings?, is there a file I can edit? because the program doesn't run, to test this...

I tried this in a virtual machine with a similar install than mine and it does segfaults when save-history is disabled and ~/.local/share/GPaste is missing, but if I restore the folder it runs without problem; but if I restore the folder in my PC this doesn't happen maybe if edit the settings somehow..

Java0x56 avatar Apr 09 '21 21:04 Java0x56