subhra74 / snowflake

Graphical SFTP client and terminal emulator with helpful utilities
GNU General Public License v3.0
2.16k stars 231 forks source link

Cannot run Snowflake on Ubuntu 20.04.2 LTS #187

Open RoonMoonlight opened 3 years ago

RoonMoonlight commented 3 years ago

Describe the bug On Ubuntu 20.04, I cannot run Snowflake. When I click on it nothing happens. When I try loading snowflake on terminal, it displayed error named 'Exception in thread "main" java.lang.Error: Cannot load javax.swing.plaf.metal.MetalLookAndFeel'.

To Reproduce Go to Applications > Click on Snowflake > Nothing happens

Expected behavior Snowflake should run normally without issue.

Screenshots Error Tried loading snowflake through terminal but nothing happens

Desktop (please complete the following information):

Additional context I installed Snowflake through deb file.

EDIT: I tested by running jar file, and tried old version, still same error.

mzatko commented 3 years ago

this looks like problem with java on your local... I have exactly the same OS&version and it runs without problem on openjdk11 (my install is relatively fresh, it is ~2weeks old)

RoonMoonlight commented 3 years ago

this looks like problem with java on your local... I have exactly the same OS&version and it runs without problem on openjdk11 (my install is relatively fresh, it is ~2weeks old)

Do you know how to fix this issue

jackyzy823 commented 3 years ago

@AhRoon please see #159

RoonMoonlight commented 3 years ago

@AhRoon please see #159

Okay thanks

denisgolius commented 3 years ago

Try it with

wget file.bin
sudo ./file.bin 

It works to me in fedora 34.