CTemplar / webclient

Angular webclient (with Linux, macOS and Windows desktop clients) for CTemplar's encrypted email service.
https://ctemplar.com
Apache License 2.0
105 stars 28 forks source link

appimage for Desktop does not work #1682

Closed cusco-travel-services closed 2 years ago

cusco-travel-services commented 2 years ago

Your environment

Linux MX-19.4_x64

Picture, video or steps to reproduce

The file has Execute permissions but nothing happens when trying to run it from a file manager nor within a Terminal window.

In a Terminal window the following happend.

CTemplar-2.5.56.AppImage & [1] 13854 bash: CTemplar-2.5.56.AppImage: command not found

The-Hidden-Hand commented 2 years ago

@cusco-travel-services To execute it please run ./CTemplar-2.5.56.AppImage &, notice the ./ at the beginning makes the difference. You were calling a bash command instead of executing the file on the current directory.