Package Details: session-desktop-bin 1.10.4-2

Git Clone URL: https://aur.archlinux.org/session-desktop-bin.git (read-only, click to copy)
Package Base: session-desktop-bin
Description: Private messaging from your desktop
Upstream URL: https://getsession.org
Keywords: loki signal
Licenses: GPL-3.0
Conflicts: session-desktop, session-desktop-appimage, session-desktop-git
Provides: session-messenger-desktop
Submitter: ewhal
Maintainer: sperg512
Last Packager: sperg512
Votes: 13
Popularity: 0.093333
First Submitted: 2020-02-11 10:08 (UTC)
Last Updated: 2022-11-07 04:00 (UTC)

Latest Comments

1 2 Next › Last »

alecov commented on 2023-01-05 16:44 (UTC) (edited on 2023-01-05 16:44 (UTC) by alecov)

Recently the binary has been complaining about chrome-sandbox not being setuid. I've fixed this by including the following in package():

chmod u+s $pkgdir/opt/Session/chrome-sandbox

sperg512 commented on 2022-08-07 13:39 (UTC)

Thanks, I forgot about this lol. I will get this updated now (assuming my ISP didn't block SSH again...)

Ghosthree3 commented on 2022-08-07 05:23 (UTC)

The ln line in the .install file just needs to be changed from

ln -sf /opt/Session/session-messenger-desktop /usr/bin/session-messenger-desktop

to

ln -sf /opt/Session/session-desktop /usr/bin/session-messenger-desktop

(users can run this post-install to temporarily fix the link).

Though I wonder if this belongs in a .install at all and the link should not instead be created in the package() section of the PKGBUILD.

sperg512 commented on 2022-07-19 18:03 (UTC)

Users are expected to use the desktop file, but I can do that when I have access to my computer. Thanks.

nekgem2 commented on 2022-07-19 17:15 (UTC)

Apparently /usr/bin/session-messenger-desktop was something i made myself some time ago, but yeah it's now /opt/Session/session-desktop. This package should make a symlink, like postinst in .deb does tbh.

sperg512 commented on 2022-07-18 20:00 (UTC)

Did the filename change?

nekgem2 commented on 2022-07-18 19:42 (UTC)

% ls -lA /usr/bin/session-messenger-desktop
lrwxrwxrwx 1 root root 38 2022-07-18 22:35 /usr/bin/session-messenger-desktop -> /opt/Session/session-messenger-desktop
% ls -lA /opt/Session/session-messenger-desktop
ls: cannot access '/opt/Session/session-messenger-desktop': No such file or directory

epic

sperg512 commented on 2022-05-02 18:11 (UTC)

The auto-update script has been fixed after dealing with some SSH stuff. This will now be automatically updated again

sperg512 commented on 2021-12-27 23:24 (UTC)

Please note that this package does not stay up to date with pre-releases and ONLY will be updated to be up-to-date with the latest regular release. So this will not update to 1.8.0 yet.

gekkime commented on 2021-08-16 17:21 (UTC) (edited on 2021-08-16 17:22 (UTC) by gekkime)

Hi, the installation works just fine except for an issue in the .install script, which generates a broken sym-link.

"ln -sf /opt/Session/session-messenger-desktop /usr/bin/session-messenger-desktop"

The file "/opt/Session/session-messenger-desktop" is not generated, the executable is called "session-desktop" instead.

Replacing "session-messenger-desktop" with "session-desktop" in the first instance was enough to make it work for me.

Thank you for your effort!