easyssh icon indicating copy to clipboard operation
easyssh copied to clipboard

Fresh install of Debian 12 RC3, EasySSH from Repo wont open

Open thwerks opened this issue 1 year ago • 13 comments

Just did a clean install of Debian 12 RC3 and installed EasySSH via apt-get install easyssh and its not opening, nothing happens. Tried running it in the terminal and and it just hangs, no text appears and the GUI does not open. Tried using with sudo and it opens but doesn work very well from program menu like that. My DE is Cinnamon.

Tried compiling using instructions here in Github, same result.

Also the flatpak has an issue. In Debian 12 RC3, the Dark mode does not work, app remains in white colors.

thwerks avatar May 20 '23 04:05 thwerks

Confirmed the issue with the same environment.

  • Debian 12 RC3 with fully updated
  • DE: Cinnamon
  • EasySSH 1.7.9-3
(gdb) r
Starting program: /usr/bin/easyssh 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff31ff6c0 (LWP 2843)]
[New Thread 0x7ffff29fe6c0 (LWP 2844)]
^C
Thread 1 "easyssh" received signal SIGINT, Interrupt.
syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
38      ../sysdeps/unix/sysv/linux/x86_64/syscall.S: No such file or directory.
(gdb) bt
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007ffff7df03cf in g_cond_wait ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffff7dc5e8b in g_once_init_enter ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffff72d43e0 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0
#4  0x00007ffff72c5861 in g_bus_get_sync ()
   from /lib/x86_64-linux-gnu/libgio-2.0.so.0
#5  0x00007ffff353a21b in ?? ()
   from /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
#6  0x00007ffff7eb6de9 in g_type_create_instance ()
   from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7  0x00007ffff7e9ad30 in ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#8  0x00007ffff7e9c3fc in g_object_new_with_properties ()
   from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#9  0x00007ffff7e9d001 in g_object_new ()
   from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x00007ffff72374b4 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0
#11 0x00007ffff7237b46 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0
#12 0x00007ffff727b2a5 in g_vfs_get_default ()
   from /lib/x86_64-linux-gnu/libgio-2.0.so.0
#13 0x00007ffff722143e in g_file_new_for_path ()
   from /lib/x86_64-linux-gnu/libgio-2.0.so.0
--Type <RET> for more, q to quit, c to continue without paging--

ryonakano avatar May 20 '23 05:05 ryonakano

Not knowing what's happening here, but it gets working by apt install --reinstall easyssh and running the app with the command /usr/bin/easyssh for a few times:

Screenshot from 2023-05-20 16-26-31

ryonakano avatar May 20 '23 07:05 ryonakano

Not knowing what's happening here, but it gets working by apt install --reinstall easyssh and running the app with the command /usr/bin/easyssh for a few times:

I tried this many times, didn't work for me.

thwerks avatar May 20 '23 08:05 thwerks

Doesn't work on Debian 12.0.0 either

almera-vs avatar Jun 11 '23 22:06 almera-vs

I have purged easyssh with sudo apt-get purge easyssh and reinstalled with sudo apt-get install easyssh, then worked again.

glerroo avatar Jul 27 '23 21:07 glerroo

Doesn't start on Linux Mint 21.2 Cinnamon from the system deb package either. Reinstalling doesn't help.

mgal avatar Nov 15 '23 00:11 mgal

So far im getting around this issue by using the menu editor and adding sudo to the execution string. It works fine as sudo; i copied my .ssh folder to /root so my certificate with user agent will work with sudo.

thwerks avatar Nov 22 '23 14:11 thwerks

Any updates on this issue? Everything worked on my old laptop with Ubuntu 22.04, but on my new one (again with 22.04) I get the same problems as mentioned above. purging/reinstalling does not help.

oosterad avatar Mar 15 '24 11:03 oosterad

Any updates on this issue? Everything worked on my old laptop with Ubuntu 22.04, but on my new one (again with 22.04) I get the same problems as mentioned above. purging/reinstalling does not help.

just add sudo to the app menu shortcut. its the only thing that works. So far nobody has fixed the issue. Only other option is Flatpak; no appimages available as far as I've seen.

thwerks avatar Mar 15 '24 16:03 thwerks