muriloventuroso/easyssh

[Question] Run in background & make a .desktop file to run from launcher(Ubuntu 18.04)

Closed this issue · 1 comments

Hi there!

Any idea how to run the application in the background (with flatpak run command) which doesn't require to make terminal open?
And also is anybody made a .desktop file for this application to run it through ubuntu launcher?

What would be the use of EasySSH running in the background?

To run EasySSH by laucher you just need to install it. To install from source code:

Run meson build to configure the build environment and run ninja test to build and run automated tests

meson build --prefix=/usr
cd build
ninja test

To install, use ninja install, then execute with com.github.muriloventuroso.easyssh

sudo ninja install
com.github.muriloventuroso.easyssh

With flatpak:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.github.muriloventuroso.easyssh

With Appcenter: https://appcenter.elementary.io/com.github.muriloventuroso.easyssh

In all these ways the .desktop file is installed together and the application is available in the launcher.