Noticing I'm a newbie in this, know of Session?

Read an article on itsfoss about Session after migrating completely to Linux, ditching everything *Meta* thus installing Signal on my smartphone (diving into the YollaC2, highly interested in it as next phone with SailfishOS).

I want to try Session from that article, and downloaded the linux build of the messanger. Mmmh, dumb question, how do I install a file called: session-desktop-linux-x86_64-1.17.8.AppImage …it’s probably obvious, but I even wouldn’t know how to phrase the question…

Let me guess, it’s so obvious that I will hide in the corner of my room after reading it..

3 Likes

AppImages are all self-contained, you do not really install them. (Be sure it is from a trusted site. )

All you need to do is make it executable. Right-click on file → Properties → Permissions → check “Allow executing file as program”.

Then double click to run it.

To get rid of it- just delete the appimage file.

7 Likes

Thanks, can someone knowledgeable check if these commands are trustworthy? Don’t want to meddle in the terminal only half knowingly… GitHub - session-foundation/session-desktop at master

1 Like

Hi all, :waving_hand:

True.

However, if you are particularly paranoid about it and want to add an additional layer of security to it, use the firejail sandbox for the appimage.
This way you don´t even have to make the appimage executable
… and it´s also sandboxed.

Here´s a practical example of how I use xournalpp:

cd /media/rosika/f14a27c2-0b49-4607-94ea-2e56bbf76fe1/DATEN-PARTITION/Dokumente/Ergänzungen_zu_Programmen/zu_xournalpp; and firejail --profile=/etc/firejail/xournalpp.profile --appimage --private=(pwd) ./xournalpp-1.3.1-x86_64.AppImage; and cd

(fish syntax)

pwd
/media/rosika/f14a27c2-0b49-4607-94ea-2e56bbf76fe1/DATEN-PARTITION/Dokumente/Ergänzungen_zu_Programmen/zu_xournalpp
rosika@rosika-Lenovo-H520e /m/r/f/D/D/E/zu_xournalpp> ll
[...]
-rw-rw-r-- 1 rosika rosika  39M Dez 21 22:39 xournalpp-1.3.1-x86_64.AppImage
[...]

Works splendidly this way:

Many greetings from Rosika :slightly_smiling_face:

6 Likes